diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index c505062..c770395 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -33,9 +33,9 @@ $coordinates['lon'] = empty($settings->lon) ? 0 : $settings->lon;
-
+

-

+
.container { - height: 100%; } - .main-about > .container > .row-flex { - height: 100%; } - .main-about > .container > .row-flex .row-flex { - margin-left: 0; - margin-right: 0; } - .main-about__wrapp_title { - padding-top: 99px; } - .main-about__title { - width: 100%; - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - .main-about__title span { - display: block; - text-transform: uppercase; - font-size: 50px; - line-height: 57px; - font-weight: 700; } - .main-about__title span:first-child { - color: #ffd800; - font-size: 74px; - line-height: 57px; } - .main-about__title span:last-child { - font-size: 24px; - line-height: 37px; - letter-spacing: 2.4px; - font-weight: 500; } - .main-about__button a { - margin: 0; - background-color: #ffd800; - background-image: none !important; - width: 255px; - max-width: 100%; - padding: 0 10px; - height: 48px; - border-radius: 0; - line-height: 50px; - box-shadow: none !important; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; - position: relative; } - .main-about__button a:hover { - transform: translateY(-3px); - background-color: #ffd800; - box-shadow: 0 10px 20px rgba(255, 255, 255, 0.35) !important; } - .main-about__button a:hover:after { - transform: scaleX(1.4) scaleY(1.6); - opacity: 0; } - .main-about__button a:active { - transform: translateY(-1px); } - .main-about__button a:after { - content: ""; - display: block; - height: 100%; - width: 100%; - position: absolute; - top: 0; - left: 0; - z-index: -1; - transition: 0.4s; - background: #ffd800; - opacity: 0.7; } - .main-about__item { - font-size: 13px; - line-height: 17px; - width: 100%; - flex: 0 0 20%; - max-width: 20%; - position: relative; - padding-left: 13px; - padding-right: 5px; - padding-bottom: 15px; - cursor: default; - transition: 0.15s; - -webkit-transition: 0.15s; - -moz-transition: 0.15s; - -ms-transition: 0.15s; - -o-transition: 0.15s; } - .main-about__item:hover { - transform: translateY(-15px); - transition: 0.3s; - -webkit-transition: 0.3s; - -moz-transition: 0.3s; - -ms-transition: 0.3s; - -o-transition: 0.3s; } - .main-about__item:before { - content: ''; - position: absolute; - left: 0; - width: 1px; - background: #ffffff; - opacity: 0.3; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; - filter: alpha(opacity=30); - top: 4px; - bottom: 1px; } - .main-about__item span { - font-weight: 700; - color: #ffd800; - display: block; } + padding-bottom: 17px; +} +.main-about > .container { + height: 100%; +} +.main-about > .container > .row-flex { + height: 100%; +} +.main-about > .container > .row-flex .row-flex { + margin-left: 0; + margin-right: 0; +} +.main-about__wrapp_title { + padding-top: 99px; +} +.main-about__title { + width: 100%; + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + color: #fff; +} +.main-about__title span { + display: block; + text-transform: uppercase; + font-size: 50px; + line-height: 57px; + font-weight: 700; +} +.main-about__title span:first-child { + color: #ffd800; + font-size: 74px; + line-height: 57px; +} +.main-about__title span:last-child { + font-size: 24px; + line-height: 37px; + letter-spacing: 2.4px; + font-weight: 500; +} +.main-about__button a { + margin: 0; + background-color: #ffd800; + background-image: none !important; + width: 255px; + max-width: 100%; + padding: 0 10px; + height: 48px; + border-radius: 0; + line-height: 50px; + box-shadow: none !important; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; + position: relative; +} +.main-about__button a:hover { + transform: translateY(-3px); + background-color: #ffd800; + box-shadow: 0 10px 20px rgba(255, 255, 255, 0.35) !important; +} +.main-about__button a:hover:after { + transform: scaleX(1.4) scaleY(1.6); + opacity: 0; +} +.main-about__button a:active { + transform: translateY(-1px); +} +.main-about__button a:after { + content: ""; + display: block; + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: -1; + transition: 0.4s; + background: #ffd800; + opacity: 0.7; +} +.main-about__item { + font-size: 13px; + line-height: 17px; + width: 100%; + flex: 0 0 20%; + max-width: 20%; + position: relative; + padding-left: 13px; + padding-right: 5px; + padding-bottom: 15px; + cursor: default; + transition: 0.15s; + -webkit-transition: 0.15s; + -moz-transition: 0.15s; + -ms-transition: 0.15s; + -o-transition: 0.15s; +} +.main-about__item:hover { + transform: translateY(-15px); + transition: 0.3s; + -webkit-transition: 0.3s; + -moz-transition: 0.3s; + -ms-transition: 0.3s; + -o-transition: 0.3s; +} +.main-about__item:before { + content: ""; + position: absolute; + left: 0; + width: 1px; + background: #ffffff; + opacity: 0.3; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + filter: alpha(opacity=30); + top: 4px; + bottom: 1px; +} +.main-about__item span { + font-weight: 700; + color: #ffd800; + display: block; +} .second-about { background: #f6f6f6; padding-top: 15px; - padding-bottom: 30px; } - .second-about__item { - padding-top: 15px; } - .second-about__item a { - display: block; - width: 100%; - position: relative; - color: #fff; } - .second-about__item a:hover:before { - background: #fed800; - opacity: 1; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; - filter: alpha(opacity=100); } - .second-about__item a:hover span { - transform: translateY(-15px); } - .second-about__item a:before { - position: absolute; - content: ''; - background: #000; - z-index: 2; - left: 0; - top: 0; - width: 100%; - height: 100%; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; - opacity: 0.5; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; - filter: alpha(opacity=50); } - .second-about__item a img { - width: 100%; - position: relative; - z-index: 1; } - .second-about__item a span { - position: absolute; - z-index: 3; - left: 25px; - right: 0; - bottom: 13px; - font-size: 14px; - line-height: 21px; - text-transform: uppercase; - font-weight: 700; - padding-right: 25px; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; } - .second-about__item a span:before, .second-about__item a span:after { - content: ''; - position: absolute; - background: #fff; - height: 2px; - width: 9px; - right: 17px; } - .second-about__item a span:before { - transform: rotate(45deg); - bottom: 15px; } - .second-about__item a span:after { - transform: rotate(-45deg); - bottom: 9px; } + padding-bottom: 30px; +} +.second-about__item { + padding-top: 15px; +} +.second-about__item a { + display: block; + width: 100%; + position: relative; + color: #fff; +} +.second-about__item a:hover:before { + background: #fed800; + opacity: 1; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); +} +.second-about__item a:hover span { + transform: translateY(-15px); +} +.second-about__item a:before { + position: absolute; + content: ""; + background: #000; + z-index: 2; + left: 0; + top: 0; + width: 100%; + height: 100%; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; + opacity: 0.5; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: alpha(opacity=50); +} +.second-about__item a img { + width: 100%; + position: relative; + z-index: 1; +} +.second-about__item a span { + position: absolute; + z-index: 3; + left: 25px; + right: 0; + bottom: 13px; + font-size: 14px; + line-height: 21px; + text-transform: uppercase; + font-weight: 700; + padding-right: 25px; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; +} +.second-about__item a span:before, .second-about__item a span:after { + content: ""; + position: absolute; + background: #fff; + height: 2px; + width: 9px; + right: 17px; +} +.second-about__item a span:before { + transform: rotate(45deg); + bottom: 15px; +} +.second-about__item a span:after { + transform: rotate(-45deg); + bottom: 9px; +} .index-solution { - padding-top: 74px; } - .index-solution__title { - margin-bottom: 3px; } - .index-solution__col { - margin-top: 30px; } - .index-solution__item { - display: inline-block; - vertical-align: top; - width: 540px; - max-width: 100%; - background: #f6f6f6; - position: relative; - height: 100%; - overflow: hidden; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; } - .index-solution__item:hover { - box-shadow: 0px 4px 12px 0px #c4c4c4; } - .index-solution__item:hover .index-solution__item_img img { - opacity: 0.7; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; - filter: alpha(opacity=70); - transform: scale(1.1); } - .index-solution__item:before { - position: absolute; - content: ''; - left: 0; - bottom: 0; - width: 100%; - height: 2px; - background: #0096d7; - background: -moz-linear-gradient(left, #0096d7 0%, #1eb269 100%); - background: -webkit-linear-gradient(left, #0096d7 0%, #1eb269 100%); - background: linear-gradient(to right, #0096d7 0%, #1eb269 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d7', endColorstr='#1eb269',GradientType=1 ); } - .index-solution__item_img { - display: block; - background: #fff; - overflow: hidden; } - .index-solution__item_img img { - max-width: 100%; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; } - .index-solution__item_text { - padding: 24px 24px 23px 22px; } - .index-solution__item_text a { - font-size: 18px; - line-height: 21px; - font-weight: 700; - color: #000; - min-height: 66px; - display: block; } - .index-solution__item_text a:hover { - text-decoration: underline; } - .index-solution__item_text table { - margin-top: 8px; - width: 100%; } - .index-solution__item_text table tr td { - font-size: 15px; - line-height: 21px; - vertical-align: top; } - .index-solution__item_text table tr td:first-child { - font-weight: 700; - color: #0096d6; - width: 65px; - padding-right: 5px; - white-space: nowrap; } - .index-solution__more { - margin-top: 40px; } + padding-top: 74px; +} +.index-solution__title { + margin-bottom: 3px; +} +.index-solution__col { + margin-top: 30px; +} +.index-solution__item { + display: inline-block; + vertical-align: top; + width: 540px; + max-width: 100%; + background: #f6f6f6; + position: relative; + height: 100%; + overflow: hidden; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; +} +.index-solution__item:hover { + box-shadow: 0px 4px 12px 0px rgb(196, 196, 196); +} +.index-solution__item:hover .index-solution__item_img img { + opacity: 0.7; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; + filter: alpha(opacity=70); + transform: scale(1.1); +} +.index-solution__item:before { + position: absolute; + content: ""; + left: 0; + bottom: 0; + width: 100%; + height: 2px; + background: rgb(0, 150, 215); + background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 ); +} +.index-solution__item_img { + display: block; + background: #fff; + overflow: hidden; +} +.index-solution__item_img img { + max-width: 100%; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; +} +.index-solution__item_text { + padding: 24px 24px 23px 22px; +} +.index-solution__item_text a { + font-size: 18px; + line-height: 21px; + font-weight: 700; + color: #000; + min-height: 66px; + display: block; +} +.index-solution__item_text a:hover { + text-decoration: underline; +} +.index-solution__item_text table { + margin-top: 8px; + width: 100%; +} +.index-solution__item_text table tr td { + font-size: 15px; + line-height: 21px; + vertical-align: top; +} +.index-solution__item_text table tr td:first-child { + font-weight: 700; + color: #0096d6; + width: 65px; + padding-right: 5px; + white-space: nowrap; +} +.index-solution__more { + margin-top: 40px; +} .animation-hover { text-transform: uppercase; @@ -289,263 +338,313 @@ font-weight: bold; color: #000 !important; box-shadow: 0px 8px 20px 0px rgba(139, 139, 138, 0.2); - text-decoration: none !important; } - .animation-hover:hover { - transform: translateY(-3px); - background-color: #ffd800; } - .animation-hover:hover:after { - transform: scaleX(1.4) scaleY(1.6); - opacity: 0; } - .animation-hover:active { - transform: translateY(-1px); } - .animation-hover:after { - content: ""; - display: block; - height: 100%; - width: 100%; - position: absolute; - top: 0; - left: 0; - z-index: -1; - transition: 0.4s; - background: #ffd800; - opacity: 0.7; } + text-decoration: none !important; +} +.animation-hover:hover { + transform: translateY(-3px); + background-color: #ffd800; +} +.animation-hover:hover:after { + transform: scaleX(1.4) scaleY(1.6); + opacity: 0; +} +.animation-hover:active { + transform: translateY(-1px); +} +.animation-hover:after { + content: ""; + display: block; + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: -1; + transition: 0.4s; + background: #ffd800; + opacity: 0.7; +} .index-solution-slider { background: #f6f6f6; margin-top: 80px !important; padding-top: 65px; - padding-bottom: 56px; } - .index-solution-slider__row { - width: auto; - height: auto; } - .index-solution-slider__title { - margin-bottom: 3px; } - .index-solution-slider__col { - margin-top: 30px; } - .index-solution-slider__col:hover .index-solution-slider__item { - transition: 0.3s; - -webkit-transition: 0.3s; - -moz-transition: 0.3s; - -ms-transition: 0.3s; - -o-transition: 0.3s; - transform: translateY(-15px); - box-shadow: 0px 4px 12px 0px #c4c4c4; } - .index-solution-slider__item { - background: #fff; - position: relative; - height: 100%; - padding: 15px 15px 13px 15px; - width: 255px; - max-width: 100%; - text-align: center; - border: 1px solid #ebebeb; - transition: 0.15s; - -webkit-transition: 0.15s; - -moz-transition: 0.15s; - -ms-transition: 0.15s; - -o-transition: 0.15s; } - .index-solution-slider__item:before { - position: absolute; - content: ''; - bottom: -1px; - left: -1px; - right: -1px; - height: 2px; - background: #0096d7; - background: -moz-linear-gradient(left, #0096d7 0%, #1eb269 100%); - background: -webkit-linear-gradient(left, #0096d7 0%, #1eb269 100%); - background: linear-gradient(to right, #0096d7 0%, #1eb269 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d7', endColorstr='#1eb269',GradientType=1 ); } - .index-solution-slider__item:hover .index-solution-slider__item_img img { - opacity: 0.85; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; - filter: alpha(opacity=85); } - .index-solution-slider__item_img { - display: block; - background: #fff; - height: 211px; } - .index-solution-slider__item_img img { - max-width: 100%; - max-height: 100%; } - .index-solution-slider__item_link { - margin-top: 20px; - font-size: 15px; - line-height: 21px; - font-weight: 700; - color: #000; - display: block; - min-height: 60px; } - .index-solution-slider__item_link:hover { - text-decoration: underline; - color: #000; } - .index-solution-slider__item_price { - color: #0096d6; - font-size: 15px; - line-height: 21px; - font-weight: 700; - margin-top: 9px; } - .index-solution-slider .owl-item .index-solution-slider__col { - width: 100% !important; } - .index-solution-slider .owl-pagination { - margin-bottom: -11px; } - .index-solution-slider .owl-controls .owl-buttons { - position: static; - top: auto; - right: auto; } - .index-solution-slider .owl-controls .owl-buttons div { - display: block; - position: absolute; - top: 50%; - width: 21px; - height: 37px; - margin: -20px 0 0 0; - border-radius: 0; - background: none !important; - transition: 0.15s; - -webkit-transition: 0.15s; - -moz-transition: 0.15s; - -ms-transition: 0.15s; - -o-transition: 0.15s; } - .index-solution-slider .owl-controls .owl-buttons div:hover { - transition: 0.3s; - -webkit-transition: 0.3s; - -moz-transition: 0.3s; - -ms-transition: 0.3s; - -o-transition: 0.3s; - transform: scale(1.1); } - .index-solution-slider .owl-controls .owl-buttons div:before, .index-solution-slider .owl-controls .owl-buttons div:after { - position: absolute; - width: 26px; - height: 4px; - left: -3px; - content: ''; - background: #8e8f90; } - .index-solution-slider .owl-controls .owl-buttons div:before { - transform: rotate(45deg); - top: 9px; } - .index-solution-slider .owl-controls .owl-buttons div:after { - transform: rotate(-45deg); - bottom: 9px; } - .index-solution-slider .owl-controls .owl-buttons div.owl-prev { - left: -21px; - transform: rotate(180deg); } - .index-solution-slider .owl-controls .owl-buttons div.owl-next { - right: -21px; } - .index-solution-slider .owl-controls .owl-buttons div.disabled:before, .index-solution-slider .owl-controls .owl-buttons div.disabled:after { - background: #ebebeb; } - .index-solution-slider .owl-controls .owl-page span { - display: block; } - + padding-bottom: 56px; +} +.index-solution-slider__row { + width: auto; + height: auto; +} +.index-solution-slider__title { + margin-bottom: 3px; +} +.index-solution-slider__col { + margin-top: 30px; +} +.index-solution-slider__col:hover .index-solution-slider__item { + transition: 0.3s; + -webkit-transition: 0.3s; + -moz-transition: 0.3s; + -ms-transition: 0.3s; + -o-transition: 0.3s; + transform: translateY(-15px); + box-shadow: 0px 4px 12px 0px rgb(196, 196, 196); +} +.index-solution-slider__item { + background: #fff; + position: relative; + height: 100%; + padding: 15px 15px 13px 15px; + width: 255px; + max-width: 100%; + text-align: center; + border: 1px solid #ebebeb; + transition: 0.15s; + -webkit-transition: 0.15s; + -moz-transition: 0.15s; + -ms-transition: 0.15s; + -o-transition: 0.15s; +} +.index-solution-slider__item:before { + position: absolute; + content: ""; + bottom: -1px; + left: -1px; + right: -1px; + height: 2px; + background: rgb(0, 150, 215); + background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 ); +} +.index-solution-slider__item:hover .index-solution-slider__item_img img { + opacity: 0.85; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; + filter: alpha(opacity=85); +} +.index-solution-slider__item_img { + display: block; + background: #fff; + height: 211px; +} +.index-solution-slider__item_img img { + max-width: 100%; + max-height: 100%; +} +.index-solution-slider__item_link { + margin-top: 20px; + font-size: 15px; + line-height: 21px; + font-weight: 700; + color: #000; + display: block; + min-height: 60px; +} +.index-solution-slider__item_link:hover { + text-decoration: underline; + color: #000; +} +.index-solution-slider__item_price { + color: #0096d6; + font-size: 15px; + line-height: 21px; + font-weight: 700; + margin-top: 9px; +} +.index-solution-slider .owl-item .index-solution-slider__col { + width: 100% !important; +} +.index-solution-slider .owl-pagination { + margin-bottom: -11px; +} +.index-solution-slider .owl-controls .owl-buttons { + position: static; + top: auto; + right: auto; +} +.index-solution-slider .owl-controls .owl-buttons div { + display: block; + position: absolute; + top: 50%; + width: 21px; + height: 37px; + margin: -20px 0 0 0; + border-radius: 0; + background: none !important; + transition: 0.15s; + -webkit-transition: 0.15s; + -moz-transition: 0.15s; + -ms-transition: 0.15s; + -o-transition: 0.15s; +} +.index-solution-slider .owl-controls .owl-buttons div:hover { + transition: 0.3s; + -webkit-transition: 0.3s; + -moz-transition: 0.3s; + -ms-transition: 0.3s; + -o-transition: 0.3s; + transform: scale(1.1); +} +.index-solution-slider .owl-controls .owl-buttons div:before, .index-solution-slider .owl-controls .owl-buttons div:after { + position: absolute; + width: 26px; + height: 4px; + left: -3px; + content: ""; + background: #8e8f90; +} +.index-solution-slider .owl-controls .owl-buttons div:before { + transform: rotate(45deg); + top: 9px; +} +.index-solution-slider .owl-controls .owl-buttons div:after { + transform: rotate(-45deg); + bottom: 9px; +} +.index-solution-slider .owl-controls .owl-buttons div.owl-prev { + left: -21px; + transform: rotate(180deg); +} +.index-solution-slider .owl-controls .owl-buttons div.owl-next { + right: -21px; +} +.index-solution-slider .owl-controls .owl-buttons div.disabled:before, .index-solution-slider .owl-controls .owl-buttons div.disabled:after { + background: #ebebeb; +} +.index-solution-slider .owl-controls .owl-page span { + display: block; +} .income-calculator { padding-top: 74px; - padding-bottom: 80px; } - .income-calculator__switch { - margin-top: 39px; } - .income-calculator__left { - width: 75%; - padding-top: 10px; } - .income-calculator__left_title { - font-weight: 700; - font-size: 18px; - line-height: 21px; } - .income-calculator__left_wrapp { - margin-top: 20px; - display: flex; - width: 100%; - flex-wrap: wrap; } - .income-calculator__right { - width: 25%; - padding-top: 26px; - position: relative; } - .income-calculator__right:before { - content: ''; - top: 26px; - bottom: 0; - left: 34%; - width: 1px; - background: #ebebeb; - position: absolute; } - .income-calculator__right_item { - text-align: right; - font-size: 15px; - line-height: 24px; - font-weight: 700; - margin-top: 22px; } - .income-calculator__right_item:first-child { - margin-top: 0; } - .income-calculator__right_item i { - font-style: normal; } - .income-calculator__right_item span { - display: block; - color: #0096d6; - font-size: 18px; } - .income-calculator__button { - margin-top: 44px; } + padding-bottom: 80px; +} +.income-calculator__switch { + margin-top: 39px; +} +.income-calculator__left { + width: 75%; + padding-top: 10px; +} +.income-calculator__left_title { + font-weight: 700; + font-size: 18px; + line-height: 21px; +} +.income-calculator__left_wrapp { + margin-top: 20px; + display: flex; + width: 100%; + flex-wrap: wrap; +} +.income-calculator__right { + width: 25%; + padding-top: 26px; + position: relative; +} +.income-calculator__right:before { + content: ""; + top: 26px; + bottom: 0; + left: 34%; + width: 1px; + background: #ebebeb; + position: absolute; +} +.income-calculator__right_item { + text-align: right; + font-size: 15px; + line-height: 24px; + font-weight: 700; + margin-top: 22px; +} +.income-calculator__right_item:first-child { + margin-top: 0; +} +.income-calculator__right_item i { + font-style: normal; +} +.income-calculator__right_item span { + display: block; + color: #0096d6; + font-size: 18px; +} +.income-calculator__button { + margin-top: 44px; +} .switch-status { - cursor: pointer; } - .switch-status.switch { - width: 64px; - height: 34px; - margin: 0 16px; - background: #dcdcdc; - border-radius: 34px; - position: relative; } - .switch-status.switch:before { - position: absolute; - top: 50%; - margin-top: -13px; - width: 26px; - height: 26px; - left: 4px; - background: #fff; - border-radius: 100%; - box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2); - content: ''; - z-index: 1; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; } - .switch-status.switch:after { - position: absolute; - top: 50%; - margin-top: -4px; - width: 8px; - height: 8px; - left: 13px; - background: #0096d6; - content: ''; - z-index: 2; - border-radius: 100%; - transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; - -ms-transition: 0.2s; - -o-transition: 0.2s; } - .switch-status.switch.right:before, .switch-status.switch.right:after { - transform: translateX(30px); } - .switch-status.text { - text-transform: uppercase; - font-size: 15px; - line-height: 23px; - color: #8e8f90; - text-decoration: underline; - cursor: pointer; } - .switch-status.text.active { - color: #000; - cursor: default; - text-decoration: none; } + cursor: pointer; +} +.switch-status.switch { + width: 64px; + height: 34px; + margin: 0 16px; + background: #dcdcdc; + border-radius: 34px; + position: relative; +} +.switch-status.switch:before { + position: absolute; + top: 50%; + margin-top: -13px; + width: 26px; + height: 26px; + left: 4px; + background: #fff; + border-radius: 100%; + box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2); + content: ""; + z-index: 1; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; +} +.switch-status.switch:after { + position: absolute; + top: 50%; + margin-top: -4px; + width: 8px; + height: 8px; + left: 13px; + background: #0096d6; + content: ""; + z-index: 2; + border-radius: 100%; + transition: 0.2s; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; +} +.switch-status.switch.right:before, .switch-status.switch.right:after { + transform: translateX(30px); +} +.switch-status.text { + text-transform: uppercase; + font-size: 15px; + line-height: 23px; + color: #8e8f90; + text-decoration: underline; + cursor: pointer; +} +.switch-status.text.active { + color: #000; + cursor: default; + text-decoration: none; +} .calc-range { margin-right: -8px; - margin-top: 19px; } + margin-top: 19px; +} .price_slider { width: 100%; - float: left; } + float: left; +} .irs { position: relative; @@ -555,9 +654,11 @@ -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; - user-select: none; } - .irs.irs-with-grid { - padding-bottom: 31px; } + user-select: none; +} +.irs.irs-with-grid { + padding-bottom: 31px; +} .irs-line { display: block; @@ -566,25 +667,30 @@ border-radius: 8px; width: 100%; position: relative; - outline: none !important; } + outline: none !important; +} .irs-line-left, .irs-line-mid, .irs-line-right { position: relative; display: block; top: 0; - height: 8px; } + height: 8px; +} .irs-line-left { left: 0; - width: 11%; } + width: 11%; +} .irs-line-mid { left: 9%; - width: 82%; } + width: 82%; +} .irs-line-right { right: 0; - width: 11%; } + width: 11%; +} .irs-bar { position: absolute; @@ -592,13 +698,14 @@ height: 8px; top: 0; left: 0 !important; - background: #367cd4; - background: -moz-linear-gradient(left, #367cd4 0%, #02d0ff 100%); - background: -webkit-linear-gradient(left, #367cd4 0%, #02d0ff 100%); - background: linear-gradient(to right, #367cd4 0%, #02d0ff 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367cd4', endColorstr='#02d0ff',GradientType=1 ); + background: rgb(54, 124, 212); + background: -moz-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%); + background: -webkit-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%); + background: linear-gradient(to right, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367cd4", endColorstr="#02d0ff",GradientType=1 ); border-top-left-radius: 8px; - border-bottom-left-radius: 8px; } + border-bottom-left-radius: 8px; +} .irs-slider { position: absolute; @@ -609,28 +716,32 @@ background: #fff; border-radius: 16px; box-shadow: 0px 0px 6px 0px rgba(90, 97, 102, 0.5); - cursor: e-resize; } - .irs-slider:before { - position: absolute; - width: 10px; - height: 10px; - border-radius: 100%; - background: #0096d6; - content: ''; - left: 50%; - top: 50%; - margin-top: -5px; - margin-left: -5px; } + cursor: e-resize; +} +.irs-slider:before { + position: absolute; + width: 10px; + height: 10px; + border-radius: 100%; + background: #0096d6; + content: ""; + left: 50%; + top: 50%; + margin-top: -5px; + margin-left: -5px; +} .irs-grid { position: absolute; bottom: 0; left: 0; width: 100%; - height: 16px; } + height: 16px; +} .irs-grid-pol { - display: none; } + display: none; +} .irs-grid-text, .showcase__mark { position: absolute; @@ -641,14 +752,17 @@ font-size: 16px; line-height: 16px; padding: 0 1px; - color: #000; } + color: #000; +} .showcase__mark { color: red; - bottom: 14px; } + bottom: 14px; +} .irs-to, .irs-from, .irs-max, .irs-min { - display: none; } + display: none; +} .irs-single { position: absolute; @@ -664,85 +778,104 @@ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); transform: translateY(5px); - white-space: nowrap; } - .irs-single:before { - position: absolute; - content: ''; - border: 4px solid transparent; - border-top: 6px solid #fff; - bottom: -10px; - left: 50%; - margin-left: -4px; } - .irs-single.show, .irs-single.hover { - opacity: 1; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; - filter: alpha(opacity=100); - transform: translateY(0); - transition: 0.1s; - -webkit-transition: 0.1s; - -moz-transition: 0.1s; - -ms-transition: 0.1s; - -o-transition: 0.1s; } + white-space: nowrap; +} +.irs-single:before { + position: absolute; + content: ""; + border: 4px solid transparent; + border-top: 6px solid #fff; + bottom: -10px; + left: 50%; + margin-left: -4px; +} +.irs-single.show, .irs-single.hover { + opacity: 1; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); + transform: translateY(0); + transition: 0.1s; + -webkit-transition: 0.1s; + -moz-transition: 0.1s; + -ms-transition: 0.1s; + -o-transition: 0.1s; +} .calc-range-2 .irs-bar { - background: #149756; - background: -moz-linear-gradient(left, #149756 0%, #14be6a 100%); - background: -webkit-linear-gradient(left, #149756 0%, #14be6a 100%); - background: linear-gradient(to right, #149756 0%, #14be6a 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149756', endColorstr='#14be6a',GradientType=1 ); } + background: rgb(20, 151, 86); + background: -moz-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%); + background: -webkit-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%); + background: linear-gradient(to right, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#149756", endColorstr="#14be6a",GradientType=1 ); +} .media-about-section { background: #f6f6f6; padding-top: 58px; padding-bottom: 64px; - margin-top: 46px !important; } - .media-about-section__title { - margin: 0 0 36px 0; } - .media-about-section__text { - font-size: 15px; - line-height: 23px; } - .media-about-section__button { - margin-top: 45px; } + margin-top: 46px !important; +} +.media-about-section__title { + margin: 0 0 36px 0; +} +.media-about-section__text { + font-size: 15px; + line-height: 23px; +} +.media-about-section__button { + margin-top: 45px; +} .index-map iframe { display: block; width: 100% !important; height: 380px !important; - border: 0 !important; } + border: 0 !important; +} @media (min-width: 768px) { .income-calculator__right_item br { - display: none; } } + display: none; + } +} @media (max-width: 1199px) { .main-about__item { padding-left: 10px; padding-right: 3px; font-size: 12px; - line-height: 16px; } + line-height: 16px; + } .second-about__item a span { left: 10px; font-size: 12px; - line-height: 19px; } + line-height: 19px; + } .index-solution-slider__item { padding-left: 10px; - padding-right: 10px; } - .index-solution-slider__item_link { - font-size: 13px; - line-height: 19px; - min-height: 57px; - margin-top: 15px; } + padding-right: 10px; + } + .index-solution-slider__item_link { + font-size: 13px; + line-height: 19px; + min-height: 57px; + margin-top: 15px; + } .index-solution__item_text a { font-size: 15px; line-height: 21px; - min-height: 63px; } + min-height: 63px; + } .income-calculator__left { - width: 70%; } + width: 70%; + } .income-calculator__right { - width: 30%; } } + width: 30%; + } +} @media (max-width: 1055px) { .index-solution-slider .owl-controls .owl-buttons div.owl-next { right: -9px; @@ -750,242 +883,319 @@ -webkit-transform: scale(0.65); -moz-transform: scale(0.65); -ms-transition: scale(0.65); - -o-transform: scale(0.65); } + -o-transform: scale(0.65); + } .index-solution-slider .owl-controls .owl-buttons div.owl-prev { left: -9px; - transform: rotate(180deg) scale(0.65); } } + transform: rotate(180deg) scale(0.65); + } +} @media (max-width: 991px) { .main-about { height: 360px; - padding-bottom: 0; } - .main-about__row { - align-items: center; } - .main-about__row > div { - align-self: center; } + padding-bottom: 0; + } + .main-about__row { + align-items: center; + } + .main-about__row > div { + align-self: center; + } .main-about__wrapp_title { padding-top: 0; - height: auto; } + height: auto; + } .main-about__title { flex: 0 0 100%; max-width: 100%; - text-align: center; } + text-align: center; + } .main-about__wrapp_title { - justify-content: center; } + justify-content: center; + } .main-about__button { - margin-top: 44px; } + margin-top: 44px; + } .index-solution__item_text { - padding: 12px 10px 15px 10px; } + padding: 12px 10px 15px 10px; + } .index-solution-slider__col:hover .index-solution-slider__item { transform: translateY(0); - box-shadow: none; } + box-shadow: none; + } .index-solution__col { - margin-top: 25px; } + margin-top: 25px; + } .index-solution__item_text table { - margin-top: 7px; } - .index-solution__item_text table tr:first-child td { - padding-top: 0; } - .index-solution__item_text table tr td { - font-size: 15px; - line-height: 17px; - padding-top: 4px; } + margin-top: 7px; + } + .index-solution__item_text table tr:first-child td { + padding-top: 0; + } + .index-solution__item_text table tr td { + font-size: 15px; + line-height: 17px; + padding-top: 4px; + } .income-calculator__right:before { - left: 31px; } + left: 31px; + } .media-about-section__button { - margin-top: 15px; } + margin-top: 15px; + } .index-titles { font-size: 18px; - line-height: 21px; } + line-height: 21px; + } .index-solution, .index-solution-slider, .income-calculator, .section-text, .media-about-section { padding-top: 29px; - padding-bottom: 32px; } + padding-bottom: 32px; + } .index-solution-slider, .media-about-section { - margin-top: 0 !important; } + margin-top: 0 !important; + } .index-solution-slider__col { - margin-top: 25px; } + margin-top: 25px; + } .index-solution-slider .owl-controls .owl-buttons { - display: none; } + display: none; + } .second-about__item a:hover:before { background: #000; - opacity: 0.5; } } + opacity: 0.5; + } +} @media (max-width: 767px) { .main-about { - height: 298px; } + height: 298px; + } .index-solution__col { margin-top: 17px; - text-align: center; } - .index-solution__col:first-child { - margin-top: 11px; } + text-align: center; + } + .index-solution__col:first-child { + margin-top: 11px; + } .index-solution__item { - text-align: left; } + text-align: left; + } .index-solution-slider__col { - margin-top: 17px; } + margin-top: 17px; + } .index-solution__more { - margin-top: 24px; } + margin-top: 24px; + } .second-about { padding-top: 1px; - padding-bottom: 24px; } - .second-about__item a span { - left: 23px; - font-size: 14px; - line-height: 21px; } + padding-bottom: 24px; + } + .second-about__item a span { + left: 23px; + font-size: 14px; + line-height: 21px; + } .main-about__title span { font-size: 27px; - line-height: 31px; } - .main-about__title span:first-child { - font-size: 40px; - line-height: 40px; } - .main-about__title span:last-child { - font-size: 13px; - line-height: 20px; - letter-spacing: 1.4px; } + line-height: 31px; + } + .main-about__title span:first-child { + font-size: 40px; + line-height: 40px; + } + .main-about__title span:last-child { + font-size: 13px; + line-height: 20px; + letter-spacing: 1.4px; + } .index-solution__item_text a { - min-height: auto; } + min-height: auto; + } .index-solution__title { - margin-bottom: 0; } + margin-bottom: 0; + } .index-solution-slider__col { - margin-top: 10px; } - .index-solution-slider__col:first-child { - margin-top: 8px; } - .index-solution-slider__col:nth-child(2n + 1) .index-solution-slider__item { - margin-left: auto; } + margin-top: 10px; + } + .index-solution-slider__col:first-child { + margin-top: 8px; + } + .index-solution-slider__col:nth-child(2n+1) .index-solution-slider__item { + margin-left: auto; + } .owl-item .index-solution-slider__col:first-child { - margin-top: 8px; } + margin-top: 8px; + } .index-solution-slider__item_link { font-size: 15px; line-height: 21px; min-height: 63px; - margin-top: 20px; } + margin-top: 20px; + } .index-solution-slider { - padding-bottom: 24px; } + padding-bottom: 24px; + } .income-calculator__switch { - margin-top: 19px; } + margin-top: 19px; + } .switch-status.switch { - margin: 0 12px; } + margin: 0 12px; + } .switch-status.text { font-size: 13px; text-decoration: none; - text-transform: none; } + text-transform: none; + } .income-calculator__left { width: 100%; - padding-top: 2px; } - .income-calculator__left_title { - font-size: 15px; - line-height: 17px; } + padding-top: 2px; + } + .income-calculator__left_title { + font-size: 15px; + line-height: 17px; + } .income-calculator__right { width: 100%; padding-top: 16px; - margin-top: 21px; } - .income-calculator__right:before { - top: 0; - right: 0; - left: 0; - bottom: auto; - width: auto; - height: 1px; } - .income-calculator__right .col-xs-12 { - float: none; - display: flex; - padding: 0 !important; - width: auto !important; - justify-content: center; } - .income-calculator__right_item { - flex: 0 0 auto; - width: auto; - max-width: none; - margin-top: 0; - text-align: center; - padding: 0 34px; - line-height: 17px; - position: relative; } - .income-calculator__right_item:first-child { - padding-left: 0; } - .income-calculator__right_item:last-child { - padding-right: 0; } - .income-calculator__right_item i { - display: block; - min-height: 34px; } - .income-calculator__right_item span { - margin-top: 3px; } + margin-top: 21px; + } + .income-calculator__right:before { + top: 0; + right: 0; + left: 0; + bottom: auto; + width: auto; + height: 1px; + } + .income-calculator__right .col-xs-12 { + float: none; + display: flex; + padding: 0 !important; + width: auto !important; + justify-content: center; + } + .income-calculator__right_item { + flex: 0 0 auto; + width: auto; + max-width: none; + margin-top: 0; + text-align: center; + padding: 0 34px; + line-height: 17px; + position: relative; + } + .income-calculator__right_item:first-child { + padding-left: 0; + } + .income-calculator__right_item:last-child { + padding-right: 0; + } + .income-calculator__right_item i { + display: block; + min-height: 34px; + } + .income-calculator__right_item span { + margin-top: 3px; + } .income-calculator__button { - margin-top: 23px; } + margin-top: 23px; + } .section-text { - padding-top: 27px; } + padding-top: 27px; + } .media-about-section__title { - margin: 0 0 19px 0; } + margin: 0 0 19px 0; + } .media-about-section__text { - margin-top: 19px; } + margin-top: 19px; + } .media-about-section__button { - margin-top: 22px; } - .media-about-section__button a { - margin: 0 auto; } + margin-top: 22px; + } + .media-about-section__button a { + margin: 0 auto; + } .calc-range { margin-right: 0; - margin-top: 12px; } + margin-top: 12px; + } .calc-range-2 .irs-grid-text, .calc-range-2 .showcase__mark { - font-size: 14px; } - .calc-range-2 .irs-grid-text:last-child, .calc-range-2 .showcase__mark:last-child { - margin-left: -19px !important; } + font-size: 14px; + } + .calc-range-2 .irs-grid-text:last-child, .calc-range-2 .showcase__mark:last-child { + margin-left: -19px !important; + } .irs-grid-text, .showcase__mark { padding: 0 0; - word-spacing: -4px; } } + word-spacing: -4px; + } +} @media (max-width: 550px) { .index-solution-slider__col { - width: 100% !important; } + width: 100% !important; + } .index-solution-slider__item { margin-left: auto !important; - margin-right: auto !important; } } + margin-right: auto !important; + } +} @media (max-width: 540px) { .second-about__col { - width: 100% !important; } + width: 100% !important; + } .second-about__item { width: 255px; max-width: 100%; margin: 0 auto; - padding-top: 12px; } + padding-top: 12px; + } .index-solution__col { padding-left: 0 !important; - padding-right: 0 !important; } } + padding-right: 0 !important; + } +} @media (max-width: 450px) { .income-calculator__right_item { - padding: 0 17px; } } + padding: 0 17px; + } +} /*# sourceMappingURL=new-index.css.map */ diff --git a/frontend/web/css/new-style/new-index.css.map b/frontend/web/css/new-style/new-index.css.map index c8cc370..0710e8d 100644 --- a/frontend/web/css/new-style/new-index.css.map +++ b/frontend/web/css/new-style/new-index.css.map @@ -1,7 +1 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["new-index.scss","_mixin.scss"], -"names": [], -"file": "new-index.css" -} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["new-index.scss","_mixin.scss"],"names":[],"mappings":"AAKA;EACE;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AACA;EACE;EACA;;AAIN;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EClEJ;EACA;EACA;EACA;EACA;EDgEI;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC1GF;EACA;EACA;EACA;EACA;;ADwGK;EACD;EC7GJ;EACA;EACA;EACA;EACA;;AD4GE;EACE;EACA;EACA;EACA;EACA;EC/FJ,SDgGqB;EC/FrB;EACA;ED+FI;EACA;;AAEF;EACE;EACA;EACA;;;AAMN;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEE;EACE;EC1HR,SD2HyB;EC1HzB;EACA;;AD2HM;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC/JN;EACA;EACA;EACA;EACA;EAkBA,SD2IuB;EC1IvB;EACA;;AD2II;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EClLN;EACA;EACA;EACA;EACA;;ADgLM;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;;AAOV;EACE;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECzNF;EACA;EACA;EACA;EACA;;ADuNE;EACE;;AAEE;ECxMN,SDyMyB;ECxMzB;EACA;EDwMQ;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;ECxPN;EACA;EACA;EACA;EACA;;ADwPE;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGJ;EACE;EACA;;AAEE;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAQZ;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC7SA;EACA;EACA;EACA;EACA;ED2SA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;;AAEE;EC/VJ;EACA;EACA;EACA;EACA;ED6VM;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC9WF;EACA;EACA;EACA;EACA;;AD4WE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;ECzWN,SD0WyB;ECzWzB;EACA;;AD4WE;EACE;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AAIF;EACE;;AAGJ;EACE;;AAGA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECvbN;EACA;EACA;EACA;EACA;;ADqbM;ECzbN;EACA;EACA;EACA;EACA;EDubQ;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAGF;EACE;EACA;;AAEF;EACE;;AAGA;EACE;;AAMN;EACE;;AAiBR;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;;AAIJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC7jBJ;EACA;EACA;EACA;EACA;;AD4jBE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC1kBJ;EACA;EACA;EACA;EACA;;AD0kBI;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;;AAKN;EACE;EACA;;;AAIF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECzsBA,SD0sBiB;ECzsBjB;EACA;EDysBA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;ECttBA,SDutBmB;ECttBnB;EACA;EDstBE;EC9uBF;EACA;EACA;EACA;EACA;;;ADgvBA;EACE;EACA;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAGF;EACE;;;AAKF;EACE;EACA;EACA;EACA;;;AAIJ;EAEI;IACE;;;AAKN;EACE;IACE;IACA;IACA;IACA;;;EAEF;IACE;IACA;IACA;;;EAEF;IACE;IACA;;EACA;IACE;IACA;IACA;IACA;;;EAGJ;IACE;IACA;IACA;;;EAGA;IACE;;EAEF;IACE;;;AAMN;EAGM;IACE;ICr0BN;IACA;IACA;IACA;IACA;;EDo0BI;IACE;IACA;;;AAMR;EACE;IACE;IACA;;EACA;IACE;;EACA;IACE;;;EAIN;IACE;IACA;;;EAEF;IACE;IACA;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;;EAEF;IACE;;;EAEF;IACE;;EAGI;IACE;;EAGJ;IACE;IACA;IACA;;;EAIN;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;;EAEF;IACE;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAKI;IACE;IACA;;;AAQV;EACE;IACE;;;EAGA;IACE;IACA;;EACA;IACE;;EAGJ;IACE;;;EAGJ;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;EACA;IACE;IACA;IACA;;;EAKF;IACE;IACA;;EACA;IACE;IACA;;EAEF;IACE;IACA;IACA;;;EAKN;IACE;;;EAEF;IACE;;;EAEF;IACE;;EACA;IACE;;EAGA;IACE;;;EAMF;IACE;;;EAIN;IACE;IACA;IACA;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAGA;IACE;;EAEF;IACE;IACA;IACA;;;EAIF;IACE;IACA;;EACA;IACE;IACA;;EAGJ;IACE;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACC;;EAKL;IACE;;;EAIJ;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;EACA;IACE;;;EAKJ;IACE;IACA;;;EAGA;IACE;;EACA;IACE;;;EAIN;IACE;IACA;;;AAKJ;EACE;IACE;;;EAEF;IACE;IACA;;;AAGJ;EAEI;IACE;;EAEF;IACE;IACA;IACA;IACA;;;EAGJ;IACE;IACA;;;AAIJ;EACE;IACE","file":"new-index.css"} \ No newline at end of file diff --git a/frontend/web/css/new-style/new-index.scss b/frontend/web/css/new-style/new-index.scss index 0323412..5ec0de7 100644 --- a/frontend/web/css/new-style/new-index.scss +++ b/frontend/web/css/new-style/new-index.scss @@ -43,6 +43,7 @@ flex-basis: 0; flex-grow: 1; max-width: 100%; + color: #fff; span { display: block; text-transform: uppercase; -- libgit2 0.21.4