:root{--blck-clr: #1E2221;--white-clr: #F0F0F0;--white-clr2: rgb(255, 255, 255);--gray-clr: #6A7471;--gray-clr2: #BABEBD;--grn-clr: #4A8D2B;--grn-clr2: #3C851B}html{scrollbar-color:#acafad #e0e0e0s;scrollbar-width:thin}html{background-color:var(--white-clr)}body{-webkit-user-select:none;user-select:none;color:var(--dark-clr);font-family:Roboto Flex,serif;font-optical-sizing:auto;font-style:normal;font-weight:400;font-size:14px}*{margin:0;padding:0;box-sizing:border-box}ul{padding-left:0;margin:0}li{list-style-type:none}a{text-decoration:none;color:var(--white-clr)}.container{width:100%;max-width:1230px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}.container-2{max-width:1285px}.row{display:flex;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}.row>div{padding-left:20px;padding-right:20px}.col-0{width:0%}.col-1{width:1%}.col-2{width:2%}.col-3{width:3%}.col-4{width:4%}.col-5{width:5%}.col-6{width:6%}.col-7{width:7%}.col-8{width:8%}.col-9{width:9%}.col-10{width:10%}.col-11{width:11%}.col-12{width:12%}.col-13{width:13%}.col-14{width:14%}.col-15{width:15%}.col-16{width:16%}.col-17{width:17%}.col-18{width:18%}.col-19{width:19%}.col-20{width:20%}.col-21{width:21%}.col-22{width:22%}.col-23{width:23%}.col-24{width:24%}.col-25{width:25%}.col-26{width:26%}.col-27{width:27%}.col-28{width:28%}.col-29{width:29%}.col-30{width:30%}.col-31{width:31%}.col-32{width:32%}.col-33{width:33%}.col-34{width:34%}.col-35{width:35%}.col-36{width:36%}.col-37{width:37%}.col-38{width:38%}.col-39{width:39%}.col-40{width:40%}.col-41{width:41%}.col-42{width:42%}.col-43{width:43%}.col-44{width:44%}.col-45{width:45%}.col-46{width:46%}.col-47{width:47%}.col-48{width:48%}.col-49{width:49%}.col-50{width:50%}.col-51{width:51%}.col-52{width:52%}.col-53{width:53%}.col-54{width:54%}.col-55{width:55%}.col-56{width:56%}.col-57{width:57%}.col-58{width:58%}.col-59{width:59%}.col-60{width:60%}.col-61{width:61%}.col-62{width:62%}.col-63{width:63%}.col-64{width:64%}.col-65{width:65%}.col-66{width:66%}.col-67{width:67%}.col-68{width:68%}.col-69{width:69%}.col-70{width:70%}.col-71{width:71%}.col-72{width:72%}.col-73{width:73%}.col-74{width:74%}.col-75{width:75%}.col-76{width:76%}.col-77{width:77%}.col-78{width:78%}.col-79{width:79%}.col-80{width:80%}.col-81{width:81%}.col-82{width:82%}.col-83{width:83%}.col-84{width:84%}.col-85{width:85%}.col-86{width:86%}.col-87{width:87%}.col-88{width:88%}.col-89{width:89%}.col-90{width:90%}.col-91{width:91%}.col-92{width:92%}.col-93{width:93%}.col-94{width:94%}.col-95{width:95%}.col-96{width:96%}.col-97{width:97%}.col-98{width:98%}.col-99{width:99%}.col-100{width:100%}.col-33{width:33.33333%}[data-animation-top]{transition:1s ease;transition-property:opacity,transform;transform:translateY(120px);opacity:0}[data-animation-top].is-inview{transform:translateY(0);opacity:1}main{overflow:hidden}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{transition:all 5000s ease-in-out 0s}.btn{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 37px;transition:.3s ease background;outline:none;border:none;font-family:Roboto Flex,serif;cursor:pointer}.btn.__green{background:var(--grn-clr);color:var(--white-clr)}.btn:disabled{opacity:.6}p{font-weight:300;font-size:20px;color:#6a7471;line-height:1.5}h1,h2{font-size:48px;font-weight:400}h3{font-size:32px;font-weight:400}h4{font-size:24px;font-weight:400}h5{font-size:20px;font-weight:400}.green-text-arrow{color:var(--grn-clr);font-size:20px;cursor:pointer}.green-text-arrow svg{width:11px;height:auto;stroke:var(--grn-clr);margin-left:6px;position:relative;top:-1px}h3.cards-title{margin-bottom:58px}.form-wrapper h3{margin-bottom:40px;font-weight:500}.form-wrapper p{font-size:16px;color:var(--blck-clr)}.form-wrapper form.default{margin-top:126px}form.default input:not([type=checkbox]){font-size:16px;margin-bottom:30.5px;padding-bottom:14.5px;font-family:Roboto Flex,serif;color:var(--gray-clr);background:none;outline:none;border:none;border-bottom:1px solid var(--gray-clr);width:100%}form.default input:not([type=checkbox]):placeholder{color:var(--gray-clr)}form.default button{width:100%;font-size:14px;margin-bottom:30.5px}form.default .checkbox-wrapper{display:flex;align-items:center}form.default .checkbox-wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:12px;width:18px;height:18px;border-radius:100%;border:1px solid var(--blck-clr);display:flex;justify-content:center;align-items:center;flex-shrink:0}form.default .checkbox-wrapper input:after{content:"";width:10px;height:10px;border-radius:100%;background:var(--grn-clr);opacity:0;scale:0;transition:.3s ease opacity,.4s ease scale}form.default .checkbox-wrapper input:checked:after{opacity:1;scale:1}form.default .checkbox-wrapper span span{text-decoration:underline;cursor:pointer}.breadcrumbs{display:flex;font-size:20px;padding-top:50px;padding-bottom:50px}.breadcrumbs a{color:var(--blck-clr);position:relative}.breadcrumbs a:after{content:"/";margin-left:6px;margin-right:6px}.breadcrumbs span{color:var(--grn-clr)}.img-wrapper{overflow:hidden;display:flex;justify-content:center}.img-wrapper img{max-width:100%}.clip_anim img{transition:1.3s cubic-bezier(.91,.16,.46,.96);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);scale:1.2}.clip_anim.showed img{transform:scaleY(1);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);scale:1}.text-with-allocation p{font-size:32px}.text-with-allocation p strong{color:var(--blck-clr);font-weight:300}.burger-menu{display:none}.hidden{overflow:hidden}.download-text{margin-top:30px;display:block}.news-item .date{color:var(--gray-clr);display:block;margin-top:20px;margin-bottom:15px}.news-item .title{color:var(--blck-clr);font-size:14px}@media screen and (max-width: 991px){h1,h2{font-size:35px}h3{font-size:28px}p{font-size:18px}.col-50,.col-40{width:100%}.text-with-allocation{font-size:24px}.form-wrapper form.default{margin-top:80px}.burger-menu{display:block}.burger-menu span{display:block;width:30px;height:2px;background:var(--white-clr)}.burger-menu span:not(:last-child){margin-bottom:7px}}.lang-selector{position:absolute;left:50%;transform:translate(-50%)}.lang-selector a{text-transform:uppercase}.lang-selector a.active{color:#6a7471}.lang-selector a:not(:first-child){margin-left:12px}#company-info{padding-top:70px}#company-info h1{font-size:48px;max-width:480px}#company-info p{white-space:pre-line}#cooperate{padding-top:100px}#products{padding-top:82px;padding-bottom:160px}#products .row.product-cards{padding-top:100px}#products .row.product-cards>div{padding-bottom:40px}#products .row.product-cards .product-card{background:var(--white-clr2);padding:40px 35px;position:relative;display:block}#products .row.product-cards .product-card h3{margin-bottom:24px;color:var(--blck-clr);padding-right:40px}#products .row.product-cards .product-card .sub-text{color:var(--grn-clr);display:block;margin-bottom:50px}#products .row.product-cards .product-card .num{position:absolute;right:40px;top:40px}#products .row.product-cards .product-card .__bottom{display:flex;justify-content:space-between;align-items:center}#products .row.product-cards .product-card .__circle{width:74px;height:74px;display:flex;align-items:center;justify-content:center;background:var(--grn-clr);border-radius:100%;transition:.3s ease background}#products .row.product-cards .product-card .product-arrow{opacity:0;transform:translate(30px,30px);transition:.4s ease;transition-property:opacity,transform}#products .row.product-cards .product-card h3,#products .row.product-cards .product-card .sub-text,#products .row.product-cards .product-card .num{transition:.3s ease color}#we-seek{padding-top:50px;padding-bottom:200px}#we-seek .__left p{margin-bottom:50px}#we-seek .__right .wrapper{padding:30px;min-height:580px;display:flex;flex-direction:column;justify-content:flex-end}#we-seek .__right .outer-scroll-wrapper{overflow:hidden}#we-seek .__right .inner-scroll-wrapper{display:flex}#we-seek .__right .inner-scroll-wrapper .__item{background:var(--white-clr);padding:30px;position:relative;flex-shrink:0;width:100%;margin-left:-1px}#we-seek .__right .inner-scroll-wrapper .__item h4{margin-bottom:30px;padding-right:40px}#we-seek .__right .inner-scroll-wrapper .__item .num{font-size:24px;position:absolute;right:30px;top:30px}#we-seek .__right .inner-scroll-wrapper .__item p{font-size:14px}#success .top-text{font-size:48px;line-height:1.2}#success .row-top{justify-content:flex-end;margin-top:50px}#success .row-top p{margin-bottom:50px}#services{padding-top:265px}#services .row-top{justify-content:flex-end}#services .row-top h2{margin-bottom:20px}#news{padding-top:200px}.section-top__page{text-align:center;color:#fff;overflow:hidden}.section-top__page>div{min-height:400px;padding-top:222px}.section-top__page h1{font-weight:847;text-transform:uppercase;letter-spacing:3.5px}#production__page #swiperBottom{margin-top:200px}#product__page{margin-top:128px}#product__page .product-info .__title{margin-bottom:30px}#product__page .product-info .__text{margin-bottom:50px}#product__page .product-info .__characteristics{margin-bottom:40px}#product__page .product-info .__characteristics>div{display:flex;justify-content:space-between;color:var(--gray-clr);padding-bottom:10.5px;padding-top:9.5px;border-bottom:1px solid var(--gray-clr2)}#product__page .product-info .storage-conditions_packaging{margin-top:50px;padding:30px;border:1px solid var(--white-clr2)}#product__page .product-info .storage-conditions_packaging h5{margin-bottom:20px}#product__page .product-info .storage-conditions_packaging p{font-size:14px;max-width:500px}#product__page .product-info .storage-conditions_packaging>div:not(:last-child){margin-bottom:40px}#about-us__page .supervisor-wrapper{margin-top:200px}#about-us__page .supervisor-wrapper .__info h3{margin-bottom:20px}#about-us__page .supervisor-wrapper .__info span{font-size:20px;display:block;margin-bottom:50px}#team__page .safety h2,#team__page .safety .green-text-arrow{margin-bottom:50px;display:block}#team__page .safety h3{margin-bottom:30px}#team__page .safety .__items>div{margin-bottom:80px}#team__page .safety .__items>div p{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--gray-clr2)}#team__page .employee-month_wrapper{margin-top:200px}#team__page .employee-month_wrapper h3{margin-bottom:20px}#team__page .employee-month_wrapper .sub-text{display:block;margin-bottom:50px;font-size:20px}#team__page .text-with-allocation,#about-us__page .text-with-allocation,#production__page .text-with-allocation{margin-bottom:50px}#news__page .__items>div{margin-bottom:40px}#bottomGallery{margin-top:100px}#bottomGallery .row>div{padding-bottom:40px}#bottomGallery .outer-wrapper h5{color:var(--blck-clr);margin:20px 0}#bottomGallery .outer-wrapper p{font-size:20px}#contacts__page .__top-wrapper{justify-content:space-between}#contacts__page .__left .col-50{margin-bottom:50px}#contacts__page .__left .col-50 h5{color:var(--gray-clr);margin-bottom:20px}#contacts__page .__left .col-50 p,#contacts__page .__left .col-50 a,#contacts__page .__left .col-50 span{color:var(--blck-clr);font-size:20px;font-weight:400}.page-custom .text-right p{margin-bottom:25px}@media screen and (min-width: 991px){#bottomGallery .img-wrapper{transition:.3s ease filter;filter:grayscale(100)}#bottomGallery .img-wrapper:hover{filter:none}#products .row.product-cards>div .product-card{transition:.3s ease background}#products .row.product-cards>div .product-card:hover{background:var(--grn-clr)}#products .row.product-cards>div .product-card:hover .__circle{background:var(--grn-clr2)}#products .row.product-cards>div .product-card:hover .product-arrow{opacity:1;transform:initial}#products .row.product-cards>div .product-card:hover h3,#products .row.product-cards>div .product-card:hover .sub-text,#products .row.product-cards>div .product-card:hover .num{color:var(--white-clr2)}}@media screen and (max-width: 991px){#company-info h1{font-size:36px;margin-bottom:20px}#products{padding-bottom:100px}#products h3{margin-bottom:20px}#products .row.product-cards .product-card{padding:35px 25px;background:var(--grn-clr)}#products .row.product-cards .product-card .__circle{background:var(--grn-clr2)}#products .row.product-cards .product-card .product-arrow{width:26px;opacity:1;transform:initial}#products .row.product-cards .product-card h3,#products .row.product-cards .product-card .sub-text,#products .row.product-cards .product-card .num{color:var(--white-clr2)}#we-seek{padding-top:100px;padding-bottom:150px}#we-seek .__right{margin-bottom:45px}#we-seek .__right .wrapper{padding:15px}#we-seek .row{flex-direction:column-reverse}#success .top-text{font-size:24px;line-height:1.5}#services{padding-top:80px}#news{padding-top:120px}#team__page .text-with-allocation,#about-us__page .text-with-allocation,#production__page .text-with-allocation{margin-bottom:35px}#about-us__page .supervisor-wrapper{margin-top:100px}#about-us__page .supervisor-wrapper>div:first-child{margin-bottom:25px}#about-us__page .supervisor-wrapper .__info span{margin-bottom:35px;font-size:18px}#team__page .employee-month_wrapper{margin-top:100px}#team__page .employee-month_wrapper>div:first-child{margin-bottom:25px}#team__page .employee-month_wrapper .__info span{margin-bottom:35px;font-size:18px}.section-top__page+section .__top-wrapper>div:first-child{margin-bottom:25px}#contacts__page .__left .col-50 h5{margin-bottom:12px}#product__page .product-info{margin-top:25px}}#swiperTop{height:100vh;color:var(--white-clr)}#swiperTop .swiper-slide{padding-top:40vh}#swiperTop .swiper-slide .__bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}#swiperTop h2{font-weight:847;line-height:112.7%;letter-spacing:3.5px;text-transform:uppercase;max-width:850px}#swiperTop .__info{margin-top:50px;display:flex;align-items:center}#swiperTop .__info p{max-width:616px;margin-left:55px;color:var(--white-clr);line-height:1.5}#swiperTop .outer-navigation{position:absolute;left:0;bottom:0;background:#1e2221;width:487px;height:127px;display:flex;align-items:center;justify-content:center;z-index:2}#swiperTop .counter-wrapper{font-size:24px;font-weight:500;color:var(--white-clr);display:flex;align-items:center}#swiperTop .counter-wrapper span:nth-child(2){display:block;width:1px;height:36px;background:var(--gray-clr);margin-left:5.5px;margin-right:5.5px}#swiperTop .counter-wrapper span:last-child{color:var(--gray-clr)}#swiperTop .nav-btns div:last-child{margin-left:20px}#swiperTop .swiper-pagination{margin:0 36px;position:static;width:auto}.nav-btns{display:flex}.nav-btns.__circle{justify-content:flex-end}.nav-btns.__circle>div{width:48px;height:48px;display:flex;justify-content:center;align-items:center;border:1px solid var(--gray-clr);border-radius:100%}.nav-btns.__circle>div:last-child{margin-left:40px}.nav-btns.__circle>div svg{stroke:var(--gray-clr)}.nav-btns>div{cursor:pointer;transition:.3s ease}.nav-btns>div.swiper-button-disabled{opacity:.4}.nav-btns>div svg{stroke:var(--white-clr);transition:.3s ease stroke}span.swiper-pagination-bullet{transition:.3s ease opacity;background:var(--white-clr);opacity:.3}span.swiper-pagination-bullet-active{opacity:1}div.cards-swiper{overflow:initial}div.cards-swiper .swiper-slide{background:var(--white-clr2);padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:auto}div.cards-swiper .swiper-slide span{color:var(--gray-clr);line-height:1.2}div.cards-swiper .swiper-slide img{margin-bottom:20px}div.cards-swiper .nav-btns{margin-top:50px}#swiperGallery{margin-top:73px;overflow:initial}#swiperGallery .swiper-slide{position:relative;width:fit-content}#swiperGallery .swiper-slide span{position:absolute;left:10px;right:10px;bottom:10px;background:var(--white-clr);line-height:1.5;padding:20px}#swiperServices .nav-btns{margin-bottom:30px}#swiperServices .swiper-slide .__item{padding-top:20px;border-top:1px solid #C1CAC7}#swiperServices .swiper-slide .__item .num{font-size:20px;color:var(--gray-clr)}#swiperServices .swiper-slide .__item .top-line{cursor:pointer;display:flex;justify-content:space-between;padding-bottom:20px}#swiperServices .swiper-slide .__item .top-line img{transition:.5s ease transform}#swiperServices .swiper-slide .__item .top-line.active img{transform:rotate(180deg)}#swiperServices .swiper-slide .__item .top-line .name{font-size:20px}#swiperServices .swiper-slide .__item .content-line{display:none}#swiperServices .swiper-slide .__item .content-line .green-text-arrow{display:block;margin-top:20px;margin-bottom:30px}#swiperServices .swiper-slide .__item .content-line img{display:block;padding-bottom:20px;width:100%}#swiperNews{margin-top:100px}#swiperNews .swiper-slide{width:auto}#swiperNews .swiper-slide:nth-child(1),#swiperNews .swiper-slide:nth-child(4),#swiperNews .swiper-slide:nth-child(7){width:25%}#swiperNews .swiper-slide:nth-child(2),#swiperNews .swiper-slide:nth-child(5),#swiperNews .swiper-slide:nth-child(8){width:40%}#swiperNews .swiper-slide:nth-child(3),#swiperNews .swiper-slide:nth-child(6),#swiperNews .swiper-slide:nth-child(9){width:calc(35% - 40px)}#swiperNews .swiper-slide img{width:100%}#swiperProduct{overflow:hidden}#swiperProduct .nav-btns.__circle{justify-content:space-between;z-index:1;position:absolute;left:30px;right:30px;top:50%;transform:translateY(-50%)}#swiperProduct .nav-btns.__circle>div{background:var(--blck-clr);border-color:var(--blck-clr)}#swiperProduct .nav-btns.__circle>div svg{stroke:var(--white-clr)}@media screen and (min-width: 991px){#swiperGallery .swiper-slide:hover span{opacity:1;transform:initial}#swiperGallery .swiper-slide:hover img{filter:none}#swiperGallery .swiper-slide img{filter:grayscale(100);transition:.3s ease filter}#swiperGallery .swiper-slide span{opacity:0;transform:translateY(20px);transition:.3s ease opacity,.5s ease transform}.nav-btns.__circle>div:hover{background:var(--blck-clr);border-color:var(--blck-clr)}.nav-btns.__circle>div:hover svg{stroke:var(--white-clr)}}@media screen and (max-width: 991px){.nav-btns.__circle>div:active{background:var(--blck-clr);border-color:var(--blck-clr)}.nav-btns.__circle>div:active svg{stroke:var(--white-clr)}#swiperTop .swiper-slide{padding-top:34vh}#swiperTop .__info{flex-direction:column-reverse}#swiperTop .__info p{margin-left:0}#swiperTop .__info .btn{width:100%;margin-top:20px}#swiperTop .outer-navigation{width:100%;height:90px}#swiperTop .counter-wrapper{font-size:20px}#swiperServices .swiper-slide .__item .num,#swiperServices .swiper-slide .__item .top-line .name{font-size:18px}#swiperNews{margin-top:45px}#swiperProducts .img-wrapper img{max-width:100%}}.modal{position:fixed;left:0;top:0;background:#0007;width:100%;height:100%;display:none;justify-content:center;padding-top:30px;padding-bottom:30px;overflow:auto;z-index:4}.modal.cooperation .modal-content{display:flex;max-width:1400px}.modal.cooperation .modal-content .__left{width:50%}.modal.cooperation .modal-content .__right{width:50%;padding:100px 80px}.modal.cooperation .modal-content h3{margin-top:86px}.modal .modal-content{position:relative;background:var(--white-clr);height:fit-content;width:100%;overflow:hidden}.modal .close-modal{position:absolute;cursor:pointer;right:80px;top:100px;transition:transform ease .4s;width:28px}@media screen and (min-width: 991px){.modal .close-modal:hover{transform:rotate(45deg)}}@media screen and (max-width: 991px){.modal .close-modal{width:20px;right:30px;top:30px}.modal .close-modal:active{transform:rotate(45deg)}.modal.cooperation .modal-content .__left{display:none}.modal.cooperation .modal-content .__right{width:100%;padding:90px 30px}}header{position:absolute;z-index:2;width:100%}header.darkHeader .burger-menu span{background:var(--blck-clr)}header.darkHeader a{color:var(--blck-clr)}header.darkHeader .__top .__right a svg{stroke:var(--blck-clr)}header .__top{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:42px 30px 20px}header .__top .__left a img{margin-right:8px}header .__top .__right a:hover svg{stroke:var(--grn-clr)}header .__top .__right a svg{margin-left:4px;transition:.3s ease stroke}header .__top .__left a,header .__top .__right a{display:inline-flex;align-items:center}header .__top .__left a:not(:first-child),header .__top .__right a:not(:first-child){margin-left:30px}header .__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #A8A8A8;border-bottom:1px solid #A8A8A8}header .__bottom .__left,header .__bottom .__right{display:flex}header .__bottom .__left a,header .__bottom .__right a{display:flex;height:47px;align-items:center;padding-left:28px;padding-right:28px;transition:.3s ease background}header .__bottom .__left a:hover,header .__bottom .__right a:hover{background:var(--grn-clr)}header .__bottom .__left a{border-right:1px solid #A8A8A8}header .__bottom .__right a{border-left:1px solid #A8A8A8}header .logo-wrapper{position:absolute;left:50%;transform:translate(-50%)}@media screen and (max-width: 991px){header{padding-top:20px}header .__top{display:none}header .__bottom{border:none}header .__bottom .__left,header .__bottom .__right{display:none}}footer{background:var(--blck-clr);padding-top:100px;padding-bottom:100px;margin-top:100px}footer .logo{width:100%;max-width:285px}footer .innovation-text{display:block;text-transform:uppercase;color:var(--white-clr);margin-top:40px;max-width:285px}footer .__top .col-navs{display:flex;justify-content:space-between;padding-right:13.5%}footer .__top .col-navs nav .nav-title{color:var(--white-clr)}footer .__top .col-navs nav li{margin-top:30px}footer .__top .col-navs nav li a{color:var(--gray-clr)}footer .__bottom{align-items:flex-end;margin-top:-20px}footer .__bottom form.default{max-width:285px}footer .__bottom form.default h5{font-size:20px;color:var(--white-clr)}footer .__bottom form.default p{font-size:14px;margin-top:20px;margin-bottom:36px}footer .__bottom form.default input:not([type=checkbox]){display:block;font-size:12px;margin-bottom:20px;padding-bottom:10px}footer .__bottom .col-arrow-powered{display:flex;justify-content:space-between;align-items:flex-end}footer .__bottom .col-arrow-powered .circle__arrow-to-top{display:flex;justify-content:center;align-items:center;width:120px;height:120px;border-radius:100%;border:1px solid var(--gray-clr);cursor:pointer;flex-shrink:0}footer .__bottom .col-arrow-powered .all-rights span{display:block;color:var(--gray-clr);font-size:12px}footer .__bottom .col-arrow-powered .all-rights span:first-child{margin-bottom:20px}footer .__bottom .col-arrow-powered .all-rights span a{color:var(--gray-clr)}@media screen and (max-width: 991px){footer{padding-top:70px;padding-bottom:70px}footer .innovation-text{margin-top:15px}footer .__top .col-navs{margin-top:50px}footer .__bottom{margin-top:40px}footer .__bottom .col-arrow-powered{align-items:center}footer .__bottom .col-arrow-powered .circle__arrow-to-top{width:65px;height:65px}footer .__bottom .col-arrow-powered .circle__arrow-to-top img{width:25px}footer .__bottom .col-arrow-powered .all-rights{text-align:right}footer .__bottom .col-arrow-powered .all-rights span:first-child{margin-bottom:10px}}@media screen and (max-width: 991px){.mobile-menu{padding:20px;position:fixed;left:0;top:0;width:100%;height:100%;background:var(--blck-clr);color:var(--white-clr);z-index:3;display:flex;flex-direction:column;transition:.4s ease transform;transform:translate(100%)}.mobile-menu.showed{transform:translate(0)}.mobile-menu .__top{display:flex;align-items:center;justify-content:space-between}.mobile-menu .__top .burger-menu span:nth-child(1){transform-origin:left top;transform:rotate(45deg) translate(3px,-6px)}.mobile-menu .__top .burger-menu span:nth-child(3){transform-origin:left bottom;transform:rotate(-45deg) translate(4px,5px)}.mobile-menu .__top .burger-menu span:nth-child(2){opacity:0}.mobile-menu .lang-selector{position:static;width:100%;display:flex;justify-content:flex-end;transform:initial;margin-top:20px}.mobile-menu .lang-selector a{color:var(--white-clr);font-size:18px}.mobile-menu .nav-elements__wrapper{margin:auto 0}.mobile-menu .site-page-links a,.mobile-menu .main-phone_links a,.mobile-menu .social-links a{display:block;text-align:right;font-size:18px;margin-bottom:20px}.mobile-menu .main-phone_links{margin-top:50px}.mobile-menu .main-phone_links a{display:flex;align-items:center;justify-content:flex-end}.mobile-menu .main-phone_links a img{margin-right:10px}.mobile-menu .btn{width:100%;margin-top:auto}}
