@charset "UTF-8"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after { content: ''; content: none; } q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } img { max-width: 100%; } button { background-color: transparent; outline: none; border: 0; cursor: pointer; } /* ╤Д╨╛╤А╨╝╨╕╤А╤Г╨╡╨╝ ╨║╨╜╨╛╨┐╨║╤Г ╨╖╨░╨║╤А╤Л╤В╨╕╤П */ .close { position: absolute; padding: 0; top: -24px; right: -24px; opacity: 1; text-align: center; text-decoration: none; font-weight: bold; line-height: 20px; -webkit-transition: background-color ease .7s; -moz-transition: background-color ease .7s; -ms-transition: background-color ease .7s; -o-transition: background-color ease .7s; transition: background-color ease .7s; } .close:hover:before { color: #efba00; } .close:before { color: rgba(255, 255, 255, 0.9); content: '\2715'; text-shadow: 0 -1px rgba(0, 0, 0, 0.9); font-size: 22px; color: #fcd016; } .has-error input { border: 1px solid #dc0a05 !important; box-shadow: none !important; } .form-control { display: block; box-sizing: border-box; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .has-error label, .has-error .help-block { color: red; } .has-error input { border: 1px solid red; box-shadow: none !important; } .form-group { margin-bottom: 20px; } .form-group label { line-height: 24px; } .form-group-2-l { display: flex; } .form-group-2-l label { line-height: 24px; height: 34px; padding: 5px; } .form-footer { padding-top: 20px; text-align: center; } .modal { text-align: center; padding: 0 !important; } .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal .modal-header { padding-bottom: 0; border-bottom: none; } @media (min-width: 992px) { .modal .modal-header { padding: 40px 180px 0; } .modal .modal-body { padding: 0 180px 40px; } } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; margin: 30px; } /*! Pushy - v1.0.0 - 2016-3-1 * Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions. * https://github.com/christophery/pushy/ * by Christopher Yee */ /* Menu Appearance */ .pushy { position: fixed; width: 300px; height: 100%; top: 0; z-index: 11; background: #00aeff; overflow: auto; visibility: hidden; -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */ } .pushy a { display: block; color: rgba(255, 255, 255, 0.8); padding: 15px 30px; text-decoration: none; outline: 0; font-size: 18px; text-transform: uppercase; } .pushy a:hover { color: #FFF; } .pushy ul:first-child { margin-top: 70px; } .pushy.pushy-left { left: 0; } .pushy.pushy-right { right: 0; } /* Menu Movement */ .pushy-left { -webkit-transform: translate3d(-300px, 0, 0); -ms-transform: translate3d(-300px, 0, 0); transform: translate3d(-300px, 0, 0); } .pushy-open-left #container, .pushy-open-left .push { -webkit-transform: translate3d(300px, 0, 0); -ms-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0); } .pushy-right { -webkit-transform: translate3d(300px, 0, 0); -ms-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0); } .pushy-open-right #container, .pushy-open-right .push { -webkit-transform: translate3d(-300px, 0, 0); -ms-transform: translate3d(-300px, 0, 0); transform: translate3d(-300px, 0, 0); } .pushy-open-left .pushy, .pushy-open-right .pushy { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /* Menu Transitions */ #container, .pushy, .push { transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); } /* Site Overlay */ .site-overlay { display: none; } .pushy-open-left .site-overlay, .pushy-open-right .site-overlay { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.5); -webkit-animation: fade 500ms; animation: fade 500ms; } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } /* Submenu Appearance */ .pushy-submenu { /* Submenu Icon */ } .pushy-submenu ul { padding-left: 15px; transition: max-height 0.2s ease-in-out; } .pushy-submenu ul .pushy-link { transition: opacity 0.2s ease-in-out; } .pushy-submenu > a { position: relative; } .pushy-submenu > a::after { content: ''; display: block; height: 11px; width: 8px; position: absolute; top: 50%; right: 15px; background: url("../img/arrow.svg") no-repeat; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: transform 0.2s; } /* Submenu Movement */ .pushy-submenu-closed ul { max-height: 0; overflow: hidden; } .pushy-submenu-closed .pushy-link { opacity: 0; } .pushy-submenu-open { /* Submenu Icon */ } .pushy-submenu-open ul { max-height: 1000px; } .pushy-submenu-open .pushy-link { opacity: 1; } .pushy-submenu-open a::after { -webkit-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); } .no-csstransforms3d .pushy-submenu-closed ul { max-height: none; display: none; } /* * 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: #D6D6D6; font-size: 36px; margin: 5px; padding: 4px 7px; background: transperent; display: inline-block; cursor: pointer; border-radius: 3px; } .owl-theme .owl-nav [class*='owl-']:hover { background: transperent; color: #00aeff; 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; background: #f2f2f2; margin: 0 -20px; } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; } .owl-theme .owl-dots .owl-dot span { width: 64px; height: 2px; margin: 20px 7px; background: #d7d7d7; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #00aeff; } .yyy * { outline: 1px solid red; } body { background-position: top center; background-repeat: no-repeat; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.2; color: #333333; position: relative; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 930px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .row { margin-right: -15px; margin-left: -15px; } .flex-block-2, .flex-block-3 { padding: 0 15px; } @media (min-width: 480px) { .flex-container-xs { display: flex; flex-wrap: wrap; } .flex-container-xs > .flex-block-2 { width: 50%; } .flex-container-xs > .flex-block-3 { width: calc( 100% / 3 ); } } @media (min-width: 768px) { .flex-container-sm { display: flex; flex-wrap: wrap; } .flex-container-sm > .flex-block-2 { width: 50%; } } @media (min-width: 992px) { .flex-container-md { display: flex; flex-wrap: wrap; } .flex-container-md > .flex-block-2 { width: 50%; } } @media (min-width: 1200px) { .flex-container-lg { display: flex; flex-wrap: wrap; } .flex-container-lg > .flex-block-2 { width: 50%; } } header { position: fixed; width: 100%; z-index: 9; } header .container { position: relative; } header .container .navbar-brand { padding: 0 15px; width: 195px; height: 57px; background-image: url("../images/logo.png"); background-repeat: no-repeat; transition: all 0.8s; } .contrast header .container .navbar-brand { background-image: url("../images/logo2.png"); } /* Icon 1 */ .menu-btn { width: 30px; height: 22.5px; position: fixed; top: 16px; right: 15px; z-index: 15; margin: 0 auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } .menu-btn span { display: block; position: absolute; height: 4px; width: 100%; background: #00aeff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } .menu-btn span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .menu-btn span:nth-child(2) { top: 9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .menu-btn span:nth-child(3) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .menu-btn.open span { background: white; } .menu-btn.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -3px; left: 8px; } .menu-btn.open span:nth-child(2) { width: 0%; opacity: 0; } .menu-btn.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 18px; left: 8px; } h1 { font-size: 46px; font-weight: 700; color: #00aeff; margin-bottom: 20px; } h1 span { color: #ffc000; } @media (min-width: 480px) { h1 { font-size: 64px; } } h2 { font-size: 32px; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 40px; } h4 { font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 20px; } p { font-size: 16px; margin-bottom: 10px; } .m-b-10 { margin-bottom: 10px; } .m-b-20 { margin-bottom: 20px; } .btn { min-width: 100%; height: 48px; line-height: 36px; padding: 6px 24px; text-align: center; display: inline-block; background: #fff200; color: #333333; border-bottom: 2px solid #ffc000; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; box-sizing: border-box; } .btn:hover { border-bottom: 2px solid #fff200; } @media (min-width: 480px) { .btn { min-width: 262px; } } .btn-questions, .btn-questions-left, .btn-questions-right { display: none; height: 34px; background: rgba(0, 0, 0, 0.6); padding: 3px 0 0 34px; color: rgba(255, 255, 255, 0.9); font-size: 10px; text-transform: uppercase; line-height: 14px; text-align: left; text-decoration: none; position: absolute; bottom: 5px; overflow: hidden; width: 166px; padding-left: 40px; transition: 0.2s; } .btn-questions:before, .btn-questions-left:before, .btn-questions-right:before { position: absolute; left: 5px; top: 50%; margin-top: -12px; width: 24px; height: 24px; background: url(../images/questions.png) no-repeat; content: ''; } .btn-questions:hover, .btn-questions-left:hover, .btn-questions-right:hover { color: white; } @media (min-width: 992px) { .btn-questions, .btn-questions-left, .btn-questions-right { display: block; } } .btn-questions-left { left: 0; border-bottom-right-radius: 34px; border-top-right-radius: 34px; } .btn-questions-right { right: 0; border-bottom-left-radius: 34px; border-top-left-radius: 34px; } .link { color: #00aeff; text-decoration: underline; } .link:hover { text-decoration: none; } .text-center { text-align: center; } .text-primary { color: #00aeff; } .text-right { text-align: right; } .text-danger { color: red; } .danger-text label:after{ content:'*'; color:red; } header{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = 'transparent'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = 'transparent')"; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45), transparent); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.45), transparent); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.45), transparent); background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.45)), to(transparent)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45), transparent); background-image: linear-gradient(top, rgba(0, 0, 0, 0.45), transparent); } .form-group-2-l .form-group{ display: -webkit-inline-box; width: 50%; margin-right: 5%; } .form-group-2-l{ margin-top: 5px; } .has-success .form-control{ border-color:#ccc; } .has-success .control-label{ color:#000!important; } .form-control:focus, .has-success .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } strong { font-weight: 700; } em { font-style: italic; } .d-inline-block { display: inline-block; } .page_section { padding: 60px 0; } .navbar { background: #00aeff; width: 280px; height: 100ch; position: fixed; top: 0; right: 0; z-index: 10; } .navbar ul { display: flex; flex-direction: column; } .navbar ul li { border-top: 1px solid white; } .navbar ul li a { color: white; text-decoration: none; padding: 20px; font-size: 16px; display: inline-block; } .for-lang { position: relative; } .for-lang .language { display: block; position: absolute; top: 74px; right: 7px; font-size: 14px; border-radius: 10px; background: transparent; transition: all 0.2s; z-index: 15; } .for-lang .language div { display: none; } .for-lang .language a, .for-lang .language span { display: inline-block; padding: 5px 24px 5px 10px; position: relative; text-transform: uppercase; color: #00aeff; } .for-lang .language a { text-decoration: underline; } .for-lang .language a:hover { text-decoration: none; } .for-lang .language span:before { position: absolute; right: 8px; top: 50%; margin-top: -2px; content: ''; width: 8px; height: 5px; background: url(../images/toggler.png) no-repeat; transition: all 0.2s; } .for-lang .language:hover { background: rgba(0, 0, 0, 0.5); } .for-lang .language:hover span:before { transform: rotate(180deg); -webkit-transform: rotate(180deg); } .for-lang .language:hover div { display: block; } @media (min-width: 480px) { .for-lang .language { top: 16px; right: 100px; } } .section1 { width: 100%; } .section1 .container { position: relative; max-height: 1200px; height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; } .section1 .btn { margin-bottom: 20px; } .section1.box-1 { background-image: url(../images/slider/big-bg-1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; transition: 0.5s; } .section1 .slider_wr_ { display: none; } .section1 .slider_wr_ img { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); } @media (min-width: 768px) { .section1 .slider_wr_ { display: block; } .section1 .slider_wr_ .slide-ul { display: flex; } .section1 .slider_wr_ .slide-ul li { margin: 15px; } } .section1 .slider_wr_ .time-bloks { width: 100%; height: 5px; background: #5c5a64; z-index: 2; display: none; } .section1 .slider_wr_ .slide-ul .active_n .time-bloks { display: block; } .section1 .slider_wr_ .time-bloks-line { width: 0; height: 100%; background: #00aeff; } @media (min-width: 992px) { .section2 { background-image: url("../images/2/bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } } .section2 .flex-block-2 { text-align: center; position: relative; } .section2 .flex-block-2 img { display: inline-block; margin-bottom: 10px; } .section2 .flex-block-2 h3 { color: #00aeff; font-weight: 700; } .section2 .flex-block-2 h3 .big { font-size: 24px; } .section2 .flex-block-2 p { margin-bottom: 20px; } .section3 { background-image: url("../images/3/bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .section3 h2 { color: white; } .section3 .card { background: white; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); padding: 20px 20px 0; margin-bottom: 20px; } .section3 .nav-tabs { border-bottom: 2px solid #DDD; } .section3 .nav-tabs.nav-tabs-main > li { width: calc(100%/3); } @media (min-width: 480px) { .section3 .nav-tabs.nav-tabs-main > li { width: inherit; } } .section3 .nav-tabs.nav-tabs-year { border-bottom: 2px solid transparent; } .section3 .nav-tabs > li.active > a, .section3 .nav-tabs > li.active > a:focus, .section3 .nav-tabs > li.active > a:hover { border-width: 0; } .section3 .nav-tabs > li > a, .section3 .nav-tabs > li > span { border: none; color: #333333; font-weight: bold; padding: 10px 15px; display: inline-block; } .section3 .nav-tabs > li.active > a, .section3 .nav-tabs > li > a:hover { border: none; color: #00aeff; background: transparent; } .section3 .nav-tabs > li > a::after { content: ""; background: #00aeff; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } .section3 .nav-tabs > li.active > a::after, .section3 .nav-tabs > li:hover > a::after { transform: scale(1); } .section3 .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; } .section3 .tab-pane { padding: 15px 0 0 0; } .section3 .tab-content { padding: 0; } .section3 .owl-carousel .item .btn { min-width: inherit; margin-bottom: 20px; } .section3 .owl-carousel .item .img { margin-bottom: 10px; } .section3 .owl-carousel .item .specifications { margin-bottom: 10px; } .section3 .owl-carousel .item .specifications p { font-size: 13px; margin-bottom: 0; } .section3 .owl-carousel .item .price { font-size: 18px; color: #00aeff; text-align: center; margin-top: 6px; margin-bottom: 20px; } @media (min-width: 992px) { .section4 { background-image: url("../images/4/bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } } .section4 .flex-block-2 { text-align: center; position: relative; } .section4 .flex-block-2 img { display: inline-block; margin-bottom: 10px; } .section4 .flex-block-2 p { margin-bottom: 20px; } .section5 { background-image: url("../images/5/bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; transition: 0.5s; } .section5 h2 { color: white; } .section5 .r-b-p-2 { border-left: 2px solid #00aeff; padding-left: 10px; color: white; } .section5 .r-b-p-2 .text-yellow { color: #fff200; } .section5 .r-b-p-2:first-child { display: flex; align-items: center; padding-right: 20px; } .section5 .card { background: white; padding: 20px; margin-bottom: 20px; position: relative; } .section5 .card .deposit { width: 190px; height: 43px; border-left: 18px solid transparent; border-bottom: 43px solid #00aeff; margin-right: -20px; display: inline-block; } @media (min-width: 480px) { .section5 .card .deposit { position: absolute; bottom: 0; right: 0; } } .section5 .card .deposit p { color: #fff; float: left; font-size: 24px; font-weight: 700; line-height: 43px; margin-bottom: 0; } .section5 .card .deposit p span { font-weight: normal; font-size: 13px; width: 80px; display: table-cell; line-height: 15px; height: 43px; vertical-align: middle; padding-left: 10px; } .section5 .card .price { margin-bottom: 20px; position: relative; } .section5 .card .price .price-row { overflow: hidden; } .section5 .card .price .price-name .price-name-title { float: left; margin-right: 5px; font-size: 15px; line-height: 30px; color: #333; } .section5 .card .price .price-name .price-name-border { overflow: hidden; } .section5 .card .price .price-name .price-name-border span { width: 100%; height: 21px; border-bottom: 2px dotted #b7b7b7; display: block; } .section5 .card .price .price-cost { font-size: 15px; color: #00aeff; line-height: 30px; margin-left: 5px; float: left; } .section5 .card .price .price-name-wr { width: 102px; float: left; } .section5 .card ul { margin-bottom: 20px; } .section5 .card ul li { margin-bottom: 10px; } .section5 .card ul li:before { content: ''; height: 6px; width: 6px; background: #00aeff; margin-right: 12px; display: inline-block; border-radius: 50%; } .section5 .card .flex-block-3 { text-align: center; } .section5 .card .flex-block-3 img { display: inline-block; } .section5 h3 { font-size: 18px; font-weight: 700; border-bottom: 1px solid #b7b7b7; margin-bottom: 10px; text-transform: uppercase; } .section6 { text-align: center; } .section6 h3 { font-size: 24px; color: #00aeff; margin-bottom: 20px; } .section6 p { font-size: 14px; margin-bottom: 20px; } @media (min-width: 992px) { .section6 { background-image: url("../images/6/bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } } .section6 .blue { background: #f1f8fc; padding: 20px 20px; margin-bottom: 20px; } .section6 a.facebook { padding-left: 60px; background-image: url("../images/6/f.png"); background-repeat: no-repeat; background-position: center left; height: 48px; text-align: left; display: inline-block; color: #00aeff; font-weight: bold; margin-left: 20px; } .section6 a.facebook span { position: relative; text-decoration: underline; top: 8px; } .section6 a.facebook:hover span { text-decoration: none; } .section6 ul { display: flex; justify-content: center; } .section6 ul li { font-weight: bold; display: inline-block; padding: 5px 20px; text-align: center; color: #00aeff; } .section6 ul li + li { border-left: 1px solid #b7b7b7; } .section7 { background-image: url("../images/7/bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; transition: 0.5s; padding-bottom: 40px; } .section7 h2 { color: white; } .section7 .flex-container { display: flex; flex-wrap: wrap; justify-content: center; } .section7 .flex-container > .flex-block { width: 200px; height: 60px; line-height: 68px; text-align: center; background: white; padding: 5px; margin: 0 20px 20px 20px; } .section8 .container { position: relative; } .section8 .gmap { display: none; width: 100%; height: 500px; } @media (min-width: 992px) { .section8 .gmap { display: block; } } .section8 .contacts { background: white; text-align: center; margin: 50px 0; } .section8 .contacts .contacts-img { display: none; } @media (min-width: 992px) { .section8 .contacts { display: block; } .section8 .contacts .contacts-tile { padding: 10px 15px; background: #00aeff; color: white; } .section8 .contacts .contacts-tile h2 { margin: 0; } .section8 .contacts .contacts-block { padding: 10px 15px; } .section8 .contacts .contacts-img { display: block; width: 100%; } } @media (min-width: 992px) { .section8 .contacts { position: absolute; right: 0; top: 0; width: calc(100%/4); z-index: 3; } } footer { padding: 12px 0 6px; background: #333333; color: white; } footer p { font-size: 14px; } @media (min-width: 768px) { footer .flex-block-2:last-child { text-align: right; } } footer a { text-decoration: underline; color: white; display: inline-block; } footer a img { float: right; margin-left: 10px; } footer a:hover { text-decoration: none; } /*# sourceMappingURL=theme-style.css.map */