diff --git a/src/app/frontend/views/about_eng.php b/src/app/frontend/views/about_eng.php new file mode 100644 index 0000000..0c4229d --- /dev/null +++ b/src/app/frontend/views/about_eng.php @@ -0,0 +1,760 @@ + + + + + + + + Контакти, адреса, телефон ТМ «Професійне насіння» | Інтернет магазин насіння Semena.in.ua + + + + + + + + + + + + + + + + + +
+
+
+
+
+

About Company

+ +
+
+
+
+
+ + +
+
+

Exclusive Distribution

+ +
+
+ + + + + +
+
+

ACHIEVEMENTS AND AWARDS

+ +
+
+ +
+
+

Advantages of the Company

+
+
+ +
Original products, supplied directly from the manufacturer
+
+
+ +
Extremely wide range of products provided +
+
+
+
+ +
Annual updating of the variety of products +
+
+
+ +
Fast logistics +
+
+
+
+ +
Expert counseling +
+
+
+ +
Thousands of satisfied clients +
+
+
+
+ +
Client-oriented corporate policy +
+
+
+ +
Company's operating all over Ukraine +
+
+
+
+
+ +
+
+

Professional Team

+ +
+
+ +
+
+

DISTRIBUTION

+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/src/app/frontend/views/about_ukr.php b/src/app/frontend/views/about_ukr.php new file mode 100644 index 0000000..7d0160e --- /dev/null +++ b/src/app/frontend/views/about_ukr.php @@ -0,0 +1,824 @@ + + + + + + + + Контакти, адреса, телефон ТМ «Професійне насіння» | Інтернет магазин насіння Semena.in.ua + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+

Про компанію

+ +
+
+
+
+
+ + +
+
+

Екслюзивні представництва

+ +
+
+ + + + + + + + +
+
+

Досягнення і нагороди

+ +
+
+ +
+
+

Переваги компанії

+
+
+ +
Оригінальна продукція від виробника
+
+
+ +
Надзвичайно широкий асортимент +
+
+
+
+ +
Щосезонне поповнення асортименту новими позиціями +
+
+
+ +
Швидка логістика +
+
+
+
+ +
Кваліфікована консультація +
+
+
+ +
Тисячі задоволених клієнтів +
+
+
+
+ +
Клієнтоорієнтованість +
+
+
+ +
Працюємо по всій території України +
+
+
+
+
+ +
+
+

Команда професіоналів

+ +
+
+ +
+
+

DISTRIBUTION

