@blue: #de0000; @dblue: #de0000; @yellow: #ffae00; @font: Arial, Helvetica, sans-serif;; @fontSec: 'Roboto', sans-serif; @widthLarge: 1170px; @paddingLarge: 0px; @breakpointMid: 1200px; @widthMid: 760px; @paddingMid: 0; @breakpointSmall: 768px; @widthSmall: 290px; @widthSmallMax: 600px; @paddingSmall: 15px; /* v2.0 | 20110126 http://meyerweb.com/eric/tools/css/reset/ License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ----------- */ html, body{ height: 100%; } body { font: 14px/1.58 @font; background: #fff; color: #555555; } a { color: inherit; } .nowrap { white-space: nowrap; } .container { position: relative; // box-sizing: border-box; margin: 0 auto; max-width: @widthLarge; padding: 0 @paddingLarge; @media screen and (max-width: @breakpointMid) { max-width: @widthMid; padding: 0 @paddingMid; } @media screen and (max-width: @breakpointSmall) { min-width: @widthSmall; max-width: @widthSmallMax; padding: 0 @paddingSmall; } } .trn { -webkit-transition: all .5s ease; transition: all .5s ease; } .icn { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .clr { content: ''; display: block; clear: both; width: 100%; } .btn, .content a.btn { .trn; background: none; -webkit-box-shadow: none; box-shadow: none; text-decoration: none !important; text-align: center; cursor: pointer; box-sizing: border-box; display: inline-block; border: 1px solid @blue; padding: 4px 10px; white-space: nowrap; font: 14px/20px @font; color: @blue; border-radius: 15px; min-width: 115px; &:hover { background: @blue; color: #fff; } } .btn-main, .content a.btn-main { .trn; background: @yellow; -webkit-box-shadow: none; box-shadow: none; text-decoration: none !important; text-align: center; cursor: pointer; box-sizing: border-box; display: inline-block; border: none; padding: 15px 25px; white-space: nowrap; font: 24px/30px @font; color: #000; border-radius: 30px; min-width: 320px; max-width: 100%; &:hover { background: @blue; color: #fff; } @media screen and (max-width: @breakpointSmall) { min-width: 290px; font-size: 20px; } } .btn-back { &:before { .icn; content: "\f104"; margin-right: 8px; } } .main-wrapper { min-height: 100%; overflow: hidden; } .main-container { padding-bottom: 150px; @media screen and (max-width: @breakpointMid) { padding-top: 50px; } } .content{ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 1.2em; line-height: normal; color: #000; font-family: @fontSec; font-weight: 700; } h6, .h6 { font-size: 14px; } h5, .h5 { font-size: 16px; } h4, .h4 { font-size: 18px; } h3, .h3 { font-size: 20px; } h2, .h2 { font-size: 24px; } h1, .h1 { font-size: 30px; } // @media screen and (max-width: @breakpointSmall) { // h6, .h6 {font-size: 16px} // h5, .h5 {font-size: 18px} // h4, .h4 {font-size: 20px} // h3, .h3 {font-size: 22px} // h2, .h2 {font-size: 24px} // h1, .h1 {font-size: 26px} // } p { margin-bottom: .7em; } strong, .strong { font-weight: bold; } ul, ol { margin-bottom: 2em; margin-top: 2em; } li { margin-bottom: .8em; } ul li { padding-left: 1.5em; position: relative; &:before{ .icn; content: "\f00c"; color: @dblue; position: absolute; left: 1px; top: .4em; } } ol { list-style: inside decimal; } a { text-decoration: underline; color: @dblue; &:hover{ text-decoration: none; } } img { max-width: 100%; height: auto; } form { max-width: 400px; margin: 0 auto; text-align: center; input, textarea { .trn; display: block; width: 100%; box-sizing: border-box; border: 1px solid transparent; border-radius: 0; height: 50px; padding: 15px 25px; margin-bottom: 21px; text-align: left; background: 0; -webkit-box-shadow: none; box-shadow: none; outline: none; font: 300 16px/20px @font; color: #000; background: #eeeeee; &::-webkit-input-placeholder {color: #555555;opacity: 1;} &::-moz-placeholder {color: #555555;opacity: 1;} &:-ms-input-placeholder {color: #555555;opacity: 1;} &:focus { &::-webkit-input-placeholder {opacity: 0} &::-moz-placeholder {opacity: 0} &:-ms-input-placeholder {opacity: 0} outline: none; border-color: @blue; } } textarea { height: 200px; max-width: 100%; } button { .trn; background: none; -webkit-box-shadow: none; box-shadow: none; text-decoration: none !important; text-align: center; cursor: pointer; margin-top: 20px; display: inline-block; border: none; background: @blue; padding: 20px 15px; white-space: nowrap; font: italic 16px/20px @font; color: #fff; border-radius: 30px; min-width: 220px; &:hover { background: @dblue; color: #fff; } } .capture { input { width: 300px; display: inline-block; margin-left: 15px; vertical-align: middle; margin-bottom: 0; } img { display: inline-block; width: 80px; vertical-align: middle; } } } table { border-collapse: collapse; margin: 10px 0 20px; border-color: @dblue; font-size: 14px; margin: 2em 0; width: 100%; th { font-weight: bold; text-transform: uppercase; text-transform: none; } tr:hover { td { background: fade(@dblue,10%); } } td { vertical-align: top; } th { vertical-align: top; font-weight: 400; text-align: center; background: @dblue; color: #fff; } th, td { padding: 15px 25px; border: 1px solid #bbb; @media screen and (max-width: @breakpointMid) { padding: 10px 5px; } } &.table_site { td { border: 0; border-bottom: 1px solid #bbb; } } // @media screen and (max-width: @breakpointSmall) { // th, td { // padding: 5px 10px; // } // } } } .main-footer { min-height: 150px; margin-top: -150px; position: relative; font: 13px/16px @font; color: #b3b3b3; .main-footer-top { .container { border-top: 1px solid #e0e0e0; } .col { display: inline-block; width: 50%; vertical-align: top; @media screen and (max-width: @breakpointSmall) { width: 100%; display: block; text-align: center; } + .col { text-align: right; @media screen and (max-width: @breakpointSmall) { text-align: center; } } } } .main-footer-bot { padding: 10px 0 10px; .col { display: inline-block; width: 50%; vertical-align: bottom; @media screen and (max-width: @breakpointSmall) { display: block; width: 100%; text-align: center; } + .col { text-align: right; @media screen and (max-width: @breakpointSmall) { text-align: center; } } } } .footer-nav { ul { text-align: justify; line-height: 0; width: 100%; &:after { content: ''; display: inline-block; width: 100%; } li { display: inline-block; vertical-align: top; margin-right: 10px; a, span { .trn; display: block; font: 13px/16px @fontSec; color: #b3b3b3; padding: 5px 0; text-align: center; text-decoration: none; &:hover, &.current { color: @blue; } } } } } .contacts { padding-top: 10px; font: 14px/16px @font; color: #ooo; a { text-decoration: none; } .phones { font: 500 24px/30px @fontSec; p { margin-bottom: 5px; } a { display: block; &:before { .icn; content: "\f095"; color: @blue; font-size: 22px; margin-right: 5px; } } } .email { display: block; text-decoration: none; &:before { .icn; content: "\f0e0"; font-size: 16px; color: @blue; margin-right: 5px; } } } .copy { @media screen and (max-width: @breakpointSmall) { margin-top: 10px; margin-bottom: 10px; } } .counters { @media screen and (max-width: @breakpointSmall) { margin-bottom: 10px; } } .dev { } } .main-header { .col { display: inline-block; width: 75%; vertical-align: top; @media screen and (max-width: @breakpointSmall) { display: block; width: 100%; text-align: center; } + .col { text-align: right; width: 25%; @media screen and (max-width: @breakpointSmall) { width: 100%; text-align: center; } } } .logo { display: block; padding: 15px 0 12px 0; text-decoration: none; .img { width: 323px; padding-right: 1px; display: inline-block; vertical-align: top; img { display: block; max-width: 100%; margin: 0 auto; } } .logo-title { font: 14px/18px @font; display: inline-block; vertical-align: top; color: @blue; position: relative; padding-top: 7px; padding-left: 23px; @media screen and (max-width: @breakpointSmall) { padding: 20px 0 0 0; } &:before { content: ''; display: block; width: 1px; height: 36px; position: absolute; left: 0; top: 10px; background: @dblue; @media screen and (max-width: @breakpointSmall) { display: none; } } strong { color: @dblue; } } } .contacts { padding-top: 33px; font: 14px/16px @font; @media screen and (max-width: @breakpointSmall) { padding-bottom: 25px; } color: #000; a { text-decoration: none; } .phones { font: 500 24px/30px @fontSec; p { margin-bottom: 5px; } a { display: block; &:before { .icn; content: "\f095"; color: @blue; font-size: 22px; margin-right: 5px; } } } .email { display: block; text-decoration: none; &:before { .icn; content: "\f0e0"; color: @blue; font-size: 16px; margin-right: 5px; } } } } .main-nav { background: #000; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0 ); .nav-menu { display: table; width: 100%; table-layout: fixed; > li { display: table-cell; > a, > span { .trn; display: block; position: relative; text-align: center; font: 15px/21px @fontSec; color: #fff; text-decoration: none; padding: 15px 0; &:hover, &.current { background: #de0000; color: #fff; } } + li { > a:before, > span:before { .trn; content: ''; display: block; width: 1px; height: 14px; background: #d4d4d4; border-right: 1px solid #fbfbfb; position: absolute; left: 0px; top: 50%; margin-top: -7px; } } &:hover, &.current { >a:before, > span:before, + li > a:before, + li >span:before { opacity: 0; } } &.catalog-container:hover .categories-nav { display: block; } } } .categories-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: url(../images/catalog-nav-bg.png) top center no-repeat; background-size: cover; z-index: 100; box-sizing: border-box; padding: 35px 15px 20px 15px; color: #fff; .col { display: inline-block; vertical-align: top; width: 25%; box-sizing: border-box; padding: 0 15px; } .title { font: 500 15px/15px @fontSec; min-height: 30px; text-align: center; text-transform: uppercase; position: relative; padding-bottom: 15px; margin-bottom: 20px; a { display: block; text-decoration: none; } &:after { content: ''; width: 50px; height: 1px; background: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -25px; } } ul { margin-bottom: 15px; li { margin-bottom: 11px; a { font: 13px/14px @fontSec; text-decoration: none; display: block; &:hover, &.current { color: @yellow; text-decoration: underline; } } } } } @media screen and (max-width: @breakpointMid) { position: fixed; top: 0; left: 0; width: 100%; max-height: 100%; overflow: auto; padding: 0; z-index: 100; .toggle-nav { width: 50px; height: 50px; position: relative; display: block; cursor: pointer; .icn-bar { .trn; position: absolute; left: 50%; margin-left: -10px; top: 50%; width: 20px; height: 4px; background: @blue; border-radius: 3.5px; margin-top: -10px; + .icn-bar { margin-top: -3px; + .icn-bar { margin-top: 4px; } } } } .nav-menu { display: block; display: none; width: 100%; padding-bottom: 25px; > li { display: block; > a, > span { padding: 15px 0; } + li { > a:before, > span:before { .trn; content: ''; display: block; width: 24px; height: 1px; background: #d4d4d4; border-top: 1px solid #fbfbfb; position: absolute; left: 50%; margin-left: -12px; top: -1px; } } } } .categories-nav {display: none!important;} } } .title-block-slider-wrapper { .bx-viewport { overflow: visible !important; } .title-block-slider { } } .title-block { background: @blue url(../images/title-block-bg.jpg) top center no-repeat; background-size: cover; position: relative; color: #fff; display: block; text-decoration: none; .title-block-after { content: ''; display: block; width: 735px; height: 519px; background-position: top center; background-repeat: no-repeat; // background: url(../images/title-block-after.png) top center no-repeat; background-size: contain; position: absolute; left: 50%; margin-left: -93px; bottom: -150px; z-index: 5; } &.title-block-id-3 { .title-first { position: absolute; left: 0; top: 45px; font: 100 30px/35px @fontSec; width: 100%; max-width: 600px; padding-left: 0; } .title-sec { position: absolute; left: 0; top: 184px; font: 500 36px/47px @fontSec; box-sizing: border-box; width: 100%; max-width: 600px; padding-left: 37px; strong, .strong { font-size: 60px; letter-spacing: -.03em; } } } .title-block-text { display: table; width: 570px; height: 380px; .title-block-text-cont { display: table-cell; vertical-align: middle; padding: 20px 0; } } .title-first { font: 500 36px/47px @fontSec; text-transform: uppercase; margin-bottom: 70px; color: black; strong, .strong { font-size: 60px; letter-spacing: -.03em; } } .title-sec { font: 100 30px/35px @fontSec; padding-left: 65px; } @media screen and (max-width: @breakpointMid) { .title-block-text { width: 360px; } &.title-block-id-3 { &:after { width: 605px; height: 429px; margin-left: -13px; bottom: -90px; z-index: 5; } .title-sec { position: static; font-size: 24px; line-height: 30px; padding-left: 0px; } .title-first { position: static; padding-left: 0px; font-size: 22px; line-height: 30px; top: 135px; strong, .strong { font-size: 50px; } } } .title-sec { font-size: 26px; line-height: 30px; padding-left: 0px; } .title-first { padding-left: 0px; font-size: 25px; line-height: 30px; top: 135px; strong, .strong { font-size: 50px; } } } @media screen and (max-width: @breakpointSmall) { background-position: left top; height: auto; padding: 25px 0; &.title-block-id-3:after { display: none; } .title-sec { position: static; margin-bottom: 20px; } .title-first { position: static; } } } .title-block-slider-wrapper + .page .page-content { padding-top: 124px; @media screen and (max-width: @breakpointMid) { padding-top: 50px; } @media screen and (max-width: @breakpointSmall) { padding-top: 0; } } .page { padding-top: 55px; padding-bottom: 60px; &:after {.clr;} } .main-page { .page { .page-content { width: 730px; float: right; @media screen and (max-width: @breakpointMid) { width: 100%; float: none; } } .aside { width: 370px; float: left; @media screen and (max-width: @breakpointMid) { float: none; width: 100%; margin-top: 25px; } .aside-block { margin-bottom: 10px; position: relative; @media screen and (max-width: @breakpointMid) { float: left; width: 340px; &:nth-child(even){ margin-left: 80px; } } @media screen and (max-width: @breakpointSmall) { float: none; width: 100%; &:nth-child(even){ margin-left: 0; } } .aside-block-title { font: 700 20px/24px @fontSec; color: #000; text-decoration: none; display: block; margin-bottom: 22px; text-align: left; a { display: block; text-decoration: none; } } } } } } .last-news { text-align: right; li { display: block; text-align: left; &:after{.clr;} a { display: block; text-decoration: none; } .img { width: 90px; float: left; margin-right: 10px; border-radius: 4px; overflow: hidden; img { display: block; max-width: 100%; border-radius: 4px; } .noImg { padding-top: 66.667%; } } .text { margin-top: -4px; overflow: hidden; font: 500 14px/18px @fontSec; color: #010101; } .date { font: 14px/18px @font; color: @blue; margin-bottom: 5px; } } .bx-controls { position: absolute; right: 0; top: 5px; .bx-next, .bx-prev { .trn; display: inline-block; width: 30px; height: 30px; overflow: hidden; text-align: left; text-indent: 999px; background: #000; border-radius: 50%; text-decoration: none; position: relative; margin-left: 15px; &:before { content: ''; position: absolute; left: 0; top: 0; .icn; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; line-height: 30px; } &:hover { opacity: 1; background: @dblue; } } .bx-prev:before{content: "\f104";} .bx-next:before{content: "\f105";} } .btn { margin-top: 10px; } } .last-works { text-align: right; .gallery { display: block; text-align: left; margin: 0 !important; &:after{.clr;} a { display: block; text-decoration: none; margin: 0; } .img { border-radius: 4px; overflow: hidden; img { display: block; max-width: 100%; border-radius: 4px; } } p { display: none; } } .bx-wrapper { position: relative; } .bx-controls { .bx-next, .bx-prev { .trn; position: absolute; top: 50%; margin-top: -15px; display: inline-block; width: 30px; height: 30px; overflow: hidden; text-align: left; text-indent: 999px; background: #000; border-radius: 50%; text-decoration: none; &:before { content: ''; position: absolute; left: 0; top: 0; .icn; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; line-height: 30px; } &:hover { opacity: 1; background: @dblue; } } .bx-prev { left: -15px; &:before{content: "\f104";} } .bx-next { right: -15px; &::before{content: "\f105";} } } .btn { margin-top: 10px; } } .advantages { background: @blue url(../images/advantages-bg.jpg) top center no-repeat; background-size: cover; padding: 35px 0 25px; font: 500 22px/26px @fontSec; color: #fff; &:after { .clr; } .title { text-align: center; font: 500 36px/40px @fontSec; margin-bottom: 43px; } .col { // display: inline-block; width: 50%; // vertical-align: top; float: left; } ul { max-width: 570px; li { position: relative; padding-left: 60px; margin-bottom: 25px; min-height: 38px; &:before { content: ''; width: 35px; height: 35px; background: url(../images/advantages-icn.png) top left no-repeat; background-size: contain; position: absolute; left: 0; top: 2px; } } } @media screen and (max-width: @breakpointMid) { font-size: 18px; line-height: 22px; br { display: none; } ul { max-width: 350px; } } @media screen and (max-width: @breakpointSmall) { .col { width: 100%; float: none; } } } .additional { padding: 65px 0; text-align: center; } .page-title { background: url(../images/page-title-bg.jpg) top center no-repeat; background-size: cover; padding: 40px 0 40px; min-height: 150px; box-sizing: border-box; .title { font: 500 36px/40px @font; color: #fff; } } .gallery { margin: 15px 0 15px -35px; @media screen and (max-width: @breakpointSmall) { text-align: center; } > div { text-align: left; margin-left: -35px; } a { display: inline-block; vertical-align: top; width: 320px; max-width: 100%; margin-left: 35px; margin-bottom: 25px; text-decoration: none; text-align: center; color: @dblue; img { display: block; margin: 0 auto; max-width: 100%; } p { margin: 5px 0 0; font-size: 18px; font-weight: bold; text-align: center; } } } .cat-gallery { margin-left: -66px; > div { margin-left: -20px; } a { width: 160px; margin-left: 66px; } p { font-size: 14px; } @media screen and (max-width: @breakpointMid) { margin-left: -20px; a { margin-left: 20px; } } } .videogallery { margin: 15px 0; margin-left: -35px; @media screen and (max-width: @breakpointSmall) { margin-left: 0; } .video { display: inline-block; vertical-align: top; margin-left: 35px; margin-bottom: 25px; max-width: 100%; @media screen and (max-width: @breakpointSmall) { display: block; margin-left: 15px; margin-right: 15px; } .img { display: block; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; max-width: 100%; &:before { .trn; position: absolute; width: 100%; height: 100%; top: 0; left: 0; content: ''; background: rgba(0,0,0,.7); cursor: pointer; } &:after { .icn; .trn; content: "\f16a"; position: absolute; font-size: 50px; line-height: 60px; height: 60px; width: 60px; text-align: center; cursor: pointer; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; color: #fff; z-index: 10; } &:hover { &:before { background: rgba(0,0,0,.5); } &:after { color: @dblue; } } &.playing { &:before, &:after { display: none; } } } .title { margin: 5px 0 0; font-size: 18px; font-weight: bold; text-align: center; } } } // .nav_pages { // margin-top: 40px; // border-top: 1px solid #e7d0be; // padding: 40px 0; // @media screen and (max-width: @breakpointSmall) { // text-align: center; // } // .col { // display: inline-block; // width: 25%; // text-align: left; // vertical-align: middle; // + .col { // width: 50%; // text-align: center; // + .col { // width: 25%; // text-align: right; // } // } // @media screen and (max-width: @breakpointSmall) { // display: inline; // width: auto !important; // text-align: center !important // } // } // .nav_pages_btn { // .trn; // display: inline-block; // font: bold 16px/30px @fontSec; // color: @dblue; // text-decoration: none; // text-transform: uppercase; // &:hover { // color: @blue; // } // &.nav_pages_back:before { // .icn; // content: "\f137"; // font-size: 30px; // line-height: 30px; // vertical-align: middle; // margin-right: 8px; // } // &.nav_pages_forward:after { // .icn; // content: "\f138"; // font-size: 30px; // line-height: 30px; // vertical-align: middle; // margin-left: 8px; // } // } // .nav_pages_link { // .trn; // display: inline-block; // vertical-align: middle; // margin: 4px 2px; // text-decoration: none; // text-align: center; // min-width: 30px; // height: 30px; // padding: 5px 5px; // font: bold 18px/30px @font; // color: #fff; // background: @dblue; // border-radius: 50%; // &.current, &:hover { // background: @blue; // } // } // } .news { article { display: inline-block; box-sizing: border-box; width: 50%; vertical-align: top; padding: 0 15px 0 0; margin-bottom: 25px; &:nth-child(even){ padding: 0 0 0 15px; } @media screen and (max-width: @breakpointSmall) { width: 100%; display: block; padding: 0 !important; } &:after { .clr; } .img { width: 170px; float: left; margin-right: 30px; @media screen and (max-width: @breakpointSmall) { float: none; display: block; margin: 0 0 25px; } img { display: block; width: 100%; } .noImg { padding-top: 66.667%; } } .text { overflow: hidden; .date { font: 13px/15px @font; color: #b8b8b8; margin-bottom: 10px; } .title { font: bold 16px/19px @fontSec; color: #333333; margin-bottom: 10px; } .announce { font: 14px/17px @font; color: #555555; margin-bottom: 15px; } a { font: 14px/16px @font; color: @blue; text-decoration: underline; } } } article + .btns { margin-top: 30px; } .btns { text-align: center; margin-bottom: 30px; } } .files { ul { li { &:before { content: "\f019"; color: @blue; } a { color: #555555; text-decoration: none; &:hover { text-decoration: underline; color: @blue; } } } } } .article { .img { width: 375px; float: left; margin: 0 30px 30px 0; img { display: block; max-width: 100%; } } } .catalog { > aside { float: left; width: 270px; margin-right: 60px; @media screen and (max-width: @breakpointMid) { width: 220px; margin-right: 20px; } @media screen and (max-width: @breakpointSmall) { float: none; width: 100%; margin: 0 0 25px 0; } } .overflow { overflow: hidden; } @media screen and (max-width: @breakpointSmall) { text-align: center; } .catalog-folder-element { display: inline-block; width: 170px; box-sizing: border-box; margin: 0 20px 10px; vertical-align: top; text-decoration: none; text-align: center; color: #333; @media screen and (max-width: @breakpointMid) { margin-left: 45px; margin-right: 45px; } @media screen and (max-width: @breakpointSmall) { margin-left: 15px; margin-right: 15px; margin-bottom: 25px; } &:hover { color: @blue; } .img { border: 1px solid #e8e8e8; margin-bottom: 15px; img { display: block; width: 100%; } .noImg { padding-top: 68.2%; background: #e8e8e8; } } .name { font: bold 14px/16px @fontSec; } } } .catalog-side-nav { a { display: table; text-decoration: none; height: 50px; box-sizing: border-box; padding: 4px 30px; width: 100%; border: 1px solid @blue; color: @blue; font: 14px/20px @font; border-radius: 25px; margin-bottom: 10px; &:hover, &.current { color: #fff; background: @blue; } span { display: table-cell; vertical-align: middle; } @media screen and (max-width: @breakpointMid) { padding: 4px 10px; border-radius: 10px; } } } .catalog-element { .title { text-align: center; margin-bottom: 25px; } .img { margin-bottom: 25px; img { display: block; max-width: 100%; max-height: 300px; margin: 0 auto; } } } .page-id-9 { .feedback-form { float: right; width: 400px; margin-left: 100px; @media screen and (max-width: @breakpointMid) { width: 300px; margin-left: 30px; .capture input { width: 100%; margin-left: 0; margin-top: 10px; } } @media screen and (max-width: @breakpointSmall) { float: none; max-width: 100%; margin: 0 auto 40px; } } } .partners { text-align: center; img { display: block; width: 100%; } font-size: 14px; a { text-decoration: none; display: block; } } .price { margin-top: 25px; } .form { &__box { margin-top: 20px; margin-bottom: 20px; display: block; } &__check { cursor: pointer; flex-grow: 0; display: flex; align-items: center; margin-right: 10px; text-align: left; position: relative; &-icn { width: 32px; height: 32px; background: white; border: 1px solid black; display: flex; flex-shrink: 0; align-items: center; justify-content: center; margin-right: 11px; color: transparent; display: flex !important; align-items: center; justify-content: center; font-size: 20px !important; } &-input { opacity: 0; position: absolute; left: 0; top: 0; width: 32px; height: 32px; } &-input:checked + &-icn { color: red; } &-label { font-size: 12px; line-height: 1.3; } } }