/* Colors */ @import "colors"; /* Fonts */ @import "fonts"; /* Indents */ @import "indents"; html, body { font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; color: @textcolor; } body { background: url(/img/content_bg.jpg); } *::selection { background: @maincolor; /* Safari */ color: #fff; } *::-moz-selection { background: @maincolor; /* Firefox */ color: #fff; } h1 { font-size: 24px; margin: 15px 0; } h2, h3, h4 { font-size: 22px; margin: 15px 0; } p { font-size: 16px; line-height: 1.5; margin: 15px 0; } ul { margin: 15px 0; } ol, ul { list-style-position: inside; } img { max-width: 100%; } a { text-decoration: none; outline: none; &:focus { text-decoration: none; } &:active { text-decoration: none; } &:hover { text-decoration: none; } transition: 0.3s; } .flex { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; } .clear { &:before { display: table; content: " "; } &:after { display: table; content: " "; clear: both; } } .content-block p { font-size: 16px; } .justifyfull { text-align: justify; } .justifyright { text-align: right; } .justifyleft { text-align: left; } p.justifyfull { text-align: justify; } p.justifyright { text-align: right; } p.justifyleft { text-align: left; } .content-block ol, ul li { font-size: 16px; } .section-title { text-align: center; margin: 0 0 30px 0; text-transform: uppercase; font-size: 28px; a { color: inherit; &:hover { text-decoration: underline; } } } .section-subtitle { text-align: center; margin: 10px 0 30px 0; text-transform: uppercase; font-size: 16px; } .dark_bg { background: url(/img/content_bg_dark.jpg); } .btn { display: inline-block; background: @maincolor; border: 2px solid @maincolor; padding: 5px 30px; font-size: 16px; transition: .2s; color: #000; margin-top: 20px; margin-bottom: 0; line-height: 1.4; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; user-select: none; border-radius: 20px; &:hover { background: darken(@maincolor, 10%); } } /*Header top*/ .header_top { background: url(/img/header_top.jpg); min-height: 100px; .logo { color: #000; font-size: 35px; padding: 6px 10px 10px 10px; } .callback { text-align: center; padding-top: 12px; } .info { text-align: right; padding-top: 13px; ul { list-style: none; padding: 0; margin: 0; li { color: #fff; a { color: inherit; &:hover { color: @maincolor; } } span { color: @maincolor; } } } } } @media only screen and (max-width: 991px) { .header_top { .info { padding-top: 17px; ul { li { font-size: 14px; } } } } } @media only screen and (max-width: 767px) { .header_top { .logo { img { width: 210px; margin: 0 auto; } } .callback { text-align: center; padding-top: 0; .btn { margin: 0; } } .info { padding-top: 10px; text-align: center; padding-bottom: 10px; } } } /*header*/ .navbar { position: relative; min-height: 50px; width: 100%; margin-bottom: 0; box-shadow: none; border-radius: 0; background-color: @maincolor; border: none; .navbar-header { img.logo { float: left; max-width: 110px; margin: 5px 5px 4px 10px; } } .navbar-collapse { padding-right: 0; padding-left: 0; ul.nav { >li>a:focus, .nav>li>a:hover { text-decoration: none; background-color: darken(@darkgray, 5%); } &.navbar-nav { margin: 0; } &.nav-justified { li { float: none !important; a { a.mob-drop { display: none; } } } >li { &.disabled { pointer-events: none; } a.mob-drop { display: none; } >a { position: relative; color: #000; text-transform: uppercase; font-weight: 600; padding: 0 12px; line-height: 60px; white-space: nowrap; &:hover { background: darken(@darkgray, 5%); color: #fff; } .mdi { font-size: 36px; position: relative; top: 5px; } } &.active { >a{ color: #fff; background: darken(@darkgray, 5%); &:hover { color: #fff; background: darken(@darkgray, 5%); } } } &:nth-child(2) { display: none; } } } } } &.to_top { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 5px @verydarkgray; border: 0; @media only screen and (max-width: 767px) { .navbar-header { img.logo { display: block; } } } } .nav-justified>.in>a, .nav-justified>.in>a:focus, .nav-justified>.in>a:hover { background-color: darken(@maincolor, 5%); color: #fff !important; } .navbar-nav>.in>a, .navbar .navbar-nav>.in>a:focus, .navbar .navbar-nav>.in>a:hover { background: darken(@darkgray, 5%); } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: darken(@maincolor, 10%) !important; background-image: none; border: 1px solid transparent; border-radius: 4px; transition: 0.3s; .icon-bar { background-color: #fff; } &:hover { background-color: darken(@maincolor, 20%) !important; } } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; visibility: hidden; opacity: 0; float: left; min-width: 200px; padding: 7px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: @maincolor; background-clip: padding-box; border: none; border-radius: 5px; box-shadow: 0 6px 12px rgba(0,0,0,.175); &:before { content: ""; position: absolute; bottom: 98%; left: 15%; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid @maincolor; } } .has_children>.dropdown-menu>.has_children>.dropdown-menu { position: absolute; top: -2px; left: 100%; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: @verylightgray; background-clip: padding-box; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); } .has_children { &.in { >.dropdown-menu { display: block; visibility: visible; opacity: 1; } } } .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: 400; color: @verydarkgray; white-space: nowrap; line-height: 2; } .dropdown-menu li { border-bottom: 1px dashed #CECECE; background: @verylightgray; &.active { background: darken(@darkgray, 5%); >a{ color: #fff; background: darken(@darkgray, 5%); &:hover { color: #fff; background: darken(@darkgray, 5%); } } } } .dropdown-menu li:last-child { border-bottom: none; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { text-decoration: none; background-color: @maincolor; } li.has_children ul.dropdown-menu>li span { transform: rotate(270deg); } } @media only screen and (max-width: 991px) { .navbar .navbar-collapse ul.nav.nav-justified>li { >a { font-size: 14px; padding: 0 8px; } } } @media only screen and (max-width: 767px) { .navbar { .navbar-collapse { max-height: 83vh; ul.nav.nav-justified>li { >a { line-height: 40px; } a.mob-drop { display: block; position: absolute; width: 40px; top: 0; right: 0; border-left: 1px solid lighten(@maincolor, 5%); } &.has_children>a.dropdown-toggle { padding: 0 40px; span.caret { display: none; } } } } .navbar-toggle { background-color: @maincolor2 !important; .icon-bar { background-color: #fff; } &:hover { background-color: darken(@maincolor, 20%) !important; } } .dropdown-menu { &:before { display: none; } } } .navbar-nav .in .dropdown-menu { background-color: @verylightgray; position: static; float: none; width: auto; margin-top: 0; border: 0; box-shadow: none; top: auto; left: auto; } .navbar .navbar-nav .in .dropdown-menu>li>a { color: @gray; } .navbar .navbar-nav .in .dropdown-menu>li>a:hover { background-color: #fff; } .navbar .navbar-nav .in .dropdown-menu>li.active>a:hover { background-color: darken(@darkgray, 5%); } } /* Slider */ section.footerSliderSection, section.main_slider_block { margin-bottom: 15px; .swiper-container { width: 100%; height: 350px; .swiper-slide { text-align: center; background: @verylightgray; display: flex; justify-content: center; align-items: center; .caption { color: #fff; font-weight: bold; span { color: @maincolor; } } } .swiper-button-next, .swiper-button-prev { background-image: none; display: block; width: 48px; height: 48px; border-radius: 50%; background: @maincolor; text-align: center; &:hover { background: darken(@maincolor, 10%); } .mdi { color: #000; font-size: 36px; line-height: 48px; } } .swiper-button-prev { left: 20px; } .swiper-button-next { right: 20px; } } } @media only screen and (max-width: 767px) { section.main_slider_block { display: none; } section.domoproekty_slider_block { display: none; } section.footerSliderSection { display: none; } } .screen(@min, @max, @ruleset) { @media (min-width: @min) and (max-width: (@max - 1)) { @ruleset(); } } /*Text about on mainpage*/ section.main_text_about { padding: 25px 0; img.casc { display: block; margin: 0 auto; margin-top: -95px; position: relative; z-index: 1; } .section-title { margin-bottom: 15px; } // ДЛЯ ДРУГИХ РАЗРЕШЕНИЙ .screen(320px, 992px, { .section-title { span { font-size: 2rem; } } }); } /*Production info*/ section.production_info { margin: 25px 0; background: url(/img/content_bg_dark.jpg); .row { position: relative; min-height: 330px; .video { position: absolute; top: 0; bottom: 0; left: 0; .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: 0.3; transition: ease .3s; } &:hover { .overlay { opacity: 0.5; } } a { display: inline-block; position: relative; width: 70px; height: 70px; left: 50%; top: 50%; margin-left: -35px; margin-top: -35px; .mdi { display: inline-block; font-size: 70px; color: #fff; transition: ease .3s; } &:hover { .mdi { transform: scale(1.3); } } } } .text { float: right; padding: 30px 15px 15px 30px; .section-title { text-align: left; text-transform: none; } ul { list-style: none; padding: 0; li { padding-left: 70px; margin-bottom: 10px; a { } .mdi { color: #fff; display: block; float: left; margin-left: -70px; width: 50px; height: 50px; border-radius: 50%; background: @maincolor; font-size: 34px; font-weight: bold; text-align: center; line-height: 50px; } } } } } } @media only screen and (max-width: 991px) { section.production_info { .row { .video { position: relative; top: auto; left: auto; height: 1px; min-height: 230px; margin-top: 20px; margin-left: 15px; margin-right: 15px; } } } } /*Products on mainpage*/ section.main_doma_iz_brusa { padding: 25px 0; .item { padding: 15px; margin-bottom: 20px; background: #fff; .photo { margin-bottom: 30px; } h4 { margin-top: 0; font-size: 24px; margin-bottom: 15px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .price_cnt { padding: 0 20px; text-align: center; margin-bottom: 15px; .price { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: bold; padding: 5px 10px; border-radius: 20px; &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } .more-btn { padding: 0 20px; text-align: center; margin-bottom: 15px; .btn { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: 500; padding: 5px 10px; border-radius: 20px; transition: 0.2s; &:hover { background: #fdce02; } &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } .more { text-align: center; margin-top: 0; margin-bottom: 10px; a { font-size: 18px; text-decoration: underline; color: @darkgray; &:hover { text-decoration: none; } } } } .more { text-align: center; margin-top: 20px; .btn { font-size: 20px; text-transform: uppercase; } } .prod_attr { font-weight: 100; padding-left: 25px; } } section.main_bani_iz_brusa { padding: 25px 0; .item { padding: 15px; margin-bottom: 20px; background: #fff; .photo { margin-bottom: 30px; } h4 { margin-top: 0; font-size: 24px; margin-bottom: 15px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .price_cnt { padding: 0 20px; text-align: center; margin-bottom: 15px; .price { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: bold; padding: 5px 10px; border-radius: 20px; &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } .more-btn { padding: 0 20px; text-align: center; margin-bottom: 15px; .btn { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: 500; padding: 5px 10px; border-radius: 20px; transition: 0.2s; &:hover { background: #fdce02; } &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } .more { text-align: center; margin-top: 0; margin-bottom: 10px; a { font-size: 18px; text-decoration: underline; color: @darkgray; &:hover { text-decoration: none; } } } } .more { text-align: center; margin-top: 20px; .btn { font-size: 20px; text-transform: uppercase; } } .prod_attr { font-weight: 100; padding-left: 25px; } } /*Pilomaterialy section*/ section.main_pilomaterialy { padding: 25px 0; .item { margin-bottom: 20px; .photo { margin-bottom: 0; } .des { ul { list-style: none; padding: 0; margin: 5px 0; } } .btn { margin-top: 10px; } } } /*Pilomaterialy page*/ section.pilomaterialy { padding: 25px 0; .item { margin-bottom: 20px; .photo { margin-bottom: 0; } .des { ul { list-style: none; padding: 0; margin: 5px 0; } } .btn { margin-top: 10px; } } } section.moreover { padding: 25px 0; .row { display: flex; flex-wrap: wrap; } .item { margin-bottom: 20px; .photo { margin-bottom: 0; } .des { ul { list-style: none; padding: 0; margin: 5px 0; } } .btn { margin-top: 10px; } } } section.banner { border-bottom: 1px solid @gray; padding: 20px 0; margin-bottom: 25px; h1 { text-transform: uppercase; margin: 5px 0; font-size: 30px; } } /*Popular products*/ section.popular_products { padding: 25px 0; background: url(/img/content_bg_dark.jpg); .item { padding: 15px; background: #fff; .photo { margin-bottom: 30px; } .text { margin-bottom: 35px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .price_cnt { padding: 0 20px; text-align: center; margin-bottom: 15px; .price { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: bold; padding: 5px 10px; border-radius: 20px; &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } } .swiper-container { .swiper-wrapper { .swiper-slide { width: 33.33333333%; padding-left: 15px; padding-right: 15px; } } } .swiper-button-next, .swiper-button-prev { background-image: none; display: block; width: 48px; height: 48px; border-radius: 50%; background: @maincolor; text-align: center; &:hover { background: darken(@maincolor, 10%); } .mdi { color: #000; font-size: 36px; line-height: 48px; } } .swiper-button-prev { left: 20px; } .swiper-button-next { right: 20px; } } @media only screen and (max-width: 991px) { section.popular_products { .swiper-container { .swiper-wrapper { .swiper-slide { width: 50%; } } } } } @media only screen and (max-width: 767px) { section.popular_products { .swiper-container { .swiper-wrapper { .swiper-slide { width: 100%; } } } } } /*Contact*/ section.contact { padding: 25px 0; .header { font-size: 18px; text-transform: uppercase; margin-bottom: 30px; font-weight: bold; } .contact_info { ul { list-style: none; padding: 0; margin: 0; li { a { color: inherit; &:hover { text-decoration: underline; } } } } } .write_us { .header { margin-bottom: 10px; } form.contact_form { input { margin: 0; &:focus { border: 1px solid @maincolor; } } textarea { &:focus { border: 1px solid @maincolor; } } } } } /*Map*/ section.map { padding: 25px 0; } section.gallery { padding: 25px 0; .item { margin-bottom: 20px; padding: 5px; background: rgba(0, 0, 0, 0.15); a { display: block; position: relative; outline: none; transition: .3s; .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: @maincolor; text-align: center; opacity: 0; transition: ease .3s; .mdi { color: #fff; font-size: 50px; position: relative; top: 10%; margin-top: -20px; transition: ease .3s; } } &:hover { .overlay { opacity: .8; .mdi { top: 50% } } } } } } section.catalog { padding: 25px 0; .item { padding: 15px; background: #fff; .photo { margin-bottom: 30px; } h4 { font-size: 18px; margin-top: 0; margin-bottom: 35px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .price_cnt { padding: 0 20px; text-align: center; margin-bottom: 15px; .price { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: bold; padding: 5px 10px; border-radius: 20px; &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } } } section.catalog_category { padding: 25px 0; .info { padding: 20px 15px; background: #fff; ul, ol { padding-left: 25px; margin: 10px 0; li { } } } .catalog_category_items { .item { padding: 15px; margin-bottom: 20px; background: #fff; .photo { margin-bottom: 30px; } h4 { margin-top: 0; margin-bottom: 35px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .prod_attr { font-weight: 100; padding-left: 25px; } h4 { margin-top: 0; font-size: 24px; margin-bottom: 15px; } .more-btn { padding: 0 20px; text-align: center; margin-bottom: 15px; .btn { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: 500; padding: 5px 10px; border-radius: 20px; transition: 0.2s; &:hover { background: #fdce02; } &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } .more { text-align: center; margin-top: 0; margin-bottom: 10px; a { font-size: 18px; text-decoration: underline; color: @darkgray; &:hover { text-decoration: none; } } } .price_cnt { padding: 0 20px; text-align: center; margin-bottom: 15px; .price { display: block; position: relative; background: @maincolor; font-size: 18px; font-weight: bold; padding: 5px 10px; border-radius: 20px; &:before { content: ""; display: block; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } &:after { content: ""; display: block; position: absolute; right: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; } } } } } .page_nav { display: inline-block; width: 100%; text-align: center; ul { list-style: none; padding: 0; li { display: inline-block; text-align: center; margin-right: 3px; &:last-child { margin-right: 0; } a { padding: 5px 10px; line-height: 30px; color: @maincolor2; border: 1px solid @gray; background: #fff; &:hover { background: @gray; } &.active { background: @maincolor; } } } } } #show_all { margin: 15px auto; display: block; } } /*Catalog item*/ section.catalog_item { padding: 25px 0; .swiper-container { width: 100%; margin-left: auto; margin-right: auto; .swiper-slide { background-size: cover; background-position: center; } .swiper-button-next, .swiper-button-prev { background-image: none; display: block; width: 36px; height: 36px; border-radius: 50%; background: @maincolor; text-align: center; &:hover { background: darken(@maincolor, 10%); } .mdi { color: #000; font-size: 30px; line-height: 36px; } } .swiper-button-prev { left: 20px; } .swiper-button-next { right: 20px; } } .gallery-top { height: 80%; width: 100%; } .gallery-thumbs { height: 20%; box-sizing: border-box; padding: 10px 0; .swiper-slide { width: 25%; height: 100%; opacity: 0.4; } .swiper-slide-active { opacity: 1; } } .characteristics { .header { font-size: 22px; text-transform: uppercase; font-weight: bold; } ul { list-style: none; padding: 0; li { padding: 3px 15px; background: #fff; border-left: 3px solid @maincolor; margin-bottom: 5px; font-weight: bold; span { color: @darkgray; font-weight: 500; } } } .price { display: inline-block; position: relative; background: @maincolor; margin-top: 15px; font-size: 18px; font-weight: bold; padding: 5px 30px; text-align: center; border: 1px solid @verydarkgray; } .modalShow { display: inline-block; position: relative; background: @maincolor; margin-top: 15px; font-size: 18px; font-weight: bold; padding: 5px 30px; text-align: center; border: 1px solid @verydarkgray; color: #000000; cursor: pointer; transition: 0.3s; &:hover { background: darken(@maincolor, 10%); } } .btn { margin-top: 10px; font-weight: bold; } } } /*Objets*/ section.objects { padding: 25px 0; .objects_items { display: flex; flex-wrap: wrap; .item { padding: 15px; margin-bottom: 20px; background: #fff; .photo { margin-bottom: 30px; } h4 { margin-top: 0; margin-bottom: 15px; a { color: @textcolor; &:hover { text-decoration: underline; } } } .more { text-align: center; margin-bottom: 15px; .btn { margin-top: 0; } } } .page_nav { width: 100%; text-align: center; ul { list-style: none; padding: 0; li { display: inline-block; text-align: center; margin-right: 3px; &:last-child { margin-right: 0; } a { padding: 5px 10px; line-height: 30px; color: @maincolor2; border: 1px solid @gray; background: #fff; &.active { background: @maincolor; } } } } } } } /*Objets item*/ section.objets_item { padding: 25px 0; .swiper-container { width: 100%; margin-left: auto; margin-right: auto; .swiper-slide { background-size: cover; background-position: center; } .swiper-button-next, .swiper-button-prev { background-image: none; display: block; width: 36px; height: 36px; border-radius: 50%; background: @maincolor; text-align: center; &:hover { background: darken(@maincolor, 10%); } .mdi { color: #000; font-size: 30px; line-height: 36px; } } .swiper-button-prev { left: 20px; } .swiper-button-next { right: 20px; } } .gallery-top { height: 80%; width: 100%; } .gallery-thumbs { height: 20%; box-sizing: border-box; padding: 10px 0; .swiper-slide { width: 25%; height: 100%; opacity: 0.4; } .swiper-slide-active { opacity: 1; } } .des { .header { font-size: 22px; text-transform: uppercase; font-weight: bold; } ul { list-style: none; padding: 0; } .btn { margin-top: 10px; font-weight: bold; } } } /*Neighbors*/ section.neighbors { .neighbors_block { span.link-next { float: right; } span { a { color: @gray; font-weight: bold; font-size: 18px; &:hover { color: @darkgray; } } } } } /*Footer*/ .footer { background: @verylightgray url(/img/footer_top.jpg); .footer_top { color: @darkgray; background: @maincolor; .row { display: flex; flex-wrap: wrap; } .header { font-size: 18px; text-transform: uppercase; font-weight: 600; color: @textcolor; margin: 30px 0; } .about { //background: lighten(@maincolor, 10%); padding-left: 30px; padding-bottom: 10px; p { font-size: 14px; line-height: 1.5; } } .contacts { //background: @maincolor; padding-left: 30px; padding-bottom: 10px; color: @textcolor; ul { list-style: none; padding: 0; margin: 0; li { span { color: @darkgray; } a { color: @darkgray; &:hover { text-decoration: underline; } } } } } .payment_methods { //background: darken(@maincolor, 10%); padding-left: 30px; padding-bottom: 10px; img { display: block; margin-top: 20px; } } } .footer_mid { padding-top: 45px; p { color: #fff; } } .footer_bottom { background: #000; p { color: #fff; padding: 20px 0 20px 0; } a { color: @maincolor; &:hover { text-decoration: underline; } } } } @media only screen and (max-width: 767px) { .footer { .footer_top { .header { margin: 20px 0; } } .footer_mid { padding-top: 30px; img.footer_logo { width: 210px; } p { color: #fff; margin: 5px 0; font-size: 14px; } } .footer_bottom { background: #000; p { padding: 0; } } } } /* Forms */ form { input { height: auto; margin: 0 0 5px; padding: 10px; border: 1px solid @gray; border-radius: 10px; width: 100%; outline: none; transition: .3s; &.name { display: none !important; } } textarea { height: auto; margin: 0 0 5px; padding: 10px; border: 1px solid @gray; border-radius: 10px; width: 100%; outline: none; resize: vertical; transition: .3s; } .submit { transition: 0.3s; display: block; margin: 15px auto 0; } } .ajax_form .error { color: #e62020 !important; } .ajax_form span { height: 20px; display: block; } /*Content*/ section.content-block { padding: 25px 0; table { width: 100%; tr { td, th { padding: 8px; border: 1px solid @gray; } th { background: @maincolor; } td { background: #fff; } } } } /*Breadcrumbs*/ ul.breadcrumb { padding: 0 10px; margin-top: 0; margin-bottom: 0; list-style: none; background-color: transparent; li { display: inline-block; color: @gray; a { color: #000; font-size: 18px; text-decoration: none; transition: 0.3s; line-height: 34px; &:hover { text-decoration: underline; } } } >li+li:before { padding: 0 5px; color: inherit; } } /*Back-to-top*/ .back-to-top { cursor: pointer; position: fixed; width: 50px; height: 50px; bottom: 25px; left: 20px; display: none; font-size: 18px; border-radius: 100%; opacity: 0.8; background: @maincolor; color: #000; border: 2px solid @maincolor; transition: 0.3s; padding: 0; &:hover { background: #000; opacity: 1; color: #fff; border: 2px solid #fff; } span { line-height: 50px; width: 50px; margin: 0 auto; } &focus { color: @maincolor; } } .glyphicon { position: relative; top: -3px; left: -1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; } /*Sidebar*/ .sidebar { margin: 0 0 30px 0; } .sidebar-title { color: #fff; background: @maincolor; text-transform: uppercase; margin: 0 0 20px 0; padding: 0 20px; line-height: 50px; i { float: right; display: inline-block; line-height: 50px; } } /*Modal windows*/ .callback_modal_window { .modal-dialog { .modal-content { border: 3px solid @maincolor; } } } /* Testimonials */ .testimonials { padding: 25px 0; ul li { p { padding: 0px 60px; } img { border-radius: 100%; width: 150px; margin-bottom: 20px; } span { color: @maincolor; } } } /* Sidebar 768 */ @media screen and (max-width: 767px) { .show_sidebar { display: block; background: @verylightgray; padding: 7px 10px; button { background: @maincolor; border: 1px solid darken(@maincolor, 10%); padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; transition: 0.3s; &:hover { background: darken(@maincolor, 10%); } &:focus { background: @maincolor; } } .icon-bar { background-color: #fff; display: block; width: 22px; height: 2px; border-radius: 1px; } .icon-bar+.icon-bar { margin-top: 4px; } } .left_sidebar { position: fixed; top: 0; bottom: 0; left: -310px; width: 300px; background-color: rgb(254, 254, 254); z-index: 1000; padding-top: 20px; padding-bottom: 20px; transition: all .25s ease-out; } .left_sidebar.active { left: 0; background-color: rgb(255, 255, 255); } .list-group-item { font-size: 18px; &:first-child { border-top: 0; } &:last-child { border-bottom: 0; } } } /* Contact */ .contact { .contact_inform h3 { margin-bottom: 26px; } .map { margin-top: 30px; h2 { margin-bottom: 40px; } } }