+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/www-about/css/_animate.scss b/www-about/css/_animate.scss deleted file mode 100644 index 696d93c..0000000 --- a/www-about/css/_animate.scss +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Owl Carousel - Animate Plugin - */ -.owl-carousel{ - .animated { - animation-duration: 1000ms; - animation-fill-mode: both; - } - .owl-animated-in { - z-index: 0; - } - .owl-animated-out { - z-index: 1; - } - .fadeOut { - animation-name: fadeOut; - } -} - -@keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} diff --git a/www-about/css/_autoheight.scss b/www-about/css/_autoheight.scss deleted file mode 100644 index 7852c3f..0000000 --- a/www-about/css/_autoheight.scss +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Owl Carousel - Auto Height Plugin - */ - -.owl-height { - transition: height 500ms ease-in-out; -} diff --git a/www-about/css/_core.scss b/www-about/css/_core.scss deleted file mode 100644 index 37c9161..0000000 --- a/www-about/css/_core.scss +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Owl Carousel - Core - */ -.owl-carousel { - display: none; - width: 100%; - -webkit-tap-highlight-color: transparent; - /* position relative and z-index fix webkit rendering fonts issue */ - position: relative; - z-index: 1; - - .owl-stage { - position: relative; - -ms-touch-action: pan-Y; - } - - .owl-stage:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; - } - - .owl-stage-outer { - position: relative; - overflow: hidden; - /* fix for flashing background */ - -webkit-transform: translate3d(0px, 0px, 0px); - } - - .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-backface-visibility: hidden; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - } - .owl-item img { - display: block; - width: 100%; - -webkit-transform-style: preserve-3d; - } - - .owl-nav.disabled, - .owl-dots.disabled { - display: none; - } - - .owl-nav .owl-prev, - .owl-nav .owl-next, - .owl-dot { - cursor: pointer; - cursor: hand; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - &.owl-loaded { - display: block; - } - - &.owl-loading { - opacity: 0; - display: block; - } - - &.owl-hidden { - opacity: 0; - } - - &.owl-refresh .owl-item { - display: none; - } - - &.owl-drag .owl-item { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - &.owl-grab { - cursor: move; - cursor: grab; - } - - &.owl-rtl { - direction: rtl; - } - - &.owl-rtl .owl-item { - float: right; - } -} - -/* No Js */ -.no-js .owl-carousel { - display: block; -} diff --git a/www-about/css/_lazyload.scss b/www-about/css/_lazyload.scss deleted file mode 100644 index 4f19e07..0000000 --- a/www-about/css/_lazyload.scss +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Owl Carousel - Lazy Load Plugin - */ - -.owl-carousel { - .owl-item { - .owl-lazy { - opacity: 0; - transition: opacity 400ms ease; - } - - img.owl-lazy { - transform-style: preserve-3d; - } - } -} - diff --git a/www-about/css/_theme.default.scss b/www-about/css/_theme.default.scss deleted file mode 100644 index 8d8d62b..0000000 --- a/www-about/css/_theme.default.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Default theme - Owl Carousel CSS File - */ - -$color-base: #869791 !default; -$color-white: #FFF !default; -$color-gray: #D6D6D6 !default; - -//nav - -$nav-color: $color-white !default; -$nav-color-hover: $color-white !default; -$nav-font-size: 14px !default; -$nav-rounded: 3px !default; -$nav-margin: 5px !default; -$nav-padding: 4px 7px !default; -$nav-background: $color-gray !default; -$nav-background-hover: $color-base !default; -$nav-disabled-opacity: 0.5 !default; - -//dots - -$dot-width: 12px !default; -$dot-height: 12px !default; -$dot-rounded: 30px !default; -$dot-margin: 5px 7px !default; -$dot-border: 2px solid white; -$dot-background: rgba(256,256,256,0); -$dot-background-active: rgba(256,256,256,1); - -@import 'theme'; diff --git a/www-about/css/_theme.scss b/www-about/css/_theme.scss deleted file mode 100644 index a721200..0000000 --- a/www-about/css/_theme.scss +++ /dev/null @@ -1,65 +0,0 @@ - -.owl-theme { - // Styling Next and Prev buttons - .owl-nav { - margin-top: 10px; - text-align: center; - -webkit-tap-highlight-color: transparent; - - [class*='owl-'] { - color: $nav-color; - font-size: $nav-font-size; - margin: $nav-margin; - padding: $nav-padding; - background: $nav-background; - display: inline-block; - cursor: pointer; - border-radius: 3px; - - &:hover { - background: $nav-background-hover; - color:$nav-color-hover; - text-decoration: none; - } - } - .disabled { - opacity: $nav-disabled-opacity; - cursor: default; - } - } - - // Styling dots - .owl-nav.disabled + .owl-dots { - margin-top: 10px; - } - - .owl-dots { - text-align: center; - -webkit-tap-highlight-color: transparent; - - .owl-dot { - display: inline-block; - zoom: 1; - *display: inline; - - span { - width: $dot-width; - height: $dot-height; - margin: $dot-margin; - background: $dot-background; - display: block; - -webkit-backface-visibility: visible; - transition: opacity 200ms ease; - border-radius: 30px; - border: $dot-border; - } - - &.active, - &:hover { - span { - background: $dot-background-active; - } - } - } - } -} diff --git a/www-about/css/_video.scss b/www-about/css/_video.scss deleted file mode 100644 index 29b6717..0000000 --- a/www-about/css/_video.scss +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Owl Carousel - Video Plugin - */ - -.owl-carousel{ - .owl-video-wrapper { - position: relative; - height: 100%; - background: #000; - } - - .owl-video-play-icon { - position: absolute; - height: 80px; - width: 80px; - left: 50%; - top: 50%; - margin-left: -40px; - margin-top: -40px; - background: url("owl.video.play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - transition: transform 100ms ease; - } - - .owl-video-play-icon:hover { - transform: scale(1.3, 1.3); - } - - .owl-video-playing .owl-video-tn, - .owl-video-playing .owl-video-play-icon { - display: none; - } - - .owl-video-tn { - opacity: 0; - height: 100%; - background-position: center center; - background-repeat: no-repeat; - background-size: contain; - transition: opacity 400ms ease; - } - - .owl-video-frame { - position: relative; - z-index: 1; - height: 100%; - width: 100%; - } -} diff --git a/www-about/css/owl.carousel.scss b/www-about/css/owl.carousel.scss deleted file mode 100644 index f93c308..0000000 --- a/www-about/css/owl.carousel.scss +++ /dev/null @@ -1,6 +0,0 @@ -@import 'core'; -@import 'animate'; -@import 'autoheight'; -@import 'lazyload'; -@import 'video'; -@import 'theme.default'; diff --git a/www-about/css/theme-style.css b/www-about/css/theme-style.css deleted file mode 100644 index 1286ce1..0000000 --- a/www-about/css/theme-style.css +++ /dev/null @@ -1,916 +0,0 @@ -body { - background-position: top center; - background-repeat: no-repeat; - font-family: 'Ubuntu', sans-serif; - background-color: #f5f5f5; - color: #464646; - min-width: 320px; } - -h1, h2, h3, p, .btn { - font-family: 'Ubuntu', sans-serif; } - -h1, h2 { - text-align: center; } - -.m-b-2 { - margin-bottom: 32px; } - -.text-inverse { - color: white; } - -a, a:focus, button, button:focus { - outline: none; } - -.modal { - text-align: center; - padding: 0 !important; } - .modal:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; - margin-right: -4px; } - -.modal-dialog { - display: inline-block; - text-align: left; - vertical-align: middle; } - -.modal-header { - border-bottom: none; } - -.modal-content { - -webkit-box-shadow: none; - box-shadow: none; } - -.modal-dark { - background-color: rgba(0, 0, 0, 0.8); } - .modal-dark .modal-footer { - text-align: center; - border: none; } - .modal-dark .modal-footer .btn { - margin: 0 15px; } - -.btn-success { - color: #fff; - background-color: #67b73e; - border-color: #67b73e; - border-radius: 0; } - .btn-success .btn-success.active.focus, - .btn-success .btn-success.active:focus, - .btn-success .btn-success.active:hover, - .btn-success .btn-success:active.focus, - .btn-success .btn-success:active:focus, - .btn-success .btn-success:active:hover, - .btn-success .open > .dropdown-toggle.btn-success.focus, - .btn-success .open > .dropdown-toggle.btn-success:focus, - .btn-success .open > .dropdown-toggle.btn-success:hover { - background-color: #55a727; - border-color: #55a727; } - -.btn-outline-success { - color: #67b73e; - background-color: transparent; - border-color: #67b73e; - border-radius: 0; } - .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active { - color: #55a727; - background-color: transparent; - border-color: #55a727; } - -section { - background-position: top center; - background-repeat: no-repeat; - background-size: cover; - -webkit-background-size: cover; } - -.b-1 { - border: 1px solid #ababab; } - -h2 { - font-size: 28px; - margin-bottom: 20px; } - -@media (min-width: 768px) { - h2 { - font-weight: 500; - text-transform: uppercase; - margin-bottom: 50px; - display: block; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 38px; } - h2 > span { - position: relative; - display: inline-block; } - h2 > span:before, h2 > span:after { - content: ""; - position: absolute; - top: 50%; - width: 9999px; - height: 1px; - background: #ababab; } - h2 > span:before { - right: 100%; - margin-right: 15px; } - h2 > span:after { - left: 100%; - margin-left: 15px; } } -p { - font-size: 15px; } - -.navbar { - position: relative; - margin-bottom: 0; - font: normal 12px/14px Calibri, Candara, Segoe, sans-serif; } - .navbar a { - color: #4a4a4a; - text-decoration: underline; - display: inline-block; } - .navbar .contact_phones { - background: url(../images/tel.png) no-repeat 0 50%; } - .navbar .contact_mob_phones { - background: url(../images/mob.png) no-repeat 1% 50%; } - .navbar span.small_digits { - font-size: 15px !important; } - .navbar .contact_phones, .navbar .contact_mob_phones { - font: normal 17px/20px Arial, Tahoma, sans-serif !important; - padding: 2px 0 2px 20px !important; } - .navbar .contact_phones a, .navbar .contact_mob_phones a { - display: inline; } - .navbar .callback { - font-style: italic; - margin: 5px 0 0 0; } - .navbar .switch_lang { - margin: 5px 0 10px 0; - font-size: 12px; } - .navbar .switch_lang li { - color: #55a727; - padding: 0 10px 0 20px; } - .navbar #header .columns3 .menu_cabinet { - background: url(../images/cabinet.png) no-repeat 0 50%; } - .navbar .basket_number a, .navbar .basket_number a:hover { - text-decoration: none; - color: #ffffff; - background: #67b73e; - padding: 2px 5px; - border-radius: 100%; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - webkit-box-shadow: inset 2px 1px 10px 0 #417e24; - -moz-box-shadow: inset 2px 1px 10px 0 #417e24; - box-shadow: inset 2px 1px 10px 0 #417e24; } - .navbar .logo img { - max-height: 46px; } - .navbar .menu_cabinet { - background: url(../images/cabinet.png) no-repeat 0 50%; } - .navbar .basket { - background: url(../images/basket.png) no-repeat 0 50%; } - .navbar .faq a { - padding: 10px 10px 10px 22px; - background: url(../images/icon_faq_18x18_01.png) no-repeat 0 50%; } - .navbar .menu_cabinet a, .navbar .basket a, .navbar .compare a, .navbar .faq a, .navbar .file_download_link_ a { - font-style: italic; } - .navbar .file_download_link_ a { - padding: 10px 10px 10px 22px; - background: url(../images/icon_catalog_18x18_01.png) no-repeat 0 50%; } - .navbar .menu_cabinet { - padding: 10px 10px 10px 20px; } - .navbar .basket { - padding: 10px 10px 10px 23px; } - .navbar .basket_number { - padding: 7px 0 10px 0; } - .navbar .site_search { - position: relative; } - .navbar input { - width: 250px; - margin: 0; - padding: 7px 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border: 0; - -moz-box-shadow: inset 1px 1px 1px 0 #d0d0d0; - -webkit-box-shadow: inset 1px 1px 1px 0 #d0d0d0; - box-shadow: inset 1px 1px 1px 0 #d0d0d0; } - .navbar .site_search label { - position: absolute; - top: 7px; - right: 7px; } - .navbar .site_search.active .search_result_wrapper, .navbar .site_search:active .search_result_wrapper, .navbar .cat_center .site_search.active .search_result_wrapper, .navbar header .site_search.nav-search .search_result_wrapper { - position: absolute; - z-index: 9999; - background: #ececec; - width: 260px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border: 2px solid #4fa32c; - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - float: right; } - .navbar .search_result_wrapper { - float: right; } - .navbar .compare_wrapper { - min-height: 35px; - position: relative; } - .navbar .navbar-toggle { - border-color: white; - background-color: #67b73e; } - .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus { - background-color: #55a727; } - .navbar .navbar-toggle .icon-bar { - background-color: white; } - .navbar .navbar-nav { - background: #67b73e; - border: 3px solid #ececec; - border-radius: 5px; - margin-top: 0; - margin-bottom: 0; } - .navbar .navbar-nav li { - border-top: 1px solid #55a727; } - .navbar .navbar-nav li a { - text-transform: uppercase; - text-decoration: none; - color: #ffffff; - font: bold 12px/15px Arial, Tahoma, sans-serif; - text-align: center; - padding: 10px 5px; - white-space: nowrap; } - .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a.active { - color: #ffffff; - text-decoration: none; - background: #55a727; } - .navbar .navbar-nav li:first-child { - border-radius: 5px 0px 0px 5px; - -moz-border-radius: 5px 0px 0px 5px; - -webkit-border-radius: 5px 0px 0px 5px; } - .navbar .navbar-nav li:last-child { - border-radius: 0px 5px 5px 0px; - -moz-border-radius: 0px 5px 5px 0px; - -webkit-border-radius: 0px 5px 5px 0px; } - -@media (min-width: 768px) { - .navbar { - margin-bottom: -20px; - z-index: 2; } - .navbar .navbar-header-body { - margin: auto -15px; } - .navbar .navbar-header { - float: none; } - .navbar .logo { - padding: 10px 0; - text-align: center; } - .navbar .logo img { - max-height: none; } - .navbar .navbar-brand { - text-align: center; } - .navbar .navbar-nav { - float: none; - width: 100%; - display: table; } - .navbar .navbar-nav li { - border-top: none; - border-left: 1px solid #55a727; - display: table-cell; - float: none; } } -@media (min-width: 992px) { - .navbar .navbar-nav li a { - padding: 10px 20px; } } -@media (min-width: 1200px) { - .navbar-nav li a { - padding: 10px 30px; } } -/* - * Owl Carousel - Core - */ -.owl-carousel { - display: none; - width: 100%; - -webkit-tap-highlight-color: transparent; - /* position relative and z-index fix webkit rendering fonts issue */ - position: relative; - z-index: 1; } - .owl-carousel .owl-stage { - position: relative; - -ms-touch-action: pan-Y; } - .owl-carousel .owl-stage:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; } - .owl-carousel .owl-stage-outer { - position: relative; - overflow: hidden; - /* fix for flashing background */ - -webkit-transform: translate3d(0px, 0px, 0px); } - .owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-backface-visibility: hidden; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; } - .owl-carousel .owl-item img { - display: block; - width: 100%; - -webkit-transform-style: preserve-3d; } - .owl-carousel .owl-nav.disabled, - .owl-carousel .owl-dots.disabled { - display: none; } - .owl-carousel .owl-nav .owl-prev, - .owl-carousel .owl-nav .owl-next, - .owl-carousel .owl-dot { - cursor: pointer; - cursor: hand; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .owl-carousel.owl-loaded { - display: block; } - .owl-carousel.owl-loading { - opacity: 0; - display: block; } - .owl-carousel.owl-hidden { - opacity: 0; } - .owl-carousel.owl-refresh .owl-item { - display: none; } - .owl-carousel.owl-drag .owl-item { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .owl-carousel.owl-grab { - cursor: move; - cursor: grab; } - .owl-carousel.owl-rtl { - direction: rtl; } - .owl-carousel.owl-rtl .owl-item { - float: right; } - -/* No Js */ -.no-js .owl-carousel { - display: block; } - -/* - * Owl Carousel - Animate Plugin - */ -.owl-carousel .animated { - animation-duration: 1000ms; - animation-fill-mode: both; } -.owl-carousel .owl-animated-in { - z-index: 0; } -.owl-carousel .owl-animated-out { - z-index: 1; } -.owl-carousel .fadeOut { - animation-name: fadeOut; } - -@keyframes fadeOut { - 0% { - opacity: 1; } - 100% { - opacity: 0; } } -/* - * Owl Carousel - Auto Height Plugin - */ -.owl-height { - transition: height 500ms ease-in-out; } - -/* - * Owl Carousel - Lazy Load Plugin - */ -.owl-carousel .owl-item .owl-lazy { - opacity: 0; - transition: opacity 400ms ease; } -.owl-carousel .owl-item img.owl-lazy { - transform-style: preserve-3d; } - -/* - * Owl Carousel - Video Plugin - */ -.owl-carousel .owl-video-wrapper { - position: relative; - height: 100%; - background: #000; } -.owl-carousel .owl-video-play-icon { - position: absolute; - height: 80px; - width: 80px; - left: 50%; - top: 50%; - margin-left: -40px; - margin-top: -40px; - background: url("owl.video.play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - transition: transform 100ms ease; } -.owl-carousel .owl-video-play-icon:hover { - transform: scale(1.3, 1.3); } -.owl-carousel .owl-video-playing .owl-video-tn, -.owl-carousel .owl-video-playing .owl-video-play-icon { - display: none; } -.owl-carousel .owl-video-tn { - opacity: 0; - height: 100%; - background-position: center center; - background-repeat: no-repeat; - background-size: contain; - transition: opacity 400ms ease; } -.owl-carousel .owl-video-frame { - position: relative; - z-index: 1; - height: 100%; - width: 100%; } - -/* - * Default theme - Owl Carousel CSS File - */ -.owl-theme .owl-nav { - margin-top: 10px; - text-align: center; - -webkit-tap-highlight-color: transparent; } - .owl-theme .owl-nav [class*='owl-'] { - color: #FFF; - font-size: 14px; - margin: 5px; - padding: 4px 7px; - background: #D6D6D6; - display: inline-block; - cursor: pointer; - border-radius: 3px; } - .owl-theme .owl-nav [class*='owl-']:hover { - background: #869791; - color: #FFF; - text-decoration: none; } - .owl-theme .owl-nav .disabled { - opacity: 0.5; - cursor: default; } -.owl-theme .owl-nav.disabled + .owl-dots { - margin-top: 10px; } -.owl-theme .owl-dots { - text-align: center; - -webkit-tap-highlight-color: transparent; } - .owl-theme .owl-dots .owl-dot { - display: inline-block; - zoom: 1; - *display: inline; } - .owl-theme .owl-dots .owl-dot span { - width: 12px; - height: 12px; - margin: 5px 7px; - background: rgba(255, 255, 255, 0); - display: block; - -webkit-backface-visibility: visible; - transition: opacity 200ms ease; - border-radius: 30px; - border: 2px solid white; } - .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { - background: white; } - -.owl-theme .owl-controls .owl-page span { - background: transparent; - opacity: 1; - border-radius: 50%; - border: 2px solid white; - margin: 5px; } -.owl-theme .owl-controls .owl-page.active span { - background: white; } - -h1 { - font-size: 27px; } - -@media (min-width: 768px) { - h1 { - font-size: 48px; } } -.for_section1 { - background: rgba(0, 0, 0, 0.2); } - -.section1 { - color: white; - position: relative; - overflow: hidden; - background-image: url("../images/1/bg.jpg"); } - .section1 .for_section1 { - background: rgba(0, 0, 0, 0.3); - padding-bottom: 50px; } - .section1 video#bgvid { - position: absolute; - top: 50%; - left: 50%; - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; - z-index: -100; - -ms-transform: translateX(-50%) translateY(-50%); - -moz-transform: translateX(-50%) translateY(-50%); - -webkit-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); - background: url(../images/1/bg.jpg) no-repeat; - background-size: cover; } - .section1 h1 { - font-size: 27px; - text-transform: uppercase; - font-weight: bold; } - .section1 .outer:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; } - .section1 .inner { - display: inline-block; - vertical-align: middle; - width: calc(100% - 30px); - padding: 10px; } - .section1 .outer { - text-align: center; - height: calc(100vh - 50px); - min-height: 400px; - width: 100%; } - -@media (min-width: 768px) { - .section1 h1 { - margin-bottom: 50px; } - .section1 p { - font-size: 22px; - line-height: 28px; } - .section1 .outer { - height: calc(100vh - 124px); } } -.logo-card { - display: inline-block; - height: 90px; - width: 100%; - max-width: 280px; - background: white; - margin-bottom: 20px; - text-align: center; - vertical-align: middle; - line-height: 88px; } - .logo-card img { - max-width: 100%; - max-height: 100%; } - -.section2 { - padding-top: 70px; - padding-bottom: 70px; } - .section2 p { - font-size: 16px; - font-weight: 500; - text-decoration: underline; - color: #444444; } - .section2 .logo-card { - margin-bottom: 14px; } - .section2 a:hover { - cursor: pointer; } - .section2 a:hover .logo-card { - -webkit-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); - -moz-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); - box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); } - .section2 a:hover p { - color: #67b73e; } - -.modal-content-company { - background: transparent; - border-radius: 0; } - .modal-content-company .modal-header .close { - color: #ffc73b; - font-size: 44px; - font-weight: 400; - text-shadow: none; - opacity: 1; } - .modal-content-company .modal-body { - background-color: white; } - -.foto { - width: 140px; - height: 140px; - display: inline-block; } - -.section3 { - background-image: url("../images/3/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 50px; } - .section3 h2 > span:before, .section3 h2 > span:after { - background: white; } - .section3 blockquote { - border-left: 0; - padding: 0 0 40px; - margin: 0; - position: relative; } - .section3 blockquote:before { - content: "\201D"; - font-family: Georgia, serif; - font-size: 60px; - font-weight: bold; - color: #f6c342; - position: absolute; - bottom: -40px; - left: calc( 50% - 15px); } - -.section4 { - background-image: url("../images/4/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 70px; } - .section4 h2 > span:before, .section4 h2 > span:after { - background: white; } - .section4 p { - font-size: 13px; } - .section4 .timeline { - list-style: none; - padding: 20px 0 20px; - position: relative; } - .section4 .timeline:before { - top: 0; - bottom: 0; - position: absolute; - content: " "; - width: 3px; - background-color: rgba(0, 0, 0, 0.2); - left: 50%; - margin-left: -1.5px; } - .section4 .timeline > li { - margin-bottom: 30px; - position: relative; } - .section4 .timeline > li > .timeline-panel { - width: 46%; - float: left; - border-top: 2px solid #67b73e; - padding: 0 20px; - height: 1px; } - .section4 .timeline > li > .timeline-badge { - width: 14px; - height: 14px; - border: 3px solid #67b73e; - position: absolute; - top: -6px; - left: 50%; - margin-left: -7px; - background-color: transparent; - z-index: 100; - border-radius: 50%; - box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2); } - .section4 .timeline > li > .timeline-badge.sm { - height: 10px; - width: 10px; - margin: 2px -5px; } - .section4 .timeline > li.timeline-inverted > .timeline-panel { - float: right; } - .section4 .timeline > li.timeline-inverted > .timeline-panel:before { - border-left-width: 0; - border-right-width: 15px; - left: -15px; - right: auto; } - .section4 .timeline > li.timeline-inverted > .timeline-panel:after { - border-left-width: 0; - border-right-width: 14px; - left: -14px; - right: auto; } - .section4 .timeline-title { - margin-top: 0; - color: inherit; } - .section4 .timeline-body > p, - .section4 .timeline-body > ul { - margin-bottom: 0; } - .section4 .timeline-body > p { - margin-top: 5px; } - -@media (max-width: 1199px) { - .section4 .timeline > li:before, - .section4 .timeline > li:after { - content: " "; - display: table; } - .section4 .timeline > li:after { - clear: both; } - .section4 .timeline > li:before, - .section4 .timeline > li:after { - content: " "; - display: table; } - .section4 .timeline > li:after { - clear: both; } } -@media (max-width: 767px) { - .section4 ul.timeline:before { - left: 40px; } - .section4 ul.timeline > li { - margin-bottom: 40px; } - .section4 ul.timeline > li:nth-child(1), .section4 ul.timeline > li:nth-child(2) { - margin-bottom: 40px; } - .section4 ul.timeline > li:nth-child(4), .section4 ul.timeline > li:nth-child(5), .section4 ul.timeline > li:nth-child(6), .section4 ul.timeline > li:nth-child(7), .section4 ul.timeline > li:nth-child(8), .section4 ul.timeline > li:nth-child(9), .section4 ul.timeline > li:nth-child(10), .section4 ul.timeline > li:nth-child(11) { - margin-bottom: 18px; } - .section4 ul.timeline > li:nth-child(14), .section4 ul.timeline > li:nth-child(15), .section4 ul.timeline > li:nth-child(16) { - margin-bottom: 28px; } - .section4 ul.timeline > li:nth-child(17) { - margin-bottom: 100px; } - .section4 ul.timeline > li:nth-child(18), .section4 ul.timeline > li:nth-child(19) { - margin-bottom: 40px; } - .section4 ul.timeline > li:nth-child(20) { - margin-bottom: 80px; } - .section4 ul.timeline > li:nth-child(21) { - margin-bottom: 80px; } - .section4 ul.timeline > li > .timeline-panel { - width: calc(100% - 60px); } - .section4 ul.timeline > li > .timeline-badge { - left: 33px; - margin-left: 0; - top: -5px; } - .section4 ul.timeline > li > .timeline-badge.sm { - margin: 2px; } - .section4 ul.timeline > li > .timeline-panel { - float: right; } } -@media (min-width: 1200px) { - .section4 .timeline { - position: relative; - height: 400px; } - .section4 .timeline:before { - bottom: auto; - position: absolute; - content: " "; - width: 100%; - height: 3px; - background-color: rgba(0, 0, 0, 0.2); - left: 0; - top: 50%; - margin-left: -1.5px; } - .section4 .timeline > li { - position: absolute; - left: 0; - top: 50%; - width: 190px; } - .section4 .timeline > li .timeline-panel { - border-top: none; - border-left: 2px solid #67b73e; - width: 100%; - margin-top: 20px; - padding: 5px 20px; - height: auto; } - .section4 .timeline > li.timeline-inverted { - bottom: 50%; - top: auto; - margin-bottom: -7px; - padding-bottom: 20px; } - .section4 .timeline > li.timeline-inverted .timeline-badge { - bottom: 0; - top: auto; } - .section4 .timeline > li.timeline-inverted .timeline-panel { - float: none; - padding-top: 0; } - .section4 .timeline > li .timeline-badge { - left: 0; } - .section4 .timeline > li .timeline-badge.sm { - margin-left: -4px; } - .section4 .timeline > li:nth-child(1) { - left: 30px; } - .section4 .timeline > li:nth-child(2) { - left: 72px; } - .section4 .timeline > li:nth-child(3) { - left: 114px; } - .section4 .timeline > li:nth-child(4) { - left: 156px; } - .section4 .timeline > li:nth-child(5) { - left: 198px; } - .section4 .timeline > li:nth-child(6) { - left: 240px; } - .section4 .timeline > li:nth-child(7) { - left: 282px; } - .section4 .timeline > li:nth-child(8) { - left: 324px; } - .section4 .timeline > li:nth-child(9) { - left: 366px; } - .section4 .timeline > li:nth-child(10) { - left: 408px; } - .section4 .timeline > li:nth-child(11) { - left: 450px; } - .section4 .timeline > li:nth-child(12) { - left: 492px; } - .section4 .timeline > li:nth-child(13) { - left: 534px; } - .section4 .timeline > li:nth-child(14) { - left: 576px; } - .section4 .timeline > li:nth-child(15) { - left: 618px; } - .section4 .timeline > li:nth-child(16) { - left: 660px; } - .section4 .timeline > li:nth-child(17) { - left: 702px; - width: 300px; } - .section4 .timeline > li:nth-child(17) .timeline-panel { - padding-top: 164px; } - .section4 .timeline > li:nth-child(18) { - left: 744px; - width: 300px; } - .section4 .timeline > li:nth-child(18) .timeline-panel { - padding-bottom: 100px; } - .section4 .timeline > li:nth-child(19) { - left: 786px; } - .section4 .timeline > li:nth-child(20) { - left: 828px; - width: 300px; } - .section4 .timeline > li:nth-child(20) .timeline-panel { - padding-top: 100px; } - .section4 .timeline > li:nth-child(21) { - left: 870px; } - .section4 .timeline > li:nth-child(22) { - left: 912px; } - .section4 .timeline > li:nth-child(23) { - left: 954px; } } -.section5 { - padding-top: 50px; - padding-bottom: 40px; } - .section5 h2 { - margin-bottom: 42px; } - .section5 img { - border: 5px solid transparent; - transition: 1s linear; } - .section5 img:hover { - border-radius: 50%; - -webkit-box-shadow: 0 10px 6px -6px #777; - -moz-box-shadow: 0 10px 6px -6px #777; - box-shadow: 0 10px 6px -6px #777; } - .section5 h6 { - font-size: 16px; - margin-top: 15px; - margin-bottom: 40px; - font-weight: normal; } - -.section6 { - background-image: url("../images/6/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 60px; } - .section6 h2 > span:before, .section6 h2 > span:after { - background: white; } - .section6 .img-responsive { - display: inline-block; } - -.section7 { - padding-top: 50px; - padding-bottom: 60px; } - -.section8 { - background-image: url("../images/8/map.png"); - background-position: top center; - background-repeat: no-repeat; - background-size: cover; - -webkit-background-size: cover; - height: 540px; } - .theme-eng .section8 { - background-image: url("../images/8/map_eng.png"); } - -footer { - padding-bottom: 20px; - border-top: 1px solid #ababab; } - footer a { - color: #4a4a4a; } - footer a:hover { - color: #4a4a4a; } - footer label { - font-weight: 400; } - footer .footer-top { - padding-top: 50px; - font-size: 16px; } - footer .phone { - padding-left: 30px; - background: url("../images/9/phone.png"); - background-repeat: no-repeat; - background-position: top left; } - footer .mail { - padding-left: 30px; - background: url("../images/9/mail.png"); - background-repeat: no-repeat; - background-position: top left; } - footer address { - font-size: 18px; - padding-left: 30px; - margin-bottom: 0; } - footer address a { - display: block; } - footer address span { - font-size: 22px; } - footer .w_youtube, footer .w_facebook, footer .w_vk { - background-color: #dadada; - border-radius: 5px; - width: 97px; - height: 43px; - margin-right: 4px; - background-image: url("../images/9/f.png"); - background-repeat: no-repeat; - background-position: center center; - display: inline-block; } - footer .w_youtube { - background-image: url("../images/9/y.png"); } - footer .w_vk { - background-image: url("../images/9/vk.png"); } - footer .w_facebook:hover, footer .w_youtube:hover, footer .w_vk:hover { - background-color: grey; } - footer .a_footer-bottom { - color: white; - font-size: 12px; } - -/*# sourceMappingURL=theme-style.css.map */ diff --git a/www-about/css/theme-style.css.map b/www-about/css/theme-style.css.map deleted file mode 100644 index 1d1fd6b..0000000 --- a/www-about/css/theme-style.css.map +++ /dev/null @@ -1,7 +0,0 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["theme-style.scss","_core.scss","_animate.scss","_autoheight.scss","_lazyload.scss","_video.scss","_theme.default.scss","_theme.scss"], -"names": [], -"file": "theme-style.css" -} \ No newline at end of file diff --git a/www-about/css/theme-style.scss b/www-about/css/theme-style.scss deleted file mode 100644 index ab0a7ed..0000000 --- a/www-about/css/theme-style.scss +++ /dev/null @@ -1,986 +0,0 @@ -$color-primary: #67b73e; -$color-primary-dark: #55a727; - -body{ - background-position:top center; - background-repeat:no-repeat; - font-family: 'Ubuntu', sans-serif; - background-color: #f5f5f5; - color: #464646; - min-width: 320px; -} - -h1, h2, h3, p, .btn{ - font-family: 'Ubuntu', sans-serif; -} - -h1, h2{ text-align: center;} -.m-b-2{ - margin-bottom: 32px; -} -.text-inverse{ - color: white; -} - -a, a:focus, button, button:focus { - outline:none; -} -.modal { - text-align: center; - padding: 0!important; - &:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; - margin-right: -4px; - } -} -.modal-dialog { - display: inline-block; - text-align: left; - vertical-align: middle; -} -.modal-header{ - border-bottom: none; -} -.modal-content { - -webkit-box-shadow: none; - box-shadow: none; -} -.modal-dark{ - background-color: rgba(0,0,0,0.8); - .modal-footer{ - text-align: center; - border: none; - .btn{ - margin: 0 15px; - } - } -} - -.btn-success { - color: #fff; - background-color: $color-primary; - border-color: $color-primary; - border-radius: 0; - - .btn-success.active.focus, - .btn-success.active:focus, - .btn-success.active:hover, - .btn-success:active.focus, - .btn-success:active:focus, - .btn-success:active:hover, - .open>.dropdown-toggle.btn-success.focus, - .open>.dropdown-toggle.btn-success:focus, - .open>.dropdown-toggle.btn-success:hover{ - background-color: $color-primary-dark; - border-color: $color-primary-dark; - } -} -.btn-outline-success{ - color: $color-primary; - background-color: transparent; - border-color: $color-primary; - border-radius: 0; - &:hover, &:focus, &:active{ - color: $color-primary-dark; - background-color: transparent; - border-color: $color-primary-dark; - } -} -section{ - background-position:top center; - background-repeat:no-repeat; - background-size:cover; - -webkit-background-size:cover; -} - -$color-blue: #0084da; - -.b-1{ - border: 1px solid #ababab; -} -h2{ - font-size: 28px; - margin-bottom: 20px; - -} -@media (min-width: 768px){ - h2 { - font-weight: 500; - text-transform: uppercase; - margin-bottom: 50px; - display: block; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 38px; - &>span { - position: relative; - display: inline-block; - &:before, &:after{ - content: ""; - position: absolute; - top: 50%; - width: 9999px; - height: 1px; - background: #ababab; - } - &:before { - right: 100%; - margin-right: 15px; - } - &:after { - left: 100%; - margin-left: 15px; - } - } - } -} - -p{ - font-size: 15px; -} - -.navbar { - position: relative; - margin-bottom: 0; - font: normal 12px/14px Calibri, Candara, Segoe, sans-serif; - - a { - color: #4a4a4a; - text-decoration: underline; - display: inline-block; - } - - .contact_phones { - background: url(../images/tel.png) no-repeat 0 50%; - } - .contact_mob_phones { - background: url(../images/mob.png) no-repeat 1% 50%; - } - span.small_digits { - font-size: 15px !important; - } - .contact_phones, .contact_mob_phones { - font: normal 17px/20px Arial, Tahoma, sans-serif !important; - padding: 2px 0 2px 20px !important; - } - .contact_phones a, .contact_mob_phones a { - display: inline; - - } - .callback { - font-style: italic; - margin: 5px 0 0 0; - } - - .switch_lang { - margin: 5px 0 10px 0; - font-size: 12px; - } - .switch_lang li { - color: #55a727; - padding: 0 10px 0 20px; - } - - #header .columns3 .menu_cabinet { - background: url(../images/cabinet.png) no-repeat 0 50%; - } - - .basket_number a, .basket_number a:hover { - text-decoration: none; - color: #ffffff; - background: #67b73e; - padding: 2px 5px; - border-radius: 100%; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - webkit-box-shadow: inset 2px 1px 10px 0 #417e24; - -moz-box-shadow: inset 2px 1px 10px 0 #417e24; - box-shadow: inset 2px 1px 10px 0 #417e24; - } - - .logo{ - img{ - max-height: 46px; - } - } - - .menu_cabinet { - background: url(../images/cabinet.png) no-repeat 0 50%; - } - - .basket { - background: url(../images/basket.png) no-repeat 0 50%; - } - .faq a { - padding: 10px 10px 10px 22px; - background: url(../images/icon_faq_18x18_01.png) no-repeat 0 50%; - } - .menu_cabinet a, .basket a, .compare a, .faq a, .file_download_link_ a { - font-style: italic; - - } - .file_download_link_ a { - padding: 10px 10px 10px 22px; - background: url(../images/icon_catalog_18x18_01.png) no-repeat 0 50%; - } - .menu_cabinet { - padding: 10px 10px 10px 20px; - } - .basket { - padding: 10px 10px 10px 23px; - } - .basket_number { - padding: 7px 0 10px 0; - } - - .site_search { - position: relative; - } - input { - width: 250px; - margin: 0; - padding: 7px 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border: 0; - -moz-box-shadow: inset 1px 1px 1px 0 #d0d0d0; - -webkit-box-shadow: inset 1px 1px 1px 0 #d0d0d0; - box-shadow: inset 1px 1px 1px 0 #d0d0d0; - } - .site_search label { - position: absolute; - top: 7px; - right: 7px; - } - - .site_search.active .search_result_wrapper, .site_search:active .search_result_wrapper, .cat_center .site_search.active .search_result_wrapper, header .site_search.nav-search .search_result_wrapper { - position: absolute; - z-index: 9999; - background: #ececec; - width: 260px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border: 2px solid #4fa32c; - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); - float: right; - } - - - .search_result_wrapper{ - float: right; - } - - .compare_wrapper { - min-height: 35px; - position: relative; - } - - .navbar-toggle { - border-color: white; - background-color: $color-primary; - &:hover, &:focus { - background-color: $color-primary-dark; - } - .icon-bar { - background-color: white; - } - } - .navbar-nav{ - background: $color-primary; - border: 3px solid #ececec; - border-radius: 5px; - margin-top: 0; - margin-bottom: 0; - li { - border-top: 1px solid $color-primary-dark; - a { - text-transform: uppercase; - text-decoration: none; - color: #ffffff; - font: bold 12px/15px Arial, Tahoma, sans-serif; - text-align: center; - padding: 10px 5px; - white-space: nowrap; - &:hover, &:focus, &.active { - color: #ffffff; - text-decoration: none; - background: #55a727; - } - } - &:first-child { - border-radius: 5px 0px 0px 5px; - -moz-border-radius: 5px 0px 0px 5px; - -webkit-border-radius: 5px 0px 0px 5px; - } - &:last-child { - border-radius: 0px 5px 5px 0px; - -moz-border-radius: 0px 5px 5px 0px; - -webkit-border-radius: 0px 5px 5px 0px; - } - } - } -} -@media (min-width: 768px){ - .navbar{ - margin-bottom: -20px; - z-index: 2; - .navbar-header-body{ - margin: auto -15px; - } - .navbar-header { - float: none; - } - .logo{ - padding: 10px 0; - text-align: center; - img{ - max-height: none; - } - } - .navbar-brand{ - text-align: center; - } - .navbar-nav{ - float: none; - width: 100%; - display: table; - li { - border-top: none; - border-left: 1px solid $color-primary-dark; - display: table-cell; - float: none; - } - } -} -} -@media (min-width: 992px){ - .navbar .navbar-nav li a{ - padding: 10px 20px; - } -} -@media (min-width: 1200px){ - .navbar-nav { - li { - a { - padding: 10px 30px; - } - } - } -} - - -@import "owl.carousel"; - -.owl-theme .owl-controls .owl-page{ - span{ - background: transparent; - opacity: 1; - border-radius: 50%; - border: 2px solid white; - margin: 5px; - } - &.active{ - span{ - background: white; - } - } -} -h1{ -font-size: 27px; -} -@media (min-width: 768px) { - h1{ - font-size: 48px; - } -} -.for_section1{ - background: rgba(0,0,0,0.2); - -} -.section1{ - color: white; - position: relative; - overflow: hidden; - background-image: url("../images/1/bg.jpg"); - - .for_section1{ - background: rgba(0,0,0,0.3); - padding-bottom: 50px; - } - video#bgvid { - position: absolute; - top: 50%; - left: 50%; - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; - z-index: -100; - -ms-transform: translateX(-50%) translateY(-50%); - -moz-transform: translateX(-50%) translateY(-50%); - -webkit-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); - background: url(../images/1/bg.jpg) no-repeat; - background-size: cover; - } - h1{ - font-size: 27px; - text-transform: uppercase; - font-weight: bold; - } - .outer:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; - } - .inner { - display: inline-block; - vertical-align: middle; - width: calc(100% - 30px); - padding: 10px; - } - .outer { - text-align: center; - height: calc(100vh - 50px); - min-height: 400px; - width: 100%; - } -} - -@media (min-width: 768px) { - .section1 { - h1 { - margin-bottom: 50px; - } - p { - font-size: 22px; - line-height: 28px; - } - .outer { - height: calc(100vh - 124px); - } - } -} - -.logo-card{ - display: inline-block; - height: 90px; - width: 100%; - max-width: 280px; - background: white; - margin-bottom: 20px; - text-align: center; - vertical-align: middle; - line-height: 88px; - img{ - max-width: 100%; - max-height: 100%; - } -} - -.section2{ - padding-top: 70px; - padding-bottom: 70px; - p{ - font-size: 16px; - font-weight: 500; - text-decoration: underline; - color: #444444; - } - .logo-card { - margin-bottom: 14px; - } - a:hover{ - cursor: pointer; - .logo-card{ - -webkit-box-shadow: 0px 2px 5px 0px rgba(161,161,161,0.75); - -moz-box-shadow: 0px 2px 5px 0px rgba(161,161,161,0.75); - box-shadow: 0px 2px 5px 0px rgba(161,161,161,0.75); - } - p{ - color: $color-primary; - } - } -} -.modal-content-company{ - background: transparent; - border-radius: 0; - .modal-header{ - .close{ - color: #ffc73b; - font-size: 44px; - font-weight: 400; - text-shadow: none; - opacity: 1; - } - } - .modal-body{ - background-color: white; - } -} - -.foto{ -width: 140px; -height: 140px; -display: inline-block; -} - -.section3{ -background-image: url("../images/3/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 50px; - h2{ - &>span { - &:before, &:after { - background: white; - } - } - } - blockquote{ - border-left: 0; - padding: 0 0 40px; - margin: 0; - position: relative; - &:before { - content: "\201D"; - font-family: Georgia, serif; - font-size: 60px; - font-weight: bold; - color: #f6c342; - position: absolute; - bottom: -40px; - left: calc( 50% - 15px); - } - } -} - -.section4{ - background-image: url("../images/4/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 70px; - h2{ - &>span { - &:before, &:after { - background: white; - } - } - } - p{ - font-size: 13px; - } - .timeline { - list-style: none; - padding: 20px 0 20px; - position: relative; - &:before { - top: 0; - bottom: 0; - position: absolute; - content: " "; - width: 3px; - background-color: rgba(0,0,0,0.2); - left: 50%; - margin-left: -1.5px; - } - } - - - .timeline > li { - margin-bottom: 30px; - position: relative; - & > .timeline-panel { - width: 46%; - float: left; - border-top: 2px solid $color-primary; - padding: 0 20px; - height: 1px; - } - & > .timeline-badge { - width: 14px; - height: 14px; - border: 3px solid $color-primary; - position: absolute; - top: -6px; - left: 50%; - margin-left: -7px; - background-color: transparent; - z-index: 100; - border-radius: 50%; - box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.2); - &.sm { - height: 10px; - width: 10px; - margin: 2px -5px; - } - } - &.timeline-inverted > .timeline-panel { - float: right; - &:before { - border-left-width: 0; - border-right-width: 15px; - left: -15px; - right: auto; - } - &:after { - border-left-width: 0; - border-right-width: 14px; - left: -14px; - right: auto; - } - } - } - .timeline-title { - margin-top: 0; - color: inherit; - } - .timeline-body > p, - .timeline-body > ul { - margin-bottom: 0; - } - .timeline-body > p { - margin-top: 5px; - } -} -@media (max-width: 1199px){ - .section4 { - .timeline > li:before, - .timeline > li:after { - content: " "; - display: table; - } - - .timeline > li:after { - clear: both; - } - - .timeline > li:before, - .timeline > li:after { - content: " "; - display: table; - } - - .timeline > li:after { - clear: both; - } - } -} - -@media (max-width: 767px) { - .section4{ - - ul.timeline:before { - left: 40px; - } - ul.timeline > li{ - margin-bottom: 40px; - &:nth-child(1), &:nth-child(2){ - margin-bottom: 40px; - } - &:nth-child(4), &:nth-child(5), &:nth-child(6), &:nth-child(7), &:nth-child(8), &:nth-child(9), &:nth-child(10), &:nth-child(11) { - margin-bottom: 18px; - } - &:nth-child(14),&:nth-child(15), &:nth-child(16){ - margin-bottom: 28px; - } - &:nth-child(17){ - margin-bottom: 100px; - } - &:nth-child(18), &:nth-child(19){ - margin-bottom: 40px; - } - &:nth-child(20){ - margin-bottom: 80px; - } - &:nth-child(21){ - margin-bottom: 80px; - } - } - ul.timeline > li > .timeline-panel { - width: calc(100% - 60px); - } - - ul.timeline > li > .timeline-badge { - left: 33px; - margin-left: 0; - top: -5px; - &.sm { - margin: 2px; - } - } - - ul.timeline > li > .timeline-panel { - float: right; - } - } -} -@media (min-width: 1200px){ - .section4 { - .timeline{ - position: relative; - height: 400px; - - &:before { - bottom: auto; - position: absolute; - content: " "; - width: 100%; - height: 3px; - background-color: rgba(0,0,0,0.2); - left: 0; - top: 50%; - margin-left: -1.5px; - } - - & > li{ - position: absolute; - left: 0; - top: 50%; - width: 190px; - // background: rgba(256, 256, 256, 0.3); - - .timeline-panel{ - border-top: none; - border-left: 2px solid $color-primary; - width: 100%; - margin-top: 20px; - padding: 5px 20px; - height: auto; - } - &.timeline-inverted{ - bottom: 50%; - top: auto; - margin-bottom: -7px; - padding-bottom: 20px; - & .timeline-badge{ - bottom: 0; - top: auto; - } - & .timeline-panel{ - float: none; - padding-top: 0; - } - } - - .timeline-badge{ - left: 0; - &.sm{ - margin-left: -4px; - } - } - - &:nth-child(1){ - left: 30px; - } - &:nth-child(2){ - left: 72px; - } - &:nth-child(3){ - left: 114px; - } - &:nth-child(4){ - left: 156px; - } - &:nth-child(5){ - left: 198px; - } - &:nth-child(6){ - left: 240px; - } - &:nth-child(7){ - left: 282px; - } - &:nth-child(8){ - left: 324px; - } - &:nth-child(9){ - left: 366px; - } - &:nth-child(10){ - left: 408px; - } - &:nth-child(11){ - left: 450px; - } - &:nth-child(12){ - left: 492px; - } - &:nth-child(13){ - left: 534px; - } - &:nth-child(14){ - left: 576px; - } - &:nth-child(15){ - left: 618px; - } - &:nth-child(16){ - left: 660px; - } - &:nth-child(17){ - left: 702px; - width: 300px; - .timeline-panel{ - padding-top: 164px; - } - } - &:nth-child(18){ - left: 744px; - width: 300px; - .timeline-panel{ - padding-bottom: 100px; - } - } - &:nth-child(19){ - left: 786px; - } - &:nth-child(20){ - left: 828px; - width: 300px; - .timeline-panel{ - padding-top: 100px; - } - } - &:nth-child(21){ - left: 870px; - } - &:nth-child(22){ - left: 912px; - } - &:nth-child(23){ - left: 954px; - } - } - } - } -} - -.section5{ - padding-top: 50px; - padding-bottom: 40px; - h2{ - margin-bottom: 42px; - } - img { - border: 5px solid transparent; - transition: 1s linear; - &:hover { - border-radius: 50%; - -webkit-box-shadow: 0 10px 6px -6px #777; - -moz-box-shadow: 0 10px 6px -6px #777; - box-shadow: 0 10px 6px -6px #777; - } - } - h6{ - font-size: 16px; - margin-top: 15px; - margin-bottom: 40px; - font-weight: normal; - } -} -.section6{ - background-image:url("../images/6/bg.jpg"); - color: white; - padding-top: 50px; - padding-bottom: 60px; - h2{ - &>span { - &:before, &:after { - background: white; - } - } - } - .img-responsive{ - display: inline-block; - } -} -.section7{ - padding-top: 50px; - padding-bottom: 60px; -} -.section8{ - background-image:url("../images/8/map.png"); - .theme-eng &{ - background-image:url("../images/8/map_eng.png"); - } - background-position:top center; - background-repeat:no-repeat; - background-size:cover; - -webkit-background-size:cover; - height: 540px; -} - -footer{ - padding-bottom: 20px; - border-top: 1px solid #ababab; - a{ - color: #4a4a4a; - } - a:hover{ - color: #4a4a4a; - } - label{ - font-weight: 400; - } - .footer-top{ - padding-top: 50px; - font-size: 16px; - } - .phone{ - padding-left: 30px; - background: url("../images/9/phone.png"); - background-repeat: no-repeat; - background-position: top left; - } - .mail{ - padding-left: 30px; - background: url("../images/9/mail.png"); - background-repeat: no-repeat; - background-position: top left; - } - address{ - font-size: 18px; - padding-left: 30px; - margin-bottom: 0; - } - address a{ - display: block; - } - address span{ - font-size: 22px; - } - .w_youtube, .w_facebook, .w_vk{ - background-color: #dadada; - border-radius: 5px; - width: 97px; - height: 43px; - margin-right: 4px; - background-image: url("../images/9/f.png"); - background-repeat: no-repeat; - background-position: center center; - display: inline-block; - } - .w_youtube{ - background-image: url("../images/9/y.png"); - } - .w_vk{ - background-image: url("../images/9/vk.png"); - } - .w_facebook:hover, .w_youtube:hover, .w_vk:hover{ - background-color: grey; - } - .a_footer-bottom{ - color: white; - font-size: 12px; - } -} \ No newline at end of file diff --git a/www-about/images/1/bg.jpg b/www-about/images/1/bg.jpg deleted file mode 100644 index 8f9d3fe..0000000 Binary files a/www-about/images/1/bg.jpg and /dev/null differ diff --git a/www-about/images/2/dlf_trifolium.png b/www-about/images/2/dlf_trifolium.png deleted file mode 100644 index 79b4446..0000000 Binary files a/www-about/images/2/dlf_trifolium.png and /dev/null differ diff --git a/www-about/images/2/nongwoo_bio.png b/www-about/images/2/nongwoo_bio.png deleted file mode 100644 index db77ae6..0000000 Binary files a/www-about/images/2/nongwoo_bio.png and /dev/null differ diff --git a/www-about/images/2/united_genetics.png b/www-about/images/2/united_genetics.png deleted file mode 100644 index c44761e..0000000 Binary files a/www-about/images/2/united_genetics.png and /dev/null differ diff --git a/www-about/images/2/wing_seed.png b/www-about/images/2/wing_seed.png deleted file mode 100644 index 8a28b3e..0000000 Binary files a/www-about/images/2/wing_seed.png and /dev/null differ diff --git a/www-about/images/3/bg.jpg b/www-about/images/3/bg.jpg deleted file mode 100644 index 981d9f5..0000000 Binary files a/www-about/images/3/bg.jpg and /dev/null differ diff --git a/www-about/images/4/bg.jpg b/www-about/images/4/bg.jpg deleted file mode 100644 index a174c71..0000000 Binary files a/www-about/images/4/bg.jpg and /dev/null differ diff --git a/www-about/images/5/icon1.png b/www-about/images/5/icon1.png deleted file mode 100644 index c55b38c..0000000 Binary files a/www-about/images/5/icon1.png and /dev/null differ diff --git a/www-about/images/5/icon2.png b/www-about/images/5/icon2.png deleted file mode 100644 index fd6c896..0000000 Binary files a/www-about/images/5/icon2.png and /dev/null differ diff --git a/www-about/images/5/icon3.png b/www-about/images/5/icon3.png deleted file mode 100644 index 96554ff..0000000 Binary files a/www-about/images/5/icon3.png and /dev/null differ diff --git a/www-about/images/5/icon4.png b/www-about/images/5/icon4.png deleted file mode 100644 index 61e869a..0000000 Binary files a/www-about/images/5/icon4.png and /dev/null differ diff --git a/www-about/images/5/icon5.png b/www-about/images/5/icon5.png deleted file mode 100644 index 59a584a..0000000 Binary files a/www-about/images/5/icon5.png and /dev/null differ diff --git a/www-about/images/5/icon6.png b/www-about/images/5/icon6.png deleted file mode 100644 index b6a1aed..0000000 Binary files a/www-about/images/5/icon6.png and /dev/null differ diff --git a/www-about/images/5/icon7.png b/www-about/images/5/icon7.png deleted file mode 100644 index 848f007..0000000 Binary files a/www-about/images/5/icon7.png and /dev/null differ diff --git a/www-about/images/5/icon8.png b/www-about/images/5/icon8.png deleted file mode 100644 index bf0fdc2..0000000 Binary files a/www-about/images/5/icon8.png and /dev/null differ diff --git a/www-about/images/6/beluak.jpg b/www-about/images/6/beluak.jpg deleted file mode 100644 index 58b8ed4..0000000 Binary files a/www-about/images/6/beluak.jpg and /dev/null differ diff --git a/www-about/images/6/bg.jpg b/www-about/images/6/bg.jpg deleted file mode 100644 index ee8ce59..0000000 Binary files a/www-about/images/6/bg.jpg and /dev/null differ diff --git a/www-about/images/6/chizh.jpg b/www-about/images/6/chizh.jpg deleted file mode 100644 index 3c2ed5c..0000000 Binary files a/www-about/images/6/chizh.jpg and /dev/null differ diff --git a/www-about/images/6/gavris.jpg b/www-about/images/6/gavris.jpg deleted file mode 100644 index 7e6611a..0000000 Binary files a/www-about/images/6/gavris.jpg and /dev/null differ diff --git a/www-about/images/6/ivashchenko.jpg b/www-about/images/6/ivashchenko.jpg deleted file mode 100644 index 847274d..0000000 Binary files a/www-about/images/6/ivashchenko.jpg and /dev/null differ diff --git a/www-about/images/6/podluzhnyy.jpg b/www-about/images/6/podluzhnyy.jpg deleted file mode 100644 index 7540ebc..0000000 Binary files a/www-about/images/6/podluzhnyy.jpg and /dev/null differ diff --git a/www-about/images/6/radivilov.jpg b/www-about/images/6/radivilov.jpg deleted file mode 100644 index fc5618a..0000000 Binary files a/www-about/images/6/radivilov.jpg and /dev/null differ diff --git a/www-about/images/6/valeria.jpg b/www-about/images/6/valeria.jpg deleted file mode 100644 index c897527..0000000 Binary files a/www-about/images/6/valeria.jpg and /dev/null differ diff --git a/www-about/images/7/agrisol.png b/www-about/images/7/agrisol.png deleted file mode 100644 index d5dad52..0000000 Binary files a/www-about/images/7/agrisol.png and /dev/null differ diff --git a/www-about/images/7/alfa_group.png b/www-about/images/7/alfa_group.png deleted file mode 100644 index f10d1ae..0000000 Binary files a/www-about/images/7/alfa_group.png and /dev/null differ diff --git a/www-about/images/7/bayer.png b/www-about/images/7/bayer.png deleted file mode 100644 index 152a42f..0000000 Binary files a/www-about/images/7/bayer.png and /dev/null differ diff --git a/www-about/images/7/beyo.png b/www-about/images/7/beyo.png deleted file mode 100644 index bd483d9..0000000 Binary files a/www-about/images/7/beyo.png and /dev/null differ diff --git a/www-about/images/7/clause.png b/www-about/images/7/clause.png deleted file mode 100644 index cae86e5..0000000 Binary files a/www-about/images/7/clause.png and /dev/null differ diff --git a/www-about/images/7/dorsind_seeds_inc.png b/www-about/images/7/dorsind_seeds_inc.png deleted file mode 100644 index a11741e..0000000 Binary files a/www-about/images/7/dorsind_seeds_inc.png and /dev/null differ diff --git a/www-about/images/7/euro_grass.png b/www-about/images/7/euro_grass.png deleted file mode 100644 index d631c72..0000000 Binary files a/www-about/images/7/euro_grass.png and /dev/null differ diff --git a/www-about/images/7/hem_zaden_by.png b/www-about/images/7/hem_zaden_by.png deleted file mode 100644 index 51b2cb0..0000000 Binary files a/www-about/images/7/hem_zaden_by.png and /dev/null differ diff --git a/www-about/images/7/novalon.png b/www-about/images/7/novalon.png deleted file mode 100644 index 3706848..0000000 Binary files a/www-about/images/7/novalon.png and /dev/null differ diff --git a/www-about/images/7/nuhems.png b/www-about/images/7/nuhems.png deleted file mode 100644 index 05a90f6..0000000 Binary files a/www-about/images/7/nuhems.png and /dev/null differ diff --git a/www-about/images/7/pan_american_seed.png b/www-about/images/7/pan_american_seed.png deleted file mode 100644 index f37980e..0000000 Binary files a/www-about/images/7/pan_american_seed.png and /dev/null differ diff --git a/www-about/images/7/ruk_zwaan.png b/www-about/images/7/ruk_zwaan.png deleted file mode 100644 index 9efe6a8..0000000 Binary files a/www-about/images/7/ruk_zwaan.png and /dev/null differ diff --git a/www-about/images/7/seminis.png b/www-about/images/7/seminis.png deleted file mode 100644 index b43ef4e..0000000 Binary files a/www-about/images/7/seminis.png and /dev/null differ diff --git a/www-about/images/7/syngenta.png b/www-about/images/7/syngenta.png deleted file mode 100644 index eebe665..0000000 Binary files a/www-about/images/7/syngenta.png and /dev/null differ diff --git a/www-about/images/7/syngenta_flowers.png b/www-about/images/7/syngenta_flowers.png deleted file mode 100644 index 47eb127..0000000 Binary files a/www-about/images/7/syngenta_flowers.png and /dev/null differ diff --git a/www-about/images/7/ukravit.png b/www-about/images/7/ukravit.png deleted file mode 100644 index c95c49a..0000000 Binary files a/www-about/images/7/ukravit.png and /dev/null differ diff --git a/www-about/images/8/map.png b/www-about/images/8/map.png deleted file mode 100644 index 236f0ff..0000000 Binary files a/www-about/images/8/map.png and /dev/null differ diff --git a/www-about/images/8/map_eng.png b/www-about/images/8/map_eng.png deleted file mode 100644 index 595a4a1..0000000 Binary files a/www-about/images/8/map_eng.png and /dev/null differ diff --git a/www-about/images/9/artweb.png b/www-about/images/9/artweb.png deleted file mode 100644 index f4c1155..0000000 Binary files a/www-about/images/9/artweb.png and /dev/null differ diff --git a/www-about/images/9/artweb_gray.png b/www-about/images/9/artweb_gray.png deleted file mode 100644 index 55be771..0000000 Binary files a/www-about/images/9/artweb_gray.png and /dev/null differ diff --git a/www-about/images/9/f.png b/www-about/images/9/f.png deleted file mode 100644 index 2e4c59c..0000000 Binary files a/www-about/images/9/f.png and /dev/null differ diff --git a/www-about/images/9/icon_soc_all.png b/www-about/images/9/icon_soc_all.png deleted file mode 100644 index 01b19a7..0000000 Binary files a/www-about/images/9/icon_soc_all.png and /dev/null differ diff --git a/www-about/images/9/icon_soc_vk.png b/www-about/images/9/icon_soc_vk.png deleted file mode 100644 index 27d3e70..0000000 Binary files a/www-about/images/9/icon_soc_vk.png and /dev/null differ diff --git a/www-about/images/9/mail.png b/www-about/images/9/mail.png deleted file mode 100644 index f0bad7c..0000000 Binary files a/www-about/images/9/mail.png and /dev/null differ diff --git a/www-about/images/9/phone.png b/www-about/images/9/phone.png deleted file mode 100644 index 8a67e5c..0000000 Binary files a/www-about/images/9/phone.png and /dev/null differ diff --git a/www-about/images/9/vk.png b/www-about/images/9/vk.png deleted file mode 100644 index 6d87438..0000000 Binary files a/www-about/images/9/vk.png and /dev/null differ diff --git a/www-about/images/9/y.png b/www-about/images/9/y.png deleted file mode 100644 index 7b2f271..0000000 Binary files a/www-about/images/9/y.png and /dev/null differ diff --git a/www-about/images/basket.png b/www-about/images/basket.png deleted file mode 100644 index f1fffab..0000000 Binary files a/www-about/images/basket.png and /dev/null differ diff --git a/www-about/images/cabinet.png b/www-about/images/cabinet.png deleted file mode 100644 index 3336ee7..0000000 Binary files a/www-about/images/cabinet.png and /dev/null differ diff --git a/www-about/images/ico_home.png b/www-about/images/ico_home.png deleted file mode 100644 index 9b67782..0000000 Binary files a/www-about/images/ico_home.png and /dev/null differ diff --git a/www-about/images/icon_catalog_18x18_01.png b/www-about/images/icon_catalog_18x18_01.png deleted file mode 100644 index 4dccd66..0000000 Binary files a/www-about/images/icon_catalog_18x18_01.png and /dev/null differ diff --git a/www-about/images/icon_faq_18x18_01.png b/www-about/images/icon_faq_18x18_01.png deleted file mode 100644 index 1e70963..0000000 Binary files a/www-about/images/icon_faq_18x18_01.png and /dev/null differ diff --git a/www-about/images/logo.png b/www-about/images/logo.png deleted file mode 100644 index d028ebc..0000000 Binary files a/www-about/images/logo.png and /dev/null differ diff --git a/www-about/images/mob.png b/www-about/images/mob.png deleted file mode 100644 index b1ba591..0000000 Binary files a/www-about/images/mob.png and /dev/null differ diff --git a/www-about/images/search.png b/www-about/images/search.png deleted file mode 100644 index c2d9410..0000000 Binary files a/www-about/images/search.png and /dev/null differ diff --git a/www-about/images/tel.png b/www-about/images/tel.png deleted file mode 100644 index 76e3759..0000000 Binary files a/www-about/images/tel.png and /dev/null differ diff --git a/www-about/index.html b/www-about/index.html index 1bc3f67..fdfbede 100644 --- a/www-about/index.html +++ b/www-about/index.html @@ -13,7 +13,7 @@ - + @@ -58,7 +58,7 @@
@@ -85,7 +85,7 @@
- +
@@ -99,7 +99,7 @@