From 44d3f6e82f643bc7c6cafcaef2123ef8625d7125 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Fri, 30 Jan 2026 10:22:19 +0100 Subject: [PATCH] Save --- layout/style-css/style.css | 2 +- layout/style-css/style.css.map | 2 +- layout/style-scss/style.scss | 47 ++++++++++++++++++++++++++-------- 3 files changed, 38 insertions(+), 13 deletions(-) diff --git a/layout/style-css/style.css b/layout/style-css/style.css index deef755..d276729 100644 --- a/layout/style-css/style.css +++ b/layout/style-css/style.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap";body{font-family:"Open Sans",sans-serif;font-size:15px}body.noscroll{position:fixed;overflow:hidden}.scontainer-content h2{font-size:18px;font-weight:600}.box-border{padding:25px;border:1px solid #f0f0f0;border-radius:3px}@media(max-width: 767px){.box-border{padding:15px}.box-border .col-md-3{flex:0 0 25% !important;max-width:25% !important}.box-border .col-md-9{flex:0 0 75% !important;max-width:75% !important}}.fac{display:flex;flex-wrap:wrap;align-items:center;align-self:center}.fac .row{width:100%;padding:10px 0}.fac .row p{margin-bottom:0}.box-top,#scontainer-12,#scontainer-11,.box-contact #scontainer-8,.box-main #scontainer-8{padding-top:75px}.box{padding:75px 0}@media(max-width: 767px){.box{padding:50px 0}}@media(max-width: 767px){.box{padding:25px 0}}.box .box-title,.box .article .article-title,.article .box .article-title{text-align:center;font-size:22px;position:relative;margin:0 auto 75px;display:flex;justify-content:center}@media(max-width: 767px){.box .box-title,.box .article .article-title,.article .box .article-title{margin-bottom:25px}}.box .box-title .title,.box .article .article-title .title,.article .box .article-title .title{padding-bottom:15px;border-bottom:2px solid #f0f0f0;position:relative;font-size:28px}@media(max-width: 575px){.box .box-title .title,.box .article .article-title .title,.article .box .article-title .title{font-size:22px}}.box .box-title .title::after,.box .article .article-title .title::after,.article .box .article-title .title::after{content:"";display:block;width:60%;bottom:-2px;position:absolute;left:0;border-bottom:2px solid #22a9e1}.top{background:#f0f0f0;color:#000;padding:10px 0;position:relative}.top #scontainer-1 img{margin-right:5px}.top #scontainer-2{display:flex;justify-content:flex-end}.top #scontainer-2 a{color:#000;font-size:14px}.top #scontainer-2 a:hover{text-decoration:none}.top p{margin:0}.top .language{position:absolute;top:0;right:5px;bottom:0;z-index:999}.top .language #languages{height:100%}.top .language #languages .container{height:100%}.top .language #languages .container .row{height:100%}.top .language #languages ul{display:flex;align-items:center;margin:0;padding:0;list-style:none;height:100%}.top .language #languages ul li{margin:0 5px}.top .language #languages ul li:first-child{margin-left:0}.top .language #languages ul li:last-child{margin-right:0}.top .language #languages ul li.active{display:none}.top .language #languages ul li a img{height:16px}.header{padding:25px 0}.header .logo{display:block;width:100%;max-width:387px}@media(max-width: 1199px){.header .logo{margin:0 auto 25px}}.header .logo img{width:100%;max-width:387px}.header #main-menu-btn{height:50px;width:50px;position:fixed;bottom:10px;right:10px;color:#fff;background:#000;display:none;z-index:9999;line-height:50px;cursor:pointer;border-radius:50%;align-items:center;justify-content:center;font-size:30px}@media(max-width: 767px){.header #main-menu-btn{display:flex}}.header .main-menu-container{display:flex;align-items:center;justify-content:flex-end}@media(max-width: 1199px){.header .main-menu-container{justify-content:center}}@media(max-width: 767px){.header #main-menu{display:none}.header #main-menu.visible{display:block;position:fixed;top:0;left:0;height:100%;width:100%;background:#fff;z-index:20;overflow-y:scroll}.header #main-menu.visible #menu-container-1{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.header #main-menu.visible #menu-container-1>ul{display:block;width:100%;text-align:center;padding:20px;border:1px solid #f0f0f0;border-radius:3px;height:100%}.header #main-menu.visible #menu-container-1>ul li ul{position:static;background:#fff}}@media(min-width: 768px){.header #main-menu.sticky{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:50}.header #main-menu.sticky #menu-container-1>ul{justify-content:center;height:75px;align-items:center}}.header #main-menu ul{display:flex;margin:0;padding:0;justify-content:flex-end;list-style-type:none}@media(max-width: 767px){.header #main-menu ul{width:100%}}.header #main-menu ul li{position:relative;display:flex;align-items:center}.header #main-menu ul li#link-1{display:none}.header #main-menu ul li.li-level-1 a{width:calc(100% - 18px)}@media(max-width: 767px){.header #main-menu ul li.li-level-1 a{width:calc(100% - 32px);color:#000;text-align:left;border:0 solid #000}}.header #main-menu ul li.li-level-1 i{color:#fff;margin-right:10px}@media(max-width: 767px){.header #main-menu ul li.li-level-1 i{color:#000;margin-right:0}}@media(max-width: 767px){.header #main-menu ul li{justify-content:space-between;flex-wrap:wrap}}.header #main-menu ul li i{font-size:13px;margin-right:5px;display:flex;height:32px;width:32px;align-items:center;justify-content:center}@media(min-width: 768px){.header #main-menu ul li i{width:13px}}@media(max-width: 767px){.header #main-menu ul li i{margin-right:0}}.header #main-menu ul li a{display:block;padding:5px 10px;color:#000;transition:all .5s ease;font-size:15px;white-space:nowrap}@media(min-width: 992px)and (max-width: 1199px){.header #main-menu ul li a{padding:5px 6px}}.header #main-menu ul li a:hover{text-decoration:none;color:#90d4f0}@media(min-width: 768px){.header #main-menu ul li:hover>ul{display:block}}@media(max-width: 767px){.header #main-menu ul li.active>ul{display:block}}.header #main-menu ul li>ul{display:none;position:absolute;top:calc(100% - 1px);left:0;background:rgba(0,0,0,.8);z-index:50}.header #main-menu ul li>ul li a{border-bottom:1px solid #262626;color:#fff;padding:10px 25px;font-size:14px}@media(min-width: 768px){.header #main-menu ul li>ul li:hover>ul{display:block}}.header #main-menu ul li>ul li ul{position:absolute;background:rgba(0,0,0,.85);left:99%;top:0;display:none}@media(max-width: 767px){.header #main-menu ul li>ul li ul{padding-left:25px}}.header #main-menu ul li>ul li ul li a{padding-left:20px}.header #main-menu ul li>ul li ul ul{background:rgba(0,0,0,.9)}.carousel-banner .slider .item img{width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-4 .col-md-6,#scontainer-14 .col-md-6{position:relative;overflow:hidden;height:550px;margin-bottom:30px}#scontainer-4 .col-md-6 p:first-child,#scontainer-14 .col-md-6 p:first-child{display:block;height:550px;overflow:hidden}#scontainer-4 .col-md-6 img,#scontainer-14 .col-md-6 img{transition:all .5s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-4 .col-md-6:hover img,#scontainer-14 .col-md-6:hover img{transform:scale(1.1)}#scontainer-4 .col-md-6 h2,#scontainer-14 .col-md-6 h2{position:absolute;bottom:85px;font-weight:600;font-size:52px;width:calc(100% - 30px);color:#fff;text-transform:uppercase}#scontainer-4 .col-md-6 h2 a,#scontainer-14 .col-md-6 h2 a{color:#fff}#scontainer-4 .col-md-6 p,#scontainer-14 .col-md-6 p{margin:0;padding:0}#scontainer-4 .col-md-6 .btn,#scontainer-14 .col-md-6 .btn{position:absolute;bottom:35px;background:#22a9e1;color:#fff;border:0;transition:all .5s ease;transform:translateX(-50%);padding:10px 25px;border-radius:0}#scontainer-4 .col-md-6 .btn:hover,#scontainer-14 .col-md-6 .btn:hover{background:#000}#scontainer-16 .col-md-6,#scontainer-18 .col-md-6,#scontainer-20 .col-md-6,#scontainer-22 .col-md-6,#scontainer-23 .col-md-6,#scontainer-25 .col-md-6,#scontainer-26 .col-md-6,#scontainer-27 .col-md-6,#scontainer-29 .col-md-6,#scontainer-31 .col-md-6{position:relative;overflow:hidden;height:550px;margin-bottom:30px;padding-bottom:50px}#scontainer-16 .col-md-6 p:first-child,#scontainer-18 .col-md-6 p:first-child,#scontainer-20 .col-md-6 p:first-child,#scontainer-22 .col-md-6 p:first-child,#scontainer-23 .col-md-6 p:first-child,#scontainer-25 .col-md-6 p:first-child,#scontainer-26 .col-md-6 p:first-child,#scontainer-27 .col-md-6 p:first-child,#scontainer-29 .col-md-6 p:first-child,#scontainer-31 .col-md-6 p:first-child{display:block;height:550px;overflow:hidden}#scontainer-16 .col-md-6 img,#scontainer-18 .col-md-6 img,#scontainer-20 .col-md-6 img,#scontainer-22 .col-md-6 img,#scontainer-23 .col-md-6 img,#scontainer-25 .col-md-6 img,#scontainer-26 .col-md-6 img,#scontainer-27 .col-md-6 img,#scontainer-29 .col-md-6 img,#scontainer-31 .col-md-6 img{transition:all .5s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-16 .col-md-6:hover img,#scontainer-18 .col-md-6:hover img,#scontainer-20 .col-md-6:hover img,#scontainer-22 .col-md-6:hover img,#scontainer-23 .col-md-6:hover img,#scontainer-25 .col-md-6:hover img,#scontainer-26 .col-md-6:hover img,#scontainer-27 .col-md-6:hover img,#scontainer-29 .col-md-6:hover img,#scontainer-31 .col-md-6:hover img{transform:scale(1.1)}#scontainer-16 .col-md-6 h2,#scontainer-18 .col-md-6 h2,#scontainer-20 .col-md-6 h2,#scontainer-22 .col-md-6 h2,#scontainer-23 .col-md-6 h2,#scontainer-25 .col-md-6 h2,#scontainer-26 .col-md-6 h2,#scontainer-27 .col-md-6 h2,#scontainer-29 .col-md-6 h2,#scontainer-31 .col-md-6 h2{position:absolute;bottom:45px;font-weight:600;font-size:32px;width:calc(100% - 30px);color:#fff;text-transform:uppercase}#scontainer-16 .col-md-6 h2 a,#scontainer-18 .col-md-6 h2 a,#scontainer-20 .col-md-6 h2 a,#scontainer-22 .col-md-6 h2 a,#scontainer-23 .col-md-6 h2 a,#scontainer-25 .col-md-6 h2 a,#scontainer-26 .col-md-6 h2 a,#scontainer-27 .col-md-6 h2 a,#scontainer-29 .col-md-6 h2 a,#scontainer-31 .col-md-6 h2 a{color:#22a9e1}#scontainer-16 .col-md-6 p,#scontainer-18 .col-md-6 p,#scontainer-20 .col-md-6 p,#scontainer-22 .col-md-6 p,#scontainer-23 .col-md-6 p,#scontainer-25 .col-md-6 p,#scontainer-26 .col-md-6 p,#scontainer-27 .col-md-6 p,#scontainer-29 .col-md-6 p,#scontainer-31 .col-md-6 p{margin:0;padding:0}#scontainer-16 .col-md-6 .btn,#scontainer-18 .col-md-6 .btn,#scontainer-20 .col-md-6 .btn,#scontainer-22 .col-md-6 .btn,#scontainer-23 .col-md-6 .btn,#scontainer-25 .col-md-6 .btn,#scontainer-26 .col-md-6 .btn,#scontainer-27 .col-md-6 .btn,#scontainer-29 .col-md-6 .btn,#scontainer-31 .col-md-6 .btn{position:absolute;bottom:5px;background:#22a9e1;color:#fff;border:0;transition:all .5s ease;transform:translateX(-50%);padding:5px 25px;border-radius:0;font-size:15px}#scontainer-16 .col-md-6 .btn:hover,#scontainer-18 .col-md-6 .btn:hover,#scontainer-20 .col-md-6 .btn:hover,#scontainer-22 .col-md-6 .btn:hover,#scontainer-23 .col-md-6 .btn:hover,#scontainer-25 .col-md-6 .btn:hover,#scontainer-26 .col-md-6 .btn:hover,#scontainer-27 .col-md-6 .btn:hover,#scontainer-29 .col-md-6 .btn:hover,#scontainer-31 .col-md-6 .btn:hover{background:#000}.box-guarantee{color:#fff;background-image:url("/upload/filemanager/layout/box-guarantee-bg.jpg");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:50% 50%;position:relative}.box-guarantee::after{content:"";display:block;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0}.box-guarantee #scontainer-5{position:relative;z-index:10;font-size:38px;font-weight:300}@media(max-width: 575px){.box-guarantee #scontainer-5{font-size:26px}}.box-directories #scontainer-6 .col-md-3{position:relative;padding-left:0;padding-right:0;margin-left:15px;margin-right:15px;max-width:calc(25% - 30px)}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3{max-width:100%;margin-bottom:15px}}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3 h3{font-size:22px}}.box-directories #scontainer-6 .col-md-3 p{margin:0;padding:0}.box-directories #scontainer-6 .col-md-3 .text{position:absolute;top:50%;width:100%;padding:0 15px;transform:translateY(-50%);transition:all .5s ease;opacity:0}.box-directories #scontainer-6 .col-md-3 .text *{margin:0;padding:0}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3 .text p{display:none}}.box-directories #scontainer-6 .col-md-3 .text a{color:#fff}.box-directories #scontainer-6 .col-md-3 .text a:hover{text-decoration:none;color:#000}.box-directories #scontainer-6 .col-md-3 img{display:block;max-width:100% !important;position:relative;z-index:1}.box-directories #scontainer-6 .col-md-3:hover::after{height:100%;z-index:2}.box-directories #scontainer-6 .col-md-3:hover .text{z-index:10;opacity:1}.box-directories #scontainer-6 .col-md-3::after{background:#22a9e1;content:"";display:block;position:absolute;top:0;left:0;position:absolute;z-index:0;width:100%;height:0;transition:all .5s ease}.box-contact{border-top:2px solid #f0f0f0}.box-contact a,.box-main a{color:#22a9e1;transition:all .5s ease}.box-contact a:hover,.box-main a:hover{text-decoration:none;color:#000}.box-contact .nav-tabs,.box-main .nav-tabs{margin-bottom:25px}.box-contact .nav-tabs li a,.box-main .nav-tabs li a{padding:10px 20px;border:1px solid #f0f0f0;margin-bottom:-1px;display:block}.box-contact .nav-tabs li a.active,.box-main .nav-tabs li a.active{background:#22a9e1;color:#fff}.box-career{background-image:url("/upload/filemanager/layout/box-career-bg.jpg");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:0 0;box-shadow:0 0 0 0 #fff}.box-career #scontainer-9{font-size:38px;font-weight:300;color:#fff}@media(max-width: 575px){.box-career #scontainer-9{font-size:22px}}.box-career #scontainer-9 .btn{background:#22a9e1;border:0;border-radius:0;transition:all .5s ease;padding:10px 25px;min-width:200px}.box-career #scontainer-9 .btn:hover{background:#90d4f0}.box-news{background:#f0f0f0}.box-news .content{display:flex;justify-content:center;flex-wrap:wrap}.box-news .content .article{width:calc(100% - 30px);padding:0;margin:15px;overflow:hidden;height:100%;background:#fff}@media(min-width: 768px){.box-news .content .article{width:calc(33.3333333333% - 30px)}}.box-news .content .article .img{width:100%;height:250px;display:block}.box-news .content .article .img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.box-news .content .article .article-content{padding:20px}.box-news .content .article .article-content .title{font-weight:700;font-size:16px;color:#000;margin-bottom:15px;display:block}.box-news .content .article .article-content .title:hover{color:#22a9e1;text-decoration:none}.box-news .content .article .article-content .date-add{color:#000;font-size:13px;font-weight:600;text-align:left;margin-bottom:15px}.box-news .content .article .article-content .entry{color:#000;font-size:14px}.box-news .btn-more{background:#22a9e1;color:#fff;margin:25px auto 50px;font-size:14px;display:block;max-width:280px;padding:10px 25px;border-radius:0}.box-news .btn-more:hover{background:#90d4f0}.brand{overflow:hidden}.brand .item{display:flex;justify-content:center;align-items:center;width:150px;height:100px}.brand .item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brand .slick-slide,.brand .slick-track{display:flex !important;justify-content:center;align-items:center}.brand .slick-prev,.brand .slick-next{top:50%;display:none}.brand .slick-prev:before,.brand .slick-next:before{color:#22a9e1}@media(max-width: 575px){.brand .slick-prev:before,.brand .slick-next:before{opacity:0}.brand .slick-prev:before:hover,.brand .slick-next:before:hover{opacity:1}}.brand .slick-next{right:0}.brand .slick-prev{left:0;z-index:2}.box-footer{background:#363839;text-align:center;font-size:15px;color:#fff;padding-top:50px;padding-bottom:50px}.box-footer a{transition:all .5s ease;color:#fff;font-weight:600}.box-footer a:hover{text-decoration:none;color:#90d4f0}#cookie-information{padding:10px;text-align:center;font-size:12px;background:#000;color:#fff}#cookie-information a{color:#90d4f0}.box-main{border-top:1px solid #f0f0f0}#scontainer-10{background:#f0f0f0;padding:50px 25px 25px}.box-articles{background:#f0f0f0}.box-articles .box-title .title,.box-articles .article .article-title .title,.article .box-articles .article-title .title{border-bottom:2px solid #000}.article-entry{background:#fff;margin-bottom:30px;border-radius:3px;overflow:hidden;height:calc(100% - 20px)}.article-entry .img img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.article-entry .article-content{padding:20px}.article-entry .article-content .date-add{color:#000;font-size:13px;font-weight:600;text-align:left;margin-bottom:15px}.article-entry .article-content .article-title a{font-weight:700;font-size:16px;color:#000;margin-bottom:15px;display:block;transition:all .5s ease}.article-entry .article-content .article-title a:hover{color:#22a9e1;text-decoration:none}.article-entry .article-content .entry p{color:#000;font-size:13px;margin-bottom:0}.pager{display:flex;justify-content:flex-start;align-items:center;padding-inline-start:0;list-style-type:none;margin-top:50px}.pager li{color:#000;font-size:13px;margin-bottom:0;margin-right:10px}.pager li a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.pager li a img{width:15px;height:15px}.pager li a.inactive{opacity:.3;pointer-events:none}.box-content{background:#fff;padding:20px 18px}.box-content:first-child{margin-bottom:30px}.box-content h4{font-weight:600;font-size:15px;color:#000;margin-bottom:15px;display:block}.box-content ul{list-style-type:none;padding-inline-start:0}.box-content ul li{margin-bottom:10px}.box-content ul li a{color:#22a9e1;transition:all .5s ease}.box-content ul li a:hover{color:#000;text-decoration:none}.article{background:#fff;padding:25px}.article .article-title{justify-content:flex-start !important;margin-bottom:25px !important}.article .date-add{color:#000;font-size:13px;font-weight:600;margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.article .date-add img{margin-right:5px}.article .text h2{font-size:18px;font-weight:600}.article .text h3{font-size:16px;font-weight:600}.article .gallery{display:flex;flex-wrap:wrap}.article .gallery .image{width:calc(25% - 10px);margin:10px 10px 0 0;display:block;max-height:175px;border:1px solid #f0f0f0}@media(max-width: 767px){.article .gallery .image{width:calc(33.3333333333% - 10px)}}.article .gallery .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.article .social-icons{margin-bottom:20px}.article .btn-back{background:#22a9e1;color:#fff;margin:25px 0 0;font-size:14px;display:block;max-width:200px;padding:10px 25px;border-radius:0}.article .btn-back:hover{background:#90d4f0}#scontainer-12 h3{font-size:16px;font-weight:600}.article-18 .col-md-6,.article-18 .col-md-4,.article-27 .col-md-6,.article-27 .col-md-4{position:relative;overflow:hidden}.article-18 .col-md-6::after,.article-18 .col-md-4::after,.article-27 .col-md-6::after,.article-27 .col-md-4::after{content:"";display:block;background:rgba(0,0,0,.33);width:calc(100% - 30px);height:calc(100% - 15px);position:absolute;top:0;left:15px}.article-18 .col-md-6 p:first-child,.article-18 .col-md-4 p:first-child,.article-27 .col-md-6 p:first-child,.article-27 .col-md-4 p:first-child{width:100%;height:500px;display:block}.article-18 .col-md-6 img,.article-18 .col-md-4 img,.article-27 .col-md-6 img,.article-27 .col-md-4 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.article-18 .col-md-6 h2,.article-18 .col-md-4 h2,.article-27 .col-md-6 h2,.article-27 .col-md-4 h2{position:absolute;padding:0;margin:0;bottom:25px;left:25px;z-index:10}.article-18 .col-md-6 h2 a,.article-18 .col-md-4 h2 a,.article-27 .col-md-6 h2 a,.article-27 .col-md-4 h2 a{color:#fff;font-weight:300;font-size:30px}.article-miniature{position:relative;margin-bottom:30px}.article-miniature::after{content:"";display:block;background:rgba(0,0,0,.33);width:100%;height:100%;position:absolute;top:0;left:0}.article-miniature .img{display:block;height:300px}.article-miniature .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-miniature h2{position:absolute;padding:0;margin:0;bottom:25px;left:25px;z-index:10}.article-miniature h2 a{color:#fff;font-weight:300;font-size:30px;transition:all .5s ease}.article-miniature h2 a:hover{text-decoration:none;color:#22a9e1}#contact-form{font-size:14px}#contact-form .form-control{border-radius:15px;font-size:13px}#contact-form .captcha span{font-size:13px !important}#contact-form .btn{margin:0 auto;background:#22a9e1;color:#fff;text-transform:uppercase;border:0;border-radius:0;font-size:.875rem;width:175px;text-align:center;padding:10px 15px;border-radius:25px}#contact-form .btn:hover{background:#000}.alert-success{margin:0 0 50px;border:0;border-radius:0;background:#22a9e1;color:#fff}#scontainer-35,#scontainer-36,#scontainer-37{margin-top:60px}#scontainer-35 h1,#scontainer-36 h1,#scontainer-37 h1{font-size:1.6rem}#scontainer-38{max-height:calc(100vh - 141px);background:#000}#scontainer-38 .scontainer-content{height:100%}#scontainer-38 .scontainer-content p{height:100%}#scontainer-38 .scontainer-content video{width:100%;height:100%;max-height:calc(100vh - 141px);margin-bottom:-6px}/*# sourceMappingURL=style.css.map */ \ No newline at end of file +@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap";body{font-family:"Open Sans",sans-serif;font-size:15px}body.noscroll{position:fixed;overflow:hidden}.scontainer-content h2{font-size:18px;font-weight:600}.box-border{padding:25px;border:1px solid #f0f0f0;border-radius:3px}@media(max-width: 767px){.box-border{padding:15px}.box-border .col-md-3{flex:0 0 25% !important;max-width:25% !important}.box-border .col-md-9{flex:0 0 75% !important;max-width:75% !important}}.fac{display:flex;flex-wrap:wrap;align-items:center;align-self:center}.fac .row{width:100%;padding:10px 0}.fac .row p{margin-bottom:0}.box-top,#scontainer-12,#scontainer-11,.box-contact #scontainer-8,.box-main #scontainer-8{padding-top:75px}.box{padding:75px 0}@media(max-width: 767px){.box{padding:50px 0}}@media(max-width: 767px){.box{padding:25px 0}}.box .box-title,.box .article .article-title,.article .box .article-title{text-align:center;font-size:22px;position:relative;margin:0 auto 75px;display:flex;justify-content:center}@media(max-width: 767px){.box .box-title,.box .article .article-title,.article .box .article-title{margin-bottom:25px}}.box .box-title .title,.box .article .article-title .title,.article .box .article-title .title{padding-bottom:15px;border-bottom:2px solid #f0f0f0;position:relative;font-size:28px}@media(max-width: 575px){.box .box-title .title,.box .article .article-title .title,.article .box .article-title .title{font-size:22px}}.box .box-title .title::after,.box .article .article-title .title::after,.article .box .article-title .title::after{content:"";display:block;width:60%;bottom:-2px;position:absolute;left:0;border-bottom:2px solid #22a9e1}.top{background:#f0f0f0;color:#000;padding:10px 0;position:relative}.top #scontainer-1 img{margin-right:5px}.top #scontainer-2{display:flex;justify-content:flex-end}.top #scontainer-2 a{color:#000;font-size:14px}.top #scontainer-2 a:hover{text-decoration:none}.top p{margin:0}.top .language{position:absolute;top:0;right:5px;bottom:0;z-index:999}.top .language #languages{height:100%}.top .language #languages .container{height:100%}.top .language #languages .container .row{height:100%}.top .language #languages ul{display:flex;align-items:center;margin:0;padding:0;list-style:none;height:100%}.top .language #languages ul li{margin:0 5px}.top .language #languages ul li:first-child{margin-left:0}.top .language #languages ul li:last-child{margin-right:0}.top .language #languages ul li.active{display:none}.top .language #languages ul li a img{height:16px}.header{padding:25px 0}.header .logo{display:block;width:100%;max-width:387px}@media(max-width: 1199px){.header .logo{margin:0 auto 25px}}.header .logo img{width:100%;max-width:387px}.header #main-menu-btn{height:50px;width:50px;position:fixed;bottom:10px;right:10px;color:#fff;background:#000;display:none;z-index:9999;line-height:50px;cursor:pointer;border-radius:50%;align-items:center;justify-content:center;font-size:30px}@media(max-width: 767px){.header #main-menu-btn{display:flex}}.header .main-menu-container{display:flex;align-items:center;justify-content:flex-end}@media(max-width: 1199px){.header .main-menu-container{justify-content:center}}@media(max-width: 767px){.header #main-menu{display:none}.header #main-menu.visible{display:block;position:fixed;top:0;left:0;height:100%;width:100%;background:#fff;z-index:20;overflow-y:scroll}.header #main-menu.visible #menu-container-1{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.header #main-menu.visible #menu-container-1>ul{display:block;width:100%;text-align:center;padding:20px;border:1px solid #f0f0f0;border-radius:3px;height:100%}.header #main-menu.visible #menu-container-1>ul li ul{position:static;background:#fff}}@media(min-width: 768px){.header #main-menu.sticky{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:50}.header #main-menu.sticky #menu-container-1>ul{justify-content:center;height:75px;align-items:center}}.header #main-menu ul{display:flex;margin:0;padding:0;justify-content:flex-end;list-style-type:none}@media(max-width: 767px){.header #main-menu ul{width:100%}}.header #main-menu ul li{position:relative;display:flex;align-items:center}.header #main-menu ul li#link-1{display:none}.header #main-menu ul li.li-level-1 a{width:calc(100% - 18px)}@media(max-width: 767px){.header #main-menu ul li.li-level-1 a{width:calc(100% - 32px);color:#000;text-align:left;border:0 solid #000}}.header #main-menu ul li.li-level-1 i{color:#fff;margin-right:10px}@media(max-width: 767px){.header #main-menu ul li.li-level-1 i{color:#000;margin-right:0}}@media(max-width: 767px){.header #main-menu ul li{justify-content:space-between;flex-wrap:wrap}}.header #main-menu ul li i{font-size:13px;margin-right:5px;display:flex;height:32px;width:32px;align-items:center;justify-content:center}@media(min-width: 768px){.header #main-menu ul li i{width:13px}}@media(max-width: 767px){.header #main-menu ul li i{margin-right:0}}.header #main-menu ul li a{display:block;padding:5px 10px;color:#000;transition:all .5s ease;font-size:15px;white-space:nowrap}@media(min-width: 992px)and (max-width: 1199px){.header #main-menu ul li a{padding:5px 6px}}.header #main-menu ul li a:hover{text-decoration:none;color:#90d4f0}@media(min-width: 768px){.header #main-menu ul li:hover>ul{display:block}}@media(max-width: 767px){.header #main-menu ul li.active>ul{display:block}}.header #main-menu ul li>ul{display:none;position:absolute;top:calc(100% - 1px);left:0;background:rgba(0,0,0,.8);z-index:50}.header #main-menu ul li>ul li a{border-bottom:1px solid #262626;color:#fff;padding:10px 25px;font-size:14px}@media(min-width: 768px){.header #main-menu ul li>ul li:hover>ul{display:block}}.header #main-menu ul li>ul li ul{position:absolute;background:rgba(0,0,0,.85);left:99%;top:0;display:none}@media(max-width: 767px){.header #main-menu ul li>ul li ul{padding-left:25px}}.header #main-menu ul li>ul li ul li a{padding-left:20px}.header #main-menu ul li>ul li ul ul{background:rgba(0,0,0,.9)}.carousel-banner .slider .item img{width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-4 .col-md-6,#scontainer-14 .col-md-6{position:relative;overflow:hidden;height:550px;margin-bottom:30px}#scontainer-4 .col-md-6 p:first-child,#scontainer-14 .col-md-6 p:first-child{display:block;height:550px;overflow:hidden}#scontainer-4 .col-md-6 img,#scontainer-14 .col-md-6 img{transition:all .5s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-4 .col-md-6:hover img,#scontainer-14 .col-md-6:hover img{transform:scale(1.1)}#scontainer-4 .col-md-6 h2,#scontainer-14 .col-md-6 h2{position:absolute;bottom:85px;font-weight:600;font-size:52px;width:calc(100% - 30px);color:#fff;text-transform:uppercase}#scontainer-4 .col-md-6 h2 a,#scontainer-14 .col-md-6 h2 a{color:#fff}#scontainer-4 .col-md-6 p,#scontainer-14 .col-md-6 p{margin:0;padding:0}#scontainer-4 .col-md-6 .btn,#scontainer-14 .col-md-6 .btn{position:absolute;bottom:35px;background:#22a9e1;color:#fff;border:0;transition:all .5s ease;transform:translateX(-50%);padding:10px 25px;border-radius:0}#scontainer-4 .col-md-6 .btn:hover,#scontainer-14 .col-md-6 .btn:hover{background:#000}#scontainer-16 .col-md-6,#scontainer-18 .col-md-6,#scontainer-20 .col-md-6,#scontainer-22 .col-md-6,#scontainer-23 .col-md-6,#scontainer-25 .col-md-6,#scontainer-26 .col-md-6,#scontainer-27 .col-md-6,#scontainer-29 .col-md-6,#scontainer-31 .col-md-6{position:relative;overflow:hidden;height:550px;margin-bottom:30px;padding-bottom:50px}#scontainer-16 .col-md-6 p:first-child,#scontainer-18 .col-md-6 p:first-child,#scontainer-20 .col-md-6 p:first-child,#scontainer-22 .col-md-6 p:first-child,#scontainer-23 .col-md-6 p:first-child,#scontainer-25 .col-md-6 p:first-child,#scontainer-26 .col-md-6 p:first-child,#scontainer-27 .col-md-6 p:first-child,#scontainer-29 .col-md-6 p:first-child,#scontainer-31 .col-md-6 p:first-child{display:block;height:550px;overflow:hidden}#scontainer-16 .col-md-6 img,#scontainer-18 .col-md-6 img,#scontainer-20 .col-md-6 img,#scontainer-22 .col-md-6 img,#scontainer-23 .col-md-6 img,#scontainer-25 .col-md-6 img,#scontainer-26 .col-md-6 img,#scontainer-27 .col-md-6 img,#scontainer-29 .col-md-6 img,#scontainer-31 .col-md-6 img{transition:all .5s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}#scontainer-16 .col-md-6:hover img,#scontainer-18 .col-md-6:hover img,#scontainer-20 .col-md-6:hover img,#scontainer-22 .col-md-6:hover img,#scontainer-23 .col-md-6:hover img,#scontainer-25 .col-md-6:hover img,#scontainer-26 .col-md-6:hover img,#scontainer-27 .col-md-6:hover img,#scontainer-29 .col-md-6:hover img,#scontainer-31 .col-md-6:hover img{transform:scale(1.1)}#scontainer-16 .col-md-6 h2,#scontainer-18 .col-md-6 h2,#scontainer-20 .col-md-6 h2,#scontainer-22 .col-md-6 h2,#scontainer-23 .col-md-6 h2,#scontainer-25 .col-md-6 h2,#scontainer-26 .col-md-6 h2,#scontainer-27 .col-md-6 h2,#scontainer-29 .col-md-6 h2,#scontainer-31 .col-md-6 h2{position:absolute;bottom:45px;font-weight:600;font-size:32px;width:calc(100% - 30px);color:#fff;text-transform:uppercase}#scontainer-16 .col-md-6 h2 a,#scontainer-18 .col-md-6 h2 a,#scontainer-20 .col-md-6 h2 a,#scontainer-22 .col-md-6 h2 a,#scontainer-23 .col-md-6 h2 a,#scontainer-25 .col-md-6 h2 a,#scontainer-26 .col-md-6 h2 a,#scontainer-27 .col-md-6 h2 a,#scontainer-29 .col-md-6 h2 a,#scontainer-31 .col-md-6 h2 a{color:#22a9e1}#scontainer-16 .col-md-6 p,#scontainer-18 .col-md-6 p,#scontainer-20 .col-md-6 p,#scontainer-22 .col-md-6 p,#scontainer-23 .col-md-6 p,#scontainer-25 .col-md-6 p,#scontainer-26 .col-md-6 p,#scontainer-27 .col-md-6 p,#scontainer-29 .col-md-6 p,#scontainer-31 .col-md-6 p{margin:0;padding:0}#scontainer-16 .col-md-6 .btn,#scontainer-18 .col-md-6 .btn,#scontainer-20 .col-md-6 .btn,#scontainer-22 .col-md-6 .btn,#scontainer-23 .col-md-6 .btn,#scontainer-25 .col-md-6 .btn,#scontainer-26 .col-md-6 .btn,#scontainer-27 .col-md-6 .btn,#scontainer-29 .col-md-6 .btn,#scontainer-31 .col-md-6 .btn{position:absolute;bottom:5px;background:#22a9e1;color:#fff;border:0;transition:all .5s ease;transform:translateX(-50%);padding:5px 25px;border-radius:0;font-size:15px}#scontainer-16 .col-md-6 .btn:hover,#scontainer-18 .col-md-6 .btn:hover,#scontainer-20 .col-md-6 .btn:hover,#scontainer-22 .col-md-6 .btn:hover,#scontainer-23 .col-md-6 .btn:hover,#scontainer-25 .col-md-6 .btn:hover,#scontainer-26 .col-md-6 .btn:hover,#scontainer-27 .col-md-6 .btn:hover,#scontainer-29 .col-md-6 .btn:hover,#scontainer-31 .col-md-6 .btn:hover{background:#000}.box-guarantee{color:#fff;background-image:url("/upload/filemanager/layout/box-guarantee-bg.jpg");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:50% 50%;position:relative}.box-guarantee::after{content:"";display:block;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0}.box-guarantee #scontainer-5{position:relative;z-index:10;font-size:38px;font-weight:300}@media(max-width: 575px){.box-guarantee #scontainer-5{font-size:26px}}.box-directories #scontainer-6 .col-md-3{position:relative;padding-left:0;padding-right:0;margin-left:15px;margin-right:15px;max-width:calc(25% - 30px)}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3{max-width:100%;margin-bottom:15px}}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3 h3{font-size:22px}}.box-directories #scontainer-6 .col-md-3 p{margin:0;padding:0}.box-directories #scontainer-6 .col-md-3 .text{position:absolute;top:50%;width:100%;padding:0 15px;transform:translateY(-50%);transition:all .5s ease;opacity:0}.box-directories #scontainer-6 .col-md-3 .text *{margin:0;padding:0}@media(max-width: 575px){.box-directories #scontainer-6 .col-md-3 .text p{display:none}}.box-directories #scontainer-6 .col-md-3 .text a{color:#fff}.box-directories #scontainer-6 .col-md-3 .text a:hover{text-decoration:none;color:#000}.box-directories #scontainer-6 .col-md-3 img{display:block;max-width:100% !important;position:relative;z-index:1}.box-directories #scontainer-6 .col-md-3:hover::after{height:100%;z-index:2}.box-directories #scontainer-6 .col-md-3:hover .text{z-index:10;opacity:1}.box-directories #scontainer-6 .col-md-3::after{background:#22a9e1;content:"";display:block;position:absolute;top:0;left:0;position:absolute;z-index:0;width:100%;height:0;transition:all .5s ease}.box-contact{border-top:2px solid #f0f0f0}.box-contact a,.box-main a{color:#22a9e1;transition:all .5s ease}.box-contact a:hover,.box-main a:hover{text-decoration:none;color:#000}.box-contact .nav-tabs,.box-main .nav-tabs{margin-bottom:25px}.box-contact .nav-tabs li a,.box-main .nav-tabs li a{padding:10px 20px;border:1px solid #f0f0f0;margin-bottom:-1px;display:block}.box-contact .nav-tabs li a.active,.box-main .nav-tabs li a.active{background:#22a9e1;color:#fff}.box-career{background-image:url("/upload/filemanager/layout/box-career-bg.jpg");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:0 0;box-shadow:0 0 0 0 #fff}.box-career #scontainer-9{font-size:38px;font-weight:300;color:#fff}@media(max-width: 575px){.box-career #scontainer-9{font-size:22px}}.box-career #scontainer-9 .btn{background:#22a9e1;border:0;border-radius:0;transition:all .5s ease;padding:10px 25px;min-width:200px}.box-career #scontainer-9 .btn:hover{background:#90d4f0}.box-news{background:#f0f0f0}.box-news .content{display:flex;justify-content:center;flex-wrap:wrap}.box-news .content .article{width:calc(100% - 30px);padding:0;margin:15px;overflow:hidden;height:100%;background:#fff}@media(min-width: 768px){.box-news .content .article{width:calc(33.3333333333% - 30px)}}.box-news .content .article .img{width:100%;height:250px;display:block}.box-news .content .article .img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.box-news .content .article .article-content{padding:20px}.box-news .content .article .article-content .title{font-weight:700;font-size:16px;color:#000;margin-bottom:15px;display:block}.box-news .content .article .article-content .title:hover{color:#22a9e1;text-decoration:none}.box-news .content .article .article-content .date-add{color:#000;font-size:13px;font-weight:600;text-align:left;margin-bottom:15px}.box-news .content .article .article-content .entry{color:#000;font-size:14px}.box-news .btn-more{background:#22a9e1;color:#fff;margin:25px auto 50px;font-size:14px;display:block;max-width:280px;padding:10px 25px;border-radius:0}.box-news .btn-more:hover{background:#90d4f0}.brand{overflow:hidden}.brand .item{display:flex;justify-content:center;align-items:center;width:150px;height:100px}.brand .item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brand .slick-slide,.brand .slick-track{display:flex !important;justify-content:center;align-items:center}.brand .slick-prev,.brand .slick-next{top:50%;display:none}.brand .slick-prev:before,.brand .slick-next:before{color:#22a9e1}@media(max-width: 575px){.brand .slick-prev:before,.brand .slick-next:before{opacity:0}.brand .slick-prev:before:hover,.brand .slick-next:before:hover{opacity:1}}.brand .slick-next{right:0}.brand .slick-prev{left:0;z-index:2}.box-footer{background:#363839;text-align:center;font-size:15px;color:#fff;padding-top:50px;padding-bottom:50px}.box-footer a{transition:all .5s ease;color:#fff;font-weight:600}.box-footer a:hover{text-decoration:none;color:#90d4f0}#cookie-information{padding:10px;text-align:center;font-size:12px;background:#000;color:#fff}#cookie-information a{color:#90d4f0}.box-main{border-top:1px solid #f0f0f0}#scontainer-10{background:#f0f0f0;padding:50px 25px 25px}.box-articles{background:#f0f0f0}.box-articles .box-title .title,.box-articles .article .article-title .title,.article .box-articles .article-title .title{border-bottom:2px solid #000}.article-entry{background:#fff;margin-bottom:30px;border-radius:3px;overflow:hidden;height:calc(100% - 20px)}.article-entry .img img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.article-entry .article-content{padding:20px}.article-entry .article-content .date-add{color:#000;font-size:13px;font-weight:600;text-align:left;margin-bottom:15px}.article-entry .article-content .article-title a{font-weight:700;font-size:16px;color:#000;margin-bottom:15px;display:block;transition:all .5s ease}.article-entry .article-content .article-title a:hover{color:#22a9e1;text-decoration:none}.article-entry .article-content .entry p{color:#000;font-size:13px;margin-bottom:0}.pager{display:flex;justify-content:flex-start;align-items:center;padding-inline-start:0;list-style-type:none;margin-top:50px}.pager li{color:#000;font-size:13px;margin-bottom:0;margin-right:10px}.pager li a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.pager li a img{width:15px;height:15px}.pager li a.inactive{opacity:.3;pointer-events:none}.box-content{background:#fff;padding:20px 18px}.box-content:first-child{margin-bottom:30px}.box-content h4{font-weight:600;font-size:15px;color:#000;margin-bottom:15px;display:block}.box-content ul{list-style-type:none;padding-inline-start:0}.box-content ul li{margin-bottom:10px}.box-content ul li a{color:#22a9e1;transition:all .5s ease}.box-content ul li a:hover{color:#000;text-decoration:none}.article{background:#fff;padding:25px}.article .article-title{justify-content:flex-start !important;margin-bottom:25px !important}.article .date-add{color:#000;font-size:13px;font-weight:600;margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.article .date-add img{margin-right:5px}.article .text h2{font-size:18px;font-weight:600}.article .text h3{font-size:16px;font-weight:600}.article .gallery{display:flex;flex-wrap:wrap}.article .gallery .image{width:calc(25% - 10px);margin:10px 10px 0 0;display:block;max-height:175px;border:1px solid #f0f0f0}@media(max-width: 767px){.article .gallery .image{width:calc(33.3333333333% - 10px)}}.article .gallery .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.article .social-icons{margin-bottom:20px}.article .btn-back{background:#22a9e1;color:#fff;margin:25px 0 0;font-size:14px;display:block;max-width:200px;padding:10px 25px;border-radius:0}.article .btn-back:hover{background:#90d4f0}#scontainer-12 h3{font-size:16px;font-weight:600}.article-18 .col-md-6,.article-18 .col-md-4,.article-27 .col-md-6,.article-27 .col-md-4{position:relative;overflow:hidden}.article-18 .col-md-6::after,.article-18 .col-md-4::after,.article-27 .col-md-6::after,.article-27 .col-md-4::after{content:"";display:block;background:rgba(0,0,0,.33);width:calc(100% - 30px);height:calc(100% - 15px);position:absolute;top:0;left:15px}.article-18 .col-md-6 p:first-child,.article-18 .col-md-4 p:first-child,.article-27 .col-md-6 p:first-child,.article-27 .col-md-4 p:first-child{width:100%;height:500px;display:block}.article-18 .col-md-6 img,.article-18 .col-md-4 img,.article-27 .col-md-6 img,.article-27 .col-md-4 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.article-18 .col-md-6 h2,.article-18 .col-md-4 h2,.article-27 .col-md-6 h2,.article-27 .col-md-4 h2{position:absolute;padding:0;margin:0;bottom:25px;left:25px;z-index:10}.article-18 .col-md-6 h2 a,.article-18 .col-md-4 h2 a,.article-27 .col-md-6 h2 a,.article-27 .col-md-4 h2 a{color:#fff;font-weight:300;font-size:30px}.article-miniature{position:relative;margin-bottom:30px}.article-miniature::after{content:"";display:block;background:rgba(0,0,0,.33);width:100%;height:100%;position:absolute;top:0;left:0}.article-miniature .img{display:block;height:300px}.article-miniature .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-miniature h2{position:absolute;padding:0;margin:0;bottom:25px;left:25px;z-index:10}.article-miniature h2 a{color:#fff;font-weight:300;font-size:30px;transition:all .5s ease}.article-miniature h2 a:hover{text-decoration:none;color:#22a9e1}#contact-form{font-size:14px}#contact-form .form-control{border-radius:15px;font-size:13px}#contact-form .captcha span{font-size:13px !important}#contact-form .btn{margin:0 auto;background:#22a9e1;color:#fff;text-transform:uppercase;border:0;border-radius:0;font-size:.875rem;width:175px;text-align:center;padding:10px 15px;border-radius:25px}#contact-form .btn:hover{background:#000}.alert-success{margin:0 0 50px;border:0;border-radius:0;background:#22a9e1;color:#fff}#scontainer-35,#scontainer-36,#scontainer-37{margin-top:60px}#scontainer-35 h1,#scontainer-36 h1,#scontainer-37 h1{font-size:1.6rem}#scontainer-38{max-height:calc(100vh - 141px);text-align:center}#scontainer-38 .scontainer-content{height:100%}#scontainer-38 .scontainer-content p{height:100%}#scontainer-38 .scontainer-content video{width:100%;height:100%;max-height:calc(100vh - 141px);margin-bottom:-6px}.box-promo{padding-bottom:0;text-align:center}.box-promo #scontainer-39{max-width:690px;margin:0 auto}.box-promo #scontainer-39 .box-title,.box-promo #scontainer-39 .article .article-title,.article .box-promo #scontainer-39 .article-title{margin:0 auto 35px}.box-promo #scontainer-39 a{color:#22a9e1;transition:.5s}.box-promo #scontainer-39 a:hover{color:#000;text-decoration:none}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/layout/style-css/style.css.map b/layout/style-css/style.css.map index 66bba3e..daacd6c 100644 --- a/layout/style-css/style.css.map +++ b/layout/style-css/style.css.map @@ -1 +1 @@ -{"version":3,"sources":["../style-scss/style.scss","../style-scss/_mixins.scss"],"names":[],"mappings":"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","file":"style.css"} \ No newline at end of file +{"version":3,"sources":["../style-scss/style.scss","../style-scss/_mixins.scss"],"names":[],"mappings":"AAEQ,8IAAA,CAMR,KACC,kCAAA,CACA,cAAA,CAEA,cACC,cAAA,CACA,eAAA,CAKD,uBACC,cAAA,CACA,eAAA,CAIF,YACC,YAAA,CACA,wBAAA,CACA,iBAAA,CCTG,yBDMJ,YAME,YAAA,CAEA,sBAEC,uBAAA,CACA,wBAAA,CAGD,sBAEC,uBAAA,CACA,wBAAA,CAAA,CAKH,KACC,YAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CAEA,UACC,UAAA,CACA,cAAA,CAEA,YACC,eAAA,CAKH,0FACC,gBAAA,CAGD,KACC,cAAA,CCjDG,yBDgDJ,KAIE,cAAA,CAAA,CCpDE,yBDgDJ,KAQE,cAAA,CAAA,CAGD,0EACC,iBAAA,CACA,cAAA,CACA,iBAAA,CACA,kBAAA,CACA,YAAA,CACA,sBAAA,CCjEE,yBD2DH,0EASE,kBAAA,CAAA,CAGD,+FACC,mBAAA,CACA,+BAAA,CACA,iBAAA,CACA,cAAA,CC3EC,yBDuEF,+FAOE,cAAA,CAAA,CAGD,oHACC,UAAA,CACA,aAAA,CACA,SAAA,CACA,WAAA,CACA,iBAAA,CACA,MAAA,CACA,+BAAA,CAMJ,KACC,kBA/GY,CAgHZ,UA/GQ,CAgHR,cAAA,CACA,iBAAA,CAGC,uBACC,gBAAA,CAIF,mBACC,YAAA,CACA,wBAAA,CAEA,qBACC,UA9HM,CA+HN,cAAA,CAEA,2BACC,oBAAA,CAKH,OACC,QAAA,CAGD,eACC,iBAAA,CACA,KAAA,CACA,SAAA,CACA,QAAA,CACA,WAAA,CAEA,0BACC,WAAA,CAEA,qCACC,WAAA,CAEA,0CACC,WAAA,CAIF,6BACC,YAAA,CACA,kBAAA,CACA,QAAA,CACA,SAAA,CACA,eAAA,CACA,WAAA,CAEA,gCACC,YAAA,CAEA,4CACC,aAAA,CAGD,2CACC,cAAA,CAGD,uCACC,YAAA,CAIA,sCACC,WAAA,CASP,QACC,cAAA,CAEA,cACC,aAAA,CACA,UAAA,CACA,eAAA,CCtLE,0BDmLH,cAME,kBAAA,CAAA,CAGD,kBACC,UAAA,CACA,eAAA,CAIF,uBACC,WAAA,CACA,UAAA,CACA,cAAA,CACA,WAAA,CACA,UAAA,CACA,UAAA,CACA,eAxNO,CAyNP,YAAA,CACA,YAAA,CACA,gBAAA,CACA,cAAA,CAGA,iBAAA,CACA,kBAAA,CACA,sBAAA,CACA,cAAA,CCnNE,yBDkMH,uBAoBE,YAAA,CAAA,CAIF,6BACC,YAAA,CACA,kBAAA,CACA,wBAAA,CC7NE,0BD0NH,6BAME,sBAAA,CAAA,CChOC,yBDoOH,mBAEE,YAAA,CAEA,2BACC,aAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,WAAA,CACA,UAAA,CACA,eAAA,CACA,UAAA,CACA,iBAAA,CAEA,6CACC,YAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,sBAAA,CAEA,gDACC,aAAA,CACA,UAAA,CACA,iBAAA,CACA,YAAA,CACA,wBAAA,CACA,iBAAA,CACA,WAAA,CAGC,sDACC,eAAA,CACA,eAAA,CAAA,CChRJ,yBDwRF,0BAEE,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,eAAA,CACA,UAAA,CAEA,+CACC,sBAAA,CACA,WAAA,CACA,kBAAA,CAAA,CAKH,sBACC,YAAA,CACA,QAAA,CACA,SAAA,CACA,wBAAA,CACA,oBAAA,CCpSC,yBD+RF,sBAQE,UAAA,CAAA,CAGD,yBA4BC,iBAAA,CACA,YAAA,CACA,kBAAA,CA7BA,gCACC,YAAA,CAIA,sCACC,uBAAA,CCjTF,yBDgTC,sCAIE,uBAAA,CACA,UApUE,CAqUF,eAAA,CACA,mBAAA,CAAA,CAIF,sCACC,UAAA,CACA,iBAAA,CC7TF,yBD2TC,sCAKE,UA/UE,CAgVF,cAAA,CAAA,CCjUH,yBD0SD,yBAiCE,6BAAA,CACA,cAAA,CAAA,CAGD,2BACC,cAAA,CACA,gBAAA,CACA,YAAA,CACA,WAAA,CACA,UAAA,CACA,kBAAA,CACA,sBAAA,CChWD,yBDyVA,2BAUE,UAAA,CAAA,CCzVF,yBD+UA,2BAcE,cAAA,CAAA,CAIF,2BACC,aAAA,CACA,gBAAA,CACA,UAnXI,CCkDP,uBAAA,CDmUG,cAAA,CACA,kBAAA,CC5VD,gDDsVA,2BASE,eAAA,CAAA,CAGD,iCACC,oBAAA,CACA,aA7XE,CCIJ,yBD+XE,kCACC,aAAA,CAAA,CCtXH,yBD6XE,mCACC,aAAA,CAAA,CAKH,4BACC,YAAA,CACA,iBAAA,CACA,oBAAA,CACA,MAAA,CACA,yBAAA,CACA,UAAA,CAGC,iCACC,+BAAA,CACA,UAAA,CACA,iBAAA,CACA,cAAA,CC1ZH,yBD+ZI,wCACC,aAAA,CAAA,CAKH,kCACC,iBAAA,CACA,0BAAA,CACA,QAAA,CACA,KAAA,CACA,YAAA,CChaH,yBD2ZE,kCAQE,iBAAA,CAAA,CAIA,uCACC,iBAAA,CAIF,qCACC,yBAAA,CAaL,mCACC,UAAA,CAEA,mBAAA,CAAA,gBAAA,CAgBH,iDACC,iBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CAEA,6EACC,aAAA,CACA,YAAA,CACA,eAAA,CAGD,yDCtbA,uBAAA,CDwbC,WAAA,CACA,UAAA,CACA,mBAAA,CAAA,gBAAA,CAIA,qEACC,oBAAA,CAIF,uDACC,iBAAA,CACA,WAAA,CACA,eAAA,CACA,cAAA,CACA,uBAAA,CACA,UAAA,CACA,wBAAA,CAEA,2DACC,UAAA,CAIF,qDACC,QAAA,CACA,SAAA,CAGD,2DACC,iBAAA,CACA,WAAA,CACA,kBAzgBS,CA0gBT,UAAA,CACA,QAAA,CC3dD,uBAAA,CD6dC,0BAAA,CACA,iBAAA,CACA,eAAA,CAEA,uEACC,eAphBK,CAoiBR,0PACC,iBAAA,CACA,eAAA,CACA,YAAA,CACA,kBAAA,CACA,mBAAA,CAEA,sYACC,aAAA,CACA,YAAA,CACA,eAAA,CAGD,kSC/fA,uBAAA,CDigBC,WAAA,CACA,UAAA,CACA,mBAAA,CAAA,gBAAA,CAIA,8VACC,oBAAA,CAIF,wRACC,iBAAA,CACA,WAAA,CACA,eAAA,CACA,cAAA,CACA,uBAAA,CACA,UAAA,CACA,wBAAA,CAEA,4SACC,aAtkBQ,CA0kBV,8QACC,QAAA,CACA,SAAA,CAGD,4SACC,iBAAA,CACA,UAAA,CACA,kBAllBS,CAmlBT,UAAA,CACA,QAAA,CCpiBD,uBAAA,CDsiBC,0BAAA,CACA,gBAAA,CACA,eAAA,CACA,cAAA,CAEA,wWACC,eA9lBK,CAomBT,eACC,UAAA,CACA,uEAAA,CACA,2BAAA,CACA,qBAAA,CACA,2BAAA,CACA,2BAAA,CACA,iBAAA,CAEA,sBACC,UAAA,CACA,aAAA,CACA,yBAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,KAAA,CACA,MAAA,CAGD,6BACC,iBAAA,CACA,UAAA,CACA,cAAA,CACA,eAAA,CC7mBE,yBDymBH,6BAOE,cAAA,CAAA,CAOD,yCACC,iBAAA,CACA,cAAA,CACA,eAAA,CACA,gBAAA,CACA,iBAAA,CACA,0BAAA,CC7nBC,yBDunBF,yCASE,cAAA,CACA,kBAAA,CAAA,CCjoBA,yBDooBD,4CAEE,cAAA,CAAA,CAIF,2CACC,QAAA,CACA,SAAA,CAGD,+CACC,iBAAA,CACA,OAAA,CACA,UAAA,CACA,cAAA,CACA,0BAAA,CCjnBF,uBAAA,CDmnBE,SAAA,CAEA,iDACC,QAAA,CACA,SAAA,CC1pBD,yBD6pBA,iDAEE,YAAA,CAAA,CAIF,iDACC,UAAA,CAEA,uDACC,oBAAA,CACA,UAvrBG,CA4rBN,6CACC,aAAA,CACA,yBAAA,CACA,iBAAA,CACA,SAAA,CAIA,sDACC,WAAA,CACA,SAAA,CAGD,qDACC,UAAA,CACA,SAAA,CAIF,gDACC,kBA9sBQ,CA+sBR,UAAA,CACA,aAAA,CACA,iBAAA,CACA,KAAA,CACA,MAAA,CACA,iBAAA,CACA,SAAA,CACA,UAAA,CACA,QAAA,CCvqBF,uBAAA,CD8qBF,aACC,4BAAA,CASA,2BACC,aAzuBU,CCgDV,uBAAA,CD4rBA,uCACC,oBAAA,CACA,UAhvBM,CAovBR,2CACC,kBAAA,CAGC,qDACC,iBAAA,CACA,wBAAA,CACA,kBAAA,CACA,aAAA,CAEA,mEACC,kBA7vBO,CA8vBP,UAAA,CAOL,YACC,oEAAA,CACA,2BAAA,CACA,qBAAA,CACA,2BAAA,CACA,uBAAA,CACA,uBAAA,CAEA,0BACC,cAAA,CACA,eAAA,CACA,UAAA,CCnwBE,yBDgwBH,0BAME,cAAA,CAAA,CAGD,+BACC,kBAvxBS,CAwxBT,QAAA,CACA,eAAA,CCzuBD,uBAAA,CD2uBC,iBAAA,CACA,eAAA,CAEA,qCACC,kBAhyBI,CAsyBR,UACC,kBAzyBY,CA2yBZ,mBACC,YAAA,CACA,sBAAA,CACA,cAAA,CAEA,4BACC,uBAAA,CACA,SAAA,CACA,WAAA,CACA,eAAA,CACA,WAAA,CACA,eAAA,CChzBC,yBD0yBF,4BASE,iCAAA,CAAA,CAGD,iCACC,UAAA,CACA,YAAA,CACA,aAAA,CAEA,qCACC,WAAA,CACA,UAAA,CACA,mBAAA,CAAA,gBAAA,CAIF,6CACC,YAAA,CAEA,oDACC,eAAA,CACA,cAAA,CACA,UA70BI,CA80BJ,kBAAA,CACA,aAAA,CAEA,0DACC,aAh1BM,CAi1BN,oBAAA,CAIF,uDACC,UAx1BI,CAy1BJ,cAAA,CACA,eAAA,CACA,eAAA,CACA,kBAAA,CAGD,oDACC,UAh2BI,CAi2BJ,cAAA,CAMJ,oBACC,kBAt2BU,CAu2BV,UAAA,CACA,qBAAA,CACA,cAAA,CACA,aAAA,CACA,eAAA,CACA,iBAAA,CACA,eAAA,CAEA,0BACC,kBAj3BK,CAs3BR,OACC,eAAA,CAEA,aACC,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,WAAA,CACA,YAAA,CAEA,iBACC,UAAA,CACA,WAAA,CACA,qBAAA,CAAA,kBAAA,CAIF,wCAEC,uBAAA,CACA,sBAAA,CACA,kBAAA,CAGD,sCAEC,OAAA,CACA,YAAA,CAEA,oDACC,aAn5BS,CCaR,yBDq4BF,oDAIE,SAAA,CAEA,gEACC,SAAA,CAAA,CAMJ,mBACC,OAAA,CAGD,mBACC,MAAA,CACA,SAAA,CAIF,YACC,kBAAA,CACA,iBAAA,CACA,cAAA,CACA,UAAA,CACA,gBAAA,CACA,mBAAA,CAEA,cCj4BC,uBAAA,CDm4BA,UAAA,CACA,eAAA,CAEA,oBACC,oBAAA,CACA,aAz7BK,CA87BR,oBACC,YAAA,CACA,iBAAA,CACA,cAAA,CACA,eAn8BQ,CAo8BR,UAAA,CAEA,sBACC,aAt8BM,CA08BR,UACC,4BAAA,CAGD,eACC,kBAj9BY,CAk9BZ,sBAAA,CAOD,cACC,kBA19BY,CA69BX,0HACC,4BAAA,CAKH,eACC,eAAA,CACA,kBAAA,CACA,iBAAA,CACA,eAAA,CACA,wBAAA,CAGC,wBACC,UAAA,CACA,YAAA,CACA,mBAAA,CAAA,gBAAA,CAIF,gCACC,YAAA,CAEA,0CACC,UAr/BM,CAs/BN,cAAA,CACA,eAAA,CACA,eAAA,CACA,kBAAA,CAIA,iDACC,eAAA,CACA,cAAA,CACA,UAhgCK,CAigCL,kBAAA,CACA,aAAA,CCh9BF,uBAAA,CDm9BE,uDACC,aApgCO,CAqgCP,oBAAA,CAMF,yCACC,UA9gCK,CA+gCL,cAAA,CACA,eAAA,CAMJ,OACC,YAAA,CACA,0BAAA,CACA,kBAAA,CACA,sBAAA,CACA,oBAAA,CACA,eAAA,CAEA,UACC,UA/hCO,CAgiCP,cAAA,CACA,eAAA,CACA,iBAAA,CAEA,YACC,UAAA,CACA,WAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,kBA3iCU,CA6iCV,gBACC,UAAA,CACA,WAAA,CAGD,qBACC,UAAA,CACA,mBAAA,CAMJ,aACC,eAAA,CACA,iBAAA,CAEA,yBACC,kBAAA,CAGD,gBACC,eAAA,CACA,cAAA,CACA,UApkCO,CAqkCP,kBAAA,CACA,aAAA,CAGD,gBACC,oBAAA,CACA,sBAAA,CAEA,mBACC,kBAAA,CAEA,qBACC,aA/kCQ,CCgDV,uBAAA,CDkiCE,2BACC,UArlCI,CAslCJ,oBAAA,CAOL,SACC,eAAA,CACA,YAAA,CAEA,wBAEC,qCAAA,CACA,6BAAA,CAGD,mBACC,UAxmCO,CAymCP,cAAA,CACA,eAAA,CACA,kBAAA,CACA,YAAA,CACA,kBAAA,CACA,0BAAA,CAEA,uBACC,gBAAA,CAKD,kBACC,cAAA,CACA,eAAA,CAGD,kBACC,cAAA,CACA,eAAA,CAIF,kBACC,YAAA,CACA,cAAA,CAEA,yBACC,sBAAA,CACA,oBAAA,CACA,aAAA,CACA,gBAAA,CACA,wBAAA,CC3nCC,yBDsnCF,yBAQE,iCAAA,CAAA,CAGD,6BACC,UAAA,CACA,WAAA,CACA,qBAAA,CAAA,kBAAA,CACA,yBAAA,CAAA,sBAAA,CAKH,uBACC,kBAAA,CAGD,mBACC,kBA5pCU,CA6pCV,UAAA,CACA,eAAA,CACA,cAAA,CACA,aAAA,CACA,eAAA,CACA,iBAAA,CACA,eAAA,CAEA,yBACC,kBAvqCK,CA+qCP,kBACC,cAAA,CACA,eAAA,CAMD,wFAEC,iBAAA,CACA,eAAA,CAEA,oHACC,UAAA,CACA,aAAA,CACA,0BAAA,CACA,uBAAA,CACA,wBAAA,CACA,iBAAA,CACA,KAAA,CACA,SAAA,CAGD,gJACC,UAAA,CACA,YAAA,CACA,aAAA,CAGD,wGACC,UAAA,CACA,WAAA,CACA,mBAAA,CAAA,gBAAA,CACA,yBAAA,CAAA,sBAAA,CAGD,oGACC,iBAAA,CACA,SAAA,CACA,QAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CAEA,4GACC,UAAA,CACA,eAAA,CACA,cAAA,CAMJ,mBACC,iBAAA,CACA,kBAAA,CAEA,0BACC,UAAA,CACA,aAAA,CACA,0BAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,KAAA,CACA,MAAA,CAGD,wBACC,aAAA,CACA,YAAA,CAEA,4BACC,UAAA,CACA,WAAA,CACA,mBAAA,CAAA,gBAAA,CAIF,sBACC,iBAAA,CACA,SAAA,CACA,QAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CAEA,wBACC,UAAA,CACA,eAAA,CACA,cAAA,CCztCD,uBAAA,CD4tCC,8BACC,oBAAA,CACA,aA9wCQ,CAoxCZ,cACC,cAAA,CAKA,4BACC,kBAAA,CACA,cAAA,CAGD,4BACC,yBAAA,CAGD,mBACC,aAAA,CACA,kBAryCU,CAsyCV,UAAA,CACA,wBAAA,CACA,QAAA,CACA,eAAA,CACA,iBAAA,CACA,WAAA,CACA,iBAAA,CACA,iBAAA,CACA,kBAAA,CAEA,yBACC,eAnzCM,CAwzCT,eACC,eAAA,CACA,QAAA,CACA,eAAA,CACA,kBA1zCW,CA2zCX,UAAA,CAID,6CAGC,eAAA,CAEA,sDACC,gBAAA,CAIF,eACC,8BAAA,CAEA,iBAAA,CAEA,mCACC,WAAA,CAEA,qCACC,WAAA,CAED,yCACC,UAAA,CACA,WAAA,CACA,8BAAA,CACA,kBAAA,CAKH,WACC,gBAAA,CACA,iBAAA,CAEA,0BACC,eAAA,CACA,aAAA,CAEA,yIACC,kBAAA,CAGD,4BACC,aAAA,CACA,cAAA,CAEA,kCACC,UAAA,CACA,oBAAA","file":"style.css"} \ No newline at end of file diff --git a/layout/style-scss/style.scss b/layout/style-scss/style.scss index 13020ea..9464b29 100644 --- a/layout/style-scss/style.scss +++ b/layout/style-scss/style.scss @@ -1,13 +1,13 @@ // out: ../style-css/style.css, compress: true, sourceMap: true -@import "_mixins"; -@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"); +@import '_mixins'; +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); $cGrayLight: #f0f0f0; $cBlack: #000; $cBlue: #90d4f0; $cBlueDark: #22a9e1; body { - font-family: "Open Sans", sans-serif; + font-family: 'Open Sans', sans-serif; font-size: 15px; &.noscroll { @@ -99,7 +99,7 @@ body { } &::after { - content: ""; + content: ''; display: block; width: 60%; bottom: -2px; @@ -616,7 +616,7 @@ body { .box-guarantee { color: #ffffff; - background-image: url("/upload/filemanager/layout/box-guarantee-bg.jpg"); + background-image: url('/upload/filemanager/layout/box-guarantee-bg.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; @@ -624,7 +624,7 @@ body { position: relative; &::after { - content: ""; + content: ''; display: block; background: rgba(0, 0, 0, 0.5); width: 100%; @@ -723,7 +723,7 @@ body { &::after { background: $cBlueDark; - content: ""; + content: ''; display: block; position: absolute; top: 0; @@ -778,7 +778,7 @@ body { } .box-career { - background-image: url("/upload/filemanager/layout/box-career-bg.jpg"); + background-image: url('/upload/filemanager/layout/box-career-bg.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; @@ -1216,7 +1216,7 @@ body { overflow: hidden; &::after { - content: ""; + content: ''; display: block; background: rgba(0, 0, 0, 0.33); width: calc(100% - 30px); @@ -1261,7 +1261,7 @@ body { margin-bottom: 30px; &::after { - content: ""; + content: ''; display: block; background: rgba(0, 0, 0, 0.33); width: 100%; @@ -1359,7 +1359,8 @@ body { #scontainer-38 { max-height: calc(100vh - 141px); - background: #000; + // background: #000; + text-align: center; .scontainer-content { height: 100%; @@ -1375,3 +1376,27 @@ body { } } } + +.box-promo { + padding-bottom: 0; + text-align: center; + + #scontainer-39 { + max-width: 690px; + margin: 0 auto; + + .box-title { + margin: 0 auto 35px; + } + + a { + color: rgb(34, 169, 225); + transition: 0.5s; + + &:hover { + color: #000; + text-decoration: none; + } + } + } +}