Commit ea3aa41fa51968d429406aa244bfecf8ebca777e
1 parent
658bdd1f
compres
Showing
1 changed file
with
1 additions
and
915 deletions
Show diff stats
www/css/please_return/theme-style.css
| 1 | -body { | ||
| 2 | - background-position: top center; | ||
| 3 | - background-repeat: no-repeat; | ||
| 4 | - font-family: 'Ubuntu', sans-serif; | ||
| 5 | - background-color: #f5f5f5; | ||
| 6 | - color: #464646; | ||
| 7 | - min-width: 320px; } | ||
| 8 | - | ||
| 9 | -h1, h2, h3, p, .btn { | ||
| 10 | - font-family: 'Ubuntu', sans-serif; } | ||
| 11 | - | ||
| 12 | -h1, h2 { | ||
| 13 | - text-align: center; } | ||
| 14 | - | ||
| 15 | -.m-b-2 { | ||
| 16 | - margin-bottom: 32px; } | ||
| 17 | - | ||
| 18 | -.text-inverse { | ||
| 19 | - color: white; } | ||
| 20 | - | ||
| 21 | -a, a:focus, button, button:focus { | ||
| 22 | - outline: none; } | ||
| 23 | - | ||
| 24 | -.modal { | ||
| 25 | - text-align: center; | ||
| 26 | - padding: 0 !important; } | ||
| 27 | - .modal:before { | ||
| 28 | - content: ''; | ||
| 29 | - display: inline-block; | ||
| 30 | - height: 100%; | ||
| 31 | - vertical-align: middle; | ||
| 32 | - margin-right: -4px; } | ||
| 33 | - | ||
| 34 | -.modal-dialog { | ||
| 35 | - display: inline-block; | ||
| 36 | - text-align: left; | ||
| 37 | - vertical-align: middle; } | ||
| 38 | - | ||
| 39 | -.modal-header { | ||
| 40 | - border-bottom: none; } | ||
| 41 | - | ||
| 42 | -.modal-content { | ||
| 43 | - -webkit-box-shadow: none; | ||
| 44 | - box-shadow: none; } | ||
| 45 | - | ||
| 46 | -.modal-dark { | ||
| 47 | - background-color: rgba(0, 0, 0, 0.8); } | ||
| 48 | - .modal-dark .modal-footer { | ||
| 49 | - text-align: center; | ||
| 50 | - border: none; } | ||
| 51 | - .modal-dark .modal-footer .btn { | ||
| 52 | - margin: 0 15px; } | ||
| 53 | - | ||
| 54 | -.btn-success { | ||
| 55 | - color: #fff; | ||
| 56 | - background-color: #67b73e; | ||
| 57 | - border-color: #67b73e; | ||
| 58 | - border-radius: 0; } | ||
| 59 | - .btn-success .btn-success.active.focus, | ||
| 60 | - .btn-success .btn-success.active:focus, | ||
| 61 | - .btn-success .btn-success.active:hover, | ||
| 62 | - .btn-success .btn-success:active.focus, | ||
| 63 | - .btn-success .btn-success:active:focus, | ||
| 64 | - .btn-success .btn-success:active:hover, | ||
| 65 | - .btn-success .open > .dropdown-toggle.btn-success.focus, | ||
| 66 | - .btn-success .open > .dropdown-toggle.btn-success:focus, | ||
| 67 | - .btn-success .open > .dropdown-toggle.btn-success:hover { | ||
| 68 | - background-color: #55a727; | ||
| 69 | - border-color: #55a727; } | ||
| 70 | - | ||
| 71 | -.btn-outline-success { | ||
| 72 | - color: #67b73e; | ||
| 73 | - background-color: transparent; | ||
| 74 | - border-color: #67b73e; | ||
| 75 | - border-radius: 0; } | ||
| 76 | - .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active { | ||
| 77 | - color: #55a727; | ||
| 78 | - background-color: transparent; | ||
| 79 | - border-color: #55a727; } | ||
| 80 | - | ||
| 81 | -section { | ||
| 82 | - background-position: top center; | ||
| 83 | - background-repeat: no-repeat; | ||
| 84 | - background-size: cover; | ||
| 85 | - -webkit-background-size: cover; } | ||
| 86 | - | ||
| 87 | -.b-1 { | ||
| 88 | - border: 1px solid #ababab; } | ||
| 89 | - | ||
| 90 | -h2 { | ||
| 91 | - font-size: 28px; | ||
| 92 | - margin-bottom: 20px; } | ||
| 93 | - | ||
| 94 | -@media (min-width: 768px) { | ||
| 95 | - h2 { | ||
| 96 | - font-weight: 500; | ||
| 97 | - text-transform: uppercase; | ||
| 98 | - margin-bottom: 50px; | ||
| 99 | - display: block; | ||
| 100 | - text-align: center; | ||
| 101 | - overflow: hidden; | ||
| 102 | - white-space: nowrap; | ||
| 103 | - font-size: 38px; } | ||
| 104 | - h2 > span { | ||
| 105 | - position: relative; | ||
| 106 | - display: inline-block; } | ||
| 107 | - h2 > span:before, h2 > span:after { | ||
| 108 | - content: ""; | ||
| 109 | - position: absolute; | ||
| 110 | - top: 50%; | ||
| 111 | - width: 9999px; | ||
| 112 | - height: 1px; | ||
| 113 | - background: #ababab; } | ||
| 114 | - h2 > span:before { | ||
| 115 | - right: 100%; | ||
| 116 | - margin-right: 15px; } | ||
| 117 | - h2 > span:after { | ||
| 118 | - left: 100%; | ||
| 119 | - margin-left: 15px; } } | ||
| 120 | -p { | ||
| 121 | - font-size: 15px; } | ||
| 122 | - | ||
| 123 | -.navbar { | ||
| 124 | - position: relative; | ||
| 125 | - margin-bottom: 0; | ||
| 126 | - font: normal 12px/14px Calibri, Candara, Segoe, sans-serif; } | ||
| 127 | - .navbar a { | ||
| 128 | - color: #4a4a4a; | ||
| 129 | - text-decoration: underline; | ||
| 130 | - display: inline-block; } | ||
| 131 | - .navbar .contact_phones { | ||
| 132 | - background: url(../../images/about/tel.png) no-repeat 0 50%; } | ||
| 133 | - .navbar .contact_mob_phones { | ||
| 134 | - background: url(../../images/about/mob.png) no-repeat 1% 50%; } | ||
| 135 | - .navbar span.small_digits { | ||
| 136 | - font-size: 15px !important; } | ||
| 137 | - .navbar .contact_phones, .navbar .contact_mob_phones { | ||
| 138 | - font: normal 17px/20px Arial, Tahoma, sans-serif !important; | ||
| 139 | - padding: 2px 0 2px 20px !important; } | ||
| 140 | - .navbar .contact_phones a, .navbar .contact_mob_phones a { | ||
| 141 | - display: inline; } | ||
| 142 | - .navbar .callback { | ||
| 143 | - font-style: italic; | ||
| 144 | - margin: 5px 0 0 0; } | ||
| 145 | - .navbar .switch_lang { | ||
| 146 | - margin: 5px 0 10px 0; | ||
| 147 | - font-size: 12px; } | ||
| 148 | - .navbar .switch_lang li { | ||
| 149 | - color: #55a727; | ||
| 150 | - padding: 0 10px 0 20px; } | ||
| 151 | - .navbar #header .columns3 .menu_cabinet { | ||
| 152 | - background: url(../../images/about/cabinet.png) no-repeat 0 50%; } | ||
| 153 | - .navbar .basket_number a, .navbar .basket_number a:hover { | ||
| 154 | - text-decoration: none; | ||
| 155 | - color: #ffffff; | ||
| 156 | - background: #67b73e; | ||
| 157 | - padding: 2px 5px; | ||
| 158 | - border-radius: 100%; | ||
| 159 | - -moz-border-radius: 100%; | ||
| 160 | - -webkit-border-radius: 100%; | ||
| 161 | - webkit-box-shadow: inset 2px 1px 10px 0 #417e24; | ||
| 162 | - -moz-box-shadow: inset 2px 1px 10px 0 #417e24; | ||
| 163 | - box-shadow: inset 2px 1px 10px 0 #417e24; } | ||
| 164 | - .navbar .logo img { | ||
| 165 | - max-height: 46px; } | ||
| 166 | - .navbar .menu_cabinet { | ||
| 167 | - background: url(../../images/about/cabinet.png) no-repeat 0 50%; } | ||
| 168 | - .navbar .basket { | ||
| 169 | - background: url(../../images/about/basket.png) no-repeat 0 50%; } | ||
| 170 | - .navbar .faq a { | ||
| 171 | - padding: 10px 10px 10px 22px; | ||
| 172 | - background: url(../../images/about/icon_faq_18x18_01.png) no-repeat 0 50%; } | ||
| 173 | - .navbar .menu_cabinet a, .navbar .basket a, .navbar .compare a, .navbar .faq a, .navbar .file_download_link_ a { | ||
| 174 | - font-style: italic; } | ||
| 175 | - .navbar .file_download_link_ a { | ||
| 176 | - padding: 10px 10px 10px 22px; | ||
| 177 | - background: url(../../images/about/icon_catalog_18x18_01.png) no-repeat 0 50%; } | ||
| 178 | - .navbar .menu_cabinet { | ||
| 179 | - padding: 10px 10px 10px 20px; } | ||
| 180 | - .navbar .basket { | ||
| 181 | - padding: 10px 10px 10px 23px; } | ||
| 182 | - .navbar .basket_number { | ||
| 183 | - padding: 7px 0 10px 0; } | ||
| 184 | - .navbar .site_search { | ||
| 185 | - position: relative; } | ||
| 186 | - .navbar input { | ||
| 187 | - width: 250px; | ||
| 188 | - margin: 0; | ||
| 189 | - padding: 7px 5px; | ||
| 190 | - border-radius: 5px; | ||
| 191 | - -moz-border-radius: 5px; | ||
| 192 | - -webkit-border-radius: 5px; | ||
| 193 | - border: 0; | ||
| 194 | - -moz-box-shadow: inset 1px 1px 1px 0 #d0d0d0; | ||
| 195 | - -webkit-box-shadow: inset 1px 1px 1px 0 #d0d0d0; | ||
| 196 | - box-shadow: inset 1px 1px 1px 0 #d0d0d0; } | ||
| 197 | - .navbar .site_search label { | ||
| 198 | - position: absolute; | ||
| 199 | - top: 7px; | ||
| 200 | - right: 7px; } | ||
| 201 | - .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 { | ||
| 202 | - position: absolute; | ||
| 203 | - z-index: 9999; | ||
| 204 | - background: #ececec; | ||
| 205 | - width: 260px; | ||
| 206 | - border-radius: 5px; | ||
| 207 | - -moz-border-radius: 5px; | ||
| 208 | - -webkit-border-radius: 5px; | ||
| 209 | - border: 2px solid #4fa32c; | ||
| 210 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
| 211 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
| 212 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
| 213 | - float: right; } | ||
| 214 | - .navbar .search_result_wrapper { | ||
| 215 | - float: right; } | ||
| 216 | - .navbar .compare_wrapper { | ||
| 217 | - min-height: 35px; | ||
| 218 | - position: relative; } | ||
| 219 | - .navbar .navbar-toggle { | ||
| 220 | - border-color: white; | ||
| 221 | - background-color: #67b73e; } | ||
| 222 | - .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus { | ||
| 223 | - background-color: #55a727; } | ||
| 224 | - .navbar .navbar-toggle .icon-bar { | ||
| 225 | - background-color: white; } | ||
| 226 | - .navbar .navbar-nav { | ||
| 227 | - background: #67b73e; | ||
| 228 | - border: 3px solid #ececec; | ||
| 229 | - border-radius: 5px; | ||
| 230 | - margin-top: 0; | ||
| 231 | - margin-bottom: 0; } | ||
| 232 | - .navbar .navbar-nav li { | ||
| 233 | - border-top: 1px solid #55a727; } | ||
| 234 | - .navbar .navbar-nav li a { | ||
| 235 | - text-transform: uppercase; | ||
| 236 | - text-decoration: none; | ||
| 237 | - color: #ffffff; | ||
| 238 | - font: bold 12px/15px Arial, Tahoma, sans-serif; | ||
| 239 | - text-align: center; | ||
| 240 | - padding: 10px 5px; | ||
| 241 | - white-space: nowrap; } | ||
| 242 | - .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a.active { | ||
| 243 | - color: #ffffff; | ||
| 244 | - text-decoration: none; | ||
| 245 | - background: #55a727; } | ||
| 246 | - .navbar .navbar-nav li:first-child { | ||
| 247 | - border-radius: 5px 0px 0px 5px; | ||
| 248 | - -moz-border-radius: 5px 0px 0px 5px; | ||
| 249 | - -webkit-border-radius: 5px 0px 0px 5px; } | ||
| 250 | - .navbar .navbar-nav li:last-child { | ||
| 251 | - border-radius: 0px 5px 5px 0px; | ||
| 252 | - -moz-border-radius: 0px 5px 5px 0px; | ||
| 253 | - -webkit-border-radius: 0px 5px 5px 0px; } | ||
| 254 | - | ||
| 255 | -@media (min-width: 768px) { | ||
| 256 | - .navbar { | ||
| 257 | - margin-bottom: -20px; | ||
| 258 | - z-index: 2; } | ||
| 259 | - .navbar .navbar-header-body { | ||
| 260 | - margin: auto -15px; } | ||
| 261 | - .navbar .navbar-header { | ||
| 262 | - float: none; } | ||
| 263 | - .navbar .logo { | ||
| 264 | - padding: 10px 0; | ||
| 265 | - text-align: center; } | ||
| 266 | - .navbar .logo img { | ||
| 267 | - max-height: none; } | ||
| 268 | - .navbar .navbar-brand { | ||
| 269 | - text-align: center; } | ||
| 270 | - .navbar .navbar-nav { | ||
| 271 | - float: none; | ||
| 272 | - width: 100%; | ||
| 273 | - display: table; } | ||
| 274 | - .navbar .navbar-nav li { | ||
| 275 | - border-top: none; | ||
| 276 | - border-left: 1px solid #55a727; | ||
| 277 | - display: table-cell; | ||
| 278 | - float: none; } } | ||
| 279 | -@media (min-width: 992px) { | ||
| 280 | - .navbar .navbar-nav li a { | ||
| 281 | - padding: 10px 20px; } } | ||
| 282 | -@media (min-width: 1200px) { | ||
| 283 | - .navbar-nav li a { | ||
| 284 | - padding: 10px 30px; } } | ||
| 285 | -/* | ||
| 286 | - * Owl Carousel - Core | ||
| 287 | - */ | ||
| 288 | -.owl-carousel { | ||
| 289 | - display: none; | ||
| 290 | - width: 100%; | ||
| 291 | - -webkit-tap-highlight-color: transparent; | ||
| 292 | - /* position relative and z-index fix webkit rendering fonts issue */ | ||
| 293 | - position: relative; | ||
| 294 | - z-index: 1; } | ||
| 295 | - .owl-carousel .owl-stage { | ||
| 296 | - position: relative; | ||
| 297 | - -ms-touch-action: pan-Y; } | ||
| 298 | - .owl-carousel .owl-stage:after { | ||
| 299 | - content: "."; | ||
| 300 | - display: block; | ||
| 301 | - clear: both; | ||
| 302 | - visibility: hidden; | ||
| 303 | - line-height: 0; | ||
| 304 | - height: 0; } | ||
| 305 | - .owl-carousel .owl-stage-outer { | ||
| 306 | - position: relative; | ||
| 307 | - overflow: hidden; | ||
| 308 | - /* fix for flashing background */ | ||
| 309 | - -webkit-transform: translate3d(0px, 0px, 0px); } | ||
| 310 | - .owl-carousel .owl-item { | ||
| 311 | - position: relative; | ||
| 312 | - min-height: 1px; | ||
| 313 | - float: left; | ||
| 314 | - -webkit-backface-visibility: hidden; | ||
| 315 | - -webkit-tap-highlight-color: transparent; | ||
| 316 | - -webkit-touch-callout: none; } | ||
| 317 | - .owl-carousel .owl-item img { | ||
| 318 | - display: block; | ||
| 319 | - width: 100%; | ||
| 320 | - -webkit-transform-style: preserve-3d; } | ||
| 321 | - .owl-carousel .owl-nav.disabled, | ||
| 322 | - .owl-carousel .owl-dots.disabled { | ||
| 323 | - display: none; } | ||
| 324 | - .owl-carousel .owl-nav .owl-prev, | ||
| 325 | - .owl-carousel .owl-nav .owl-next, | ||
| 326 | - .owl-carousel .owl-dot { | ||
| 327 | - cursor: pointer; | ||
| 328 | - cursor: hand; | ||
| 329 | - -webkit-user-select: none; | ||
| 330 | - -khtml-user-select: none; | ||
| 331 | - -moz-user-select: none; | ||
| 332 | - -ms-user-select: none; | ||
| 333 | - user-select: none; } | ||
| 334 | - .owl-carousel.owl-loaded { | ||
| 335 | - display: block; } | ||
| 336 | - .owl-carousel.owl-loading { | ||
| 337 | - opacity: 0; | ||
| 338 | - display: block; } | ||
| 339 | - .owl-carousel.owl-hidden { | ||
| 340 | - opacity: 0; } | ||
| 341 | - .owl-carousel.owl-refresh .owl-item { | ||
| 342 | - display: none; } | ||
| 343 | - .owl-carousel.owl-drag .owl-item { | ||
| 344 | - -webkit-user-select: none; | ||
| 345 | - -moz-user-select: none; | ||
| 346 | - -ms-user-select: none; | ||
| 347 | - user-select: none; } | ||
| 348 | - .owl-carousel.owl-grab { | ||
| 349 | - cursor: move; | ||
| 350 | - cursor: grab; } | ||
| 351 | - .owl-carousel.owl-rtl { | ||
| 352 | - direction: rtl; } | ||
| 353 | - .owl-carousel.owl-rtl .owl-item { | ||
| 354 | - float: right; } | ||
| 355 | - | ||
| 356 | -/* No Js */ | ||
| 357 | -.no-js .owl-carousel { | ||
| 358 | - display: block; } | ||
| 359 | - | ||
| 360 | -/* | ||
| 361 | - * Owl Carousel - Animate Plugin | ||
| 362 | - */ | ||
| 363 | -.owl-carousel .animated { | ||
| 364 | - animation-duration: 1000ms; | ||
| 365 | - animation-fill-mode: both; } | ||
| 366 | -.owl-carousel .owl-animated-in { | ||
| 367 | - z-index: 0; } | ||
| 368 | -.owl-carousel .owl-animated-out { | ||
| 369 | - z-index: 1; } | ||
| 370 | -.owl-carousel .fadeOut { | ||
| 371 | - animation-name: fadeOut; } | ||
| 372 | - | ||
| 373 | -@keyframes fadeOut { | ||
| 374 | - 0% { | ||
| 375 | - opacity: 1; } | ||
| 376 | - 100% { | ||
| 377 | - opacity: 0; } } | ||
| 378 | -/* | ||
| 379 | - * Owl Carousel - Auto Height Plugin | ||
| 380 | - */ | ||
| 381 | -.owl-height { | ||
| 382 | - transition: height 500ms ease-in-out; } | ||
| 383 | - | ||
| 384 | -/* | ||
| 385 | - * Owl Carousel - Lazy Load Plugin | ||
| 386 | - */ | ||
| 387 | -.owl-carousel .owl-item .owl-lazy { | ||
| 388 | - opacity: 0; | ||
| 389 | - transition: opacity 400ms ease; } | ||
| 390 | -.owl-carousel .owl-item img.owl-lazy { | ||
| 391 | - transform-style: preserve-3d; } | ||
| 392 | - | ||
| 393 | -/* | ||
| 394 | - * Owl Carousel - Video Plugin | ||
| 395 | - */ | ||
| 396 | -.owl-carousel .owl-video-wrapper { | ||
| 397 | - position: relative; | ||
| 398 | - height: 100%; | ||
| 399 | - background: #000; } | ||
| 400 | -.owl-carousel .owl-video-play-icon { | ||
| 401 | - position: absolute; | ||
| 402 | - height: 80px; | ||
| 403 | - width: 80px; | ||
| 404 | - left: 50%; | ||
| 405 | - top: 50%; | ||
| 406 | - margin-left: -40px; | ||
| 407 | - margin-top: -40px; | ||
| 408 | - background: url("owl.video.play.png") no-repeat; | ||
| 409 | - cursor: pointer; | ||
| 410 | - z-index: 1; | ||
| 411 | - -webkit-backface-visibility: hidden; | ||
| 412 | - transition: transform 100ms ease; } | ||
| 413 | -.owl-carousel .owl-video-play-icon:hover { | ||
| 414 | - transform: scale(1.3, 1.3); } | ||
| 415 | -.owl-carousel .owl-video-playing .owl-video-tn, | ||
| 416 | -.owl-carousel .owl-video-playing .owl-video-play-icon { | ||
| 417 | - display: none; } | ||
| 418 | -.owl-carousel .owl-video-tn { | ||
| 419 | - opacity: 0; | ||
| 420 | - height: 100%; | ||
| 421 | - background-position: center center; | ||
| 422 | - background-repeat: no-repeat; | ||
| 423 | - background-size: contain; | ||
| 424 | - transition: opacity 400ms ease; } | ||
| 425 | -.owl-carousel .owl-video-frame { | ||
| 426 | - position: relative; | ||
| 427 | - z-index: 1; | ||
| 428 | - height: 100%; | ||
| 429 | - width: 100%; } | ||
| 430 | - | ||
| 431 | -/* | ||
| 432 | - * Default theme - Owl Carousel CSS File | ||
| 433 | - */ | ||
| 434 | -.owl-theme .owl-nav { | ||
| 435 | - margin-top: 10px; | ||
| 436 | - text-align: center; | ||
| 437 | - -webkit-tap-highlight-color: transparent; } | ||
| 438 | - .owl-theme .owl-nav [class*='owl-'] { | ||
| 439 | - color: #FFF; | ||
| 440 | - font-size: 14px; | ||
| 441 | - margin: 5px; | ||
| 442 | - padding: 4px 7px; | ||
| 443 | - background: #D6D6D6; | ||
| 444 | - display: inline-block; | ||
| 445 | - cursor: pointer; | ||
| 446 | - border-radius: 3px; } | ||
| 447 | - .owl-theme .owl-nav [class*='owl-']:hover { | ||
| 448 | - background: #869791; | ||
| 449 | - color: #FFF; | ||
| 450 | - text-decoration: none; } | ||
| 451 | - .owl-theme .owl-nav .disabled { | ||
| 452 | - opacity: 0.5; | ||
| 453 | - cursor: default; } | ||
| 454 | -.owl-theme .owl-nav.disabled + .owl-dots { | ||
| 455 | - margin-top: 10px; } | ||
| 456 | -.owl-theme .owl-dots { | ||
| 457 | - text-align: center; | ||
| 458 | - -webkit-tap-highlight-color: transparent; } | ||
| 459 | - .owl-theme .owl-dots .owl-dot { | ||
| 460 | - display: inline-block; | ||
| 461 | - zoom: 1; | ||
| 462 | - *display: inline; } | ||
| 463 | - .owl-theme .owl-dots .owl-dot span { | ||
| 464 | - width: 12px; | ||
| 465 | - height: 12px; | ||
| 466 | - margin: 5px 7px; | ||
| 467 | - background: rgba(255, 255, 255, 0); | ||
| 468 | - display: block; | ||
| 469 | - -webkit-backface-visibility: visible; | ||
| 470 | - transition: opacity 200ms ease; | ||
| 471 | - border-radius: 30px; | ||
| 472 | - border: 2px solid white; } | ||
| 473 | - .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { | ||
| 474 | - background: white; } | ||
| 475 | - | ||
| 476 | -.owl-theme .owl-controls .owl-page span { | ||
| 477 | - background: transparent; | ||
| 478 | - opacity: 1; | ||
| 479 | - border-radius: 50%; | ||
| 480 | - border: 2px solid white; | ||
| 481 | - margin: 5px; } | ||
| 482 | -.owl-theme .owl-controls .owl-page.active span { | ||
| 483 | - background: white; } | ||
| 484 | - | ||
| 485 | -h1 { | ||
| 486 | - font-size: 27px; } | ||
| 487 | - | ||
| 488 | -@media (min-width: 768px) { | ||
| 489 | - h1 { | ||
| 490 | - font-size: 48px; } } | ||
| 491 | -.for_section1 { | ||
| 492 | - background: rgba(0, 0, 0, 0.2); } | ||
| 493 | - | ||
| 494 | -.section1 { | ||
| 495 | - color: white; | ||
| 496 | - position: relative; | ||
| 497 | - overflow: hidden; | ||
| 498 | - background-image: url("../../images/about/1/bg.jpg"); } | ||
| 499 | - .section1 .for_section1 { | ||
| 500 | - background: rgba(0, 0, 0, 0.3); | ||
| 501 | - padding-bottom: 50px; } | ||
| 502 | - .section1 video#bgvid { | ||
| 503 | - position: absolute; | ||
| 504 | - top: 50%; | ||
| 505 | - left: 50%; | ||
| 506 | - min-width: 100%; | ||
| 507 | - min-height: 100%; | ||
| 508 | - width: auto; | ||
| 509 | - height: auto; | ||
| 510 | - z-index: -100; | ||
| 511 | - -ms-transform: translateX(-50%) translateY(-50%); | ||
| 512 | - -moz-transform: translateX(-50%) translateY(-50%); | ||
| 513 | - -webkit-transform: translateX(-50%) translateY(-50%); | ||
| 514 | - transform: translateX(-50%) translateY(-50%); | ||
| 515 | - background: url(../../images/about/1/bg.jpg) no-repeat; | ||
| 516 | - background-size: cover; } | ||
| 517 | - .section1 h1 { | ||
| 518 | - font-size: 27px; | ||
| 519 | - text-transform: uppercase; | ||
| 520 | - font-weight: bold; } | ||
| 521 | - .section1 .outer:before { | ||
| 522 | - content: ''; | ||
| 523 | - display: inline-block; | ||
| 524 | - height: 100%; | ||
| 525 | - vertical-align: middle; } | ||
| 526 | - .section1 .inner { | ||
| 527 | - display: inline-block; | ||
| 528 | - vertical-align: middle; | ||
| 529 | - width: calc(100% - 30px); | ||
| 530 | - padding: 10px; } | ||
| 531 | - .section1 .outer { | ||
| 532 | - text-align: center; | ||
| 533 | - height: calc(100vh - 50px); | ||
| 534 | - min-height: 400px; | ||
| 535 | - width: 100%; } | ||
| 536 | - | ||
| 537 | -@media (min-width: 768px) { | ||
| 538 | - .section1 h1 { | ||
| 539 | - margin-bottom: 50px; } | ||
| 540 | - .section1 p { | ||
| 541 | - font-size: 22px; | ||
| 542 | - line-height: 28px; } | ||
| 543 | - .section1 .outer { | ||
| 544 | - height: calc(100vh - 124px); } } | ||
| 545 | -.logo-card { | ||
| 546 | - display: inline-block; | ||
| 547 | - height: 90px; | ||
| 548 | - width: 100%; | ||
| 549 | - max-width: 280px; | ||
| 550 | - background: white; | ||
| 551 | - margin-bottom: 20px; | ||
| 552 | - text-align: center; | ||
| 553 | - vertical-align: middle; | ||
| 554 | - line-height: 88px; } | ||
| 555 | - .logo-card img { | ||
| 556 | - max-width: 100%; | ||
| 557 | - max-height: 100%; } | ||
| 558 | - | ||
| 559 | -.section2 { | ||
| 560 | - padding-top: 70px; | ||
| 561 | - padding-bottom: 70px; } | ||
| 562 | - .section2 p { | ||
| 563 | - font-size: 16px; | ||
| 564 | - font-weight: 500; | ||
| 565 | - text-decoration: underline; | ||
| 566 | - color: #444444; } | ||
| 567 | - .section2 .logo-card { | ||
| 568 | - margin-bottom: 14px; } | ||
| 569 | - .section2 a:hover { | ||
| 570 | - cursor: pointer; } | ||
| 571 | - .section2 a:hover .logo-card { | ||
| 572 | - -webkit-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); | ||
| 573 | - -moz-box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); | ||
| 574 | - box-shadow: 0px 2px 5px 0px rgba(161, 161, 161, 0.75); } | ||
| 575 | - .section2 a:hover p { | ||
| 576 | - color: #67b73e; } | ||
| 577 | - | ||
| 578 | -.modal-content-company { | ||
| 579 | - background: transparent; | ||
| 580 | - border-radius: 0; } | ||
| 581 | - .modal-content-company .modal-header .close { | ||
| 582 | - color: #ffc73b; | ||
| 583 | - font-size: 44px; | ||
| 584 | - font-weight: 400; | ||
| 585 | - text-shadow: none; | ||
| 586 | - opacity: 1; } | ||
| 587 | - .modal-content-company .modal-body { | ||
| 588 | - background-color: white; } | ||
| 589 | - | ||
| 590 | -.foto { | ||
| 591 | - width: 140px; | ||
| 592 | - height: 140px; | ||
| 593 | - display: inline-block; } | ||
| 594 | - | ||
| 595 | -.section3 { | ||
| 596 | - background-image: url("../../images/about/3/bg.jpg"); | ||
| 597 | - color: white; | ||
| 598 | - padding-top: 50px; | ||
| 599 | - padding-bottom: 50px; } | ||
| 600 | - .section3 h2 > span:before, .section3 h2 > span:after { | ||
| 601 | - background: white; } | ||
| 602 | - .section3 blockquote { | ||
| 603 | - border-left: 0; | ||
| 604 | - padding: 0 0 40px; | ||
| 605 | - margin: 0; | ||
| 606 | - position: relative; } | ||
| 607 | - .section3 blockquote:before { | ||
| 608 | - content: "\201D"; | ||
| 609 | - font-family: Georgia, serif; | ||
| 610 | - font-size: 60px; | ||
| 611 | - font-weight: bold; | ||
| 612 | - color: #f6c342; | ||
| 613 | - position: absolute; | ||
| 614 | - bottom: -40px; | ||
| 615 | - left: calc( 50% - 15px); } | ||
| 616 | - | ||
| 617 | -.section4 { | ||
| 618 | - background-image: url("../../images/about/4/bg.jpg"); | ||
| 619 | - color: white; | ||
| 620 | - padding-top: 50px; | ||
| 621 | - padding-bottom: 70px; } | ||
| 622 | - .section4 h2 > span:before, .section4 h2 > span:after { | ||
| 623 | - background: white; } | ||
| 624 | - .section4 p { | ||
| 625 | - font-size: 13px; } | ||
| 626 | - .section4 .timeline { | ||
| 627 | - list-style: none; | ||
| 628 | - padding: 20px 0 20px; | ||
| 629 | - position: relative; } | ||
| 630 | - .section4 .timeline:before { | ||
| 631 | - top: 0; | ||
| 632 | - bottom: 0; | ||
| 633 | - position: absolute; | ||
| 634 | - content: " "; | ||
| 635 | - width: 3px; | ||
| 636 | - background-color: rgba(0, 0, 0, 0.2); | ||
| 637 | - left: 50%; | ||
| 638 | - margin-left: -1.5px; } | ||
| 639 | - .section4 .timeline > li { | ||
| 640 | - margin-bottom: 30px; | ||
| 641 | - position: relative; } | ||
| 642 | - .section4 .timeline > li > .timeline-panel { | ||
| 643 | - width: 46%; | ||
| 644 | - float: left; | ||
| 645 | - border-top: 2px solid #67b73e; | ||
| 646 | - padding: 0 20px; | ||
| 647 | - height: 1px; } | ||
| 648 | - .section4 .timeline > li > .timeline-badge { | ||
| 649 | - width: 14px; | ||
| 650 | - height: 14px; | ||
| 651 | - border: 3px solid #67b73e; | ||
| 652 | - position: absolute; | ||
| 653 | - top: -6px; | ||
| 654 | - left: 50%; | ||
| 655 | - margin-left: -7px; | ||
| 656 | - background-color: transparent; | ||
| 657 | - z-index: 100; | ||
| 658 | - border-radius: 50%; | ||
| 659 | - box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2); } | ||
| 660 | - .section4 .timeline > li > .timeline-badge.sm { | ||
| 661 | - height: 10px; | ||
| 662 | - width: 10px; | ||
| 663 | - margin: 2px -5px; } | ||
| 664 | - .section4 .timeline > li.timeline-inverted > .timeline-panel { | ||
| 665 | - float: right; } | ||
| 666 | - .section4 .timeline > li.timeline-inverted > .timeline-panel:before { | ||
| 667 | - border-left-width: 0; | ||
| 668 | - border-right-width: 15px; | ||
| 669 | - left: -15px; | ||
| 670 | - right: auto; } | ||
| 671 | - .section4 .timeline > li.timeline-inverted > .timeline-panel:after { | ||
| 672 | - border-left-width: 0; | ||
| 673 | - border-right-width: 14px; | ||
| 674 | - left: -14px; | ||
| 675 | - right: auto; } | ||
| 676 | - .section4 .timeline-title { | ||
| 677 | - margin-top: 0; | ||
| 678 | - color: inherit; } | ||
| 679 | - .section4 .timeline-body > p, | ||
| 680 | - .section4 .timeline-body > ul { | ||
| 681 | - margin-bottom: 0; } | ||
| 682 | - .section4 .timeline-body > p { | ||
| 683 | - margin-top: 5px; } | ||
| 684 | - | ||
| 685 | -@media (max-width: 1199px) { | ||
| 686 | - .section4 .timeline > li:before, | ||
| 687 | - .section4 .timeline > li:after { | ||
| 688 | - content: " "; | ||
| 689 | - display: table; } | ||
| 690 | - .section4 .timeline > li:after { | ||
| 691 | - clear: both; } | ||
| 692 | - .section4 .timeline > li:before, | ||
| 693 | - .section4 .timeline > li:after { | ||
| 694 | - content: " "; | ||
| 695 | - display: table; } | ||
| 696 | - .section4 .timeline > li:after { | ||
| 697 | - clear: both; } } | ||
| 698 | -@media (max-width: 767px) { | ||
| 699 | - .section4 ul.timeline:before { | ||
| 700 | - left: 40px; } | ||
| 701 | - .section4 ul.timeline > li { | ||
| 702 | - margin-bottom: 40px; } | ||
| 703 | - .section4 ul.timeline > li:nth-child(1), .section4 ul.timeline > li:nth-child(2) { | ||
| 704 | - margin-bottom: 40px; } | ||
| 705 | - .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) { | ||
| 706 | - margin-bottom: 18px; } | ||
| 707 | - .section4 ul.timeline > li:nth-child(14), .section4 ul.timeline > li:nth-child(15), .section4 ul.timeline > li:nth-child(16) { | ||
| 708 | - margin-bottom: 28px; } | ||
| 709 | - .section4 ul.timeline > li:nth-child(17) { | ||
| 710 | - margin-bottom: 100px; } | ||
| 711 | - .section4 ul.timeline > li:nth-child(18), .section4 ul.timeline > li:nth-child(19) { | ||
| 712 | - margin-bottom: 40px; } | ||
| 713 | - .section4 ul.timeline > li:nth-child(20) { | ||
| 714 | - margin-bottom: 80px; } | ||
| 715 | - .section4 ul.timeline > li:nth-child(21) { | ||
| 716 | - margin-bottom: 80px; } | ||
| 717 | - .section4 ul.timeline > li > .timeline-panel { | ||
| 718 | - width: calc(100% - 60px); } | ||
| 719 | - .section4 ul.timeline > li > .timeline-badge { | ||
| 720 | - left: 33px; | ||
| 721 | - margin-left: 0; | ||
| 722 | - top: -5px; } | ||
| 723 | - .section4 ul.timeline > li > .timeline-badge.sm { | ||
| 724 | - margin: 2px; } | ||
| 725 | - .section4 ul.timeline > li > .timeline-panel { | ||
| 726 | - float: right; } } | ||
| 727 | -@media (min-width: 1200px) { | ||
| 728 | - .section4 .timeline { | ||
| 729 | - position: relative; | ||
| 730 | - height: 400px; } | ||
| 731 | - .section4 .timeline:before { | ||
| 732 | - bottom: auto; | ||
| 733 | - position: absolute; | ||
| 734 | - content: " "; | ||
| 735 | - width: 100%; | ||
| 736 | - height: 3px; | ||
| 737 | - background-color: rgba(0, 0, 0, 0.2); | ||
| 738 | - left: 0; | ||
| 739 | - top: 50%; | ||
| 740 | - margin-left: -1.5px; } | ||
| 741 | - .section4 .timeline > li { | ||
| 742 | - position: absolute; | ||
| 743 | - left: 0; | ||
| 744 | - top: 50%; | ||
| 745 | - width: 190px; } | ||
| 746 | - .section4 .timeline > li .timeline-panel { | ||
| 747 | - border-top: none; | ||
| 748 | - border-left: 2px solid #67b73e; | ||
| 749 | - width: 100%; | ||
| 750 | - margin-top: 20px; | ||
| 751 | - padding: 5px 20px; | ||
| 752 | - height: auto; } | ||
| 753 | - .section4 .timeline > li.timeline-inverted { | ||
| 754 | - bottom: 50%; | ||
| 755 | - top: auto; | ||
| 756 | - margin-bottom: -7px; | ||
| 757 | - padding-bottom: 20px; } | ||
| 758 | - .section4 .timeline > li.timeline-inverted .timeline-badge { | ||
| 759 | - bottom: 0; | ||
| 760 | - top: auto; } | ||
| 761 | - .section4 .timeline > li.timeline-inverted .timeline-panel { | ||
| 762 | - float: none; | ||
| 763 | - padding-top: 0; } | ||
| 764 | - .section4 .timeline > li .timeline-badge { | ||
| 765 | - left: 0; } | ||
| 766 | - .section4 .timeline > li .timeline-badge.sm { | ||
| 767 | - margin-left: -4px; } | ||
| 768 | - .section4 .timeline > li:nth-child(1) { | ||
| 769 | - left: 30px; } | ||
| 770 | - .section4 .timeline > li:nth-child(2) { | ||
| 771 | - left: 72px; } | ||
| 772 | - .section4 .timeline > li:nth-child(3) { | ||
| 773 | - left: 114px; } | ||
| 774 | - .section4 .timeline > li:nth-child(4) { | ||
| 775 | - left: 156px; } | ||
| 776 | - .section4 .timeline > li:nth-child(5) { | ||
| 777 | - left: 198px; } | ||
| 778 | - .section4 .timeline > li:nth-child(6) { | ||
| 779 | - left: 240px; } | ||
| 780 | - .section4 .timeline > li:nth-child(7) { | ||
| 781 | - left: 282px; } | ||
| 782 | - .section4 .timeline > li:nth-child(8) { | ||
| 783 | - left: 324px; } | ||
| 784 | - .section4 .timeline > li:nth-child(9) { | ||
| 785 | - left: 366px; } | ||
| 786 | - .section4 .timeline > li:nth-child(10) { | ||
| 787 | - left: 408px; } | ||
| 788 | - .section4 .timeline > li:nth-child(11) { | ||
| 789 | - left: 450px; } | ||
| 790 | - .section4 .timeline > li:nth-child(12) { | ||
| 791 | - left: 492px; } | ||
| 792 | - .section4 .timeline > li:nth-child(13) { | ||
| 793 | - left: 534px; } | ||
| 794 | - .section4 .timeline > li:nth-child(14) { | ||
| 795 | - left: 576px; } | ||
| 796 | - .section4 .timeline > li:nth-child(15) { | ||
| 797 | - left: 618px; } | ||
| 798 | - .section4 .timeline > li:nth-child(16) { | ||
| 799 | - left: 660px; } | ||
| 800 | - .section4 .timeline > li:nth-child(17) { | ||
| 801 | - left: 702px; | ||
| 802 | - width: 300px; } | ||
| 803 | - .section4 .timeline > li:nth-child(17) .timeline-panel { | ||
| 804 | - padding-top: 164px; } | ||
| 805 | - .section4 .timeline > li:nth-child(18) { | ||
| 806 | - left: 744px; | ||
| 807 | - width: 300px; } | ||
| 808 | - .section4 .timeline > li:nth-child(18) .timeline-panel { | ||
| 809 | - padding-bottom: 100px; } | ||
| 810 | - .section4 .timeline > li:nth-child(19) { | ||
| 811 | - left: 786px; } | ||
| 812 | - .section4 .timeline > li:nth-child(20) { | ||
| 813 | - left: 828px; | ||
| 814 | - width: 300px; } | ||
| 815 | - .section4 .timeline > li:nth-child(20) .timeline-panel { | ||
| 816 | - padding-top: 100px; } | ||
| 817 | - .section4 .timeline > li:nth-child(21) { | ||
| 818 | - left: 870px; } | ||
| 819 | - .section4 .timeline > li:nth-child(22) { | ||
| 820 | - left: 912px; } | ||
| 821 | - .section4 .timeline > li:nth-child(23) { | ||
| 822 | - left: 954px; } } | ||
| 823 | -.section5 { | ||
| 824 | - padding-top: 50px; | ||
| 825 | - padding-bottom: 40px; } | ||
| 826 | - .section5 h2 { | ||
| 827 | - margin-bottom: 42px; } | ||
| 828 | - .section5 img { | ||
| 829 | - border: 5px solid transparent; | ||
| 830 | - transition: 1s linear; } | ||
| 831 | - .section5 img:hover { | ||
| 832 | - border-radius: 50%; | ||
| 833 | - -webkit-box-shadow: 0 10px 6px -6px #777; | ||
| 834 | - -moz-box-shadow: 0 10px 6px -6px #777; | ||
| 835 | - box-shadow: 0 10px 6px -6px #777; } | ||
| 836 | - .section5 h6 { | ||
| 837 | - font-size: 16px; | ||
| 838 | - margin-top: 15px; | ||
| 839 | - margin-bottom: 40px; | ||
| 840 | - font-weight: normal; } | ||
| 841 | - | ||
| 842 | -.section6 { | ||
| 843 | - background-image: url("../../images/about/6/bg.jpg"); | ||
| 844 | - color: white; | ||
| 845 | - padding-top: 50px; | ||
| 846 | - padding-bottom: 60px; } | ||
| 847 | - .section6 h2 > span:before, .section6 h2 > span:after { | ||
| 848 | - background: white; } | ||
| 849 | - .section6 .img-responsive { | ||
| 850 | - display: inline-block; } | ||
| 851 | - | ||
| 852 | -.section7 { | ||
| 853 | - padding-top: 50px; | ||
| 854 | - padding-bottom: 60px; } | ||
| 855 | - | ||
| 856 | -.section8 { | ||
| 857 | - background-image: url("../../images/about/8/map.png"); | ||
| 858 | - background-position: top center; | ||
| 859 | - background-repeat: no-repeat; | ||
| 860 | - background-size: cover; | ||
| 861 | - -webkit-background-size: cover; | ||
| 862 | - height: 540px; } | ||
| 863 | - .theme-eng .section8 { | ||
| 864 | - background-image: url("../../images/about/8/map_eng.png"); } | ||
| 865 | - | ||
| 866 | -footer { | ||
| 867 | - padding-bottom: 20px; | ||
| 868 | - border-top: 1px solid #ababab; } | ||
| 869 | - footer a { | ||
| 870 | - color: #4a4a4a; } | ||
| 871 | - footer a:hover { | ||
| 872 | - color: #4a4a4a; } | ||
| 873 | - footer label { | ||
| 874 | - font-weight: 400; } | ||
| 875 | - footer .footer-top { | ||
| 876 | - padding-top: 50px; | ||
| 877 | - font-size: 16px; } | ||
| 878 | - footer .phone { | ||
| 879 | - padding-left: 30px; | ||
| 880 | - background: url("../../images/about/9/phone.png"); | ||
| 881 | - background-repeat: no-repeat; | ||
| 882 | - background-position: top left; } | ||
| 883 | - footer .mail { | ||
| 884 | - padding-left: 30px; | ||
| 885 | - background: url("../../images/about/9/mail.png"); | ||
| 886 | - background-repeat: no-repeat; | ||
| 887 | - background-position: top left; } | ||
| 888 | - footer address { | ||
| 889 | - font-size: 18px; | ||
| 890 | - padding-left: 30px; | ||
| 891 | - margin-bottom: 0; } | ||
| 892 | - footer address a { | ||
| 893 | - display: block; } | ||
| 894 | - footer address span { | ||
| 895 | - font-size: 22px; } | ||
| 896 | - footer .w_youtube, footer .w_facebook, footer .w_vk { | ||
| 897 | - background-color: #dadada; | ||
| 898 | - border-radius: 5px; | ||
| 899 | - width: 97px; | ||
| 900 | - height: 43px; | ||
| 901 | - margin-right: 4px; | ||
| 902 | - background-image: url("../../images/about/9/f.png"); | ||
| 903 | - background-repeat: no-repeat; | ||
| 904 | - background-position: center center; | ||
| 905 | - display: inline-block; } | ||
| 906 | - footer .w_youtube { | ||
| 907 | - background-image: url("../../images/about/9/y.png"); } | ||
| 908 | - footer .w_vk { | ||
| 909 | - background-image: url("../../images/about/9/vk.png"); } | ||
| 910 | - footer .w_facebook:hover, footer .w_youtube:hover, footer .w_vk:hover { | ||
| 911 | - background-color: grey; } | ||
| 912 | - footer .a_footer-bottom { | ||
| 913 | - color: white; | ||
| 914 | - font-size: 12px; } | ||
| 915 | -/*# sourceMappingURL=theme-style.css.map */ | 1 | +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:#fff}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/about/tel.png) no-repeat 0 50%}.navbar .contact_mob_phones{background:url(../../images/about/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}.navbar .switch_lang{margin:5px 0 10px;font-size:12px}.navbar .switch_lang li{color:#55a727;padding:0 10px 0 20px}.navbar #header .columns3 .menu_cabinet{background:url(../../images/about/cabinet.png) no-repeat 0 50%}.navbar .basket_number a,.navbar .basket_number a:hover{text-decoration:none;color:#fff;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/about/cabinet.png) no-repeat 0 50%}.navbar .basket{background:url(../../images/about/basket.png) no-repeat 0 50%}.navbar .faq a{padding:10px 10px 10px 22px;background:url(../../images/about/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/about/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}.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:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 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:#fff;background-color:#67b73e}.navbar .navbar-toggle:hover,.navbar .navbar-toggle:focus{background-color:#55a727}.navbar .navbar-toggle .icon-bar{background-color:#fff}.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:#fff;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:#fff;text-decoration:none;background:#55a727}.navbar .navbar-nav li:first-child{border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px}.navbar .navbar-nav li:last-child{border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0}@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{display:none;width:100%;-webkit-tap-highlight-color:transparent;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;-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 .owl-carousel{display:block}.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-height{transition:height 500ms ease-in-out}.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 .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%}.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:.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 #fff}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}.owl-theme .owl-controls .owl-page span{background:transparent;opacity:1;border-radius:50%;border:2px solid #fff;margin:5px}.owl-theme .owl-controls .owl-page.active span{background:#fff}h1{font-size:27px}@media (min-width: 768px){h1{font-size:48px}}.for_section1{background:rgba(0,0,0,0.2)}.section1{color:#fff;position:relative;overflow:hidden;background-image:url(../../images/about/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/about/1/bg.jpg) no-repeat;background-size:cover}.section1 h1{font-size:27px;text-transform:uppercase;font-weight:700}.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:#fff;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:#444}.section2 .logo-card{margin-bottom:14px}.section2 a:hover{cursor:pointer}.section2 a:hover .logo-card{-webkit-box-shadow:0 2px 5px 0 rgba(161,161,161,0.75);-moz-box-shadow:0 2px 5px 0 rgba(161,161,161,0.75);box-shadow:0 2px 5px 0 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:#fff}.foto{width:140px;height:140px;display:inline-block}.section3{background-image:url(../../images/about/3/bg.jpg);color:#fff;padding-top:50px;padding-bottom:50px}.section3 h2 > span:before,.section3 h2 > span:after{background:#fff}.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:700;color:#f6c342;position:absolute;bottom:-40px;left:calc(50% - 15px)}.section4{background-image:url(../../images/about/4/bg.jpg);color:#fff;padding-top:50px;padding-bottom:70px}.section4 h2 > span:before,.section4 h2 > span:after{background:#fff}.section4 p{font-size:13px}.section4 .timeline{list-style:none;padding:20px 0;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:0 0 0 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:400}.section6{background-image:url(../../images/about/6/bg.jpg);color:#fff;padding-top:50px;padding-bottom:60px}.section6 h2 > span:before,.section6 h2 > span:after{background:#fff}.section6 .img-responsive{display:inline-block}.section7{padding-top:50px;padding-bottom:60px}.section8{background-image:url(../../images/about/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/about/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/about/9/phone.png);background-repeat:no-repeat;background-position:top left}footer .mail{padding-left:30px;background:url(../../images/about/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/about/9/f.png);background-repeat:no-repeat;background-position:center center;display:inline-block}footer .w_youtube{background-image:url(../../images/about/9/y.png)}footer .w_vk{background-image:url(../../images/about/9/vk.png)}footer .w_facebook:hover,footer .w_youtube:hover,footer .w_vk:hover{background-color:grey}footer .a_footer-bottom{color:#fff;font-size:12px} |
| 916 | \ No newline at end of file | 2 | \ No newline at end of file |