Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .mp-wrapp {
- margin: 0 auto;
- max-width: 100%;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 16px;
- padding-right: 16px;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-wrapp {
- max-width: 600px;
- padding-left: 12px;
- padding-right: 12px
- }
- }
- @media (min-width:960px) {
- .mp-wrapp {
- max-width: 960px;
- padding-left: 24px;
- padding-right: 24px
- }
- }
- @media (min-width:1200px) {
- .mp-wrapp {
- max-width: 1180px;
- padding-left: 16px;
- padding-right: 16px
- }
- }
- @media (min-width:1380px) {
- .mp-wrapp {
- max-width: 1320px
- }
- }
- ._hidden {
- display: none
- }
- .mp-main-menu-container {
- height: 64px;
- white-space: nowrap
- }
- @media (min-width:960px) {
- .mp-main-menu-container {
- height: 80px
- }
- }
- .mp-main-menu {
- position: relative;
- z-index: 42;
- background: #0aa440
- }
- .mp-main-menu._light {
- background: #fff
- }
- @media (min-width:600px) {
- .mp-main-menu._noBg {
- background-color: transparent
- }
- }
- .mp-main-menu._fixed {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- -webkit-box-shadow: 0 5px 21px rgba(73, 71, 59, .15);
- box-shadow: 0 5px 21px rgba(73, 71, 59, .15);
- z-index: 42
- }
- .mp-main-menu__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 64px;
- margin: 0 auto;
- max-width: 100%;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 16px;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-main-menu__wrapp {
- max-width: 600px;
- padding: 0 12px
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__wrapp {
- height: 80px;
- max-width: 960px;
- padding: 0 24px
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__wrapp {
- padding: 0 16px;
- max-width: 1180px
- }
- }
- @media (min-width:1380px) {
- .mp-main-menu__wrapp {
- max-width: 1320px;
- padding: 0 16px
- }
- }
- .mp-main-menu__logo {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- outline: none;
- text-decoration: none;
- margin-right: auto
- }
- @media (min-width:600px) {
- .mp-main-menu__logo {
- margin-right: 8px;
- padding-right: 16px;
- border-right: 1px solid rgba(250, 250, 249, .2)
- }
- }
- .mp-main-menu__logo path {
- fill: #fff
- }
- @media (min-width:600px) {
- ._fixed .mp-main-menu__logo,
- ._light .mp-main-menu__logo {
- border-right: 1px solid rgba(77, 77, 77, .2)
- }
- }
- ._fixed .mp-main-menu__logo path,
- ._light .mp-main-menu__logo path {
- fill: #333
- }
- ._fixed .mp-main-menu__logo path:first-child,
- ._light .mp-main-menu__logo path:first-child {
- fill: #009a17
- }
- .mp-main-menu__services-link {
- color: #fff;
- font-size: 15px;
- font-weight: 500;
- line-height: 32px;
- letter-spacing: -.2px;
- cursor: pointer;
- display: none;
- white-space: normal
- }
- @media (min-width:600px) {
- .mp-main-menu__services-link {
- display: block;
- margin-right: auto
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__services-link {
- margin-right: auto
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link {
- margin: 0 24px 0 0
- }
- }
- ._fixed .mp-main-menu__services-link,
- ._light .mp-main-menu__services-link {
- color: #0169d9
- }
- .mp-main-menu__services-link svg {
- fill: #fff;
- display: inline-block;
- vertical-align: middle;
- margin-right: 8px
- }
- ._fixed .mp-main-menu__services-link svg,
- ._light .mp-main-menu__services-link svg {
- fill: #979797
- }
- .mp-main-menu__services-link span {
- position: relative;
- z-index: 1;
- display: inline-block;
- vertical-align: middle;
- white-space: nowrap
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link span:hover:before {
- border-bottom-color: transparent
- }
- }
- .mp-main-menu__services-link span:before {
- content: "";
- border-bottom: 1px dotted #fff;
- bottom: 5px;
- left: 0;
- right: 0;
- position: absolute;
- -webkit-transition: border-bottom-color .3s ease-in-out;
- transition: border-bottom-color .3s ease-in-out
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link span:before:hover {
- border-bottom-color: transparent
- }
- }
- ._fixed .mp-main-menu__services-link span:before,
- ._light .mp-main-menu__services-link span:before {
- border-bottom-color: #0169d9
- }
- .mp-main-menu__inner {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: relative;
- z-index: 1;
- margin-left: 0;
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto
- }
- @media (min-width:960px) {
- .mp-main-menu__inner {
- margin-left: auto;
- margin-right: 0
- }
- }
- .mp-main-menu__nav {
- margin: 0 16px 0 auto;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex
- }
- }
- .mp-main-menu__link {
- margin: 0 12px;
- color: #fff;
- font-size: 15px;
- font-weight: 500;
- line-height: 24px;
- letter-spacing: -.2px;
- text-decoration: none;
- border-bottom: 1px solid transparent;
- -webkit-transition: border-bottom-color .3s ease-in-out;
- transition: border-bottom-color .3s ease-in-out
- }
- .mp-main-menu__link:after {
- content: "";
- width: 0;
- height: 0;
- margin: 0 auto;
- display: block;
- will-change: width, height;
- -webkit-transition: .13s ease-in-out;
- transition: .13s ease-in-out;
- border-radius: 50%;
- background: hsla(0, 0%, 100%, .3)
- }
- ._fixed .mp-main-menu__link:after,
- ._light .mp-main-menu__link:after {
- background: #c4c4c4
- }
- @media (min-width:1200px) {
- .mp-main-menu__link:hover:after {
- width: 8px;
- height: 8px
- }
- .mp-main-menu__link._active:after,
- .mp-main-menu__link:active:after {
- background: #fff;
- width: 8px;
- height: 8px
- }
- ._fixed .mp-main-menu__link._active:after,
- ._fixed .mp-main-menu__link:active:after,
- ._light .mp-main-menu__link._active:after,
- ._light .mp-main-menu__link:active:after {
- background: #1eb34b
- }
- }
- ._fixed .mp-main-menu__link,
- ._light .mp-main-menu__link {
- color: #333
- }
- .mp-main-menu__link[href="/zakazsite"] {
- color: #fff25d
- }
- .mp-main-menu__link[href="/zakazsite"]:after {
- background: #fff25d
- }
- ._fixed .mp-main-menu__link[href="/zakazsite"],
- ._light .mp-main-menu__link[href="/zakazsite"] {
- color: #0169d9
- }
- ._fixed .mp-main-menu__link[href="/zakazsite"]:after,
- ._light .mp-main-menu__link[href="/zakazsite"]:after {
- background: #0169d9
- }
- .mp-main-menu__btn,
- .mp-main-menu__btn._iconed,
- .mp-main-menu__btn._secondary {
- width: 40px;
- height: 40px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: 18px;
- background: #fff;
- color: #333;
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none
- }
- @media (min-width:960px) {
- .mp-main-menu__btn,
- .mp-main-menu__btn._iconed,
- .mp-main-menu__btn._secondary {
- width: auto;
- height: auto
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn._iconed:hover,
- .mp-main-menu__btn._secondary:hover,
- .mp-main-menu__btn:hover {
- background: #fff;
- -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
- box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
- color: #0169d9
- }
- .mp-main-menu__btn._iconed:active,
- .mp-main-menu__btn._secondary:active,
- .mp-main-menu__btn:active {
- -webkit-box-shadow: none;
- box-shadow: none;
- background: #fff;
- color: #333
- }
- }
- .mp-main-menu__btn--login,
- .mp-main-menu__btn._iconed--login,
- .mp-main-menu__btn._secondary--login {
- display: none
- }
- @media (min-width:960px) {
- .mp-main-menu__btn--login,
- .mp-main-menu__btn._iconed--login,
- .mp-main-menu__btn._secondary--login {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__btn--phone,
- .mp-main-menu__btn._iconed--phone,
- .mp-main-menu__btn._secondary--phone {
- display: none
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn--burger,
- .mp-main-menu__btn._iconed--burger,
- .mp-main-menu__btn._secondary--burger {
- display: none
- }
- }
- .mp-main-menu__btn--order,
- .mp-main-menu__btn._iconed--order,
- .mp-main-menu__btn._secondary--order {
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn--order,
- .mp-main-menu__btn._iconed--order,
- .mp-main-menu__btn._secondary--order {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex
- }
- }
- ._fixed .mp-main-menu__btn,
- ._fixed .mp-main-menu__btn._iconed,
- ._fixed .mp-main-menu__btn._secondary,
- ._light .mp-main-menu__btn,
- ._light .mp-main-menu__btn._iconed,
- ._light .mp-main-menu__btn._secondary {
- background: #1eb34b;
- color: #fff
- }
- @media (min-width:1200px) {
- ._fixed .mp-main-menu__btn._iconed:hover:not([disabled]),
- ._fixed .mp-main-menu__btn._secondary:hover:not([disabled]),
- ._fixed .mp-main-menu__btn:hover:not([disabled]),
- ._light .mp-main-menu__btn._iconed:hover:not([disabled]),
- ._light .mp-main-menu__btn._secondary:hover:not([disabled]),
- ._light .mp-main-menu__btn:hover:not([disabled]) {
- -webkit-box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
- box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
- background-color: #51c568;
- color: #fff
- }
- ._fixed .mp-main-menu__btn._iconed:active:not([disabled]),
- ._fixed .mp-main-menu__btn._secondary:active:not([disabled]),
- ._fixed .mp-main-menu__btn:active:not([disabled]),
- ._light .mp-main-menu__btn._iconed:active:not([disabled]),
- ._light .mp-main-menu__btn._secondary:active:not([disabled]),
- ._light .mp-main-menu__btn:active:not([disabled]) {
- background-color: #37a458;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #fff
- }
- }
- ._fixed .mp-main-menu__btn._iconed._secondary,
- ._fixed .mp-main-menu__btn._secondary,
- ._fixed .mp-main-menu__btn._secondary._secondary,
- ._light .mp-main-menu__btn._iconed._secondary,
- ._light .mp-main-menu__btn._secondary,
- ._light .mp-main-menu__btn._secondary._secondary {
- background: #fafaf9;
- -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 69%, .2), inset 0 0 0 2px #ddd;
- box-shadow: 0 2px 3px hsla(0, 0%, 69%, .2), inset 0 0 0 2px #ddd;
- color: #0169d9
- }
- @media (min-width:1200px) {
- ._fixed .mp-main-menu__btn._iconed._secondary:hover,
- ._fixed .mp-main-menu__btn._secondary._secondary:hover,
- ._fixed .mp-main-menu__btn._secondary:hover,
- ._light .mp-main-menu__btn._iconed._secondary:hover,
- ._light .mp-main-menu__btn._secondary._secondary:hover,
- ._light .mp-main-menu__btn._secondary:hover {
- background: #d9e4f5;
- -webkit-box-shadow: 0 2px 3px rgba(130, 166, 233, .26), inset 0 0 0 2px #a3c0ea;
- box-shadow: 0 2px 3px rgba(130, 166, 233, .26), inset 0 0 0 2px #a3c0ea;
- color: #0169d9
- }
- ._fixed .mp-main-menu__btn._iconed._secondary:active,
- ._fixed .mp-main-menu__btn._secondary._secondary:active,
- ._fixed .mp-main-menu__btn._secondary:active,
- ._light .mp-main-menu__btn._iconed._secondary:active,
- ._light .mp-main-menu__btn._secondary._secondary:active,
- ._light .mp-main-menu__btn._secondary:active {
- background: #a4bfe9;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #0169d9
- }
- }
- .mp-main-menu__btn._iconed svg,
- .mp-main-menu__btn._secondary svg,
- .mp-main-menu__btn svg {
- fill: #333;
- width: 26px;
- height: 26px
- }
- ._fixed .mp-main-menu__btn._iconed svg,
- ._fixed .mp-main-menu__btn._secondary svg,
- ._fixed .mp-main-menu__btn svg,
- ._light .mp-main-menu__btn._iconed svg,
- ._light .mp-main-menu__btn._secondary svg,
- ._light .mp-main-menu__btn svg {
- fill: #fff
- }
- .mp-main-menu__phone-m {
- width: 40px;
- height: 40px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: rgba(63, 63, 63, .3);
- border-radius: 40px;
- margin-left: auto
- }
- @media (min-width:960px) {
- .mp-main-menu__phone-m {
- display: none
- }
- }
- ._fixed .mp-main-menu__phone-m {
- background: #1eb34b
- }
- .mp-main-menu__call {
- color: #fff;
- display: none
- }
- @media (min-width:600px) {
- .mp-main-menu__call {
- margin: 0 0 0 auto
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__call {
- margin-left: 8px;
- display: block;
- text-align: center
- }
- }
- @media (min-width:1380px) {
- .mp-main-menu__call {
- margin-left: 8px
- }
- }
- ._light .mp-main-menu__call {
- color: #333
- }
- .mp-main-menu__phone {
- color: inherit;
- font-size: 18px;
- font-weight: 700;
- line-height: 20px;
- text-decoration: none;
- display: none;
- border-bottom: 1px dashed transparent
- }
- @media (min-width:960px) {
- .mp-main-menu__phone {
- display: block
- }
- }
- ._fixed .mp-main-menu__phone {
- color: #333
- }
- .mp-main-menu__callback {
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__callback {
- color: #fff;
- display: inline-block;
- border-bottom: 1px dotted #fff;
- line-height: 16px;
- font-size: 13px;
- text-decoration: none;
- outline: none;
- cursor: pointer;
- -webkit-transition: border-bottom-color .3s ease-out;
- transition: border-bottom-color .3s ease-out
- }
- .mp-main-menu__callback:hover {
- border-bottom-color: transparent
- }
- }
- ._fixed .mp-main-menu__callback,
- ._light .mp-main-menu__callback {
- color: #0169d9;
- border-bottom-color: #0169d9
- }
- .mp-m-menu {
- position: fixed;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- -webkit-transform: translate(100%);
- transform: translate(100%);
- -webkit-transition: background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- transition: background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91) .3s, background .3s linear;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91) .3s, background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- z-index: 43
- }
- .mp-m-menu._opened {
- -webkit-transform: translate(0);
- transform: translate(0);
- background: rgba(0, 0, 0, .5);
- -webkit-transition: background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- transition: background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- transition: transform .5s cubic-bezier(.31, .33, .18, .91), background .3s linear .5s;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91), background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- overflow: auto
- }
- .mp-m-menu__wrap {
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- overflow: auto;
- width: 272px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- background: #0aa440;
- padding: 28px 33px 28px 31px
- }
- @media (min-width:600px) {
- .mp-m-menu__wrap {
- padding: 82px 22px 10px
- }
- }
- .mp-m-menu__all {
- margin: 0 0 34px;
- display: inline-block;
- vertical-align: top;
- text-decoration: none;
- outline: none;
- font-weight: 500;
- line-height: 24px;
- font-size: 15px;
- color: #fff;
- border-bottom: 1px dashed #fff
- }
- @media (min-width:600px) {
- .mp-m-menu__all {
- display: none
- }
- }
- .mp-m-menu__btn._secondary {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 0;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- text-align: center;
- height: 48px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 18px
- }
- .mp-m-menu__btn._secondary svg {
- fill: #0169d9;
- margin-right: 8px;
- margin-left: -10px
- }
- .mp-m-aside-close {
- position: absolute;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- top: 18px;
- right: 18px;
- background: rgba(63, 63, 63, .3) url(../img/oah-cancel-white.svg) 50% no-repeat;
- border: none;
- outline: 0
- }
- .mp-m-aside-close--dark {
- background-image: url(../img/oah-cancel.svg)
- }
- .mp-m-nav {
- padding: 0;
- margin-bottom: 62px
- }
- .mp-m-nav__link {
- text-decoration: none;
- font-weight: 500;
- line-height: 24px;
- font-size: 15px;
- letter-spacing: -.2px;
- margin-bottom: 14px;
- color: #fff;
- display: block;
- border-bottom: 1px solid hsla(0, 0%, 100%, .25)
- }
- .mp-m-nav__link:last-child {
- margin-bottom: 0
- }
- .mp-m-nav__link--colored {
- color: #ffe25a;
- border-bottom-color: rgba(255, 226, 90, .25)
- }
- .mp-m-filials {
- padding: 0;
- list-style: none;
- margin: 0
- }
- .mp-m-filials__item {
- margin-bottom: 24px
- }
- .mp-m-filials__item:last-child {
- margin-bottom: 0
- }
- .mp-m-filials__name {
- margin: 0 0 4px;
- outline: none;
- text-decoration: none;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .mp-m-filials__name svg {
- fill: #fff;
- margin-right: 2px
- }
- .mp-m-filials__name span {
- line-height: 20px;
- font-size: 13px;
- color: #fff
- }
- .mp-m-filials__link {
- font-weight: 600;
- margin-top: -9px;
- display: inline-block;
- text-decoration: none;
- line-height: 20px;
- font-size: 18px;
- color: #fff
- }
- .mp-popup {
- position: absolute;
- background-color: #fff;
- border-radius: 4px;
- color: #212121;
- display: none;
- padding: 30px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- width: 320px;
- top: 68px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 10
- }
- .mp-popup p {
- margin: 0
- }
- .mp-popup ul {
- list-style: none;
- padding-left: 0;
- margin-bottom: 0
- }
- .mp-popup--centered {
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%)
- }
- .mp-popup--location {
- max-width: 246px;
- background: #fff url(../img/oah-location-bg.svg) -30px -30px no-repeat;
- background-size: 104px 104px;
- position: absolute
- }
- .mp-popup--login {
- max-width: 320px;
- background: #fff url(../img/oah-user-bg.svg) -30px -30px no-repeat;
- background-size: 104px 104px
- }
- .mp-popup__title {
- font-size: 15px;
- font-weight: 700;
- line-height: 20px;
- margin-bottom: 30px
- }
- .mp-popup__subtitle {
- margin-top: 10px
- }
- .mp-popup__close {
- width: 40px;
- height: 40px;
- padding: 0;
- position: absolute;
- top: 20px;
- right: 20px;
- background: rgba(0, 0, 0, .05) url(../img/oah-cancel.svg) 50% no-repeat;
- cursor: pointer;
- border-radius: 50%
- }
- .mp-popup__result {
- display: none
- }
- .mp-form__btn {
- margin-top: 24px
- }
- .mp-form__form {
- margin-top: 10px
- }
- .mp-form__field,
- .mp-form__label {
- display: block;
- margin-top: 20px
- }
- .mp-form__field--required .pf-form__field-title:after,
- .mp-form__label--required .pf-form__field-title:after,
- .mp-form__required .pf-form__field-title:after,
- .mp-form__required .pf-form__label-title:after {
- content: " *";
- color: #ff4141
- }
- .mp-form__link {
- float: right;
- color: #0169d9;
- font-family: Fira Sans, sans-serif;
- font-size: 13px;
- font-weight: 400;
- line-height: 20px;
- text-decoration: none
- }
- .mp-form__field-title,
- .mp-form__label-title {
- color: #333;
- font-size: 13px;
- font-weight: 600;
- line-height: 20px
- }
- .mp-form__input {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- display: block;
- outline: none;
- width: 100%;
- height: 40px;
- border-radius: 6px;
- border: 2px solid #c2c2c2;
- background-color: #fff;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 13px;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #333;
- font-family: Fira Sans, sans-serif;
- font-size: 14px;
- font-weight: 500;
- line-height: 36px;
- -webkit-transition: .3s ease-out;
- transition: .3s ease-out
- }
- .mp-form__input:focus {
- -webkit-box-shadow: 0 1px 2px #fadca0;
- box-shadow: 0 1px 2px #fadca0;
- border: 2px solid #fbb017;
- background-color: #fffaf1
- }
- .mp-form__input--error {
- background: #fff5f4;
- border: 2px solid #f9614d;
- -webkit-box-shadow: 0 1px 2px 0 #ee899a;
- box-shadow: 0 1px 2px 0 #ee899a;
- border-radius: 6px
- }
- ._overlay {
- display: none;
- background-color: #212121;
- opacity: .43;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- z-index: 5
- }
- .mp-services {
- display: none;
- color: #333
- }
- @media (min-width:600px) {
- .mp-services {
- max-height: calc(100vh - 64px);
- overflow: auto;
- position: absolute;
- top: 100%;
- left: 0;
- right: 0;
- background-color: #f8f6ec
- }
- }
- .mp-services__wrapp {
- padding-top: 32px
- }
- @media (min-width:960px) {
- .mp-services__wrapp {
- padding-top: 40px
- }
- }
- @media (min-width:1200px) {
- .mp-services__wrapp {
- padding-top: 48px
- }
- }
- .mp-services__top {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .mp-services__title {
- font-weight: 700;
- line-height: 24px;
- font-size: 26px;
- margin: 0 58px 0 0
- }
- @media (min-width:960px) {
- .mp-services__title {
- margin: 0;
- font-size: 30px;
- line-height: 36px
- }
- }
- .mp-services__search {
- position: relative;
- z-index: 1;
- -webkit-box-flex: 1;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto
- }
- @media (min-width:960px) {
- .mp-services__search {
- max-width: 480px;
- margin: 0 auto
- }
- }
- @media (min-width:1200px) {
- .mp-services__search {
- max-width: 562px
- }
- }
- .mp-services__search .cd-input {
- margin: 0
- }
- .mp-services__search .cd-input__field {
- height: 40px;
- border: 2px solid #ddd;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-radius: 24px
- }
- @media (min-width:1200px) {
- .mp-services__search .cd-input__field {
- height: 48px
- }
- }
- .mp-services__search-btn {
- position: absolute;
- right: 0;
- top: 0;
- padding: 0;
- width: 40px;
- height: 40px
- }
- @media (min-width:960px) {
- .mp-services__search-btn {
- padding: 8px 24px;
- border-radius: 24px;
- width: auto;
- height: auto
- }
- }
- @media (min-width:1200px) {
- .mp-services__search-btn {
- height: 48px
- }
- }
- .mp-services__search-btn span {
- display: none
- }
- @media (min-width:960px) {
- .mp-services__search-btn span {
- display: block
- }
- }
- .mp-services__search-btn svg {
- fill: #0169d9!important;
- width: 26px;
- height: 26px
- }
- @media (min-width:960px) {
- .mp-services__search-btn svg {
- display: none
- }
- }
- .mp-services__close {
- display: none
- }
- @media (min-width:600px) {
- .mp-services__close {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- width: 40px;
- height: 40px;
- background: rgba(63, 63, 63, .3);
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-radius: 50%;
- margin-left: 60px
- }
- }
- @media (min-width:1200px) {
- .mp-services__close {
- width: 48px;
- height: 48px;
- -webkit-transition: -webkit-box-shadow .3s ease-out;
- transition: -webkit-box-shadow .3s ease-out;
- transition: box-shadow .3s ease-out;
- transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out
- }
- .mp-services__close:hover {
- background: rgba(63, 63, 63, .2);
- -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), inset 0 0 0 2px rgba(0, 0, 0, .05);
- box-shadow: 0 2px 3px rgba(0, 0, 0, .16), inset 0 0 0 2px rgba(0, 0, 0, .05)
- }
- .mp-services__close:active {
- -webkit-box-shadow: none;
- box-shadow: none;
- background: rgba(63, 63, 63, .45)
- }
- }
- .mp-services__close svg {
- fill: #fff
- }
- @media (min-width:1200px) {
- .mp-services__close svg {
- width: 32px;
- height: 32px
- }
- }
- .mp-services__bottom {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding-top: 32px
- }
- @media (min-width:960px) {
- .mp-services__bottom {
- padding-top: 48px;
- padding-bottom: 16px
- }
- }
- @media (min-width:1200px) {
- .mp-services__bottom {
- padding-bottom: 32px
- }
- }
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 276px;
- flex: 0 0 276px;
- margin-bottom: 32px
- }
- @media (min-width:960px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 204px;
- flex: 0 0 204px
- }
- }
- @media (min-width:1200px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 270px;
- flex: 0 0 270px
- }
- }
- @media (min-width:1380px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 298px;
- flex: 0 0 298px
- }
- }
- .mp-services__layout-title {
- font-weight: 500;
- line-height: 24px;
- font-size: 17px;
- letter-spacing: -.2px;
- margin: 0 0 16px
- }
- .mp-services__layout-title--highlighted {
- color: #009a17
- }
- .mp-services__link {
- display: block;
- outline: none;
- text-decoration: none;
- line-height: 24px;
- font-size: 15px;
- margin-bottom: 4px;
- color: inherit
- }
- .mp-services__link:visited {
- color: inherit
- }
- .mp-services__link:last-child {
- margin-bottom: 0
- }
- @media (min-width:1200px) {
- .mp-services__link:hover {
- color: #0169d9
- }
- }
- .mp-submenu {
- background-color: #fff;
- font-family: Fira Sans, sans-serif
- }
- .mp-submenu__wrapp {
- margin-left: 16px;
- height: 64px
- }
- @media (min-width:600px) {
- .mp-submenu__wrapp {
- margin-left: calc(50% - 288px)
- }
- }
- @media (min-width:960px) {
- .mp-submenu__wrapp {
- height: 80px;
- max-width: 912px;
- margin-left: calc(50% - 456px)
- }
- }
- @media (min-width:1200px) {
- .mp-submenu__wrapp {
- max-width: 1148px;
- margin-left: calc(50% - 574px)
- }
- }
- @media (min-width:1380px) {
- .mp-submenu__wrapp {
- max-width: 1288px;
- margin-left: calc(50% - 644px)
- }
- }
- .mp-submenu__inner {
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-bottom: 1px solid #dfdfdf
- }
- .mp-submenu__inner,
- .mp-submenu__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: 100%
- }
- .mp-submenu__nav {
- overflow-x: auto
- }
- .mp-submenu__link {
- position: relative;
- z-index: 1;
- text-decoration: none;
- color: #212121;
- font-weight: 500;
- line-height: 32px;
- font-size: 16px;
- letter-spacing: -.2px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: 100%;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- white-space: nowrap;
- margin-right: 25px
- }
- @media (min-width:1200px) {
- .mp-submenu__link:hover:before {
- width: 100%
- }
- }
- .mp-submenu__link:last-child {
- padding-right: 16px
- }
- .mp-submenu__link:before {
- content: "";
- position: absolute;
- bottom: 0;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 0;
- height: 2px;
- will-change: width;
- -webkit-transition: width .3s ease-out;
- transition: width .3s ease-out;
- background-color: #0aa440
- }
- .mp-submenu__link--active {
- -webkit-box-sizing: border-box;
- box-sizing: border-box
- }
- .mp-submenu__link--active:before {
- width: 100%
- }
- .mp-submenu__link--sale {
- margin-right: 43px
- }
- .mp-submenu__link--sale:after {
- content: "%";
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- left: calc(100% + 4px);
- line-height: 20px;
- font-size: 18px;
- letter-spacing: -.7px;
- color: #e7433a;
- font-weight: 500
- }
- .mp-submenu__request-btn {
- display: none
- }
- @media (min-width:1200px) {
- .mp-submenu__request-btn {
- display: block
- }
- }
- .mp-footer {
- background-color: #f8f6ec
- }
- .mp-footer__wrapp {
- padding-top: 32px;
- padding-bottom: 32px
- }
- @media (min-width:960px) {
- .mp-footer__wrapp {
- padding-bottom: 0
- }
- }
- @media (min-width:1200px) {
- .mp-footer__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding-top: 60px
- }
- }
- .mp-footer__info {
- display: none
- }
- @media (min-width:1200px) {
- .mp-footer__info {
- display: initial;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 330px;
- flex: 0 0 330px;
- margin-right: 62px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__logo {
- margin-bottom: 40px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__text {
- line-height: 20px;
- font-size: 13px;
- color: #686868
- }
- }
- @media (min-width:1200px) {
- .mp-footer__text p {
- margin: 0 0 16px
- }
- }
- @media (min-width:600px) {
- .mp-footer__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap
- }
- }
- @media (min-width:1200px) {
- .mp-footer__nav {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1
- }
- }
- @media (min-width:600px) {
- .mp-footer__column {
- width: 50%
- }
- .mp-footer__column:nth-of-type(2) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- .mp-footer__column:nth-of-type(4) {
- -webkit-box-ordinal-group: 5;
- -ms-flex-order: 4;
- order: 4
- }
- }
- @media (min-width:960px) {
- .mp-footer__column {
- width: 25%
- }
- .mp-footer__column:nth-of-type(3) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- }
- .mp-footer__group {
- margin-bottom: 26px
- }
- @media (min-width:600px) {
- .mp-footer__group {
- margin-bottom: 40px
- }
- }
- .mp-footer__group._active {
- margin-bottom: 44px
- }
- .mp-footer__group-title {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-bottom: 12px
- }
- @media (min-width:600px) {
- .mp-footer__group-title {
- margin-bottom: 16px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title {
- margin-bottom: 14px
- }
- }
- .mp-footer__group-title-text {
- font-weight: 700;
- line-height: 24px;
- font-size: 18px;
- -webkit-transition: color .3s ease;
- transition: color .3s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-title-text {
- font-size: 14px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title-text {
- font-size: 14px
- }
- }
- ._active .mp-footer__group-title-text {
- color: #1eb34b
- }
- .mp-footer__group-title-arrow {
- -webkit-transition: color .3s ease, -webkit-transform .3s ease;
- transition: color .3s ease, -webkit-transform .3s ease;
- transition: color .3s ease, transform .3s ease;
- transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-title-arrow {
- display: none
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title-arrow {
- display: none
- }
- }
- ._active .mp-footer__group-title-arrow {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg)
- }
- ._active .mp-footer__group-title-arrow path {
- fill: #1eb34b
- }
- .mp-footer__group-links {
- display: none
- }
- @media (min-width:600px) {
- .mp-footer__group-links {
- display: initial
- }
- }
- .mp-footer__group-links-item {
- display: block;
- line-height: 34px;
- font-size: 17px;
- color: #313131;
- padding-left: 16px;
- margin-bottom: 4px;
- text-decoration: none;
- -webkit-transition: color .1s ease;
- transition: color .1s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-links-item {
- line-height: 24px;
- font-size: 13px;
- padding-left: 0
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-links-item {
- line-height: 24px;
- font-size: 13px;
- display: block
- }
- .mp-footer__group-links-item:active,
- .mp-footer__group-links-item:hover {
- color: #0169d9
- }
- }
- .mp-footer__column-logo {
- margin-top: 48px;
- margin-bottom: 22px
- }
- .mp-footer__column-logo svg {
- width: 220px;
- height: auto
- }
- @media (min-width:600px) {
- .mp-footer__column-logo svg {
- width: 171px
- }
- }
- @media (min-width:600px) {
- .mp-footer__column-logo {
- margin-top: 0;
- margin-bottom: 32px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__column-logo {
- display: none
- }
- }
- .mp-footer__contact {
- margin-bottom: 24px
- }
- .mp-footer__contact:nth-of-type(2) .mp-footer__contact-phone {
- display: initial
- }
- .mp-footer__contact-office {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- line-height: 20px;
- font-size: 15px;
- color: #313131;
- opacity: .5;
- margin-bottom: 4px;
- text-decoration: none
- }
- @media (min-width:600px) {
- .mp-footer__contact-office {
- font-size: 13px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__contact-office {
- font-size: 13px
- }
- }
- .mp-footer__contact-office-icon {
- width: 20px;
- height: 20px;
- margin-right: 4px
- }
- .mp-footer__contact-phone {
- display: none;
- font-weight: 700;
- line-height: 20px;
- font-size: 22px;
- color: #313131;
- text-decoration: none
- }
- @media (min-width:600px) {
- .mp-footer__contact-phone {
- display: initial;
- font-size: 18px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__contact-phone {
- font-size: 18px
- }
- }
- .mp-footer__socials {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- margin-top: 36px
- }
- @media (min-width:600px) {
- .mp-footer__socials {
- margin-top: 34px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__socials {
- margin-top: 40px
- }
- }
- .mp-footer__socials-item {
- width: 32px;
- height: 32px;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 32px;
- flex: 0 0 32px;
- margin-right: 25px
- }
- @media (min-width:600px) {
- .mp-footer__socials-item {
- width: 25px;
- height: 25px;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 25px;
- flex: 0 0 25px;
- margin-right: 18px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__socials-item {
- margin-right: 10px
- }
- }
- .mp-mini-footer {
- background-color: #f8f6ec;
- padding: 32px 0 40px
- }
- @media (min-width:600px) {
- .mp-mini-footer__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: top;
- -ms-flex-align: top;
- align-items: top
- }
- }
- @media (min-width:960px) {
- .mp-mini-footer__wrapp {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto
- }
- }
- .mp-mini-footer__layout--left {
- margin-bottom: 16px
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout--left {
- margin-bottom: 0;
- margin-right: auto
- }
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout--right {
- margin-top: 10px
- }
- }
- @media (min-width:960px) {
- .mp-mini-footer__layout--right {
- margin-top: 0
- }
- }
- .mp-mini-footer__logo-link {
- outline: none;
- text-decoration: none;
- font-size: 0;
- line-height: 0;
- margin-bottom: 8px;
- display: block
- }
- @media (min-width:960px) {
- .mp-mini-footer__logo-link {
- display: inline-block;
- vertical-align: middle;
- margin: 0 24px 0 0
- }
- }
- .mp-mini-footer__logo-link img {
- max-width: 100%
- }
- .mp-mini-footer__copyright {
- font-size: 15px;
- line-height: 24px;
- letter-spacing: -.3px;
- color: #656565;
- margin: 0;
- display: inline-block;
- vertical-align: top
- }
- @media (min-width:960px) {
- .mp-mini-footer__copyright {
- vertical-align: middle;
- margin: 0 7px 0 0
- }
- }
- .mp-mini-footer__privacy-link {
- display: inline-block;
- vertical-align: top;
- margin: 0;
- text-decoration: none;
- font-size: 15px;
- line-height: 24px;
- letter-spacing: -.3px;
- color: #0169d9
- }
- @media (min-width:960px) {
- .mp-mini-footer__privacy-link {
- vertical-align: middle
- }
- }
- .mp-mini-footer__callback-title {
- font-size: 11px;
- font-weight: 500;
- line-height: 16px;
- color: #8f8f8f;
- margin: 0 0 4px
- }
- @media (min-width:960px) {
- .mp-mini-footer__callback-title {
- margin-bottom: 0
- }
- }
- .mp-mini-footer__callback-phone {
- outline: none;
- text-decoration: none;
- margin: 0;
- font-size: 32px;
- font-weight: 700;
- line-height: 32px;
- color: #333
- }
- @media (min-width:960px) {
- .mp-mini-footer__callback-phone {
- font-size: 22px;
- line-height: 32px
- }
- }
- @media (min-width:1380px) {
- .mp-mini-footer__callback-phone {
- font-size: 25px
- }
- }
- .mp-footer-bottom {
- background: #0aa440
- }
- .mp-footer-bottom__wrapp {
- padding-top: 16px;
- padding-bottom: 16px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .mp-footer-bottom__wrapp>:nth-child(3) {
- -webkit-box-ordinal-group: 2;
- -ms-flex-order: 1;
- order: 1
- }
- .mp-footer-bottom__wrapp>:first-child {
- -webkit-box-ordinal-group: 3;
- -ms-flex-order: 2;
- order: 2
- }
- .mp-footer-bottom__wrapp>:nth-child(2) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- @media (min-width:600px) {
- .mp-footer-bottom__wrapp {
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-top: 13px;
- padding-bottom: 13px
- }
- .mp-footer-bottom__wrapp>:nth-child(n) {
- -webkit-box-ordinal-group: initial;
- -ms-flex-order: initial;
- order: 0
- }
- }
- .mp-footer-bottom__year {
- line-height: 20px;
- font-size: 13px;
- letter-spacing: -.3px;
- color: #fff
- }
- @media (min-width:960px) {
- .mp-footer-bottom__year {
- margin-right: 24px
- }
- }
- .mp-footer-bottom__privacy {
- line-height: 20px;
- font-size: 13px;
- letter-spacing: -.3px;
- color: #fff
- }
- .mp-footer-bottom__search {
- width: 100%;
- position: relative
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 276px;
- flex: 0 0 276px
- }
- }
- @media (min-width:960px) {
- .mp-footer-bottom__search {
- margin-left: auto
- }
- }
- @media (min-width:1200px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 368px;
- flex: 0 0 368px
- }
- }
- @media (min-width:1380px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 408px;
- flex: 0 0 408px
- }
- }
- .mp-footer-bottom__search-input {
- font-family: Fira Sans, sans-serif;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- line-height: 24px;
- font-size: 15px;
- letter-spacing: -.2px;
- color: #828282;
- padding: 6px 18px;
- border: 2px solid #ddd;
- border-radius: 24px;
- outline: none;
- margin-bottom: 16px
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-input {
- margin-bottom: 0;
- font-size: 14px;
- letter-spacing: -.2px;
- color: hsla(0, 0%, 54.1%, .6);
- padding: 2px 14px
- }
- }
- .mp-footer-bottom__search-input::-webkit-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input:-ms-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input::-ms-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input::placeholder {
- color: #828282
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-input::-webkit-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input:-ms-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input::-ms-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input::placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- }
- .mp-footer-bottom__search-sbmt {
- position: absolute;
- right: 0;
- top: 0;
- padding: 0!important;
- width: 40px;
- height: 40px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 0;
- outline: none
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-sbmt {
- width: 32px;
- height: 32px
- }
- }
- @media (min-width:960px) {
- .mp-footer-bottom__search-sbmt {
- padding: 0
- }
- }
- .mp-footer-bottom__search-sbmt svg {
- width: 26px;
- height: 26px
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-sbmt svg {
- width: 24px;
- height: 24px
- }
- }
- .mp-footer-bottom__search-sbmt svg path {
- fill: #0169d9
- }
- .mp-scrolltop {
- position: fixed;
- z-index: 99999;
- right: 100%;
- bottom: 102px;
- border-radius: 50%;
- padding: 8px;
- background: rgba(63, 63, 63, .3);
- line-height: 0;
- cursor: pointer;
- opacity: 0;
- -webkit-transition: opacity .3s ease;
- transition: opacity .3s ease
- }
- @media (min-width:1200px) {
- .mp-scrolltop {
- bottom: 200px
- }
- }
- .mp-scrolltop.show {
- right: 20px;
- opacity: 1
- }
- @media (min-width:1200px) {
- .mp-scrolltop.show {
- right: 48px
- }
- }
- .mp-scrolltop.hide {
- opacity: 0;
- -webkit-transition: opacity .3s ease, right 0s ease .3s;
- transition: opacity .3s ease, right 0s ease .3s
- }
- .mp-scrolltop svg {
- width: 32px;
- height: 32px;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg)
- }
- .mp-scrolltop svg path {
- fill: #fff
- }
- @-webkit-keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
- @keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
- .mp-form__preloader-svg {
- -webkit-transition: -webkit-transform .3s;
- transition: -webkit-transform .3s;
- transition: transform .3s;
- transition: transform .3s, -webkit-transform .3s;
- -webkit-animation-name: rotate;
- animation-name: rotate;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear
- }
- .mp-form__preloader-svg circle {
- stroke-dasharray: 21
- }
- .mp-form__preloader-svg polyline {
- stroke-dasharray: 44;
- stroke-dashoffset: 44;
- stroke-linecap: butt
- }
- .cd-request-popup__tnx {
- position: absolute;
- top: 15%;
- width: 80%;
- max-width: 564px;
- z-index: 10;
- display: none;
- -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- border-radius: 10px;
- background-color: #fff;
- padding: 32px 16px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- font-family: Fira Sans, sans-serif;
- text-align: center
- }
- .tnx-icon {
- display: inline-block;
- margin-bottom: 24px
- }
- .cd-request-popup {
- position: absolute;
- top: 15%;
- width: 80%;
- max-width: 564px;
- z-index: 10;
- display: none;
- -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- border-radius: 10px;
- background-color: #fff;
- padding: 32px 16px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- font-family: Fira Sans, sans-serif
- }
- @media (min-width:600px) {
- .cd-request-popup {
- padding: 32px
- }
- }
- .cd-request-popup__title {
- font-size: 24px;
- font-weight: 700;
- letter-spacing: -.4px;
- text-align: center;
- color: #333;
- margin-top: 0;
- margin-bottom: 0
- }
- @media (min-width:600px) {
- .cd-request-popup__title {
- margin-bottom: 0;
- font-size: 28px
- }
- }
- .cd-request-popup__close {
- width: 48px;
- height: 48px;
- -webkit-box-shadow: 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
- box-shadow: 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
- border-radius: 50%;
- background-color: #fafaf9;
- -webkit-appearance: none;
- border: none;
- padding: 0;
- outline: 0;
- position: absolute;
- top: -18px;
- right: -14px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- cursor: pointer
- }
- .cd-request-popup__close svg {
- width: 32px;
- height: 32px
- }
- .cd-request-popup__preloader {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: hsla(0, 0%, 100%, .3)
- }
- .cd-request-popup__preloader-svg circle {
- stroke-dasharray: 21
- }
- .cd-request-popup__preloader-svg polyline {
- stroke-dasharray: 44;
- stroke-dashoffset: 44;
- stroke-linecap: butt
- }
- .cd-request-popup h2 {
- font-size: 18px;
- font-weight: 300;
- line-height: 1.33;
- letter-spacing: -.4px;
- text-align: center;
- color: #333
- }
- @media (min-width:600px) {
- .cd-request-popup h2 {
- font-size: 20px
- }
- }
- .cd-request-popup .cd-input__field {
- height: 40px
- }
- @media (min-width:600px) {
- .cd-request-popup .cd-input__field {
- height: 48px
- }
- }
- .cd-request-popup .tpl-field {
- font-size: 15px;
- line-height: 1.47;
- color: #333
- }
- .cd-request-popup .mp-form__privacy {
- font-size: 13px;
- line-height: 1.31;
- letter-spacing: -.4px;
- color: #828282;
- text-align: center;
- margin-top: 16px
- }
- .cd-request-popup .mp-form__privacy a {
- color: #828282
- }
- @media (min-width:600px) {
- .cd-request-popup .mp-form__btn {
- text-align: center
- }
- }
- .cd-request-popup .mp-form__btn .cd-btn {
- width: 100%
- }
- @media (min-width:600px) {
- .cd-request-popup .mp-form__btn .cd-btn {
- width: auto
- }
- }
- @media (min-width:600px) {
- .cd-request-popup .cd-field__text {
- font-size: 15px
- }
- }
- .sp-force-hide.sp-form-outer~.mp-form__preloader {
- display: block
- }
- .sp-form-outer~.mp-form__preloader {
- display: none
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 300;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-l.eot);
- src: url(/g/fonts/fira_sans/fira_sans-l.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-l.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-l.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 400;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-r.eot);
- src: url(/g/fonts/fira_sans/fira_sans-r.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-r.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-r.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 500;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-m.eot);
- src: url(/g/fonts/fira_sans/fira_sans-m.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-m.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-m.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 700;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-b.eot);
- src: url(/g/fonts/fira_sans/fira_sans-b.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-b.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-b.woff2)
- }
- .mp-wrapp {
- margin: 0 auto;
- max-width: 100%;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 16px;
- padding-right: 16px;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-wrapp {
- max-width: 600px;
- padding-left: 12px;
- padding-right: 12px
- }
- }
- @media (min-width:960px) {
- .mp-wrapp {
- max-width: 960px;
- padding-left: 24px;
- padding-right: 24px
- }
- }
- @media (min-width:1200px) {
- .mp-wrapp {
- max-width: 1180px;
- padding-left: 16px;
- padding-right: 16px
- }
- }
- @media (min-width:1380px) {
- .mp-wrapp {
- max-width: 1320px
- }
- }
- ._hidden {
- display: none
- }
- .mp-main-menu-container {
- height: 64px;
- white-space: nowrap
- }
- @media (min-width:960px) {
- .mp-main-menu-container {
- height: 80px
- }
- }
- .mp-main-menu {
- position: relative;
- z-index: 42;
- background: #0aa440
- }
- .mp-main-menu._light {
- background: #fff
- }
- @media (min-width:600px) {
- .mp-main-menu._noBg {
- background-color: transparent
- }
- }
- .mp-main-menu._fixed {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- -webkit-box-shadow: 0 5px 21px rgba(73, 71, 59, .15);
- box-shadow: 0 5px 21px rgba(73, 71, 59, .15);
- z-index: 42
- }
- .mp-main-menu__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 64px;
- margin: 0 auto;
- max-width: 100%;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 16px;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-main-menu__wrapp {
- max-width: 600px;
- padding: 0 12px
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__wrapp {
- height: 80px;
- max-width: 960px;
- padding: 0 24px
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__wrapp {
- padding: 0 16px;
- max-width: 1180px
- }
- }
- @media (min-width:1380px) {
- .mp-main-menu__wrapp {
- max-width: 1320px;
- padding: 0 16px
- }
- }
- .mp-main-menu__logo {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- outline: none;
- text-decoration: none;
- margin-right: auto
- }
- @media (min-width:600px) {
- .mp-main-menu__logo {
- margin-right: 8px;
- padding-right: 16px;
- border-right: 1px solid rgba(250, 250, 249, .2)
- }
- }
- .mp-main-menu__logo path {
- fill: #fff
- }
- @media (min-width:600px) {
- ._fixed .mp-main-menu__logo,
- ._light .mp-main-menu__logo {
- border-right: 1px solid rgba(77, 77, 77, .2)
- }
- }
- ._fixed .mp-main-menu__logo path,
- ._light .mp-main-menu__logo path {
- fill: #333
- }
- ._fixed .mp-main-menu__logo path:first-child,
- ._light .mp-main-menu__logo path:first-child {
- fill: #009a17
- }
- .mp-main-menu__services-link {
- color: #fff;
- font-size: 15px;
- font-weight: 500;
- line-height: 32px;
- letter-spacing: -.2px;
- cursor: pointer;
- display: none;
- white-space: normal
- }
- @media (min-width:600px) {
- .mp-main-menu__services-link {
- display: block;
- margin-right: auto
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__services-link {
- margin-right: auto
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link {
- margin: 0 24px 0 0
- }
- }
- ._fixed .mp-main-menu__services-link,
- ._light .mp-main-menu__services-link {
- color: #0169d9
- }
- .mp-main-menu__services-link svg {
- fill: #fff;
- display: inline-block;
- vertical-align: middle;
- margin-right: 8px
- }
- ._fixed .mp-main-menu__services-link svg,
- ._light .mp-main-menu__services-link svg {
- fill: #979797
- }
- .mp-main-menu__services-link span {
- position: relative;
- z-index: 1;
- display: inline-block;
- vertical-align: middle;
- white-space: nowrap
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link span:hover:before {
- border-bottom-color: transparent
- }
- }
- .mp-main-menu__services-link span:before {
- content: "";
- border-bottom: 1px dotted #fff;
- bottom: 5px;
- left: 0;
- right: 0;
- position: absolute;
- -webkit-transition: border-bottom-color .3s ease-in-out;
- transition: border-bottom-color .3s ease-in-out
- }
- @media (min-width:1200px) {
- .mp-main-menu__services-link span:before:hover {
- border-bottom-color: transparent
- }
- }
- ._fixed .mp-main-menu__services-link span:before,
- ._light .mp-main-menu__services-link span:before {
- border-bottom-color: #0169d9
- }
- .mp-main-menu__inner {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: relative;
- z-index: 1;
- margin-left: 0;
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto
- }
- @media (min-width:960px) {
- .mp-main-menu__inner {
- margin-left: auto;
- margin-right: 0
- }
- }
- .mp-main-menu__nav {
- margin: 0 16px 0 auto;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex
- }
- }
- .mp-main-menu__link {
- margin: 0 12px;
- color: #fff;
- font-size: 15px;
- font-weight: 500;
- line-height: 24px;
- letter-spacing: -.2px;
- text-decoration: none;
- border-bottom: 1px solid transparent;
- -webkit-transition: border-bottom-color .3s ease-in-out;
- transition: border-bottom-color .3s ease-in-out
- }
- .mp-main-menu__link:after {
- content: "";
- width: 0;
- height: 0;
- margin: 0 auto;
- display: block;
- will-change: width, height;
- -webkit-transition: .13s ease-in-out;
- transition: .13s ease-in-out;
- border-radius: 50%;
- background: hsla(0, 0%, 100%, .3)
- }
- ._fixed .mp-main-menu__link:after,
- ._light .mp-main-menu__link:after {
- background: #c4c4c4
- }
- @media (min-width:1200px) {
- .mp-main-menu__link:hover:after {
- width: 8px;
- height: 8px
- }
- .mp-main-menu__link._active:after,
- .mp-main-menu__link:active:after {
- background: #fff;
- width: 8px;
- height: 8px
- }
- ._fixed .mp-main-menu__link._active:after,
- ._fixed .mp-main-menu__link:active:after,
- ._light .mp-main-menu__link._active:after,
- ._light .mp-main-menu__link:active:after {
- background: #1eb34b
- }
- }
- ._fixed .mp-main-menu__link,
- ._light .mp-main-menu__link {
- color: #333
- }
- .mp-main-menu__link[href="/zakazsite"] {
- color: #fff25d
- }
- .mp-main-menu__link[href="/zakazsite"]:after {
- background: #fff25d
- }
- ._fixed .mp-main-menu__link[href="/zakazsite"],
- ._light .mp-main-menu__link[href="/zakazsite"] {
- color: #0169d9
- }
- ._fixed .mp-main-menu__link[href="/zakazsite"]:after,
- ._light .mp-main-menu__link[href="/zakazsite"]:after {
- background: #0169d9
- }
- .mp-main-menu__btn,
- .mp-main-menu__btn._iconed,
- .mp-main-menu__btn._secondary {
- width: 40px;
- height: 40px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: 18px;
- background: #fff;
- color: #333;
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none
- }
- @media (min-width:960px) {
- .mp-main-menu__btn,
- .mp-main-menu__btn._iconed,
- .mp-main-menu__btn._secondary {
- width: auto;
- height: auto
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn._iconed:hover,
- .mp-main-menu__btn._secondary:hover,
- .mp-main-menu__btn:hover {
- background: #fff;
- -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
- box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
- color: #0169d9
- }
- .mp-main-menu__btn._iconed:active,
- .mp-main-menu__btn._secondary:active,
- .mp-main-menu__btn:active {
- -webkit-box-shadow: none;
- box-shadow: none;
- background: #fff;
- color: #333
- }
- }
- .mp-main-menu__btn--login,
- .mp-main-menu__btn._iconed--login,
- .mp-main-menu__btn._secondary--login {
- display: none
- }
- @media (min-width:960px) {
- .mp-main-menu__btn--login,
- .mp-main-menu__btn._iconed--login,
- .mp-main-menu__btn._secondary--login {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__btn--phone,
- .mp-main-menu__btn._iconed--phone,
- .mp-main-menu__btn._secondary--phone {
- display: none
- }
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn--burger,
- .mp-main-menu__btn._iconed--burger,
- .mp-main-menu__btn._secondary--burger {
- display: none
- }
- }
- .mp-main-menu__btn--order,
- .mp-main-menu__btn._iconed--order,
- .mp-main-menu__btn._secondary--order {
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__btn--order,
- .mp-main-menu__btn._iconed--order,
- .mp-main-menu__btn._secondary--order {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex
- }
- }
- ._fixed .mp-main-menu__btn,
- ._fixed .mp-main-menu__btn._iconed,
- ._fixed .mp-main-menu__btn._secondary,
- ._light .mp-main-menu__btn,
- ._light .mp-main-menu__btn._iconed,
- ._light .mp-main-menu__btn._secondary {
- background: #1eb34b;
- color: #fff
- }
- @media (min-width:1200px) {
- ._fixed .mp-main-menu__btn._iconed:hover:not([disabled]),
- ._fixed .mp-main-menu__btn._secondary:hover:not([disabled]),
- ._fixed .mp-main-menu__btn:hover:not([disabled]),
- ._light .mp-main-menu__btn._iconed:hover:not([disabled]),
- ._light .mp-main-menu__btn._secondary:hover:not([disabled]),
- ._light .mp-main-menu__btn:hover:not([disabled]) {
- -webkit-box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
- box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
- background-color: #51c568;
- color: #fff
- }
- ._fixed .mp-main-menu__btn._iconed:active:not([disabled]),
- ._fixed .mp-main-menu__btn._secondary:active:not([disabled]),
- ._fixed .mp-main-menu__btn:active:not([disabled]),
- ._light .mp-main-menu__btn._iconed:active:not([disabled]),
- ._light .mp-main-menu__btn._secondary:active:not([disabled]),
- ._light .mp-main-menu__btn:active:not([disabled]) {
- background-color: #37a458;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #fff
- }
- }
- ._fixed .mp-main-menu__btn._iconed._secondary,
- ._fixed .mp-main-menu__btn._secondary,
- ._fixed .mp-main-menu__btn._secondary._secondary,
- ._light .mp-main-menu__btn._iconed._secondary,
- ._light .mp-main-menu__btn._secondary,
- ._light .mp-main-menu__btn._secondary._secondary {
- background: #fafaf9;
- -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 69%, .2), inset 0 0 0 2px #ddd;
- box-shadow: 0 2px 3px hsla(0, 0%, 69%, .2), inset 0 0 0 2px #ddd;
- color: #0169d9
- }
- @media (min-width:1200px) {
- ._fixed .mp-main-menu__btn._iconed._secondary:hover,
- ._fixed .mp-main-menu__btn._secondary._secondary:hover,
- ._fixed .mp-main-menu__btn._secondary:hover,
- ._light .mp-main-menu__btn._iconed._secondary:hover,
- ._light .mp-main-menu__btn._secondary._secondary:hover,
- ._light .mp-main-menu__btn._secondary:hover {
- background: #d9e4f5;
- -webkit-box-shadow: 0 2px 3px rgba(130, 166, 233, .26), inset 0 0 0 2px #a3c0ea;
- box-shadow: 0 2px 3px rgba(130, 166, 233, .26), inset 0 0 0 2px #a3c0ea;
- color: #0169d9
- }
- ._fixed .mp-main-menu__btn._iconed._secondary:active,
- ._fixed .mp-main-menu__btn._secondary._secondary:active,
- ._fixed .mp-main-menu__btn._secondary:active,
- ._light .mp-main-menu__btn._iconed._secondary:active,
- ._light .mp-main-menu__btn._secondary._secondary:active,
- ._light .mp-main-menu__btn._secondary:active {
- background: #a4bfe9;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #0169d9
- }
- }
- .mp-main-menu__btn._iconed svg,
- .mp-main-menu__btn._secondary svg,
- .mp-main-menu__btn svg {
- fill: #333;
- width: 26px;
- height: 26px
- }
- ._fixed .mp-main-menu__btn._iconed svg,
- ._fixed .mp-main-menu__btn._secondary svg,
- ._fixed .mp-main-menu__btn svg,
- ._light .mp-main-menu__btn._iconed svg,
- ._light .mp-main-menu__btn._secondary svg,
- ._light .mp-main-menu__btn svg {
- fill: #fff
- }
- .mp-main-menu__phone-m {
- width: 40px;
- height: 40px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: rgba(63, 63, 63, .3);
- border-radius: 40px;
- margin-left: auto
- }
- @media (min-width:960px) {
- .mp-main-menu__phone-m {
- display: none
- }
- }
- ._fixed .mp-main-menu__phone-m {
- background: #1eb34b
- }
- .mp-main-menu__call {
- color: #fff;
- display: none
- }
- @media (min-width:600px) {
- .mp-main-menu__call {
- margin: 0 0 0 auto
- }
- }
- @media (min-width:960px) {
- .mp-main-menu__call {
- margin-left: 8px;
- display: block;
- text-align: center
- }
- }
- @media (min-width:1380px) {
- .mp-main-menu__call {
- margin-left: 8px
- }
- }
- ._light .mp-main-menu__call {
- color: #333
- }
- .mp-main-menu__phone {
- color: inherit;
- font-size: 18px;
- font-weight: 700;
- line-height: 20px;
- text-decoration: none;
- display: none;
- border-bottom: 1px dashed transparent
- }
- @media (min-width:960px) {
- .mp-main-menu__phone {
- display: block
- }
- }
- ._fixed .mp-main-menu__phone {
- color: #333
- }
- .mp-main-menu__callback {
- display: none
- }
- @media (min-width:1200px) {
- .mp-main-menu__callback {
- color: #fff;
- display: inline-block;
- border-bottom: 1px dotted #fff;
- line-height: 16px;
- font-size: 13px;
- text-decoration: none;
- outline: none;
- cursor: pointer;
- -webkit-transition: border-bottom-color .3s ease-out;
- transition: border-bottom-color .3s ease-out
- }
- .mp-main-menu__callback:hover {
- border-bottom-color: transparent
- }
- }
- ._fixed .mp-main-menu__callback,
- ._light .mp-main-menu__callback {
- color: #0169d9;
- border-bottom-color: #0169d9
- }
- .mp-m-menu {
- position: fixed;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- -webkit-transform: translate(100%);
- transform: translate(100%);
- -webkit-transition: background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- transition: background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91) .3s, background .3s linear;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91) .3s, background .3s linear, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91) .3s;
- z-index: 43
- }
- .mp-m-menu._opened {
- -webkit-transform: translate(0);
- transform: translate(0);
- background: rgba(0, 0, 0, .5);
- -webkit-transition: background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- transition: background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- transition: transform .5s cubic-bezier(.31, .33, .18, .91), background .3s linear .5s;
- transition: transform .5s cubic-bezier(.31, .33, .18, .91), background .3s linear .5s, -webkit-transform .5s cubic-bezier(.31, .33, .18, .91);
- overflow: auto
- }
- .mp-m-menu__wrap {
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- overflow: auto;
- width: 272px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- background: #0aa440;
- padding: 28px 33px 28px 31px
- }
- @media (min-width:600px) {
- .mp-m-menu__wrap {
- padding: 82px 22px 10px
- }
- }
- .mp-m-menu__all {
- margin: 0 0 34px;
- display: inline-block;
- vertical-align: top;
- text-decoration: none;
- outline: none;
- font-weight: 500;
- line-height: 24px;
- font-size: 15px;
- color: #fff;
- border-bottom: 1px dashed #fff
- }
- @media (min-width:600px) {
- .mp-m-menu__all {
- display: none
- }
- }
- .mp-m-menu__btn._secondary {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 0;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- text-align: center;
- height: 48px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 18px
- }
- .mp-m-menu__btn._secondary svg {
- fill: #0169d9;
- margin-right: 8px;
- margin-left: -10px
- }
- .mp-m-aside-close {
- position: absolute;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- top: 18px;
- right: 18px;
- background: rgba(63, 63, 63, .3) url(../img/oah-cancel-white.svg) 50% no-repeat;
- border: none;
- outline: 0
- }
- .mp-m-aside-close--dark {
- background-image: url(../img/oah-cancel.svg)
- }
- .mp-m-nav {
- padding: 0;
- margin-bottom: 62px
- }
- .mp-m-nav__link {
- text-decoration: none;
- font-weight: 500;
- line-height: 24px;
- font-size: 15px;
- letter-spacing: -.2px;
- margin-bottom: 14px;
- color: #fff;
- display: block;
- border-bottom: 1px solid hsla(0, 0%, 100%, .25)
- }
- .mp-m-nav__link:last-child {
- margin-bottom: 0
- }
- .mp-m-nav__link--colored {
- color: #ffe25a;
- border-bottom-color: rgba(255, 226, 90, .25)
- }
- .mp-m-filials {
- padding: 0;
- list-style: none;
- margin: 0
- }
- .mp-m-filials__item {
- margin-bottom: 24px
- }
- .mp-m-filials__item:last-child {
- margin-bottom: 0
- }
- .mp-m-filials__name {
- margin: 0 0 4px;
- outline: none;
- text-decoration: none;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .mp-m-filials__name svg {
- fill: #fff;
- margin-right: 2px
- }
- .mp-m-filials__name span {
- line-height: 20px;
- font-size: 13px;
- color: #fff
- }
- .mp-m-filials__link {
- font-weight: 600;
- margin-top: -9px;
- display: inline-block;
- text-decoration: none;
- line-height: 20px;
- font-size: 18px;
- color: #fff
- }
- .mp-popup {
- position: absolute;
- background-color: #fff;
- border-radius: 4px;
- color: #212121;
- display: none;
- padding: 30px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- box-shadow: 0 2px 23px rgba(0, 0, 0, .5);
- width: 320px;
- top: 68px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 10
- }
- .mp-popup p {
- margin: 0
- }
- .mp-popup ul {
- list-style: none;
- padding-left: 0;
- margin-bottom: 0
- }
- .mp-popup--centered {
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%)
- }
- .mp-popup--location {
- max-width: 246px;
- background: #fff url(../img/oah-location-bg.svg) -30px -30px no-repeat;
- background-size: 104px 104px;
- position: absolute
- }
- .mp-popup--login {
- max-width: 320px;
- background: #fff url(../img/oah-user-bg.svg) -30px -30px no-repeat;
- background-size: 104px 104px
- }
- .mp-popup__title {
- font-size: 15px;
- font-weight: 700;
- line-height: 20px;
- margin-bottom: 30px
- }
- .mp-popup__subtitle {
- margin-top: 10px
- }
- .mp-popup__close {
- width: 40px;
- height: 40px;
- padding: 0;
- position: absolute;
- top: 20px;
- right: 20px;
- background: rgba(0, 0, 0, .05) url(../img/oah-cancel.svg) 50% no-repeat;
- cursor: pointer;
- border-radius: 50%
- }
- .mp-popup__result {
- display: none
- }
- .mp-form__btn {
- margin-top: 24px
- }
- .mp-form__form {
- margin-top: 10px
- }
- .mp-form__field,
- .mp-form__label {
- display: block;
- margin-top: 20px
- }
- .mp-form__field--required .pf-form__field-title:after,
- .mp-form__label--required .pf-form__field-title:after,
- .mp-form__required .pf-form__field-title:after,
- .mp-form__required .pf-form__label-title:after {
- content: " *";
- color: #ff4141
- }
- .mp-form__link {
- float: right;
- color: #0169d9;
- font-family: Fira Sans, sans-serif;
- font-size: 13px;
- font-weight: 400;
- line-height: 20px;
- text-decoration: none
- }
- .mp-form__field-title,
- .mp-form__label-title {
- color: #333;
- font-size: 13px;
- font-weight: 600;
- line-height: 20px
- }
- .mp-form__input {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- display: block;
- outline: none;
- width: 100%;
- height: 40px;
- border-radius: 6px;
- border: 2px solid #c2c2c2;
- background-color: #fff;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 13px;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #333;
- font-family: Fira Sans, sans-serif;
- font-size: 14px;
- font-weight: 500;
- line-height: 36px;
- -webkit-transition: .3s ease-out;
- transition: .3s ease-out
- }
- .mp-form__input:focus {
- -webkit-box-shadow: 0 1px 2px #fadca0;
- box-shadow: 0 1px 2px #fadca0;
- border: 2px solid #fbb017;
- background-color: #fffaf1
- }
- .mp-form__input--error {
- background: #fff5f4;
- border: 2px solid #f9614d;
- -webkit-box-shadow: 0 1px 2px 0 #ee899a;
- box-shadow: 0 1px 2px 0 #ee899a;
- border-radius: 6px
- }
- ._overlay {
- display: none;
- background-color: #212121;
- opacity: .43;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- z-index: 5
- }
- .mp-services {
- display: none;
- color: #333
- }
- @media (min-width:600px) {
- .mp-services {
- max-height: calc(100vh - 64px);
- overflow: auto;
- position: absolute;
- top: 100%;
- left: 0;
- right: 0;
- background-color: #f8f6ec
- }
- }
- .mp-services__wrapp {
- padding-top: 32px
- }
- @media (min-width:960px) {
- .mp-services__wrapp {
- padding-top: 40px
- }
- }
- @media (min-width:1200px) {
- .mp-services__wrapp {
- padding-top: 48px
- }
- }
- .mp-services__top {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .mp-services__title {
- font-weight: 700;
- line-height: 24px;
- font-size: 26px;
- margin: 0 58px 0 0
- }
- @media (min-width:960px) {
- .mp-services__title {
- margin: 0;
- font-size: 30px;
- line-height: 36px
- }
- }
- .mp-services__search {
- position: relative;
- z-index: 1;
- -webkit-box-flex: 1;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto
- }
- @media (min-width:960px) {
- .mp-services__search {
- max-width: 480px;
- margin: 0 auto
- }
- }
- @media (min-width:1200px) {
- .mp-services__search {
- max-width: 562px
- }
- }
- .mp-services__search .cd-input {
- margin: 0
- }
- .mp-services__search .cd-input__field {
- height: 40px;
- border: 2px solid #ddd;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-radius: 24px
- }
- @media (min-width:1200px) {
- .mp-services__search .cd-input__field {
- height: 48px
- }
- }
- .mp-services__search-btn {
- position: absolute;
- right: 0;
- top: 0;
- padding: 0;
- width: 40px;
- height: 40px
- }
- @media (min-width:960px) {
- .mp-services__search-btn {
- padding: 8px 24px;
- border-radius: 24px;
- width: auto;
- height: auto
- }
- }
- @media (min-width:1200px) {
- .mp-services__search-btn {
- height: 48px
- }
- }
- .mp-services__search-btn span {
- display: none
- }
- @media (min-width:960px) {
- .mp-services__search-btn span {
- display: block
- }
- }
- .mp-services__search-btn svg {
- fill: #0169d9!important;
- width: 26px;
- height: 26px
- }
- @media (min-width:960px) {
- .mp-services__search-btn svg {
- display: none
- }
- }
- .mp-services__close {
- display: none
- }
- @media (min-width:600px) {
- .mp-services__close {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- width: 40px;
- height: 40px;
- background: rgba(63, 63, 63, .3);
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-radius: 50%;
- margin-left: 60px
- }
- }
- @media (min-width:1200px) {
- .mp-services__close {
- width: 48px;
- height: 48px;
- -webkit-transition: -webkit-box-shadow .3s ease-out;
- transition: -webkit-box-shadow .3s ease-out;
- transition: box-shadow .3s ease-out;
- transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out
- }
- .mp-services__close:hover {
- background: rgba(63, 63, 63, .2);
- -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), inset 0 0 0 2px rgba(0, 0, 0, .05);
- box-shadow: 0 2px 3px rgba(0, 0, 0, .16), inset 0 0 0 2px rgba(0, 0, 0, .05)
- }
- .mp-services__close:active {
- -webkit-box-shadow: none;
- box-shadow: none;
- background: rgba(63, 63, 63, .45)
- }
- }
- .mp-services__close svg {
- fill: #fff
- }
- @media (min-width:1200px) {
- .mp-services__close svg {
- width: 32px;
- height: 32px
- }
- }
- .mp-services__bottom {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding-top: 32px
- }
- @media (min-width:960px) {
- .mp-services__bottom {
- padding-top: 48px;
- padding-bottom: 16px
- }
- }
- @media (min-width:1200px) {
- .mp-services__bottom {
- padding-bottom: 32px
- }
- }
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 276px;
- flex: 0 0 276px;
- margin-bottom: 32px
- }
- @media (min-width:960px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 204px;
- flex: 0 0 204px
- }
- }
- @media (min-width:1200px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 270px;
- flex: 0 0 270px
- }
- }
- @media (min-width:1380px) {
- .mp-services__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 298px;
- flex: 0 0 298px
- }
- }
- .mp-services__layout-title {
- font-weight: 500;
- line-height: 24px;
- font-size: 17px;
- letter-spacing: -.2px;
- margin: 0 0 16px
- }
- .mp-services__layout-title--highlighted {
- color: #009a17
- }
- .mp-services__link {
- display: block;
- outline: none;
- text-decoration: none;
- line-height: 24px;
- font-size: 15px;
- margin-bottom: 4px;
- color: inherit
- }
- .mp-services__link:visited {
- color: inherit
- }
- .mp-services__link:last-child {
- margin-bottom: 0
- }
- @media (min-width:1200px) {
- .mp-services__link:hover {
- color: #0169d9
- }
- }
- .mp-submenu {
- background-color: #fff;
- font-family: Fira Sans, sans-serif
- }
- .mp-submenu__wrapp {
- margin-left: 16px;
- height: 64px
- }
- @media (min-width:600px) {
- .mp-submenu__wrapp {
- margin-left: calc(50% - 288px)
- }
- }
- @media (min-width:960px) {
- .mp-submenu__wrapp {
- height: 80px;
- max-width: 912px;
- margin-left: calc(50% - 456px)
- }
- }
- @media (min-width:1200px) {
- .mp-submenu__wrapp {
- max-width: 1148px;
- margin-left: calc(50% - 574px)
- }
- }
- @media (min-width:1380px) {
- .mp-submenu__wrapp {
- max-width: 1288px;
- margin-left: calc(50% - 644px)
- }
- }
- .mp-submenu__inner {
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-bottom: 1px solid #dfdfdf
- }
- .mp-submenu__inner,
- .mp-submenu__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: 100%
- }
- .mp-submenu__nav {
- overflow-x: auto
- }
- .mp-submenu__link {
- position: relative;
- z-index: 1;
- text-decoration: none;
- color: #212121;
- font-weight: 500;
- line-height: 32px;
- font-size: 16px;
- letter-spacing: -.2px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: 100%;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- white-space: nowrap;
- margin-right: 25px
- }
- @media (min-width:1200px) {
- .mp-submenu__link:hover:before {
- width: 100%
- }
- }
- .mp-submenu__link:last-child {
- padding-right: 16px
- }
- .mp-submenu__link:before {
- content: "";
- position: absolute;
- bottom: 0;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 0;
- height: 2px;
- will-change: width;
- -webkit-transition: width .3s ease-out;
- transition: width .3s ease-out;
- background-color: #0aa440
- }
- .mp-submenu__link--active {
- -webkit-box-sizing: border-box;
- box-sizing: border-box
- }
- .mp-submenu__link--active:before {
- width: 100%
- }
- .mp-submenu__link--sale {
- margin-right: 43px
- }
- .mp-submenu__link--sale:after {
- content: "%";
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- left: calc(100% + 4px);
- line-height: 20px;
- font-size: 18px;
- letter-spacing: -.7px;
- color: #e7433a;
- font-weight: 500
- }
- .mp-submenu__request-btn {
- display: none
- }
- @media (min-width:1200px) {
- .mp-submenu__request-btn {
- display: block
- }
- }
- .mp-footer {
- background-color: #f8f6ec
- }
- .mp-footer__wrapp {
- padding-top: 32px;
- padding-bottom: 32px
- }
- @media (min-width:960px) {
- .mp-footer__wrapp {
- padding-bottom: 0
- }
- }
- @media (min-width:1200px) {
- .mp-footer__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding-top: 60px
- }
- }
- .mp-footer__info {
- display: none
- }
- @media (min-width:1200px) {
- .mp-footer__info {
- display: initial;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 330px;
- flex: 0 0 330px;
- margin-right: 62px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__logo {
- margin-bottom: 40px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__text {
- line-height: 20px;
- font-size: 13px;
- color: #686868
- }
- }
- @media (min-width:1200px) {
- .mp-footer__text p {
- margin: 0 0 16px
- }
- }
- @media (min-width:600px) {
- .mp-footer__nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap
- }
- }
- @media (min-width:1200px) {
- .mp-footer__nav {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1
- }
- }
- @media (min-width:600px) {
- .mp-footer__column {
- width: 50%
- }
- .mp-footer__column:nth-of-type(2) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- .mp-footer__column:nth-of-type(4) {
- -webkit-box-ordinal-group: 5;
- -ms-flex-order: 4;
- order: 4
- }
- }
- @media (min-width:960px) {
- .mp-footer__column {
- width: 25%
- }
- .mp-footer__column:nth-of-type(3) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- }
- .mp-footer__group {
- margin-bottom: 26px
- }
- @media (min-width:600px) {
- .mp-footer__group {
- margin-bottom: 40px
- }
- }
- .mp-footer__group._active {
- margin-bottom: 44px
- }
- .mp-footer__group-title {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-bottom: 12px
- }
- @media (min-width:600px) {
- .mp-footer__group-title {
- margin-bottom: 16px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title {
- margin-bottom: 14px
- }
- }
- .mp-footer__group-title-text {
- font-weight: 700;
- line-height: 24px;
- font-size: 18px;
- -webkit-transition: color .3s ease;
- transition: color .3s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-title-text {
- font-size: 14px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title-text {
- font-size: 14px
- }
- }
- ._active .mp-footer__group-title-text {
- color: #1eb34b
- }
- .mp-footer__group-title-arrow {
- -webkit-transition: color .3s ease, -webkit-transform .3s ease;
- transition: color .3s ease, -webkit-transform .3s ease;
- transition: color .3s ease, transform .3s ease;
- transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-title-arrow {
- display: none
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-title-arrow {
- display: none
- }
- }
- ._active .mp-footer__group-title-arrow {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg)
- }
- ._active .mp-footer__group-title-arrow path {
- fill: #1eb34b
- }
- .mp-footer__group-links {
- display: none
- }
- @media (min-width:600px) {
- .mp-footer__group-links {
- display: initial
- }
- }
- .mp-footer__group-links-item {
- display: block;
- line-height: 34px;
- font-size: 17px;
- color: #313131;
- padding-left: 16px;
- margin-bottom: 4px;
- text-decoration: none;
- -webkit-transition: color .1s ease;
- transition: color .1s ease
- }
- @media (min-width:600px) {
- .mp-footer__group-links-item {
- line-height: 24px;
- font-size: 13px;
- padding-left: 0
- }
- }
- @media (min-width:1200px) {
- .mp-footer__group-links-item {
- line-height: 24px;
- font-size: 13px;
- display: block
- }
- .mp-footer__group-links-item:active,
- .mp-footer__group-links-item:hover {
- color: #0169d9
- }
- }
- .mp-footer__column-logo {
- margin-top: 48px;
- margin-bottom: 22px
- }
- .mp-footer__column-logo svg {
- width: 220px;
- height: auto
- }
- @media (min-width:600px) {
- .mp-footer__column-logo svg {
- width: 171px
- }
- }
- @media (min-width:600px) {
- .mp-footer__column-logo {
- margin-top: 0;
- margin-bottom: 32px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__column-logo {
- display: none
- }
- }
- .mp-footer__contact {
- margin-bottom: 24px
- }
- .mp-footer__contact:nth-of-type(2) .mp-footer__contact-phone {
- display: initial
- }
- .mp-footer__contact-office {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- line-height: 20px;
- font-size: 15px;
- color: #313131;
- opacity: .5;
- margin-bottom: 4px;
- text-decoration: none
- }
- @media (min-width:600px) {
- .mp-footer__contact-office {
- font-size: 13px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__contact-office {
- font-size: 13px
- }
- }
- .mp-footer__contact-office-icon {
- width: 20px;
- height: 20px;
- margin-right: 4px
- }
- .mp-footer__contact-phone {
- display: none;
- font-weight: 700;
- line-height: 20px;
- font-size: 22px;
- color: #313131;
- text-decoration: none
- }
- @media (min-width:600px) {
- .mp-footer__contact-phone {
- display: initial;
- font-size: 18px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__contact-phone {
- font-size: 18px
- }
- }
- .mp-footer__socials {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- margin-top: 36px
- }
- @media (min-width:600px) {
- .mp-footer__socials {
- margin-top: 34px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__socials {
- margin-top: 40px
- }
- }
- .mp-footer__socials-item {
- width: 32px;
- height: 32px;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 32px;
- flex: 0 0 32px;
- margin-right: 25px
- }
- @media (min-width:600px) {
- .mp-footer__socials-item {
- width: 25px;
- height: 25px;
- -webkit-box-flex: 0;
- -ms-flex: 0 0 25px;
- flex: 0 0 25px;
- margin-right: 18px
- }
- }
- @media (min-width:1200px) {
- .mp-footer__socials-item {
- margin-right: 10px
- }
- }
- .mp-mini-footer {
- background-color: #f8f6ec;
- padding: 32px 0 40px
- }
- @media (min-width:600px) {
- .mp-mini-footer__wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: top;
- -ms-flex-align: top;
- align-items: top
- }
- }
- @media (min-width:960px) {
- .mp-mini-footer__wrapp {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto
- }
- }
- .mp-mini-footer__layout--left {
- margin-bottom: 16px
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout--left {
- margin-bottom: 0;
- margin-right: auto
- }
- }
- @media (min-width:600px) {
- .mp-mini-footer__layout--right {
- margin-top: 10px
- }
- }
- @media (min-width:960px) {
- .mp-mini-footer__layout--right {
- margin-top: 0
- }
- }
- .mp-mini-footer__logo-link {
- outline: none;
- text-decoration: none;
- font-size: 0;
- line-height: 0;
- margin-bottom: 8px;
- display: block
- }
- @media (min-width:960px) {
- .mp-mini-footer__logo-link {
- display: inline-block;
- vertical-align: middle;
- margin: 0 24px 0 0
- }
- }
- .mp-mini-footer__logo-link img {
- max-width: 100%
- }
- .mp-mini-footer__copyright {
- font-size: 15px;
- line-height: 24px;
- letter-spacing: -.3px;
- color: #656565;
- margin: 0;
- display: inline-block;
- vertical-align: top
- }
- @media (min-width:960px) {
- .mp-mini-footer__copyright {
- vertical-align: middle;
- margin: 0 7px 0 0
- }
- }
- .mp-mini-footer__privacy-link {
- display: inline-block;
- vertical-align: top;
- margin: 0;
- text-decoration: none;
- font-size: 15px;
- line-height: 24px;
- letter-spacing: -.3px;
- color: #0169d9
- }
- @media (min-width:960px) {
- .mp-mini-footer__privacy-link {
- vertical-align: middle
- }
- }
- .mp-mini-footer__callback-title {
- font-size: 11px;
- font-weight: 500;
- line-height: 16px;
- color: #8f8f8f;
- margin: 0 0 4px
- }
- @media (min-width:960px) {
- .mp-mini-footer__callback-title {
- margin-bottom: 0
- }
- }
- .mp-mini-footer__callback-phone {
- outline: none;
- text-decoration: none;
- margin: 0;
- font-size: 32px;
- font-weight: 700;
- line-height: 32px;
- color: #333
- }
- @media (min-width:960px) {
- .mp-mini-footer__callback-phone {
- font-size: 22px;
- line-height: 32px
- }
- }
- @media (min-width:1380px) {
- .mp-mini-footer__callback-phone {
- font-size: 25px
- }
- }
- .mp-footer-bottom {
- background: #0aa440
- }
- .mp-footer-bottom__wrapp {
- padding-top: 16px;
- padding-bottom: 16px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .mp-footer-bottom__wrapp>:nth-child(3) {
- -webkit-box-ordinal-group: 2;
- -ms-flex-order: 1;
- order: 1
- }
- .mp-footer-bottom__wrapp>:first-child {
- -webkit-box-ordinal-group: 3;
- -ms-flex-order: 2;
- order: 2
- }
- .mp-footer-bottom__wrapp>:nth-child(2) {
- -webkit-box-ordinal-group: 4;
- -ms-flex-order: 3;
- order: 3
- }
- @media (min-width:600px) {
- .mp-footer-bottom__wrapp {
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-top: 13px;
- padding-bottom: 13px
- }
- .mp-footer-bottom__wrapp>:nth-child(n) {
- -webkit-box-ordinal-group: initial;
- -ms-flex-order: initial;
- order: 0
- }
- }
- .mp-footer-bottom__year {
- line-height: 20px;
- font-size: 13px;
- letter-spacing: -.3px;
- color: #fff
- }
- @media (min-width:960px) {
- .mp-footer-bottom__year {
- margin-right: 24px
- }
- }
- .mp-footer-bottom__privacy {
- line-height: 20px;
- font-size: 13px;
- letter-spacing: -.3px;
- color: #fff
- }
- .mp-footer-bottom__search {
- width: 100%;
- position: relative
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 276px;
- flex: 0 0 276px
- }
- }
- @media (min-width:960px) {
- .mp-footer-bottom__search {
- margin-left: auto
- }
- }
- @media (min-width:1200px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 368px;
- flex: 0 0 368px
- }
- }
- @media (min-width:1380px) {
- .mp-footer-bottom__search {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 408px;
- flex: 0 0 408px
- }
- }
- .mp-footer-bottom__search-input {
- font-family: Fira Sans, sans-serif;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- line-height: 24px;
- font-size: 15px;
- letter-spacing: -.2px;
- color: #828282;
- padding: 6px 18px;
- border: 2px solid #ddd;
- border-radius: 24px;
- outline: none;
- margin-bottom: 16px
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-input {
- margin-bottom: 0;
- font-size: 14px;
- letter-spacing: -.2px;
- color: hsla(0, 0%, 54.1%, .6);
- padding: 2px 14px
- }
- }
- .mp-footer-bottom__search-input::-webkit-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input:-ms-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input::-ms-input-placeholder {
- color: #828282
- }
- .mp-footer-bottom__search-input::placeholder {
- color: #828282
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-input::-webkit-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input:-ms-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input::-ms-input-placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- .mp-footer-bottom__search-input::placeholder {
- color: hsla(0, 0%, 54.1%, .6)
- }
- }
- .mp-footer-bottom__search-sbmt {
- position: absolute;
- right: 0;
- top: 0;
- padding: 0!important;
- width: 40px;
- height: 40px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 0;
- outline: none
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-sbmt {
- width: 32px;
- height: 32px
- }
- }
- @media (min-width:960px) {
- .mp-footer-bottom__search-sbmt {
- padding: 0
- }
- }
- .mp-footer-bottom__search-sbmt svg {
- width: 26px;
- height: 26px
- }
- @media (min-width:600px) {
- .mp-footer-bottom__search-sbmt svg {
- width: 24px;
- height: 24px
- }
- }
- .mp-footer-bottom__search-sbmt svg path {
- fill: #0169d9
- }
- .mp-scrolltop {
- position: fixed;
- z-index: 99999;
- right: 100%;
- bottom: 102px;
- border-radius: 50%;
- padding: 8px;
- background: rgba(63, 63, 63, .3);
- line-height: 0;
- cursor: pointer;
- opacity: 0;
- -webkit-transition: opacity .3s ease;
- transition: opacity .3s ease
- }
- @media (min-width:1200px) {
- .mp-scrolltop {
- bottom: 200px
- }
- }
- .mp-scrolltop.show {
- right: 20px;
- opacity: 1
- }
- @media (min-width:1200px) {
- .mp-scrolltop.show {
- right: 48px
- }
- }
- .mp-scrolltop.hide {
- opacity: 0;
- -webkit-transition: opacity .3s ease, right 0s ease .3s;
- transition: opacity .3s ease, right 0s ease .3s
- }
- .mp-scrolltop svg {
- width: 32px;
- height: 32px;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg)
- }
- .mp-scrolltop svg path {
- fill: #fff
- }
- @-webkit-keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
- @keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
- .mp-form__preloader-svg {
- -webkit-transition: -webkit-transform .3s;
- transition: -webkit-transform .3s;
- transition: transform .3s;
- transition: transform .3s, -webkit-transform .3s;
- -webkit-animation-name: rotate;
- animation-name: rotate;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear
- }
- .mp-form__preloader-svg circle {
- stroke-dasharray: 21
- }
- .mp-form__preloader-svg polyline {
- stroke-dasharray: 44;
- stroke-dashoffset: 44;
- stroke-linecap: butt
- }
- .cd-request-popup__tnx {
- position: absolute;
- top: 15%;
- width: 80%;
- max-width: 564px;
- z-index: 10;
- display: none;
- -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- border-radius: 10px;
- background-color: #fff;
- padding: 32px 16px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- font-family: Fira Sans, sans-serif;
- text-align: center
- }
- .tnx-icon {
- display: inline-block;
- margin-bottom: 24px
- }
- .cd-request-popup {
- position: absolute;
- top: 15%;
- width: 80%;
- max-width: 564px;
- z-index: 10;
- display: none;
- -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- border-radius: 10px;
- background-color: #fff;
- padding: 32px 16px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- font-family: Fira Sans, sans-serif
- }
- @media (min-width:600px) {
- .cd-request-popup {
- padding: 32px
- }
- }
- .cd-request-popup__title {
- font-size: 24px;
- font-weight: 700;
- letter-spacing: -.4px;
- text-align: center;
- color: #333;
- margin-top: 0;
- margin-bottom: 0
- }
- @media (min-width:600px) {
- .cd-request-popup__title {
- margin-bottom: 0;
- font-size: 28px
- }
- }
- .cd-request-popup__close {
- width: 48px;
- height: 48px;
- -webkit-box-shadow: 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
- box-shadow: 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
- border-radius: 50%;
- background-color: #fafaf9;
- -webkit-appearance: none;
- border: none;
- padding: 0;
- outline: 0;
- position: absolute;
- top: -18px;
- right: -14px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- cursor: pointer
- }
- .cd-request-popup__close svg {
- width: 32px;
- height: 32px
- }
- .cd-request-popup__preloader {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: hsla(0, 0%, 100%, .3)
- }
- .cd-request-popup__preloader-svg circle {
- stroke-dasharray: 21
- }
- .cd-request-popup__preloader-svg polyline {
- stroke-dasharray: 44;
- stroke-dashoffset: 44;
- stroke-linecap: butt
- }
- .cd-request-popup h2 {
- font-size: 18px;
- font-weight: 300;
- line-height: 1.33;
- letter-spacing: -.4px;
- text-align: center;
- color: #333
- }
- @media (min-width:600px) {
- .cd-request-popup h2 {
- font-size: 20px
- }
- }
- .cd-request-popup .cd-input__field {
- height: 40px
- }
- @media (min-width:600px) {
- .cd-request-popup .cd-input__field {
- height: 48px
- }
- }
- .cd-request-popup .tpl-field {
- font-size: 15px;
- line-height: 1.47;
- color: #333
- }
- .cd-request-popup .mp-form__privacy {
- font-size: 13px;
- line-height: 1.31;
- letter-spacing: -.4px;
- color: #828282;
- text-align: center;
- margin-top: 16px
- }
- .cd-request-popup .mp-form__privacy a {
- color: #828282
- }
- @media (min-width:600px) {
- .cd-request-popup .mp-form__btn {
- text-align: center
- }
- }
- .cd-request-popup .mp-form__btn .cd-btn {
- width: 100%
- }
- @media (min-width:600px) {
- .cd-request-popup .mp-form__btn .cd-btn {
- width: auto
- }
- }
- @media (min-width:600px) {
- .cd-request-popup .cd-field__text {
- font-size: 15px
- }
- }
- .sp-force-hide.sp-form-outer~.mp-form__preloader {
- display: block
- }
- .sp-form-outer~.mp-form__preloader {
- display: none
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 300;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-l.eot);
- src: url(/g/fonts/fira_sans/fira_sans-l.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-l.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-l.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 400;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-r.eot);
- src: url(/g/fonts/fira_sans/fira_sans-r.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-r.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-r.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 500;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-m.eot);
- src: url(/g/fonts/fira_sans/fira_sans-m.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-m.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-m.woff2)
- }
- @font-face {
- font-family: Fira Sans;
- font-weight: 700;
- font-style: normal;
- src: url(/g/fonts/fira_sans/fira_sans-b.eot);
- src: url(/g/fonts/fira_sans/fira_sans-b.eot?#iefix) format("embedded-opentype"), url(/g/fonts/fira_sans/fira_sans-b.ttf) format("truetype"), url(/g/fonts/fira_sans/fira_sans-b.woff2)
- }
- ._hidden {
- display: none
- }
- .mp-wrapp {
- margin: 0 auto;
- max-width: 100%;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 16px;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-wrapp {
- max-width: 600px;
- padding: 0 12px
- }
- }
- @media (min-width:960px) {
- .mp-wrapp {
- max-width: 960px;
- padding: 0 24px
- }
- }
- @media (min-width:1200px) {
- .mp-wrapp {
- padding: 0 16px;
- max-width: 1180px
- }
- }
- @media (min-width:1380px) {
- .mp-wrapp {
- max-width: 1320px;
- padding: 0 16px
- }
- }
- .mp-footer {
- margin-top: 72px
- }
- @media (min-width:960px) {
- .mp-footer {
- margin-top: 128px
- }
- }
- .mp-img {
- font-size: 0;
- line-height: 0
- }
- ._overlay {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, .5);
- z-index: 5
- }
- .mp-showroom-btn {
- margin: 56px 0
- }
- .mp-showroom-btn__wrapp {
- text-align: center
- }
- @media (min-width:960px) {
- .mp-showroom-btn__inner {
- max-width: 699px
- }
- }
- @media (min-width:1200px) {
- .mp-showroom-btn__inner {
- max-width: none
- }
- }
- .mp-showroom-btn__title {
- text-align: center;
- font-size: 20px;
- font-weight: 300;
- line-height: 24px;
- letter-spacing: -.8px;
- color: #5a5a5a;
- margin: 0 0 24px
- }
- @media (min-width:600px) {
- .mp-showroom-btn__title {
- font-size: 22px;
- line-height: 32px
- }
- }
- @media (min-width:960px) {
- .mp-showroom-btn__title {
- margin-bottom: 16px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom-btn__title {
- margin-bottom: 24px
- }
- }
- .mp-showroom-btn__layout {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- @media (min-width:600px) {
- .mp-showroom-btn__layout {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center
- }
- }
- .mp-showroom-btn__btn~.cd-btn {
- margin-top: 16px
- }
- @media (min-width:600px) {
- .mp-showroom-btn__btn~.cd-btn {
- margin-top: 0;
- margin-left: 16px
- }
- }
- .mp-showroom-popup {
- display: none;
- width: 100%;
- max-width: 288px;
- border-radius: 8px;
- position: absolute;
- top: 40px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 6;
- -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
- background-color: #fff;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 56px 24px 48px
- }
- @media (min-width:600px) {
- .mp-showroom-popup {
- max-width: 432px;
- border-radius: 10px;
- padding: 32px 32px 48px
- }
- }
- .mp-showroom-popup__close {
- position: absolute;
- padding: 7px;
- border-radius: 50%;
- width: 40px;
- height: 40px;
- top: 16px;
- right: 16px
- }
- @media (min-width:600px) {
- .mp-showroom-popup__close {
- width: 48px;
- height: 48px
- }
- }
- .mp-showroom-popup__close svg {
- width: 26px;
- height: 26px
- }
- @media (min-width:600px) {
- .mp-showroom-popup__close svg {
- width: 32px;
- height: 32px
- }
- }
- .mp-showroom-popup__title {
- font-size: 26px;
- font-weight: 500;
- line-height: 32px;
- letter-spacing: -.2px;
- margin: 0 0 16px
- }
- @media (min-width:600px) {
- .mp-showroom-popup__title {
- font-size: 28px;
- margin-bottom: 40px
- }
- }
- .mp-showroom-popup__text {
- font-size: 16px;
- line-height: 24px;
- letter-spacing: -.4px;
- margin: 0 0 24px
- }
- @media (min-width:600px) {
- .mp-showroom-popup__text {
- margin-bottom: 32px
- }
- }
- .mp-showroom-popup__privacy {
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- color: #828282;
- margin: 24px 0 0
- }
- .mp-showroom-popup__privacy a,
- .mp-showroom-popup__privacy a:visited {
- outline: none;
- color: inherit;
- cursor: pointer
- }
- @media (min-width:1200px) {
- .mp-showroom-popup__privacy a:hover,
- .mp-showroom-popup__privacy a:visited:hover {
- text-decoration: none
- }
- }
- .mp-showroom-popup__btn-wr {
- text-align: center;
- padding-top: 32px
- }
- .mp-show-header__title {
- margin: 24px 0 16px;
- font-size: 24px;
- font-weight: 700;
- line-height: 32px;
- letter-spacing: -.3px;
- text-align: center
- }
- @media (min-width:600px) {
- .mp-show-header__title {
- font-size: 32px;
- line-height: 36px;
- letter-spacing: -.4px;
- margin: 40px 0 24px
- }
- }
- @media (min-width:960px) {
- .mp-show-header__title {
- text-align: left;
- font-size: 40px;
- line-height: 48px;
- letter-spacing: -.5px;
- margin: 56px 0 16px;
- padding-left: 32px;
- max-width: 570px
- }
- }
- @media (min-width:1200px) {
- .mp-show-header__title {
- text-align: center;
- padding-left: 0;
- margin-bottom: 8px;
- font-size: 34px;
- line-height: 40px;
- letter-spacing: -.4px;
- max-width: none
- }
- }
- @media (min-width:1380px) {
- .mp-show-header__title {
- font-size: 40px;
- line-height: 48px;
- margin-top: 72px
- }
- }
- .mp-show-header__subtitle {
- font-size: 20px;
- font-weight: 300;
- line-height: 24px;
- letter-spacing: -.8px;
- text-align: center;
- color: #5a5a5a;
- margin: 0 0 16px
- }
- @media (min-width:600px) {
- .mp-show-header__subtitle {
- font-size: 22px;
- line-height: 32px;
- margin-bottom: 24px
- }
- }
- @media (min-width:960px) {
- .mp-show-header__subtitle {
- font-size: 24px;
- letter-spacing: -.6px;
- margin-bottom: 16px;
- text-align: left;
- padding-left: 32px;
- max-width: 570px
- }
- }
- @media (min-width:1200px) {
- .mp-show-header__subtitle {
- font-size: 22px;
- letter-spacing: -.8px;
- text-align: center;
- padding-left: 0;
- max-width: none
- }
- }
- @media (min-width:1380px) {
- .mp-show-header__subtitle {
- margin-bottom: 32px;
- font-size: 26px;
- line-height: 24px;
- letter-spacing: -1.1px
- }
- }
- @media (min-width:1200px) {
- .mp-show-header__layout {
- display: block
- }
- }
- .mp-show-header__btn-wr {
- text-align: center;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- @media (min-width:600px) {
- .mp-show-header__btn-wr {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center
- }
- }
- @media (min-width:960px) {
- .mp-show-header__btn-wr {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- padding-left: 32px
- }
- }
- @media (min-width:1200px) {
- .mp-show-header__btn-wr {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-left: 0
- }
- }
- .mp-show-header__btn {
- margin: 4px 0
- }
- @media (min-width:600px) {
- .mp-show-header__btn {
- margin: 0 8px
- }
- }
- @media (min-width:960px) {
- .mp-show-header__btn {
- margin: 4px 0
- }
- }
- .mp-showroom__title {
- text-align: center;
- padding: 32px 0 8px;
- margin: 0;
- font-size: 26px;
- font-weight: 300;
- line-height: 24px;
- letter-spacing: -.6px;
- color: #9c9c9c
- }
- @media (min-width:600px) {
- .mp-showroom__title {
- padding-top: 48px;
- font-size: 20px;
- letter-spacing: -.7px
- }
- }
- @media (min-width:960px) {
- .mp-showroom__title {
- text-align: left;
- padding: 56px 0 16px 32px
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__title {
- padding: 56px 0 24px;
- text-align: center;
- font-size: 44px;
- line-height: 1.1;
- letter-spacing: -.8px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__title {
- padding: 72px 0 32px
- }
- }
- .mp-showroom__layout {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column
- }
- @media (min-width:1200px) {
- .mp-showroom__layout {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- position: relative;
- display: block;
- text-align: center;
- max-width: 740px;
- margin: 0 auto
- }
- }
- .mp-showroom__inner {
- width: 100%;
- height: 100%;
- display: block;
- margin-bottom: 24px;
- margin-top: 40px;
- -webkit-box-ordinal-group: 3;
- -ms-flex-order: 2;
- order: 2
- }
- @media (min-width:600px) {
- .mp-showroom__inner {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-ordinal-group: 3;
- -ms-flex-order: 2;
- order: 2;
- margin-top: 32px;
- margin-bottom: 16px;
- padding: 0 24px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box
- }
- }
- @media (min-width:960px) {
- .mp-showroom__inner {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 213px;
- flex: 0 0 213px;
- -webkit-box-ordinal-group: 3;
- -ms-flex-order: 2;
- order: 2;
- padding: 42px 0 0;
- margin-top: 0;
- margin-bottom: 0
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__inner {
- position: absolute;
- padding: 0
- }
- }
- .mp-showroom__info-item {
- margin-bottom: 32px;
- -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
- transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
- transition: opacity .3s ease-out, transform .3s ease-out;
- transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out
- }
- @media (min-width:600px) {
- .mp-showroom__info-item {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 252px;
- flex: 0 0 252px;
- margin-bottom: 40px
- }
- }
- @media (min-width:960px) {
- .mp-showroom__info-item {
- margin-bottom: 24px
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item {
- position: absolute;
- margin: 0;
- text-align: left;
- max-width: 213px;
- width: 213px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__info-item {
- max-width: 280px;
- width: 280px
- }
- }
- .mp-showroom__info-item:last-child {
- margin-bottom: 0
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item._left {
- right: 100%
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item._right {
- left: 100%
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item._top {
- top: 50px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__info-item._top {
- top: 41px
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item._middle {
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%)
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__info-item._bottom {
- bottom: -26px
- }
- }
- .mp-showroom__line {
- display: none
- }
- @media (min-width:960px) {
- .mp-showroom__line {
- display: block;
- position: absolute;
- top: 8px;
- height: 2px;
- background-color: #3cae5e
- }
- }
- @media (min-width:1200px) {
- .mp-showroom__line {
- top: 10px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__line {
- top: 16px
- }
- }
- ._left .mp-showroom__line {
- -webkit-transition: left .3s ease-out .3s;
- transition: left .3s ease-out .3s;
- will-change: left
- }
- @media (min-width:960px) {
- ._left .mp-showroom__line {
- width: 32px;
- left: -40px
- }
- }
- @media (min-width:1200px) {
- ._left .mp-showroom__line {
- width: auto;
- left: calc(100% + 16px);
- right: calc(100% - 277px)
- }
- }
- @media (min-width:1380px) {
- ._left .mp-showroom__line {
- right: calc(100% - 334px)
- }
- }
- @media (min-width:1200px) {
- ._left._animate .mp-showroom__line {
- left: 277px;
- left: 334px
- }
- }
- ._right .mp-showroom__line {
- -webkit-transition: right .3s ease-out .3s;
- transition: right .3s ease-out .3s;
- will-change: right
- }
- @media (min-width:960px) {
- ._right .mp-showroom__line {
- width: 32px;
- left: -40px
- }
- }
- @media (min-width:1200px) {
- ._right .mp-showroom__line {
- width: auto;
- left: -48px;
- right: calc(100% + 16px)
- }
- }
- @media (min-width:1380px) {
- ._right .mp-showroom__line {
- left: -48px;
- right: calc(100% + 16px)
- }
- }
- @media (min-width:1200px) {
- ._right._animate .mp-showroom__line {
- right: calc(100% + 48px)
- }
- }
- .mp-showroom__info-title-text {
- font-size: 22px;
- line-height: 26px;
- font-weight: 500;
- margin: 0 0 8px;
- position: relative;
- display: inline-block;
- letter-spacing: -.2px
- }
- @media (min-width:1380px) {
- .mp-showroom__info-title-text {
- font-size: 26px;
- line-height: 32px
- }
- }
- .mp-showroom__info-title-text._green {
- font-size: 22px;
- line-height: 26px;
- letter-spacing: -.4px;
- font-weight: 400;
- color: #3eaf5f
- }
- @media (min-width:1380px) {
- .mp-showroom__info-title-text._green {
- font-size: 24px;
- line-height: 32px;
- letter-spacing: -.4px;
- color: #3eaf5f
- }
- }
- .mp-showroom__info-title-inner {
- -webkit-transition: opacity .2s ease-out .6s;
- transition: opacity .2s ease-out .6s;
- opacity: 1
- }
- @media (min-width:1200px) {
- ._animate .mp-showroom__info-title-inner {
- opacity: 0
- }
- }
- .mp-showroom__info-text {
- font-size: 15px;
- line-height: 24px;
- margin: 0;
- color: #818181;
- -webkit-transition: opacity .2s ease-out .6s;
- transition: opacity .2s ease-out .6s;
- opacity: 1
- }
- @media (min-width:960px) {
- .mp-showroom__info-text {
- font-size: 13px;
- line-height: 20px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__info-text {
- font-size: 14px;
- line-height: 22px
- }
- }
- @media (min-width:1200px) {
- ._animate .mp-showroom__info-text {
- opacity: 0
- }
- }
- .mp-showroom__hedge {
- display: none
- }
- @media (min-width:1200px) {
- .mp-showroom__hedge {
- position: absolute;
- display: block;
- width: 44px;
- height: 44px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__hedge {
- width: 48px;
- height: 48px
- }
- }
- .mp-showroom__hedge circle {
- -webkit-transition: opacity .3s ease-out;
- transition: opacity .3s ease-out;
- will-change: r;
- opacity: 1
- }
- @media (min-width:1200px) {
- ._animate .mp-showroom__hedge circle {
- opacity: 0
- }
- }
- .mp-showroom__hedge path {
- -webkit-transition: opacity .3s ease-out;
- transition: opacity .3s ease-out;
- opacity: 1
- }
- @media (min-width:1200px) {
- ._animate .mp-showroom__hedge path {
- opacity: 0
- }
- }
- @media (min-width:1200px) {
- ._top .mp-showroom__hedge {
- top: 10px
- }
- }
- @media (min-width:1380px) {
- ._top .mp-showroom__hedge {
- top: 16px
- }
- }
- ._top .mp-showroom__hedge ._bottom,
- ._top .mp-showroom__hedge ._middle {
- display: none
- }
- @media (min-width:1200px) {
- ._middle .mp-showroom__hedge {
- top: -11px
- }
- }
- @media (min-width:1380px) {
- ._middle .mp-showroom__hedge {
- top: -7px
- }
- }
- ._middle .mp-showroom__hedge ._bottom,
- ._middle .mp-showroom__hedge ._top {
- display: none
- }
- @media (min-width:1200px) {
- ._bottom .mp-showroom__hedge {
- top: -32px
- }
- }
- @media (min-width:1380px) {
- ._bottom .mp-showroom__hedge {
- top: -30px
- }
- }
- ._bottom .mp-showroom__hedge ._middle,
- ._bottom .mp-showroom__hedge ._top {
- display: none
- }
- @media (min-width:1200px) {
- ._left .mp-showroom__hedge {
- left: 277px
- }
- }
- @media (min-width:1380px) {
- ._left .mp-showroom__hedge {
- left: 334px
- }
- }
- ._left .mp-showroom__hedge ._right {
- display: none
- }
- @media (min-width:1200px) {
- ._right .mp-showroom__hedge {
- left: -48px;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%)
- }
- }
- @media (min-width:1380px) {
- ._right .mp-showroom__hedge {
- left: -48px;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%)
- }
- }
- ._right .mp-showroom__hedge ._left {
- display: none
- }
- .mp-showroom__pic {
- margin: 0 -16px
- }
- @media (min-width:600px) {
- .mp-showroom__pic {
- margin: 0;
- max-width: 699px
- }
- }
- @media (min-width:1380px) {
- .mp-showroom__pic {
- display: inline-block;
- vertical-align: top
- }
- }
- .mp-showroom__pic img {
- max-width: 100%
- }
- .mp-show-others {
- display: none
- }
- @media (min-width:600px) {
- .mp-show-others {
- display: block;
- padding-top: 64px
- }
- }
- .mp-show-others__dropdown {
- border-bottom: 2px solid #e3e3e3;
- display: none;
- position: relative;
- z-index: 1
- }
- @media (min-width:600px) {
- .mp-show-others__dropdown-wrapp {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding-bottom: 48px
- }
- }
- @media (min-width:600px) {
- .mp-show-others__wrapp {
- padding-bottom: 8px;
- text-align: center;
- position: relative;
- z-index: 2
- }
- }
- .mp-show-others__link {
- line-height: 20px;
- font-size: 15px;
- color: #212121;
- text-decoration: none;
- outline: none;
- display: inline-block;
- vertical-align: top;
- margin-bottom: 8px;
- -webkit-box-flex: 0;
- -ms-flex: 0 1 276px;
- flex: 0 1 276px;
- margin-right: auto
- }
- @media (min-width:960px) {
- .mp-show-others__link {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 432px;
- flex: 0 1 432px
- }
- }
- @media (min-width:1200px) {
- .mp-show-others__link {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 270px;
- flex: 0 1 270px;
- margin-right: 20px
- }
- .mp-show-others__link:hover {
- -webkit-text-decoration-line: underline;
- text-decoration-line: underline;
- color: #0169d9
- }
- }
- @media (min-width:1380px) {
- .mp-show-others__link {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 298px;
- flex: 0 1 298px;
- margin-right: 32px
- }
- }
- @media (min-width:600px) {
- .mp-show-others__link:nth-child(2n) {
- margin-right: 0
- }
- }
- @media (min-width:1200px) {
- .mp-show-others__link:nth-child(4n) {
- margin-right: 0
- }
- }
- .mp-show-others__link._current {
- color: #10a03b;
- font-weight: 500;
- cursor: default
- }
- @media (min-width:1200px) {
- .mp-show-others__link._current:hover {
- color: #10a03b;
- text-decoration: none
- }
- }
- .mp-show-others__btn {
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%)
- }
- /*id1552 start*/
- .mp-showroom__info-title-text.dark_title,
- .mp-showroom__subtitle.dark_title,
- .mp-showroom__title.dark_title {
- color: #000
- }
- .mp-showroom__info-title-text.light_title,
- .mp-showroom__subtitle.light_title,
- .mp-showroom__title.light_title {
- color: #fff
- }
- .hide-block {
- display: none
- }
- iframe,
- video {
- max-width: 100%
- }
- .mp-showroom__info-text.dark_title {
- color: rgba(0, 0, 0, 0.5)
- }
- .mp-showroom__info-text.light_title {
- color: #fff
- }
- .mp-showroom__title {
- font-weight: 700;
- color: #000;
- font-family: Fira Sans, sans-serif;
- font-weight: bold
- }
- .mp-showroom__title.has_subtitle {
- padding-bottom: 0
- }
- .mp-showroom__subtitle {
- font-size: 22px;
- font-family: Fira Sans, sans-serif;
- color: #5a5a5a;
- text-align: center
- }
- .mp-showroom__subtitle.bottom_title {
- padding-top: 40px;
- padding-bottom: 50px
- }
- .mp-showroom__subtitle.top_title {
- padding-top: 10px;
- padding-bottom: 40px
- }
- .empty_title {
- font-size: 0
- }
- @media (min-width: 960px) {
- .empty_title .mp-showroom__line {
- left: -40px
- }
- }
- @media (min-width: 1200px) {
- .empty_title .mp-showroom__line {
- left: 230px
- }
- }
- @media (min-width: 1300px) {
- .empty_title .mp-showroom__line {
- left: 290px
- }
- }
- .cd-btn {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- vertical-align: top;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- outline: 0;
- text-decoration: none;
- color: #fff;
- font-family: 'Fira Sans', sans-serif;
- font-size: 15px;
- font-weight: 500;
- line-height: 24px;
- letter-spacing: -.19px;
- padding: 8px 24px;
- border: none;
- -webkit-box-shadow: 0 6px 4px -4px #acd6a2, inset 0 0 0 2px #10a03b;
- box-shadow: 0 6px 4px -4px #acd6a2, inset 0 0 0 2px #10a03b;
- border-radius: 24px;
- background-color: #1eb34b;
- -webkit-transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
- transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
- transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
- transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
- cursor: pointer;
- -webkit-appearance: none
- }
- .mp-showroom-btn {
- margin: 56px 0
- }
- .mp-showroom-btn__wrapp {
- text-align: center
- }
- @media (min-width: 960px) {
- .mp-showroom-btn__inner {
- max-width: 699px
- }
- }
- @media (min-width: 1200px) {
- .mp-showroom-btn__inner {
- max-width: none
- }
- }
- .mp-showroom-btn__title {
- text-align: center;
- font-size: 20px;
- font-weight: 300;
- line-height: 24px;
- letter-spacing: -.8px;
- color: #5a5a5a;
- margin: 0 0 24px
- }
- @media (min-width: 600px) {
- .mp-showroom-btn__title {
- font-size: 22px;
- line-height: 32px
- }
- }
- @media (min-width: 960px) {
- .mp-showroom-btn__title {
- margin-bottom: 16px
- }
- }
- @media (min-width: 1380px) {
- .mp-showroom-btn__title {
- margin-bottom: 24px
- }
- }
- .mp-showroom-btn__layout {
- display: flex;
- flex-direction: column;
- align-items: center
- }
- @media (min-width: 600px) {
- .mp-showroom-btn__layout {
- flex-direction: row;
- justify-content: center
- }
- }
- .mp-showroom-btn__btn~.cd-btn {
- margin-top: 16px
- }
- @media (min-width: 600px) {
- .mp-showroom-btn__btn~.cd-btn {
- margin-top: 0;
- margin-left: 16px
- }
- }
- .mp-showroom-popup {
- display: none;
- width: 100%;
- max-width: 288px;
- border-radius: 8px;
- position: absolute;
- top: 40px;
- left: 50%;
- transform: translateX(-50%);
- z-index: 6;
- box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.502);
- background-color: #fff;
- box-sizing: border-box;
- padding: 56px 24px 48px
- }
- @media (min-width: 600px) {
- .mp-showroom-popup {
- max-width: 432px;
- border-radius: 10px;
- padding: 32px 32px 48px
- }
- }
- .mp-showroom-popup__close {
- position: absolute;
- padding: 7px;
- border-radius: 50%;
- width: 40px;
- height: 40px;
- top: 16px;
- right: 16px
- }
- @media (min-width: 600px) {
- .mp-showroom-popup__close {
- width: 48px;
- height: 48px
- }
- }
- .mp-showroom-popup__close svg {
- width: 26px;
- height: 26px
- }
- @media (min-width: 600px) {
- .mp-showroom-popup__close svg {
- width: 32px;
- height: 32px
- }
- }
- .mp-showroom-popup__title {
- font-size: 26px;
- font-weight: 500;
- line-height: 32px;
- letter-spacing: -.2px;
- margin: 0 0 16px
- }
- @media (min-width: 600px) {
- .mp-showroom-popup__title {
- font-size: 28px;
- margin-bottom: 40px
- }
- }
- .mp-showroom-popup__text {
- font-size: 16px;
- line-height: 24px;
- letter-spacing: -.4px;
- margin: 0 0 24px
- }
- @media (min-width: 600px) {
- .mp-showroom-popup__text {
- margin-bottom: 32px
- }
- }
- .mp-showroom-popup__privacy {
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- color: #828282;
- margin: 24px 0 0
- }
- .mp-showroom-popup__privacy a,
- .mp-showroom-popup__privacy a:visited {
- outline: none;
- color: inherit;
- cursor: pointer
- }
- @media (min-width: 1200px) {
- .mp-showroom-popup__privacy a:hover,
- .mp-showroom-popup__privacy a:visited:hover {
- text-decoration: none
- }
- }
- .mp-showroom-popup__btn-wr {
- text-align: center;
- padding-top: 32px
- }
- .cd-btn._large {
- padding: 12px 23px;
- font-size: 16px;
- font-weight: 700;
- letter-spacing: -.2px
- }
- @media (min-width: 1380px) {
- .cd-btn._large {
- padding: 16px 46px;
- font-size: 20px
- }
- }
- @media (min-width: 960px) {
- .cd-btn._large {
- padding: 16px 40px;
- border-radius: 28px;
- font-size: 20px
- }
- }
- @media (min-width: 1200px) {
- .cd-btn:hover {
- -webkit-box-shadow: 0 5px 3px -3px #acd6a2, inset 0 0 0 2px #3cae5e;
- box-shadow: 0 5px 3px -3px #acd6a2, inset 0 0 0 2px #3cae5e;
- background-color: #51c568
- }
- }
- .mp-show-header__btn {
- margin: 4px 0
- }
- @media (min-width: 600px) {
- .mp-show-header__btn {
- margin: 0 8px
- }
- }
- @media (min-width: 960px) {
- .mp-show-header__btn {
- margin: 4px 0
- }
- }
- @media (min-width: 1200px) {
- .mp-show-header__btn {
- margin: 0 12px
- }
- }
- @media (min-width: 960px) {
- .cd-btn {
- font-size: 16px;
- font-weight: 700;
- letter-spacing: -.2px;
- padding: 12px 32px
- }
- }
- @media (min-width: 1380px) {
- .cd-btn {
- padding: 12px 40px
- }
- }
- .cd-btn._secondary {
- -webkit-box-shadow: 0 6px 4px -4px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
- box-shadow: 0 6px 4px -4px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
- background-color: #fafaf9;
- color: #0169d9;
- font-weight: 500
- }
- /*id1552 end*/
Add Comment
Please, Sign In to add comment