@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Michroma&display=swap);html{min-width:290px;max-width:100vw;width:100%;margin:0 auto;scroll-behavior:smooth;font-size:16px;overflow:hidden;overflow-y:auto}html *{outline:0!important;margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0;border-radius:0}::-webkit-scrollbar-thumb{width:8px;background:#27282b;border:1px solid #27282b;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#27282b;border:1px solid #27282b}::-moz-selection{background:#27282b;color:#fff}h1{font-style:normal;font-weight:500;line-height:105%;letter-spacing:.5px;font-family:Michroma,sans-serif}h2{font-style:normal;font-weight:500;line-height:114%;font-family:Michroma,sans-serif}h3{font-family:"Inter Tight",sans-serif,sans-serif;font-style:normal;font-weight:600;line-height:120%}h4{font-style:normal;font-weight:600;line-height:120%}a{color:#27282b;text-decoration:none}a:hover{color:#ff952f;text-decoration:none}p{font-size:16px;color:#7b7e86;line-height:1.5;font-weight:400}legend{line-height:130%}label{line-height:130%}button{border:none;outline:0;cursor:pointer}input[type=color].form-control,input[type=date].form-control,input[type=datetime-local].form-control,input[type=datetime].form-control,input[type=email].form-control,input[type=month].form-control,input[type=number].form-control,input[type=password].form-control,input[type=search].form-control,input[type=tel].form-control,input[type=text].form-control,input[type=time].form-control,input[type=url].form-control,input[type=week].form-control,select.form-control,textarea.form-control{font-size:16px;line-height:130%}input,textarea{font-style:normal}body{max-width:100vw;font-family:"Inter Tight",sans-serif,sans-serif;font-size:16px;line-height:1.5rem;width:clamp(280px,100%,100vw);min-height:100vh;margin:0 auto;z-index:1;padding:0;box-sizing:border-box}body:before{content:"";transition:.3s ease-in-out}body.menu-open:before{content:"";position:fixed;display:block;width:100%;height:100vh;background:#27282b;opacity:.6;top:0;left:0;z-index:8}body *{box-sizing:border-box}body.page-template-home-page{overflow:hidden;overflow-y:auto}.container{width:95%;max-width:1462px;margin:0 auto}.base-btn{padding:16px 24px;font-size:16px;color:#fff;text-align:center;font-style:normal;font-weight:400;line-height:1;border-radius:58px;transition:all .4s ease-in-out;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#ff952f}.base-btn:after{content:url(../../assets/images/common/arrow-down.svg);margin-left:5px;display:inline-block;transition:all .4s ease-in-out;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-bottom:-2px}.base-btn.base-btn_no-arrow::after{display:none}.base-btn:hover{color:#fff;background:#c9772b}@media screen and (width <= 600px){.base-btn{width:100%}}.base-title{color:#27282b;line-height:1.3;font-size:54px;margin-bottom:16px}@media screen and (width <= 1100px){.base-title{font-size:38px}}.subtitle{font-size:16px;color:#7b7e86;line-height:1.5;font-weight:400;max-width:50%}@media screen and (width <= 890px){.subtitle{max-width:100%}}.pre-title{font-size:14px;font-weight:500;color:#ff952f;margin-bottom:16px}.page-wrapper{padding-top:140px}@media screen and (width <= 1100px){.page-wrapper{padding-top:90px}}header{padding:24px 0;position:fixed;top:0;width:100%;transition:all .4s ease-in-out;z-index:9}header.black-header .header-logo>:first-child{display:none}header.black-header .header-logo>:last-child{display:block}header.black-header .header_menu_info-list>li>a,header.black-header .language-dropdown_wrap span{color:#27282b}header.black-header .header_menu_info-list>li:has(.sub-menu):after,header.black-header .language-dropdown_wrap:after{content:url(../../assets/images/common/arrow-down-black.svg)}header.black-header.dark-background .header-logo>:last-child{display:none}header.black-header.dark-background .header-logo>:first-child{display:block}header.black-header.dark-background .header_menu_info-list>li>a,header.black-header.dark-background .language-dropdown_wrap span{color:#fff}header.black-header.dark-background .header_menu_info-list>li>a:hover,header.black-header.dark-background .language-dropdown_wrap span:hover{color:#ff952f}header.black-header.dark-background .header_menu_info-list>li:has(.sub-menu):after,header.black-header.dark-background .language-dropdown_wrap:after{content:url(../../assets/images/common/arrow-down.svg)}header.dark-background{padding:8px 0}header.dark-background>*{position:relative;z-index:1}header.dark-background .header-button_wrap{position:relative;z-index:1}header.dark-background::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(39,40,43,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0}header.dark-background .base-btn{margin:-8px 0}header.dark-background .header-logo{-webkit-transform:translateX(-26px) scale(.8);transform:translateX(-26px) scale(.8)}@media screen and (width <= 860px){header.dark-background .header-logo{-webkit-transform:translateX(-16px) scale(.8);transform:translateX(-16px) scale(.8)}}header .header-logo>:last-child{display:none}header .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}header .header-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}header .header_menu_info-list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0;list-style:none;position:relative;margin-right:24px}header .header_menu_info-list>li:not(:last-child){margin-right:24px}header .header_menu_info-list>li a{color:#fff;font-size:16px}header .header_menu_info-list>li a:hover{color:#ff952f}header .header_menu_info-list>li:has(.sub-menu):after{content:url(../../assets/images/common/arrow-down.svg);margin-left:5px;margin-bottom:-2px;display:inline-block;transition:all .4s ease-in-out}header .header_menu_info-list>li:has(.sub-menu):hover .sub-menu{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px);visibility:visible}header .header_menu_info-list>li:has(.sub-menu):hover::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .header_menu_info-list ul{padding:0;list-style:none;position:absolute}header .header_menu_info-list .sub-menu{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);visibility:hidden;transition:all .4s ease-in-out;padding:36px;box-shadow:0 5px 5px 0 rgba(0,0,0,.05);background:#fff}header .header_menu_info-list .sub-menu a{color:#27282b;font-size:16px}header .header_menu_info-list .sub-menu a:hover{color:#ff952f}header .header_menu_info-list .sub-menu li:not(:last-child){margin-bottom:24px}header a{transition:all .4s ease-in-out}header .language-dropdown_wrap{position:relative;margin-left:24px}header .language-dropdown_wrap span{color:#fff;cursor:pointer;transition:all .4s ease-in-out;text-transform:capitalize}header .language-dropdown_wrap span:hover{color:#ff952f}header .language-dropdown_wrap:after{content:url(../../assets/images/common/arrow-down.svg);margin-left:5px;margin-bottom:-2px;display:inline-block;transition:all .4s ease-in-out}header .language-dropdown_wrap:hover ul{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px);visibility:visible}header .language-dropdown_wrap:hover::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .language-dropdown_wrap .localisation-flag{margin-right:5px}header .language-dropdown_wrap .localisation-flag img{width:16px!important;height:16px!important;border-radius:50%;margin-bottom:-2px}header .language-dropdown_wrap ul{padding:0;list-style:none;position:absolute;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);visibility:hidden;transition:all .4s ease-in-out;padding:36px;box-shadow:0 5px 5px 0 rgba(0,0,0,.05);background:#fff}header .language-dropdown_wrap ul a{color:#27282b;font-size:16px}header .language-dropdown_wrap ul a:hover{color:#ff952f}header .language-dropdown_wrap ul li:not(:last-child){margin-bottom:24px}.mobile-burger-button{display:none}.mobile-menu{display:none}.language-dropdown_wrap svg{display:none}@media screen and (width <= 1150px){header{padding:20px 0;z-index:9999}header>*{position:relative;z-index:1}header::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(39,40,43,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0}header .header-menu .header-button_wrap,header .header-menu .header_menu_info-list{display:none}header .header-logo{max-width:35%}header .header-logo a{max-width:100%}header .header-logo a img{max-width:100%}header .language-dropdown_wrap svg{display:block}header .language-dropdown_wrap::after{display:none}header .language-dropdown_wrap .page-header__localisation-text{display:none}header .language-dropdown_wrap ul{right:0}header .mobile-burger-button{display:block;background:0 0;border:none;margin-left:30px}header .mobile-menu{display:block;position:fixed;right:-100%;top:0;opacity:0;visibility:hidden;transition:all .3s linear;width:100%;max-width:560px;height:100dvh;overflow:hidden;overflow-y:auto;background:#27282b;z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding:90px 20px}header .mobile-menu.active{right:0;opacity:1;visibility:visible}header .mobile-menu .close-menu{background:0 0;border:none;margin:-25px 0 0 auto}header .mobile-menu .header_menu_info-list{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}header .mobile-menu .header_menu_info-list li{margin-bottom:32px;width:100%}header .mobile-menu .header_menu_info-list li .sub-menu{position:relative;background:#27282b;height:0;padding:0 15px;width:100%}header .mobile-menu .header_menu_info-list li:hover .sub-menu{opacity:1;visibility:visible;height:auto;padding:15px}header .mobile-menu .header_menu_info-list li:hover .sub-menu a{color:#fff}header .mobile-menu .header_menu_info-list a{font-size:32px;color:#fff}header .mobile-menu .header_menu_info-list>li:has(.sub-menu):after{position:absolute;top:0;left:40%}header .mobile-menu .header-button_wrap{width:100%;margin:50px 0 auto}header .mobile-menu .header-button_wrap .base-btn{width:100%}header .mobile-menu .menu-social-row{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}header .mobile-menu .menu-social-row h4{color:#fff;font-size:16px}header .mobile-menu .menu-social-row .social-media-link{margin-left:10px}header .mobile-menu .menu-social-row .social-media-link svg{width:32px;height:32px}header .mobile-menu .menu-social-row .social-media-link svg *{fill:#fff}header.black-header .header-logo>:first-child{display:block}header.black-header .header-logo>:last-child{display:none}header.black-header .header_menu_info-list>li>a,header.black-header .language-dropdown_wrap span{color:#fff}header.black-header .header_menu_info-list>li:has(.sub-menu):after,header.black-header .language-dropdown_wrap:after{content:url(../../assets/images/common/arrow-down.svg)}}@media screen and (width <= 550px){header .mobile-menu{right:0;top:-100%}header .mobile-menu.active{top:0}}footer{background:#f4f4f4;padding:60px 0}footer .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}footer .container:last-child{border-top:1px solid #d9d9d9;padding-top:40px;margin-top:40px;font-size:16px;color:#7b7e86}footer .container:last-child a{font-size:16px;color:#7b7e86}footer .container:last-child a svg{margin-left:5px}footer .container:last-child a:hover{color:#ff952f}footer .container:last-child .powered-text a{font-size:14px}footer .container:last-child .powered-text a:hover{color:#1b22f6}footer .container:last-child .powered-text a:hover svg *{fill:#1b22f6!important}footer .container ul{list-style:none;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}footer .container ul li:not(:last-child){margin-right:24px}footer .container ul li:not(:last-child) a{font-size:16px}@media screen and (width <= 760px){footer .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}footer .container:last-child{padding-top:24px;margin-top:24px}footer .container ul{margin:24px 0}}@media screen and (width <= 560px){footer .container ul{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}footer .container ul li:not(:last-child){margin-bottom:24px}footer .footer-logo_wrap{max-width:80%}footer .footer-logo_wrap img{max-width:100%}}.main-slider .swiper-slide-active img{-webkit-animation:90s scale ease infinite;animation:90s scale ease infinite}@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.banner{width:100%;position:relative}.banner .banner-item-wrap{width:100%;min-height:860px;max-height:860px;overflow:hidden;background:#000;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.banner .banner-item-wrap>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;-webkit-animation:90s scale ease infinite;animation:90s scale ease infinite}.banner .banner-content{position:relative;z-index:1;max-width:595px}@media screen and (width <= 860px){.banner .banner-content{max-width:100%;width:100%}}.banner .banner-content .category-link{color:#ff952f;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.banner .banner-content .category-link:after{content:url(../../assets/images/common/arrow-orange.svg);margin-left:5px;display:inline-block;margin-bottom:-5px}.banner .banner-content .base-title{font-size:60px;color:#fff;line-height:1.3;margin:10px 0 24px}@media screen and (width <= 860px){.banner .banner-content .base-title{font-size:38px}}.banner .banner-content h4{font-size:16px;margin-bottom:60px;color:#fff;max-width:65%;line-height:1.5;font-weight:400}.banner .slide .banner-content{opacity:0;-webkit-transform:translateX(15px);transform:translateX(15px);transition-delay:.6s;transition:all .5s linear}.banner .slide.swiper-slide-active .banner-content{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.banner .swiper-pagination-bullets{bottom:-6px!important}.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin:0!important;width:25%!important;height:6px!important;display:-ms-inline-flexbox;display:inline-flex;border-radius:0!important;background:#fff!important;opacity:.5!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff952f!important;opacity:1!important}.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active a{pointer-events:all}.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active a:hover{color:#ff952f}.banner .swiper-pagination-bullets .swiper-pagination-bullet a{position:absolute;bottom:16px;color:#fff;font-weight:500;pointer-events:none}@media screen and (width <= 860px){.banner .swiper-pagination-bullets .swiper-pagination-bullet a{display:none}}.our-client-section{margin:120px 0}@media screen and (width <= 860px){.our-client-section{margin:75px 0}}.our-client-section .container{background:url(../../assets/images/common/our_client_bg.png) center/cover no-repeat;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:10% 110px}@media screen and (width <= 1100px){.our-client-section .container{padding:10% 5%}}@media screen and (width <= 860px){.our-client-section .container{-ms-flex-direction:column;flex-direction:column}}.our-client-section .content-wrap{width:100%;max-width:593px}.our-client-section .content-wrap .subtitle{max-width:80%;margin-bottom:45px}.our-client-section .client-slider-wrap{width:auto;max-width:50%;margin:0 0 0 24px;overflow:hidden;padding:0 0 1px 1px}@media screen and (width <= 860px){.our-client-section .client-slider-wrap{width:106%;max-width:106%;margin:24px 0 0 11%}}.our-client-section .client-slider-wrap .our-client-item-wrap{background:#fff;border:1px solid rgba(0,0,0,.1);margin:0 -1px -1px 0;height:175px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.our-client-section .client-slider-wrap .our-client-item-wrap img{overflow:hidden;max-width:90%;max-height:90%;-webkit-filter:grayscale(100%) brightness(80%);filter:grayscale(100%) brightness(80%);transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}.our-client-section .client-slider-wrap .our-client-item-wrap:hover img{-webkit-filter:grayscale(0) brightness(100%);filter:grayscale(0) brightness(100%)}.container>.row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;margin:35px -12px}@media screen and (width <= 1100px){.container>.row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.main-service-item{-ms-flex:1 0 23%;flex:1 0 23%;background:#f4f4f4;padding:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transition:all .3s ease-in;margin:0 12px 24px}@media screen and (width <= 1100px){.main-service-item{-ms-flex:1 0 40%;flex:1 0 40%}}@media screen and (width <= 600px){.main-service-item{-ms-flex:1 0 90%;flex:1 0 90%}}.main-service-item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.main-service-item .preview-image{height:300px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.main-service-item .preview-image img{width:100%;object-fit:cover}.main-service-item h3{font-size:24px;font-weight:500;margin:24px 0 16px;transition:all .3s ease-in}.main-service-item p{color:#7b7e86;margin-bottom:auto;max-width:90%}.main-service-item a{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:24px}@media screen and (width <= 600px){.main-service-item a{width:100%;max-width:100%}}.contact-section{padding:60px 0;position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (width <= 1100px){.contact-section{padding:0 0 60px}}@media screen and (width <= 890px){.contact-section{padding:0 0 70%}}.contact-section .contact_image{position:absolute;right:0;z-index:-1;max-width:60%;bottom:0}.contact-section .contact_image img{width:100%;margin-bottom:-5px}@media screen and (width <= 890px){.contact-section .contact_image{max-width:110%;width:115%}}.contact-section .contact-col{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.contact-section .contact-col .base-title{margin-bottom:60px}.contact-section .contact-col:has(.subtitle) .base-title{margin-bottom:24px}.contact-section .contact-col:has(.subtitle) .subtitle{margin-bottom:60px}.contact-section .contact-col h3{margin-top:30px;margin-bottom:18px;font-size:18px}.contact-section .contact-col address{font-family:Michroma,sans-serif;font-size:24px;margin-bottom:22px;transition:all .3s ease-in-out;line-height:1.5;display:inline-block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-style:normal}@media screen and (width <= 1100px){.contact-section .contact-col address{font-size:21px}}.contact-section .contact-col a.email-link,.contact-section .contact-col a.phone-link{font-family:Michroma,sans-serif;font-size:38px;margin-bottom:22px;transition:all .3s ease-in-out;line-height:1;display:inline-block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media screen and (width <= 1100px){.contact-section .contact-col a.email-link,.contact-section .contact-col a.phone-link{font-size:21px}}.contact-section .contact-col h4{margin-top:60px;margin-bottom:24px;font-size:16px;font-weight:400}.contact-section .contact-col .social-media-row a{margin-right:32px}.contact-section .contact-col .social-media-row a svg *{fill:#27282b;transition:all .3s ease-in-out}.contact-section .contact-col .social-media-row a:hover svg *{fill:#ff952f}.contact-form-section{margin:30px 0 80px;position:relative;z-index:1}.contact-form-section .container{background:#27282b;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:125px 10% 110px}@media screen and (width <= 1100px){.contact-form-section .container{padding:75px 5% 75px}}@media screen and (width <= 860px){.contact-form-section .container{-ms-flex-direction:column;flex-direction:column}}.contact-form-section .base-title,.contact-form-section .subtitle{color:#fff;max-width:100%}.contact-form-section .content-wrap{max-width:446px}@media screen and (width <= 860px){.contact-form-section .content-wrap{max-width:100%;margin-bottom:54px}}.contact-form-section .form-wrap{max-width:480px}@media screen and (width <= 860px){.contact-form-section .form-wrap{max-width:100%}}.contact-form-section .form-wrap input{width:100%;padding:10px;margin-bottom:16px;color:#fff;border:none;border-bottom:1px solid rgba(255,255,255,.5);font-size:14px;background:0 0}.contact-form-section .form-wrap input::-webkit-input-placeholder{color:#fff}.contact-form-section .form-wrap input:-ms-input-placeholder{color:#fff}.contact-form-section .form-wrap input::-ms-input-placeholder{color:#fff}.contact-form-section .form-wrap input::placeholder{color:#fff}.contact-form-section .form-wrap h3{color:#fff;font-weight:400;font-size:14px;padding-left:10px}.contact-form-section .form-wrap .wpcf7-checkbox{border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:10px;padding-left:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form-section .form-wrap .wpcf7-checkbox .wpcf7-list-item{display:inline-block;margin:0 8px 0 0}.contact-form-section .form-wrap .wpcf7-checkbox label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;color:#fff;font-size:14px;margin-top:10px;cursor:pointer}.contact-form-section .form-wrap .wpcf7-checkbox label input[type=checkbox]{display:none}.contact-form-section .form-wrap .wpcf7-checkbox label span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.contact-form-section .form-wrap .wpcf7-checkbox label span::before{content:"";width:16px;height:16px;border:1px solid #fff;border-radius:4px;background-color:rgba(255,255,255,.5);display:inline-block;margin-right:8px;transition:background .2s,border .2s}.contact-form-section .form-wrap .wpcf7-checkbox label input[type=checkbox]:checked+span::before{background-color:#ff952f;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="14" height="14"><path fill="white" d="M20.285 6.293a1 1 0 0 1 1.43 1.406l-10 10.007a1 1 0 0 1-1.43 0l-5-5.003a1 1 0 1 1 1.43-1.406l4.285 4.288 9.285-9.292z"></path></svg>');background-repeat:no-repeat;background-position:center;border-color:#ff952f}.contact-form-section .form-wrap .base-btn{margin-top:30px;cursor:pointer}.contact-form-section .form-wrap .base-btn::after{display:none}.breadcrumbs{margin-bottom:50px}.breadcrumbs img{margin:0 12px}.breadcrumbs span a{color:#7b7e86}.breadcrumbs span a:hover{color:#ff952f}@media screen and (width <= 1100px){.breadcrumbs{margin-bottom:50px}}.banner-item-wrap .breadcrumbs{width:95%;max-width:1462px;margin:0 auto;position:absolute;top:140px}@media screen and (width <= 890px){.banner-item-wrap .breadcrumbs{top:90px}}.banner-item-wrap .breadcrumbs span{color:#7b7e86}.banner-item-wrap .breadcrumbs span a{color:#fff}.banner-item-wrap .breadcrumbs span a:hover{color:#ff952f}.banner-content{position:relative}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border:none;color:#fff}.about-us-description{margin:120px 0}@media screen and (width <= 860px){.about-us-description{margin:75px 0}}.about-us-description .container{padding:80px 10% 60px;background:url(../../assets/images/common/our_client_bg.png) center/cover no-repeat}.about-us-description .container .base-title{margin-bottom:80px}@media screen and (width <= 1100px){.about-us-description .container{padding:30px 5% 30px}}.about-us-mission{margin:40px 0 45px}.about-us-mission .container{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}@media screen and (width <= 1100px){.about-us-mission .container{padding:30px 5% 30px}}@media screen and (width <= 860px){.about-us-mission .container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.about-us-mission .mission-image{max-width:45%;position:relative;background:#f4f4f4;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:24px}@media screen and (width <= 860px){.about-us-mission .mission-image{max-width:100%;width:100%;margin-bottom:24px}}.about-us-mission .mission-image img{max-width:70%;object-fit:cover}.about-us-mission .mission-image .mission-image-content{position:absolute;left:24px;bottom:24px;padding:24px}.about-us-mission .mission-image .mission-image-content::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(244,244,244,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0}.about-us-mission .mission-image .mission-image-content h3{font-size:24px;line-height:1.5;margin-bottom:4px;position:relative}.about-us-mission .mission-image .mission-image-content p{position:relative}.about-us-mission .mission-content{max-width:50%}@media screen and (width <= 860px){.about-us-mission .mission-content{max-width:100%;width:100%}}.about-us-team{margin:60px 0;background:#27282b;padding:80px 0}.about-us-team .container{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}@media screen and (width <= 860px){.about-us-team .container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.about-us-team .mission-content{max-width:40%}@media screen and (width <= 860px){.about-us-team .mission-content{max-width:100%;margin-bottom:42px}}.about-us-team .mission-content .base-title{color:#fff;margin-bottom:80px}@media screen and (width <= 860px){.about-us-team .mission-content .base-title{margin-bottom:42px}}.about-us-team .mission-content p{margin-bottom:50px}@media screen and (width <= 860px){.about-us-team .mission-content p{margin-bottom:24px}}.about-us-team .mission-content .team-count{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#ff952f;font-weight:600;font-size:16px}.about-us-team .mission-content .team-count svg{margin-right:5px}.about-us-team .team-members_slider{max-width:50%;overflow:hidden;position:relative;padding-bottom:30px}@media screen and (width <= 860px){.about-us-team .team-members_slider{max-width:100%}}.about-us-team .team-members_slider::after{content:"";position:absolute;width:15%;height:100%;top:0;right:0;background:linear-gradient(to right,transparent 0,#27282b 100%);z-index:1}.about-us-team .team-members_slider .swiper-wrapper{width:100%}.about-us-team .team-members_slider .team-members_slide{position:relative}.about-us-team .team-members_slider .team-members_slide img{width:100%;max-width:100%;object-fit:cover}.about-us-team .team-members_slider .team-members_slide .content-wrap{position:absolute;padding:24px;bottom:0;width:100%}.about-us-team .team-members_slider .team-members_slide .content-wrap::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(75,77,82,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0}.about-us-team .team-members_slider .team-members_slide .content-wrap h3{color:#fff;font-size:16px;margin-bottom:5px;line-height:1.5;z-index:1;position:relative}.about-us-team .team-members_slider .team-members_slide .content-wrap p{color:#fff;font-weight:400;font-size:14px;z-index:1;position:relative}.about-us-team .team-members_slider .swiper-horizontal>.swiper-pagination-bullets,.about-us-team .team-members_slider .swiper-pagination-bullets.swiper-pagination-horizontal,.about-us-team .team-members_slider .swiper-pagination-custom,.about-us-team .team-members_slider .swiper-pagination-fraction{bottom:0;text-align:left}.about-us-team .team-members_slider .swiper-pagination-bullet{background:#7b7e86;border-radius:0;width:24px;height:6px}.about-us-team .team-members_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff952f;width:36px}.advantages-slider_section{max-width:100%;overflow:hidden;margin:120px 0 95px}@media screen and (width <= 860px){.advantages-slider_section{margin:75px 0 75px}}.advantages-slider_section .advantages-slider{max-width:100%}.advantages-slider_section .swiper-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.advantages-slider_section .advantage-item-wrap{padding:30px;background:#f4f4f4;height:auto}.advantages-slider_section .advantage-item-wrap .title-row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px}.advantages-slider_section .advantage-item-wrap .title-row img{max-width:30px;margin-right:12px}.advantages-slider_section .advantage-item-wrap .title-row h3{margin-top:5px;font-size:24px}.filter-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:36px 0 120px}@media screen and (width <= 860px){.filter-row{margin:36px 0 75px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.filter-row h4{font-size:16px;font-weight:500}.filter-row .categories{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media screen and (width <= 860px){.filter-row .categories{width:100%;margin:24px 0;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}}.filter-row .categories button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:12px;padding:12px 18px;font-size:16px;color:#27282b;background:0 0;border:1px solid #27282b;border-radius:6px;cursor:pointer;transition:all .3s ease-in-out}@media screen and (width <= 860px){.filter-row .categories button{width:100%;margin-top:12px;margin-left:0;-ms-flex-pack:justify;justify-content:space-between}}.filter-row .categories button span{margin-left:45px;font-weight:500}.filter-row .categories button.active{background:#27282b;color:#fff}.filter-row .categories button:hover{background:#ff952f;color:#fff;border:1px solid #ff952f}.project-item{-ms-flex:0 0 33%;flex:0 0 33%;padding:40px;transition:all .3s linear}@media screen and (width <= 1100px){.project-item{padding:24px;-ms-flex:0 0 25%;flex:0 0 25%}}@media screen and (width <= 860px){.project-item{-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (width <= 600px){.project-item{-ms-flex:0 0 100%;flex:0 0 100%}}.project-item p{max-height:50px;overflow:hidden;text-overflow:ellipsis}.project-item .projects-info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:24px 0 0}.project-item .projects-info>div{max-width:50%;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#7b7e86}.project-item .projects-info>div a{color:#7b7e86}.project-item .projects-info>div a:hover{color:#ff952f}.project-item .projects-info .location{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.project-item .projects-info .location svg{margin-right:5px}.additional-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (width <= 860px){.additional-row{width:100%;-ms-flex-direction:column;flex-direction:column}}.additional-row .additional-item{padding:12px 18px;border:1px solid rgba(255,255,255,.2);color:#fff;margin-right:12px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;border-radius:6px;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:300}@media screen and (width <= 860px){.additional-row .additional-item{width:100%;margin-right:0;margin-top:12px;-ms-flex-pack:justify;justify-content:space-between}}.additional-row .additional-item span{position:relative;z-index:1;margin-right:10px}.additional-row .additional-item b{position:relative;z-index:1}.additional-row .additional-item::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(244,244,244,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0}.project-description{margin:120px 0 75px}@media screen and (width <= 860px){.project-description{margin:75px 0}}.project-description .base-title{margin-bottom:24px}.project-description .about-project-desc{max-width:50%}@media screen and (width <= 860px){.project-description .about-project-desc{max-width:100%}}.gallery-row{width:100%}@media screen and (width <= 860px){.gallery-row{width:100%!important}}.gallery-row a{display:block;width:32.5%;height:auto;margin-bottom:24px}@media screen and (width <= 860px){.gallery-row a{width:100%!important;position:relative!important;left:0!important;top:0!important}}.gallery-row a img{width:100%;height:auto;display:block}.lb-dataContainer{display:none!important}.reviews-section{margin:100px 10%}@media screen and (width <= 1100px){.reviews-section{margin:100px 5%}}.review-item{padding:40px;background:#f4f4f4;margin:12px;max-width:50%;overflow:hidden;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (width <= 1100px){.review-item{width:100%;margin:12px 0;max-width:100%}}.review-item h3{font-size:24px;margin-bottom:16px}.review-item .row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.review-item .row img{-webkit-filter:grayscale(100%) brightness(80%);filter:grayscale(100%) brightness(80%);margin-left:auto}.review-item .row img.big-logo{width:40%}.review-item .col{margin-right:24px}.review-item .short-review{margin-bottom:16px}.review-item .short-review.bold{color:#27282b;font-size:24px;font-weight:600}.review-item .short-review.bold p{color:#27282b;font-size:24px;font-weight:600}.review-item .name{font-size:15px;font-weight:500;color:#7b7e86;margin-bottom:10px}.review-item .category{font-size:12px;font-weight:500;color:#7b7e86;margin-bottom:10px}.review-item .review-pdf-preview{width:100%;overflow:hidden}.review-item a{display:-ms-flexbox;display:flex;position:relative;width:115%;overflow:hidden;margin-top:24px}.review-item a canvas{width:50%;margin-right:24px}.review-item a svg{position:absolute;left:40%;bottom:10px}.service-desc-section{max-width:100%;margin:120px 0 -60px;position:relative;overflow:hidden}@media screen and (width <= 860px){.service-desc-section{margin:75px 0 -35px}}.service-desc-section .base-title{max-width:85%}@media screen and (width <= 860px){.service-desc-section .base-title{max-width:100%}}.desc-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:80px;min-height:450px}@media screen and (width <= 1100px){.desc-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.desc-row .desc-text{max-width:40%}@media screen and (width <= 1100px){.desc-row .desc-text{max-width:100%}}.desc-row .desc-text p{color:#7b7e86;margin-bottom:1em}.desc-row .image-wrap{max-width:50%;position:absolute;left:51%;bottom:0}@media screen and (width <= 1100px){.desc-row .image-wrap{max-width:100%;position:relative;left:0;margin-top:24px}}.desc-row .image-wrap img{max-width:100%}.latest-projects-section{margin-bottom:120px;background:#27282b;padding:120px 0 80px}@media screen and (width <= 860px){.latest-projects-section{margin-bottom:75px;padding:75px 0 40px}}.latest-projects-section .base-title{max-width:60%;color:#fff}.latest-projects-section .row{margin-top:80px;margin-bottom:40px}.latest-projects-item{margin:0 12px;width:calc(24% - 24px)}.latest-projects-item .title-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px}.latest-projects-item .title-row h3{color:#fff;font-size:24px}.latest-projects-item .title-row h3:hover{color:#ff952f}.latest-projects-item .title-row .link-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ff952f;margin-left:16px}.preview-image{width:100%}.preview-image img{width:100%;object-fit:cover}.services-items-section{background:#f4f4f4;padding:0 0 120px;position:relative;width:100%;overflow:hidden;transition:all .5s ease}@media screen and (width <= 860px){.services-items-section{padding:0 0 75px}}.services-items-section .services-category-row{position:relative;top:0;padding:30px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.services-items-section .services-category-row h3{font-size:16px;font-weight:600}.services-items-section .services-category-row .categories-links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media screen and (width <= 1100px){.services-items-section .services-category-row .categories-links{margin-top:24px;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.services-items-section .services-category-row .categories-links a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:12px 18px;color:#27282b;background:#fff;border-radius:30px;transition:all .3s linear;margin-left:12px}@media screen and (width <= 1100px){.services-items-section .services-category-row .categories-links a{white-space:nowrap;margin-top:12px}}.services-items-section .services-category-row .categories-links a:hover{background:#27282b;color:#fff}.services-items-section .service-items-row{padding:120px 0 0;position:relative}@media screen and (width <= 860px){.services-items-section .service-items-row{margin:75px 0 0}}.services-items-section .service-items-row::before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;display:block;height:1px;background:#d9d9d9}.services-items-section .service-items-row .base-title,.services-items-section .service-items-row .sub-title{max-width:70%}@media screen and (width <= 860px){.services-items-section .service-items-row .base-title,.services-items-section .service-items-row .sub-title{max-width:100%}}.services-items-section .service-items-row .row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:35px -12px}@media screen and (width <= 1100px){.services-items-section .service-items-row .row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.services-items-section .service-items-row .service-item{width:calc(25% - 24px);background:#fff;padding:35px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transition:all .3s ease-in;margin:0 12px 24px;cursor:pointer}@media screen and (width <= 1100px){.services-items-section .service-items-row .service-item{width:calc(50% - 24px)}}@media screen and (width <= 860px){.services-items-section .service-items-row .service-item{width:calc(100% - 24px)}}.services-items-section .service-items-row .service-item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.services-items-section .service-items-row .service-item .service-img-wrap{width:100%;height:276px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.services-items-section .service-items-row .service-item .service-img-wrap img{width:100%;max-height:100%;object-fit:contain}.services-items-section .service-items-row .service-item .service-item-content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.services-items-section .service-items-row .service-item .service-item-content>span{display:block;max-width:calc(100% - 58px)}.services-items-section .service-items-row .service-item .service-item-content>span h3{width:100%;overflow:hidden;text-overflow:ellipsis;font-size:24px;margin-bottom:6px}.services-items-section .service-items-row .service-item .service-item-content>span span{font-size:12px;color:#7b7e86;font-weight:500}.services-items-section .service-items-row .service-item .service-item-content .service-item-button{width:48px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#ff952f;border-radius:50%}.service-modal-content{display:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:-25;opacity:0;visibility:hidden;background:rgba(0,0,0,.2)}.overlay.visible{z-index:9999;opacity:1;visibility:visible}.overlay .modal{padding:120px 4% 0;background:#fff;overflow:hidden;overflow-y:auto;max-height:95vh;width:80%;max-width:1400px}@media screen and (width <= 860px){.overlay .modal{margin:0;width:100%}}.overlay .modal .modal-header{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;margin-top:-80px;margin-bottom:10px}.overlay .modal .modal-header button{background:0 0;border:none}.overlay .modal .modal-footer{width:116%;margin:0 -8%;padding:60px 8%;background:#f4f4f4;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}@media screen and (width <= 1200px){.overlay .modal .modal-footer{-ms-flex-direction:column;flex-direction:column}}.overlay .modal .modal-footer h3{max-width:35%;margin-right:10%;font-size:54px}@media screen and (width <= 1200px){.overlay .modal .modal-footer h3{max-width:100%;margin-right:0;margin-bottom:24px;font-size:38px}}.overlay .modal .modal-footer .form-wrap{width:50%}@media screen and (width <= 1200px){.overlay .modal .modal-footer .form-wrap{width:100%}}.overlay .modal .modal-footer .form-wrap input{width:100%;padding:10px;margin-bottom:16px;color:#7b7e86;border:none;border-bottom:1px solid #d9d9d9;font-size:14px;background:0 0}.overlay .modal .modal-footer .form-wrap input::-webkit-input-placeholder{color:#7b7e86}.overlay .modal .modal-footer .form-wrap input:-ms-input-placeholder{color:#7b7e86}.overlay .modal .modal-footer .form-wrap input::-ms-input-placeholder{color:#7b7e86}.overlay .modal .modal-footer .form-wrap input::placeholder{color:#7b7e86}.overlay .modal .modal-footer .form-wrap p{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.overlay .modal .modal-footer .form-wrap p input{-ms-flex:1 0 30%;flex:1 0 30%;margin-right:10px}.overlay .modal .modal-footer .form-wrap .hidden{display:none}.overlay .modal .modal-footer .form-wrap .base-btn{margin-top:40px;cursor:pointer}.overlay .modal .modal-content{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:80px}@media screen and (width <= 1200px){.overlay .modal .modal-content{-ms-flex-direction:column;flex-direction:column}}.overlay .modal .modal-content .service-modal-img-wrap{width:35%;background:#f4f4f4;padding:20px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media screen and (width <= 1200px){.overlay .modal .modal-content .service-modal-img-wrap{width:100%;margin-bottom:24px}}.overlay .modal .modal-content .service-modal-img-wrap img{max-width:100%;object-fit:cover}.overlay .modal .modal-content .right_col{width:55%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}@media screen and (width <= 1200px){.overlay .modal .modal-content .right_col{width:100%}}.overlay .modal .modal-content .right_col .base-title{font-weight:500;margin-bottom:5px}.overlay .modal .modal-content .right_col .manuf,.overlay .modal .modal-content .right_col .warranty{font-size:12px;color:#7b7e86;margin-bottom:18px}.overlay .modal .modal-content .right_col .manuf span,.overlay .modal .modal-content .right_col .warranty span{color:#ff952f}.overlay .modal .modal-content .right_col .attr-table{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.overlay .modal .modal-content .right_col .attr-table .item{width:33%;box-sizing:border-box}.overlay .modal .modal-content .right_col .attr-table .item .title{font-size:16px;color:#27282b;margin-bottom:12px}.overlay .modal .modal-content .right_col .attr-table .item .content{font-size:16px;color:#7b7e86}.overlay .modal .modal-content .right_col .attr-table .item:first-child,.overlay .modal .modal-content .right_col .attr-table .item:nth-child(4){padding:0 24px 24px 0}.overlay .modal .modal-content .right_col .attr-table .item:nth-child(2),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(5){padding:0 24px 24px 24px;border-left:1px solid #f4f4f4}.overlay .modal .modal-content .right_col .attr-table .item:nth-child(3),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(6){padding:0 0 24px 24px;border-left:1px solid #f4f4f4}.overlay .modal .modal-content .right_col .attr-table .item:nth-child(4),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(5),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(6){padding-top:24px;border-top:1px solid #f4f4f4}@media screen and (width <= 1200px){.overlay .modal .modal-content .right_col .attr-table .item{width:50%}.overlay .modal .modal-content .right_col .attr-table .item:first-child,.overlay .modal .modal-content .right_col .attr-table .item:nth-child(3),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(5){padding:0 24px 24px 0}.overlay .modal .modal-content .right_col .attr-table .item:nth-child(2),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(4),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(6){padding:0 24px 24px 24px;border-left:1px solid #f4f4f4}.overlay .modal .modal-content .right_col .attr-table .item:nth-child(3),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(4),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(5),.overlay .modal .modal-content .right_col .attr-table .item:nth-child(6){padding-top:24px;border-top:1px solid #f4f4f4}}