.header-info{display:flex;justify-content:flex-end;align-items:flex-end;color:#646464}@media (max-width:774px){.header-info{flex-direction:column;align-items:flex-end;font-size:10px}}.header-info .fa-grip-lines-vertical{color:#43a906;margin-right:1rem}@media (max-width:774px){.header-info .fa-grip-lines-vertical{display:none}}.header-info a{font-size:1.2rem;margin-right:1rem;padding-top:.5rem;color:#646464;font-family:"Roboto Slab"}@media (max-width:360px){.header-info a{font-size:1rem;margin-right:.2rem}}.header-info i{color:#d53555;font-size:1.2rem}@media (max-width:360px){.header-info i{font-size:1rem}}@media (max-width:774px){.header-info span{margin-right:1rem}}@media (max-width:380px){.header-info span{margin-right:.2rem}}.header-info p{font-family:"Roboto Slab";font-weight:700;margin-bottom:1rem}@media (max-width:380px){.header-info .address{display:flex;flex-direction:column;align-items:flex-end}}.header-info .delivery i{margin-right:.3rem}.header-info .delivery span{margin-right:.3rem;margin-top:.5rem}@media (max-width:774px){.header-info .delivery{display:flex;flex-direction:column;align-items:flex-end}}.App{text-align:center}.App .titlePanel .logoButtons{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}@media (max-width:1048px){.App .titlePanel .logoButtons{justify-content:space-around}}@media (max-width:750px){.App .titlePanel .logoButtons{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.App .titlePanel .logoButtons a{text-decoration:none;border:1px solid #d53555;border-radius:5px;color:#fcf6f6;background-color:#d53555;padding:1rem;text-transform:uppercase;margin:0;font-family:"Roboto Slab"}@media (max-width:350px){.App .titlePanel .logoButtons a{font-size:.8rem;padding:.7rem;margin-top:1rem}}.App .titlePanel .logoButtons a+a{margin-left:1rem}.App .titlePanel img{max-width:20rem}@media (max-width:450px){.App .titlePanel img{max-width:22rem}}.App .titlePanel .mainButtons{display:flex;justify-content:space-between}.App .navMenu{box-shadow:0 1px 3px 0 hsla(0,0%,60.8%,.2);background-color:#fbfbfb}@media (max-width:750px){.App .navMenu{display:none}}.App .navMenu nav{display:flex;justify-content:space-around}.App .nav-link{box-sizing:border-box;position:relative;text-decoration:none;text-transform:uppercase;font-family:"Roboto Slab";font-weight:700;color:#393939;padding:3rem 0}@media (max-width:1024px){.App .nav-link{padding:1rem 0}}.App .nav-link.active{border-bottom:5px solid #43a906;color:#43a906}.App .nav-link:focus,.App .nav-link:hover{color:#43a906}.App .actions{width:100%;display:flex;justify-content:center}@media (max-width:600px){.App .actions{flex-direction:column}}.App .action1{height:300px;object-fit:cover}@media (max-width:900px){.App .action1{object-fit:contain;height:200px}}.App .action2{height:300px;object-fit:cover}@media (max-width:900px){.App .action2{object-fit:contain;height:200px}}.burger-menu{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;z-index:10;position:fixed;top:8%;left:0;background-color:#373a47;color:#fff;width:70%;height:100vh;transform:translateX(-100%);transition:transform .3s ease-in-out}@media (min-width:751px){.burger-menu{display:none}}.burger-menu.active{transform:translateX(0)}.burger-menu .burger-link,.burger-menu .sub-link{color:#fff;letter-spacing:.2rem;text-transform:uppercase;font-family:"Roboto Slab";padding:.3rem}.burger-menu .burger-link{padding:1rem;font-size:1.1rem;letter-spacing:.2rem}.burger-menu .sub-link{display:flex;flex-direction:column;padding-left:2rem;font-size:.8rem}.burger-menu .sub-link+.sub-link{padding-top:1.2rem}.burger{position:fixed;top:2%;left:2rem;width:2rem;height:2rem;background:transparent;cursor:pointer;z-index:10;transition:transform .3s ease-in-out}@media (min-width:751px){.burger{display:none}}.burger .first-line.active{transform:rotate(45deg);position:fixed;top:3.7%}.burger .second-line.active{transform:rotate(135deg);position:fixed;top:3.7%}.burger .empty-line.active{display:none}.burger .burger-btn div{border:1.5px solid #393939;background-color:#393939;width:3rem;margin-bottom:.8rem;padding:0}.products{margin-top:.5em}.products .gallery-container{width:1170px;height:400px;margin-left:auto;margin-right:auto;position:relative}.products .gallery-container .slide{display:block;height:100%}.products .gallery-container .slide img{object-fit:cover;object-position:center;width:100%;height:100%}.products .gallery-container .active{height:100%}.products .gallery-container .dots{justify-self:flex-end;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.products .gallery-container .dots button{width:15px;height:15px;border-radius:20px;border:2px solid #fff;background-color:hsla(0,0%,60.8%,.2);padding:0;margin:0;outline:0}.products .gallery-container .dots button.activeDot{background-color:#fff}.products .gallery-container .arrow-prev{position:absolute;width:50px;height:100%;top:0;cursor:pointer}.products .gallery-container .arrow-prev:after{position:absolute;top:50%;left:25px;content:"";display:block;width:20px;height:20px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(45deg)}.products .gallery-container .arrow-prev:hover{background-color:hsla(0,0%,60.8%,.6)}.products .gallery-container .arrow-next{position:absolute;width:50px;height:100%;top:0;left:1120px;cursor:pointer}.products .gallery-container .arrow-next:after{position:absolute;top:50%;content:"";display:block;width:20px;height:20px;border-right:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg)}.products .gallery-container .arrow-next:hover{left:1120px;background-color:hsla(0,0%,60.8%,.6)}.catalogWrapper{padding:3rem 0 7rem;display:flex;justify-content:space-around;flex-wrap:wrap}@media (max-width:1024px){.catalogWrapper{padding:0 0 1rem}}.catalogWrapper .catalogProduct{width:15rem;padding:4rem 0}@media (max-width:768px){.catalogWrapper .catalogProduct{width:12rem}}@media (max-width:320px){.catalogWrapper .catalogProduct{padding:2.7rem 0}}.catalogWrapper .catalogProduct:hover svg{fill:#43a906}.catalogWrapper .catalogProduct:hover p{color:#43a906}.catalogWrapper svg{width:6rem;height:6rem;fill:#393939}.catalogWrapper p{font:1rem "Roboto Slab";text-transform:uppercase;color:#646464;font-weight:700}.pretty{width:100%;height:27rem;padding-bottom:7rem}@media (max-width:1024px){.pretty{padding-bottom:4rem}}.pretty img{object-fit:cover;width:100%;height:100%}.clients h2{font:2.3rem "Roboto Slab";text-transform:uppercase;color:#222;font-weight:700;margin-bottom:5rem;margin-top:2rem}.clientsWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1rem}@media (max-width:1024px){.clientsWrapper{grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}}@media (max-width:400px){.clientsWrapper{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}.clientsWrapper .clientName{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.clientsWrapper .clientName p{padding-top:0;padding-bottom:1rem}.clientsWrapper img{max-width:100%}@media (max-width:750px){.clientsWrapper img{margin-top:7%;max-height:80%}}@media (max-width:600px){.clientsWrapper img{margin-top:17%;max-height:60%}}@media (max-width:450px){.clientsWrapper img{margin-top:30%;max-height:50%}}@media (max-width:360px){.clientsWrapper img{margin-top:40%;max-height:45%}}.clientsWrapper img[alt=logo]{max-width:80%}@media (max-width:750px){.clientsWrapper img[alt=logo]{margin-top:0;max-height:100%}}@media (max-width:600px){.clientsWrapper img[alt=logo]{margin-top:0;max-height:100%}}@media (max-width:450px){.clientsWrapper img[alt=logo]{margin-top:0;max-height:100%}}@media (max-width:360px){.clientsWrapper img[alt=logo]{margin-top:0;max-width:70%;max-height:100%}}.clientsWrapper .clientLogo{height:7rem}.clientsWrapper .clientLogo img{object-fit:contain;height:100%}.clientsWrapper svg{width:5rem;height:5rem}.clientsWrapper p{font:.7rem "Open Sans";text-transform:uppercase;color:#646464;padding-top:1rem}.clientsWrapper .ri-trigger{width:300px;border:2px solid #ababab;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2)}.order{margin-top:4rem}@media (max-width:1024px){.order{margin-top:2rem}}.order h2{font:3rem "Roboto Slab";text-transform:uppercase;font-weight:700;margin-top:2rem;margin-bottom:2rem}@media (max-width:1024px){.order h2{font:2rem "Roboto Slab";font-weight:700}}.order .orderWrapper{display:grid;grid-template-columns:15% 70% 15%;grid-template-rows:10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;align-items:center}.order .orderWrapper i{color:#d53555;font-size:5rem;grid-row:span 2}@media (max-width:1024px){.order .orderWrapper i{font-size:3rem}}.order .orderWrapper .fa-reply,.order .orderWrapper .fa-share{color:hsla(0,0%,60.8%,.9);transform:rotateX(150deg)}.order .orderWrapper p{margin-bottom:3.5rem;margin-top:1.5rem;font-family:"Open Sans";color:#222;text-transform:uppercase}@media (max-width:1024px){.order .orderWrapper p{margin-bottom:2.5rem;margin-top:1rem}}.order .orderWrapper a{color:#43a906;font-size:1.2rem}.manufactures{padding:2rem}@media (max-width:375px){.manufactures{padding:0}}.manufactures img{width:15rem}.manufactures h3{text-transform:uppercase;font-family:"Roboto Slab";font-weight:700}.manufactures p{text-align:justify;padding:1rem 2rem}.manufactures .container{display:flex;flex-direction:column;align-items:center}.manufactures .container>div{border:1px solid #b8b8b8;box-shadow:0 2px 7px 0 rgba(72,72,72,.2);background-color:#fff;padding:2rem;margin-top:2rem;width:70%}@media (max-width:600px){.manufactures .container>div{width:100%}}.projects{display:flex;justify-content:center;padding-top:1em}.projects .container{width:100%;max-width:600px}.projects .wrapper{margin:1rem 0}.image-container{position:relative;overflow:hidden;background:rgba(0,0,0,.05)}@media (max-width:500px){.image-container{max-height:50%}}.image-container p{font-size:1.3rem}@media (max-width:500px){.image-container img{max-width:100%}}.contacts{padding:7rem 0}@media (max-width:1024px){.contacts{padding:2rem 0}}.contacts h2{font-family:"Roboto Slab";font-size:3rem;text-transform:uppercase;font-weight:700;padding-bottom:.5rem}@media (max-width:1024px){.contacts h2{font-size:2rem;margin-top:-1rem}}.contacts .map-message{display:flex;align-items:stretch;box-sizing:border-box;margin-top:3rem;text-align:left}@media (max-width:1024px){.contacts .map-message{margin-top:1.5rem}}@media (max-width:810px){.contacts .map-message{flex-wrap:wrap;text-align:center}}.contacts .map-message h4{font-family:"Roboto Slab";font-size:1.5rem;text-transform:uppercase;font-weight:700}.contacts .map{width:60%;margin-right:3rem}@media (max-width:810px){.contacts .map{width:100%;margin-right:0}}.contacts .map a{display:inline-block;font-family:"Open Sans";padding-top:0;padding-bottom:2rem}.contacts .map i{color:#d53555;padding-top:0;padding-bottom:2rem;margin-right:.5rem}.contacts .map span+i{margin-left:2rem}.contacts .drop-message{width:100%;padding-bottom:0}.contacts .drop-message button{padding:1.5rem 5.2rem;margin-top:2.5rem;border-radius:2px;background-color:#43a906;font-family:"Roboto Slab";font-weight:700;text-transform:uppercase;color:#fff;cursor:pointer}.contacts .message-form{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:4rem 4rem 20rem;grid-column-gap:1rem;column-gap:1rem;grid-row-gap:1rem;row-gap:1rem}.contacts .message-form [placeholder="Сообщение *"],.contacts .message-form [placeholder="Телефон *"]{grid-column:span 2}.contacts .message-form [placeholder]{font-family:"Open Sans";font-size:1.2rem;font-style:italic;text-align:left;color:#696969;padding-left:1rem}@media (max-width:1024px){.contacts .message-form [placeholder]{padding:0}}.footer{background-color:#222;margin-top:10rem}@media (max-width:1024px){.footer{margin-top:3rem}}.footer a,.footer h3,.footer p{font-family:"Open Sans";color:#fff;font-size:.8rem;padding:.3rem 0}@media (max-width:1024px){.footer a,.footer h3,.footer p{font-size:1.1rem}}@media (max-width:768px){.footer a,.footer h3,.footer p{font-size:1.2rem;padding:.9rem 0}}@media (max-width:500px){.footer a,.footer h3,.footer p{font-size:1rem;padding:.9rem 0}}@media (max-width:450px){.footer a,.footer h3,.footer p{font-size:.95rem;padding:.9rem 0}}@media (max-width:430px){.footer a,.footer h3,.footer p{font-size:1.1rem;padding:.9rem 0}}.footer h3{text-transform:uppercase;padding-bottom:5rem}.footer .footerWrapper{display:grid;grid-template-columns:25% 25% 25% 25%;grid-template-rows:20% 80%;grid-auto-flow:column}@media (max-width:430px){.footer .footerWrapper{grid-template-columns:1fr 1fr;grid-template-rows:1fr}}.footer .footerWrapper .footerProducts{grid-column:2/4}@media (max-width:430px){.footer .footerWrapper .footerProducts,.footer .mobileEmpty{display:none}}@media (max-width:430px){.footer .footerNavigation{font-size:.5rem;text-transform:uppercase}}.footer .authors{font-size:.8rem;color:#fff}.footer .authors a{font-size:.8rem}.culc{padding-top:4rem}@media (max-width:1024px){.culc{padding-top:2rem}}.culc p{font-family:sans-serif;color:#616161}.culc .contentCallback{padding-top:2rem;padding-bottom:2rem;text-align:center;width:60%;margin:0 auto}.culc .contentCallback h2{font-size:2rem;color:#222;padding-bottom:.5rem}.culc .contentCallback button,.culc .contentCallback h2{font-family:"Roboto Slab";text-transform:uppercase;font-weight:700}.culc .contentCallback button{padding:1.5rem 5.2rem;margin-top:2.5rem;border-radius:2px;background-color:#43a906;color:#fff;cursor:pointer}.culc .contentCallback [placeholder]{font-family:"Open Sans";font-size:1rem;font-style:italic;text-align:left;color:#696969;padding-left:.5rem}.culc .contentCallback .callbackWrapper{display:flex;flex-direction:column;width:50%;margin:0 auto}.culc .contentCallback .callbackWrapper input,.culc .contentCallback .callbackWrapper textarea{margin-bottom:1rem;height:2.5rem}.culc .contentCallback .callbackWrapper [placeholder="Интересующее изделие, размеры, цвет и т.п. *"]{height:10rem}.findPrice .contentCallback{padding-top:2rem;padding-bottom:2rem;text-align:center;width:60%;margin:0 auto}@media (max-width:1024px){.findPrice .contentCallback{padding-top:.7rem;padding-bottom:.7rem}}.findPrice .contentCallback h2{font-family:"Roboto Slab";font-size:2rem;color:#222;text-transform:uppercase;font-weight:700;padding-bottom:.5rem}@media (max-width:1024px){.findPrice .contentCallback h2{font-size:1.5rem}}.findPrice .contentCallback button{padding:1.5rem 5.2rem;margin-top:2.5rem;border-radius:2px;background-color:#43a906;font-family:"Roboto Slab";font-weight:700;text-transform:uppercase;color:#fff;cursor:pointer}@media (max-width:375px){.findPrice .contentCallback button{padding:1.5rem 3rem}}.findPrice .contentCallback [placeholder]{font-family:"Open Sans";font-size:1rem;font-style:italic;text-align:left;color:#696969;padding-left:.5rem;min-width:18rem}.findPrice .contentCallback .callbackWrapper{display:flex;flex-direction:column;width:50%;margin:0 auto;align-items:center}.findPrice .contentCallback .callbackWrapper input,.findPrice .contentCallback .callbackWrapper textarea{margin-bottom:1rem;height:2.5rem}.findPrice .contentCallback .callbackWrapper [placeholder="Вид продукции для просчета, размеры, цвет, дополнительные аксессуары и другие важные на Ваш взгляд параметры *"]{height:10rem}.callback{padding-top:7rem;padding-bottom:7rem;text-align:center;width:60%;margin:0 auto}@media (max-width:1024px){.callback{padding-top:2rem;padding-bottom:1rem}}@media (max-width:600px){.callback{width:80%}}@media (max-width:375px){.callback{width:100%}}.callback h2{font-size:2rem;color:#222;padding-bottom:.5rem}.callback button,.callback h2{font-family:"Roboto Slab";text-transform:uppercase;font-weight:700}.callback button{padding:1.5rem 5.2rem;margin-top:2.5rem;border-radius:2px;background-color:#43a906;color:#fff;cursor:pointer}@media (max-width:1024px){.callback button{margin-top:1rem}}.callback [placeholder]{font-family:"Open Sans";font-size:1rem;font-style:italic;text-align:left;color:#696969;padding-left:.5rem}.callback .callbackWrapper{display:flex;flex-direction:column;width:50%;margin:0 auto}.callback .callbackWrapper input{margin-bottom:1rem;height:2.5rem}.callback .callbackWrapper [placeholder=Комментарий]{height:10rem}.measuring{padding-top:7rem;padding-bottom:7rem;text-align:center;width:60%;margin:0 auto}@media (max-width:1024px){.measuring{padding-top:3rem;padding-bottom:3rem}}@media (max-width:375px){.measuring{width:100%}}.measuring h2{font-family:"Roboto Slab";font-size:2rem;color:#222;text-transform:uppercase;font-weight:700;padding-bottom:.5rem}@media (max-width:1024px){.measuring h2{font-size:1.5rem}}.measuring button{padding:1.5rem 5.2rem;margin-top:2.5rem;border-radius:2px;background-color:#43a906;font-family:"Roboto Slab";font-weight:700;text-transform:uppercase;color:#fff;cursor:pointer}@media (max-width:1024px){.measuring button{margin-top:1rem}}@media (max-width:375px){.measuring button{padding:1.5rem 4rem}}.measuring [placeholder]{font-family:"Open Sans";font-size:1rem;font-style:italic;text-align:left;padding-left:.5rem}.measuring .measuringWrapper{display:flex;flex-direction:column;width:50%;margin:0 auto}@media (max-width:600px){.measuring .measuringWrapper{width:80%}}.measuring .measuringWrapper input{margin-bottom:1rem;height:2.5rem}.measuring .measuringWrapper [placeholder=Комментарий]{height:10rem}.measuring .measuringWrapper p{margin-bottom:1rem;text-align:left}.gates{box-sizing:border-box}.gates .menu-products{display:flex;text-align:center}.gates .products{flex-basis:60%;margin:10rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:3%}@media (max-width:1024px){.gates .products{margin:5rem auto}}@media (min-width:768px) and (max-width:841px){.gates .products{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));flex-basis:100%}}@media (max-width:750px){.gates .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));justify-items:center}}@media (max-width:580px){.gates .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:2rem}}@media (max-width:375px){.gates .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));grid-gap:1%;margin-bottom:5rem;margin-top:2rem}}@media (max-width:320px){.gates .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-gap:1%;margin-bottom:5rem;margin-top:2rem}}.gates .products .product{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.gates .products .product:hover p{color:#43a906}@media (max-width:750px){.gates .products .product{width:24rem}}@media (max-width:580px){.gates .products .product{width:27rem}}@media (max-width:320px){.gates .products .product{width:20rem}}.gates .products .product img{height:15rem;width:100%;object-fit:cover}@media (max-width:375px){.gates .products .product img{height:10rem}}.gates .products p{font-family:"Roboto Slab";text-transform:uppercase;padding:1rem}@media (max-width:375px){.gates .products p{padding:.5rem}}.sideMenu{list-style:none;text-align:left;max-width:20%;margin-top:4rem;padding-right:1rem;font-family:"Roboto Slab"}@media (max-width:750px){.sideMenu{display:none}}.sideMenu ul{margin-bottom:1rem;list-style:none;padding-left:0}.sideMenu ul a{text-decoration:none;transition:.2s;font-family:"Roboto Slab"}.sideMenu ul a:visited{color:#393939}.sideMenu ul a:active,.sideMenu ul a:hover{color:#43a906;font-weight:700;text-decoration:underline}.sideMenu .fa-chevron-down{padding-left:0;color:#43a906;cursor:auto}.sideMenu .fa-grip-lines-vertical{padding-left:0;cursor:auto}.sideMenu i{margin-right:.75rem;padding-left:1rem}.sideMenu .menu_item{color:#393939;cursor:pointer;margin-top:1rem}@media (max-width:800px){.sideMenu .menu_item{margin-top:1.3rem}}.sideMenu .submenu_item{border-left:3px solid #ddd;margin-top:1rem;margin-left:1.5rem;padding-left:1rem;text-transform:none;transition-property:all;transition:.2s}@media (max-width:800px){.sideMenu .submenu_item{margin-top:1.3rem}}.sideMenu .submenu_item:active,.sideMenu .submenu_item:focus,.sideMenu .submenu_item:hover{color:#43a906;text-decoration:underline}.sideMenu .submenu_item_alCon.active,.sideMenu .submenu_item_fence.active,.sideMenu .submenu_item_fire.active,.sideMenu .submenu_item_gate.active,.sideMenu .submenu_item_plCon.active,.sideMenu .submenu_item_rollet.active{display:none}.sideMenu>ul:last-of-type>li{text-transform:uppercase}.garageGates{text-align:justify}.garageGates img{border:1px solid #c1c1c1}.garageGates .menu_content{display:flex}.garageGates .menu_content .button_content{flex-grow:1}@media (max-width:360px){.garageGates .menu_content .button_content button{font-size:1rem}}.garageGates .content h3{text-align:center}.garageGates .content h4{text-align:center;margin-top:5rem}.garageGates .content h5{margin-top:2rem;margin-bottom:1rem}.garageGates .content p{text-align:justify;margin:1rem 0}.garageGates .content span{font-family:"Roboto Slab";font-style:italic;font-weight:700}.garageGates .content h5{font-family:"Roboto Slab";font-weight:400;font-style:italic;font-size:1rem;text-transform:uppercase;margin-top:5rem;text-align:left}.garageGates .content .characteristicWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (max-width:320px){.garageGates .content .characteristicWrapper{grid-gap:0}}.garageGates .content .characteristicWrapper div{display:flex;flex-direction:column;align-items:center}.garageGates .content .characteristicWrapper h4{margin-top:0}.garageGates .content .characteristicWrapper div{padding:2rem 1rem;color:#393939;line-height:1.25rem;text-align:justify}.garageGates .content .characteristicWrapper div li{margin-top:1rem}.garageGates .content .characteristicWrapper p{padding-bottom:.5rem}.garageGates .content .characteristicWrapper img{width:15rem;margin-top:2rem}.garageGates .content .colors,.garageGates .content .panelWrapper,.garageGates .content .woodColor{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));grid-template-rows:1fr;grid-gap:1%;justify-items:center;align-items:center}.garageGates .content .panelWrapper{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));grid-gap:2%}@media (max-width:992px){.garageGates .content .panelWrapper{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media (max-width:375px){.garageGates .content .panelWrapper{grid-gap:0}}.garageGates .content .panelWrapper img{width:11rem}.garageGates .content .colors img{width:9.5rem}@media (max-width:992px) and (min-width:768px){.garageGates .content .colors{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr))}}.garageGates .content .doorWrapper,.garageGates .content .windowsWrapper,.garageGates .content .woodColor{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));grid-template-rows:1fr;justify-items:center}@media (max-width:950px) and (min-width:551px){.garageGates .content .doorWrapper,.garageGates .content .windowsWrapper,.garageGates .content .woodColor{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:1rem}}@media (max-width:550px){.garageGates .content .doorWrapper,.garageGates .content .windowsWrapper,.garageGates .content .woodColor{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-gap:1rem}}@media (max-width:375px){.garageGates .content .doorWrapper,.garageGates .content .windowsWrapper,.garageGates .content .woodColor{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr}}.garageGates .content .doorWrapper img,.garageGates .content .windowsWrapper img,.garageGates .content .woodColor img{height:10rem}@media (max-width:950px) and (min-width:768px){.garageGates .content .doorWrapper img,.garageGates .content .windowsWrapper img,.garageGates .content .woodColor img{height:12rem}}@media (max-width:375px){.garageGates .content .doorWrapper img,.garageGates .content .windowsWrapper img,.garageGates .content .woodColor img{height:12rem;margin-bottom:1rem}}.garageGates .content .woodColor{margin-bottom:1rem}@media (max-width:950px){.garageGates .content .woodColor{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:1rem}}@media (max-width:500px){.garageGates .content .woodColor{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:1rem}}@media (max-width:375px){.garageGates .content .woodColor{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}}.garageGates .content .woodColor img{height:11rem}@media (max-width:950px) and (min-width:651px){.garageGates .content .woodColor img{height:15rem}}@media (max-width:500px){.garageGates .content .woodColor img{height:16rem}}@media (max-width:1300px){.garageGates .content .panelColor img{max-height:75%}}@media (max-width:900px){.garageGates .content .panelColor img{max-height:70%}}@media (max-width:800px){.garageGates .content .panelColor img{max-height:65%}}@media (max-width:750px){.garageGates .content .panelColor img{max-height:58%}}@media (max-width:670px){.garageGates .content .panelColor img{max-height:52%}}@media (max-width:600px){.garageGates .content .panelColor img{max-height:46%}}@media (max-width:520px){.garageGates .content .panelColor img{max-height:40%}}@media (max-width:450px){.garageGates .content .panelColor img{max-height:35%}}@media (max-width:390px){.garageGates .content .panelColor img{max-height:30%}}@media (max-width:340px){.garageGates .content .panelColor img{max-height:28%}}.garageGates .content .panelColor .ri-trigger{width:436px}@media (max-width:436px){.garageGates .content .panelColor .ri-trigger{width:320px}}@media (max-width:400px){.garageGates .content .panelColor .ri-trigger{width:280px}}.garageGates .content .wicketWrapper{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(31rem,1fr));grid-template-rows:1fr;grid-gap:1%;justify-items:center}@media (max-width:992px){.garageGates .content .wicketWrapper{grid-template-columns:repeat(auto-fit,minmax(29rem,1fr))}}@media (max-width:398px){.garageGates .content .wicketWrapper{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.garageGates .content .wicketWrapper div{margin-bottom:2rem}.garageGates .content .wicketWrapper img{width:31rem}@media (max-width:992px){.garageGates .content .wicketWrapper img{width:29rem}}@media (max-width:375px){.garageGates .content .wicketWrapper img{width:25rem}}.garageGates .content .techWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-template-rows:1fr;grid-gap:1%;justify-items:center;align-items:center}@media (max-width:935px) and (min-width:790px){.garageGates .content .techWrapper{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}@media (max-width:789px){.garageGates .content .techWrapper{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));text-align:center}}.garageGates .content .base,.garageGates .content .color,.garageGates .content .design,.garageGates .content .lockWrapper,.garageGates .content .RSD01,.garageGates .content .RSD02,.garageGates .content .surface,.garageGates .content .unblockingWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:1%}.garageGates .content .base p,.garageGates .content .color p,.garageGates .content .design p,.garageGates .content .lockWrapper p,.garageGates .content .RSD01 p,.garageGates .content .RSD02 p,.garageGates .content .surface p,.garageGates .content .unblockingWrapper p{text-align:justify;padding-right:3rem;padding-left:3rem}@media (max-width:580px){.garageGates .content .RSD01,.garageGates .content .RSD02,.garageGates .content .techCharacteristics{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));text-align:center}}.garageGates .content .RSD01 div,.garageGates .content .RSD02 div,.garageGates .content .techCharacteristics div{width:100%}.garageGates .content .RSD01 img,.garageGates .content .RSD02 img,.garageGates .content .techCharacteristics img{width:28rem;margin:4rem 2rem}@media (max-width:870px){.garageGates .content .RSD01 img,.garageGates .content .RSD02 img,.garageGates .content .techCharacteristics img{object-fit:cover;width:24rem;margin:0}}@media (max-width:375px){.garageGates .content .RSD01 img,.garageGates .content .RSD02 img,.garageGates .content .techCharacteristics img{object-fit:cover;width:100%;margin:0}}.garageGates .content .RSD01 li,.garageGates .content .RSD02 li,.garageGates .content .techCharacteristics li{padding:1rem}@media (min-width:760px) and (max-width:992px){.garageGates .content .base,.garageGates .content .color,.garageGates .content .design,.garageGates .content .surface{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}}@media (max-width:759px) and (min-width:400px){.garageGates .content .base,.garageGates .content .color,.garageGates .content .design,.garageGates .content .surface{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:0}}@media (max-width:375px){.garageGates .content .base,.garageGates .content .color,.garageGates .content .design,.garageGates .content .surface{grid-gap:0}}.garageGates .content .base div,.garageGates .content .color div,.garageGates .content .design div,.garageGates .content .surface div{display:flex;align-items:center;flex-direction:column}.garageGates .content .base img,.garageGates .content .color img,.garageGates .content .design img,.garageGates .content .surface img{width:15rem;margin:1.5rem}@media (min-width:768px) and (max-width:991px){.garageGates .content .base img,.garageGates .content .color img,.garageGates .content .design img,.garageGates .content .surface img{width:12rem;margin:1rem}}@media (max-width:759px){.garageGates .content .base img,.garageGates .content .color img,.garageGates .content .design img,.garageGates .content .surface img{width:10rem;margin:1rem}}@media (max-width:375px){.garageGates .content .base img,.garageGates .content .color img,.garageGates .content .design img,.garageGates .content .surface img{width:17rem;margin:1rem}}@media (max-width:320px){.garageGates .content .color{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}@media (max-width:375px){.garageGates .content .color img{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}@media (max-width:770px){.garageGates .content .design{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}.garageGates .content .baseWrapper{box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:.3rem;margin-top:3rem}.garageGates .content .techTable{width:100%;display:grid;grid-template-rows:repeat 16,1fr;grid-template-columns:1fr 1fr}.garageGates .content .techTable p{border:1px solid #ddd;padding:.35rem;text-align:center}.garageGates .content .techTable p:nth-child(3n+1){grid-column:span 2}.garageGates .additionWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%;margin-bottom:10rem}@media (max-width:549px){.garageGates .additionWrapper{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:1rem}}@media (max-width:375px){.garageGates .additionWrapper{grid-gap:1rem}}.garageGates .additionWrapper img{width:100%}.garageGates .additionWrapper div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.garageGates .additionWrapper p{padding:1rem}.garageGates .additionWrapper .windows{display:flex;justify-content:center;flex-wrap:wrap}.garageGates .additionWrapper .windows img{width:9rem;margin-left:.7rem}.garageGates img[alt="Гаражные ворота Hörmann"]{height:20rem;width:100%}@media (max-width:600px){.garageGates img[alt="Гаражные ворота Hörmann"]{object-fit:cover;height:15rem}}@media (max-width:375px){.garageGates img[alt="Гаражные ворота Hörmann"]{height:17rem}}.garageGates .decocolor,.garageGates .hoermannFeatures,.garageGates .prolift,.garageGates .promatic,.garageGates .remote,.garageGates .supra,.garageGates .woodgrain{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:1%}.garageGates .decocolor img,.garageGates .hoermannFeatures img,.garageGates .prolift img,.garageGates .promatic img,.garageGates .remote img,.garageGates .supra img,.garageGates .woodgrain img{object-fit:cover;width:21rem;height:20rem}@media (max-width:992px){.garageGates .decocolor img,.garageGates .woodgrain img{width:20rem}}@media (min-width:768px) and (max-width:991px){.garageGates .decocolor img,.garageGates .woodgrain img{width:16rem;height:16rem}}@media (min-width:500px) and (max-width:767px){.garageGates .decocolor img,.garageGates .woodgrain img{width:15rem;height:15rem}}@media (max-width:992px){.garageGates .decocolor,.garageGates .woodgrain{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media (max-width:490px){.garageGates .decocolor,.garageGates .woodgrain{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.garageGates .hoermannFeatures{margin:7rem 0;box-shadow:5px 5px 5px 5px #ebebeb;padding:1rem}.garageGates .sizes{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));grid-template-rows:1fr;margin-bottom:5rem}.industrialGates img{border:1px solid #bdbcbc}.industrialGates .menu_content{display:flex}.industrialGates .menu_content .button_content{flex-grow:1}.industrialGates .content{text-align:left}.industrialGates .content h3,.industrialGates .content h4{text-align:center;margin-bottom:2rem}.industrialGates .content h4{font-family:"Roboto Slab";font-weight:700;margin-top:6rem}.industrialGates .content h5{font-family:"Roboto Slab";font-weight:400;font-style:italic;font-size:1rem;text-transform:uppercase;margin-top:2rem;margin-bottom:1rem}.industrialGates .content .characteristicWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%}.industrialGates .content .characteristicWrapper div{display:flex;flex-direction:column;align-items:center}.industrialGates .content .characteristicWrapper .proTrend{width:75%}@media (max-width:587px){.industrialGates .content .characteristicWrapper .proTrend{width:100%}}.industrialGates .content .characteristicWrapper h4{margin-top:0}.industrialGates .content .characteristicWrapper div{padding:2rem 1rem;color:#393939;line-height:1.25rem;text-align:justify}.industrialGates .content .characteristicWrapper div li{margin-top:1rem}.industrialGates .content .characteristicWrapper p{padding-bottom:.5rem}.industrialGates .content .characteristicWrapper img{height:20rem;margin-top:2rem}.industrialGates .content .panelWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (max-width:880px){.industrialGates .content .panelWrapper{grid-template-columns:repeat(auto-fit,minmax(25.5rem,1fr))}}.industrialGates .content .panelWrapper div{display:flex;justify-content:space-around}@media (max-width:398px){.industrialGates .content .panelWrapper div{flex-wrap:wrap}}.industrialGates .content .panelWrapper img{object-fit:cover;object-position:center;max-width:15rem;height:15rem}@media (max-width:375px){.industrialGates .content .panelWrapper img{height:21rem}}.industrialGates .content .panelWrapper div:last-of-type{margin-bottom:4rem}@media (max-width:320px){.industrialGates .content .panelWrapper div:last-of-type img{width:14rem;height:15rem}}@media (max-width:1300px){.industrialGates .content .panelColor img{max-height:73%}}@media (max-width:900px){.industrialGates .content .panelColor img{max-height:64%}}@media (max-width:800px){.industrialGates .content .panelColor img{max-height:58%}}@media (max-width:750px){.industrialGates .content .panelColor img{max-height:52%}}@media (max-width:670px){.industrialGates .content .panelColor img{max-height:48%}}@media (max-width:600px){.industrialGates .content .panelColor img{max-height:41%}}@media (max-width:520px){.industrialGates .content .panelColor img{max-height:36%}}@media (max-width:450px){.industrialGates .content .panelColor img{max-height:31%}}@media (max-width:390px){.industrialGates .content .panelColor img{max-height:27%}}@media (max-width:340px){.industrialGates .content .panelColor img{max-height:25%}}.industrialGates .content .panelColor .ri-trigger{width:436px}@media (max-width:515px){.industrialGates .content .panelColor .ri-trigger{width:320px}}@media (max-width:400px){.industrialGates .content .panelColor .ri-trigger{width:280px}}.industrialGates .content .wicketWrapper{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(31rem,1fr));grid-template-rows:1fr;grid-gap:1%;justify-items:center}@media (max-width:992px){.industrialGates .content .wicketWrapper{grid-template-columns:repeat(auto-fit,minmax(29rem,1fr))}}@media (max-width:398px){.industrialGates .content .wicketWrapper{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.industrialGates .content .wicketWrapper div{margin-bottom:2rem}.industrialGates .content .wicketWrapper img{width:31rem}@media (max-width:992px){.industrialGates .content .wicketWrapper img{width:29rem}}@media (max-width:375px){.industrialGates .content .wicketWrapper img{width:25rem}}.industrialGates .content .techWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%;justify-items:center;align-items:center;margin-bottom:1rem}.industrialGates .content .techWrapper img{object-fit:cover;max-width:100%;height:15rem}.industrialGates .content .techWrapper [alt="Двухвальная система балансировки"],.industrialGates .content .techWrapper [alt="Одновальная система балансировки"]{width:25rem}.industrialGates .content .base,.industrialGates .content .color,.industrialGates .content .design,.industrialGates .content .doorWrapper,.industrialGates .content .lockWrapper,.industrialGates .content .panoramWrapper,.industrialGates .content .surface,.industrialGates .content .vandalWrapper,.industrialGates .content .wetWrapper,.industrialGates .content .windowsWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;justify-content:center;align-content:center;grid-gap:1%}.industrialGates .content .base img,.industrialGates .content .color img,.industrialGates .content .design img,.industrialGates .content .doorWrapper img,.industrialGates .content .lockWrapper img,.industrialGates .content .panoramWrapper img,.industrialGates .content .surface img,.industrialGates .content .vandalWrapper img,.industrialGates .content .wetWrapper img,.industrialGates .content .windowsWrapper img{object-fit:cover;max-width:100%;height:15rem}.industrialGates .content .base p,.industrialGates .content .color p,.industrialGates .content .design p,.industrialGates .content .doorWrapper p,.industrialGates .content .lockWrapper p,.industrialGates .content .panoramWrapper p,.industrialGates .content .surface p,.industrialGates .content .vandalWrapper p,.industrialGates .content .wetWrapper p,.industrialGates .content .windowsWrapper p{text-align:justify;padding-right:3rem;padding-left:3rem}@media (max-width:992px){.industrialGates .content .windowsWrapper{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}@media (max-width:550px){.industrialGates .content .windowsWrapper{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}.industrialGates .content .base,.industrialGates .content .design,.industrialGates .content .surface{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.industrialGates .content .base div,.industrialGates .content .design div,.industrialGates .content .surface div{display:flex;flex-direction:column;justify-content:center}@media (max-width:421px){.industrialGates .content .base,.industrialGates .content .design,.industrialGates .content .surface{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}.industrialGates .content .base p,.industrialGates .content .design p,.industrialGates .content .surface p{text-align:center}@media (max-width:320px){.industrialGates .content .base p,.industrialGates .content .design p,.industrialGates .content .surface p{font-size:.9rem}}.industrialGates .content .base img,.industrialGates .content .design img,.industrialGates .content .surface img{height:15rem;margin:1.5rem;object-fit:cover}@media (max-width:375px){.industrialGates .content .base img,.industrialGates .content .design img,.industrialGates .content .surface img{margin:1.5rem}}.industrialGates .content .base{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}@media (max-width:375px){.industrialGates .content .surface [alt="под дерево"],.industrialGates .content .surface [alt=stukko]{width:15rem;margin:0}}@media (max-width:421px){.industrialGates .content .color{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}.industrialGates .content .color img{width:10rem;height:10rem;object-fit:cover}@media (max-width:375px){.industrialGates .content .color img{width:9rem;height:9rem}}.industrialGates .content .baseWrapper{box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:.3rem;margin-top:3rem}@media (max-width:375px){.industrialGates .content .baseWrapper p{font-size:1.1rem;padding:.2rem}}.industrialGates .content .additionWrapper,.industrialGates .content .industrialDoorhan{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%;margin-bottom:10rem}.industrialGates .content .additionWrapper img,.industrialGates .content .industrialDoorhan img{width:100%}.industrialGates .content .additionWrapper div,.industrialGates .content .industrialDoorhan div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.industrialGates .content .additionWrapper p,.industrialGates .content .industrialDoorhan p{padding:1rem}@media (max-width:992px){.industrialGates .content .additionWrapper{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));grid-gap:1%}}@media (max-width:440px){.industrialGates .content .additionWrapper{grid-gap:1.5rem}}.industrialGates .content .industrialDoorhan{align-items:center;border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}@media (max-width:375px){.industrialGates .content .industrialDoorhan{margin-bottom:0}}.industrialGates .content .industrialDoorhan li{padding:1rem}.doubleLeaf{color:#393939}.doubleLeaf img{margin-bottom:2rem;border:1px solid #bababa}@media (max-width:375px){.doubleLeaf img{margin-bottom:0}}.doubleLeaf h3{text-transform:uppercase;size:3rem;font-family:"Roboto Slab";font-weight:700}.doubleLeaf h4{size:2rem;text-transform:capitalize;text-decoration:underline}.doubleLeaf .menu_content{display:flex}.doubleLeaf .menu_content .button_content{flex-grow:1}.doubleLeaf .content img[alt="Распашные ворота"],.doubleLeaf .content img[alt="распашные ворота Дорхан"]{object-fit:cover;width:100%;height:100%}.doubleLeaf .content .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;margin-bottom:5rem}.doubleLeaf .content .plusWrapper div>img{object-fit:cover;max-width:100%;max-height:100%}.doubleLeaf .content .doubleleafDescription{margin:4rem}.doubleLeaf .content .doubleleafDescription i{color:#43a906;font-size:2rem;margin-right:1rem}.doubleLeaf .content .doubleleafDescription p{text-align:justify}.doubleLeaf .content .variantWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;margin-bottom:5rem}.doubleLeaf .content .variantWrapper img{width:23rem;margin-top:.5rem;border:0}.doubleLeaf .content img[alt=цвета]{width:100%}.doubleLeaf .content .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center}@media (max-width:375px){.doubleLeaf .content .controlWrapper{grid-gap:0}}.doubleLeaf .content .controlWrapper div>img{object-fit:cover;width:100%;max-height:100%}.doubleLeaf .characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center}.doubleLeaf .characteristics p{padding:1rem;border-bottom:1.5px solid #c2bbbb}.doubleLeaf .color,.doubleLeaf .design,.doubleLeaf .premium,.doubleLeaf .shield,.doubleLeaf .surface{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.doubleLeaf .color,.doubleLeaf .design,.doubleLeaf .premium,.doubleLeaf .shield,.doubleLeaf .surface{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.doubleLeaf .color div,.doubleLeaf .design div,.doubleLeaf .premium div,.doubleLeaf .shield div,.doubleLeaf .surface div{display:flex;flex-direction:column;align-content:center;align-items:center;width:20rem}@media (max-width:1100px){.doubleLeaf .color div,.doubleLeaf .design div,.doubleLeaf .premium div,.doubleLeaf .shield div,.doubleLeaf .surface div{width:17rem}}@media (max-width:800px){.doubleLeaf .color div,.doubleLeaf .design div,.doubleLeaf .premium div,.doubleLeaf .shield div,.doubleLeaf .surface div{width:15rem}}@media (max-width:600px){.doubleLeaf .color div,.doubleLeaf .design div,.doubleLeaf .premium div,.doubleLeaf .shield div,.doubleLeaf .surface div{width:22rem}}.doubleLeaf .color img,.doubleLeaf .design img,.doubleLeaf .premium img,.doubleLeaf .shield img,.doubleLeaf .surface img{width:100%;object-fit:fill}.doubleLeaf .design img{width:15rem}.doubleLeaf .shield{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:2rem;gap:2rem;div-width:25rem}.doubleLeaf .shield img{height:14rem;width:25rem;object-fit:cover}.slidingGates{color:#393939}.slidingGates p{text-align:justify}.slidingGates h2{text-decoration:underline}.slidingGates h2,.slidingGates h3{font-family:"Roboto Slab";text-transform:uppercase;size:3rem;font-weight:700}.slidingGates img{border:1px solid #c2c2c2}.slidingGates .menu_content{display:flex}.slidingGates .menu_content .button_content{flex-grow:1}@media (max-width:470px){.slidingGates .menu_content .button_content button{font-size:.9rem;padding:.5rem}}@media (max-width:340px){.slidingGates .menu_content .button_content button{font-size:.8rem;padding:.5rem}}.slidingGates img[alt="откатные ворота"],.slidingGates img[alt="откатные ворота Дорхан"],.slidingGates img[alt=цвета]{width:100%;object-fit:cover;margin-bottom:5rem}.slidingGates img[alt=цвета]{width:70%}.slidingGates .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;margin-bottom:7rem}@media (max-width:375px){.slidingGates .plusWrapper{margin-bottom:15rem}}.slidingGates .plusWrapper div>img{object-fit:cover;max-width:100%;max-height:100%}.slidingGates .complectWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:1%;gap:1%}.slidingGates .complectWrapper span{font-family:"Roboto Slab";font-weight:700}.slidingGates .complectWrapper p{margin:1rem 0}.slidingGates .complectWrapper img{object-fit:cover;width:90%;border:0}@media (max-width:550px){.slidingGates .complectWrapper img{margin-bottom:-5rem}}.slidingGates .variantWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;margin-bottom:7rem}.slidingGates .variantWrapper img{width:23rem;margin-top:.5rem;border:0}.slidingGates .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center}.slidingGates .controlWrapper div>img{object-fit:cover;max-height:100%;width:15rem}.slidingGates .characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center}.slidingGates .characteristics p{padding:1rem;border-bottom:1.5px solid #c2bbbb}.slidingGates .color,.slidingGates .design,.slidingGates .premium,.slidingGates .shield,.slidingGates .surface{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.slidingGates .color,.slidingGates .design,.slidingGates .premium,.slidingGates .shield,.slidingGates .surface{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.slidingGates .color div,.slidingGates .design div,.slidingGates .premium div,.slidingGates .shield div,.slidingGates .surface div{display:flex;flex-direction:column;align-content:center;align-items:center;width:20rem}@media (max-width:1100px){.slidingGates .color div,.slidingGates .design div,.slidingGates .premium div,.slidingGates .shield div,.slidingGates .surface div{width:17rem}}@media (max-width:800px){.slidingGates .color div,.slidingGates .design div,.slidingGates .premium div,.slidingGates .shield div,.slidingGates .surface div{width:15rem}}@media (max-width:600px){.slidingGates .color div,.slidingGates .design div,.slidingGates .premium div,.slidingGates .shield div,.slidingGates .surface div{width:22rem}}.slidingGates .color img,.slidingGates .design img,.slidingGates .premium img,.slidingGates .shield img,.slidingGates .surface img{width:100%;object-fit:fill}.slidingGates .design img{width:15rem}.slidingGates .shield{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:2rem;gap:2rem;div-width:25rem}.slidingGates .shield img{height:14rem;width:25rem;object-fit:cover}.panoramicGates{color:#393939}.panoramicGates h3{text-transform:uppercase;font-family:"Roboto Slab";font-weight:700;margin-top:5rem}.panoramicGates h3:first-of-type{margin-top:-1rem}@media (max-width:375px){.panoramicGates h3:first-of-type{margin-top:2rem}}.panoramicGates h4{text-transform:none;font-family:"Roboto Slab";font-size:1.05rem}.panoramicGates p{text-align:justify;margin:2rem 0}.panoramicGates span{color:#a5a4a4}.panoramicGates .menu_content{display:flex}.panoramicGates .menu_content .button_content{flex-grow:1}.panoramicGates .content img[alt="панорамные ворота"]{object-fit:cover;width:100%;height:100%}.panoramicGates .content img[alt="панорамные Doorhan"]{object-fit:cover;width:100%;height:20rem}.panoramicGates .content i{color:#43a906;font-size:1.3rem;margin-right:1rem}.panoramicGates .content .typeWrapper,.panoramicGates .content .variantWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;margin-top:6rem}@media (max-width:1137px){.panoramicGates .content .typeWrapper,.panoramicGates .content .variantWrapper{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-gap:2%;gap:2%}}@media (max-width:375px){.panoramicGates .content .typeWrapper,.panoramicGates .content .variantWrapper{grid-gap:.5%;gap:.5%}}.panoramicGates .content .typeWrapper img,.panoramicGates .content .variantWrapper img{object-fit:cover;width:100%;height:15rem}@media (min-width:768px) and (max-width:904px){.panoramicGates .content .typeWrapper img,.panoramicGates .content .variantWrapper img{width:30rem}}.panoramicGates .content .typeWrapper p,.panoramicGates .content .variantWrapper p{text-align:center}@media (min-width:490px) and (max-width:904px){.panoramicGates .content .typeWrapper{grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}}.panoramicGates .content .variantWrapper img{height:22rem}.panoramicGates .content img[alt=цвета]{max-width:70%}.panoramicGates .content .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center}.panoramicGates .content .controlWrapper div>img{object-fit:cover;max-height:100%;width:15rem}.panoramicGates .addition img{width:100%;height:20rem;object-fit:fill}@media (max-width:570px){.panoramicGates .addition img{height:30rem}}@media (max-width:490px){.panoramicGates .addition img{height:20rem}}.panoramicGates .characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;margin-bottom:7rem}.panoramicGates .characteristics p{margin:1rem 0;border-bottom:1.5px solid #c2bbbb}.panoramicGates .color,.panoramicGates .design,.panoramicGates .glass,.panoramicGates .panels,.panoramicGates .surface{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.panoramicGates .color,.panoramicGates .design,.panoramicGates .glass,.panoramicGates .panels,.panoramicGates .surface{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.panoramicGates .color div,.panoramicGates .design div,.panoramicGates .glass div,.panoramicGates .panels div,.panoramicGates .surface div{display:flex;flex-direction:column;align-content:center;align-items:center;width:20rem}@media (max-width:1100px){.panoramicGates .color div,.panoramicGates .design div,.panoramicGates .glass div,.panoramicGates .panels div,.panoramicGates .surface div{width:17rem}}@media (max-width:800px){.panoramicGates .color div,.panoramicGates .design div,.panoramicGates .glass div,.panoramicGates .panels div,.panoramicGates .surface div{width:15rem}}@media (max-width:600px){.panoramicGates .color div,.panoramicGates .design div,.panoramicGates .glass div,.panoramicGates .panels div,.panoramicGates .surface div{width:22rem}}.panoramicGates .color img,.panoramicGates .design img,.panoramicGates .glass img,.panoramicGates .panels img,.panoramicGates .surface img{width:15rem;object-fit:fill}.panoramicGates .panels{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.panoramicGates .panels div{width:12rem}.fastGates img[alt="спиральные ворота"]{object-fit:cover;width:100%;height:100%}.fastGates .PVHGates{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:1rem}.fastGates .PVHGates h3{font-family:"Roboto Slab"}.fastGates .PVHGates img{object-fit:cover;width:100%}.fastGates .PVHGates .characteristics{margin-bottom:1rem}.fastGates .fastDesign{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:1rem;gap:1rem}@media (max-width:650px){.fastGates .fastDesign{flex-wrap:wrap}}.fastGates .fastDesign img{object-fit:cover;height:6rem;width:15rem}.fastGates .spiralGates{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);margin-top:3rem;margin-bottom:7rem;height:30rem}@media (max-width:500px){.fastGates .spiralGates{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.fastGates .spiralGates img{object-fit:cover;height:30rem}.fastGates .spiralGates p{padding:1rem}.fastGates .characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;margin-bottom:7rem}.fastGates .characteristics p{padding:1rem;border-bottom:1.5px solid #c2bbbb}.fastGates .design{width:25rem}.fastGates .design img{width:100%;object-fit:cover}.fastGates .color,.fastGates .fastColor{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.fastGates .color,.fastGates .fastColor{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.fastGates .color div,.fastGates .fastColor div{display:flex;flex-direction:column;align-content:center;align-items:center;width:10rem}.fastGates .color img,.fastGates .fastColor img{object-fit:fill;width:100%}.fastGates .fastColor img{height:8rem;object-fit:cover}.wicket{color:#393939}.wicket p{text-align:justify}.wicket h2{size:3rem}.wicket h2,.wicket h4{font-family:"Roboto Slab"}.wicket h4{text-transform:uppercase;size:1.25rem}.wicket .menu_content{display:flex}.wicket .menu_content .button_content{flex-grow:1}.wicket .content img[alt="калитка Дорхан"]{object-fit:cover;width:100%;height:100%}.wicket .content .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%;gap:3%;justify-items:center;align-items:center;margin-bottom:7rem}@media (max-width:535px){.wicket .content .plusWrapper{grid-gap:0;gap:0}}.wicket .content .plusWrapper img{object-fit:cover;width:20rem;max-height:100%}.wicket .content .plusWrapper p{margin-top:1.5rem}.wicket .content .variantWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:2%;gap:2%;justify-items:center;margin:6rem 0}@media (max-width:545px){.wicket .content .variantWrapper{grid-gap:0;gap:0;margin-bottom:5rem;margin-top:0}}.wicket .content .variantWrapper img{object-fit:cover;width:10rem;height:20rem}.wicket .content .additionWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%}.wicket .content .additionWrapper div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.wicket .content .additionWrapper img{object-fit:cover;width:100%;height:22rem}.wicket .content .additionWrapper p{padding:1rem}.wicket .characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;margin-bottom:7rem}.wicket .characteristics p{padding:1rem;border-bottom:1.5px solid #c2bbbb}.wicket .color,.wicket .design,.wicket .premium,.wicket .shield,.wicket .surface{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:700px){.wicket .color,.wicket .design,.wicket .premium,.wicket .shield,.wicket .surface{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.wicket .color div,.wicket .design div,.wicket .premium div,.wicket .shield div,.wicket .surface div{display:flex;flex-direction:column;align-content:center;align-items:center;width:20rem}@media (max-width:1100px){.wicket .color div,.wicket .design div,.wicket .premium div,.wicket .shield div,.wicket .surface div{width:17rem}}@media (max-width:800px){.wicket .color div,.wicket .design div,.wicket .premium div,.wicket .shield div,.wicket .surface div{width:15rem}}@media (max-width:700px){.wicket .color div,.wicket .design div,.wicket .premium div,.wicket .shield div,.wicket .surface div{width:25rem}}.wicket .color img,.wicket .design img,.wicket .premium img,.wicket .shield img,.wicket .surface img{width:100%;object-fit:fill}.wicket .design img{width:15rem}.wicket .shield{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:2rem;gap:2rem;div-width:25rem}.wicket .shield img{height:22rem;width:10rem;object-fit:cover}.wicket .baseWrapper{box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:.3rem;margin-top:3rem}.wicket .base{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;margin:1rem}.wicket .base img{object-fit:cover;width:20rem}.wicket .additionWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;margin-bottom:10rem}.wicket .additionWrapper img{width:100%}.wicket .additionWrapper div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.wicket .additionWrapper p{padding:1rem}.automation{color:#393939}.automation h2,.automation h3{text-transform:uppercase;font-size:1rem;font-family:"Roboto Slab"}.automation h2{font-size:1.6rem;font-weight:700}.automation .menu_content{display:flex}.automation .menu_content .button_content{flex-grow:1}.automation .menu_content .button_content button{margin-right:.4rem}@media (max-width:470px){.automation .menu_content .button_content button{font-size:1rem;padding:.5rem}}.automation .content img[alt=titleAvtomatic]{object-fit:cover;max-width:100%;max-height:100%;margin-bottom:2rem}.automation .content .ambo,.automation .content .asw,.automation .content .levigato,.automation .content .roteo,.automation .content .scopio,.automation .content .speedLevigato,.automation .content .targo{display:grid;grid-template-columns:30% 70%;grid-template-rows:1fr 1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;box-shadow:0 3px 7px 0 rgba(72,72,72,.2);padding:1rem;margin-bottom:3rem}@media (max-width:490px){.automation .content .ambo,.automation .content .asw,.automation .content .levigato,.automation .content .roteo,.automation .content .scopio,.automation .content .speedLevigato,.automation .content .targo{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));grid-template-rows:1fr;grid-gap:0;gap:0}}.automation .content .ambo p,.automation .content .asw p,.automation .content .levigato p,.automation .content .roteo p,.automation .content .scopio p,.automation .content .speedLevigato p,.automation .content .targo p{margin-bottom:2rem;color:#676767}.automation .content .ambo img,.automation .content .asw img,.automation .content .levigato img,.automation .content .roteo img,.automation .content .scopio img,.automation .content .speedLevigato img,.automation .content .targo img{object-fit:cover;max-width:100%;max-height:100%;border:1px solid #e4e3e3}.automation .content .ambo div:first-of-type,.automation .content .asw div:first-of-type,.automation .content .levigato div:first-of-type,.automation .content .roteo div:first-of-type,.automation .content .scopio div:first-of-type,.automation .content .speedLevigato div:first-of-type,.automation .content .targo div:first-of-type{grid-row:1/3}.automation .content .levigato,.automation .content .roteo{grid-template-rows:1fr 1fr 1fr}.automation .content .levigato div:first-of-type,.automation .content .roteo div:first-of-type{grid-row:1/4}.automation .content .targo{grid-template-rows:1fr 1fr 1fr 1fr 1fr}.automation .content .targo div:first-of-type{grid-row:1/6}.automation .content .ambo,.automation .content .asw{grid-template-rows:1fr}.automation .content i{color:#43a906;font-size:3rem}.automation .content i[alt="fas fa-hand-point-down"]{margin-bottom:2rem}.automation .arm,.automation .sectional,.automation .sectional1200,.automation .shaft,.automation .shel,.automation .sliding,.automation .SN6041,.automation .SPIN22BDKCE,.automation .SPIN23BDKCE,.automation .swing,.automation .swingPro{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%;align-items:center;text-align:left;box-shadow:0 3px 7px 0 rgba(72,72,72,.2);padding:1rem}@media (max-width:375px){.automation .arm,.automation .sectional,.automation .sectional1200,.automation .shaft,.automation .shel,.automation .sliding,.automation .SN6041,.automation .SPIN22BDKCE,.automation .SPIN23BDKCE,.automation .swing,.automation .swingPro{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));padding:1rem;text-align:center}}.automation .arm img,.automation .sectional1200 img,.automation .sectional img,.automation .shaft img,.automation .shel img,.automation .sliding img,.automation .SN6041 img,.automation .SPIN22BDKCE img,.automation .SPIN23BDKCE img,.automation .swing img,.automation .swingPro img{width:100%;object-fit:cover;border:1px solid #dedede}.automation .arm p,.automation .sectional1200 p,.automation .sectional p,.automation .shaft p,.automation .shel p,.automation .sliding p,.automation .SN6041 p,.automation .SPIN22BDKCE p,.automation .SPIN23BDKCE p,.automation .swing p,.automation .swingPro p{margin-bottom:1rem}.automation .arm,.automation .sectional,.automation .sectional1200,.automation .shaft,.automation .sliding,.automation .swing,.automation .swingPro{margin-bottom:5rem}.automation .arm h3,.automation .sectional1200 h3,.automation .sectional h3,.automation .shaft h3,.automation .sliding h3,.automation .swing h3,.automation .swingPro h3{text-align:center;font-size:1.2rem}.automation .arm .characteristics,.automation .sectional1200 .characteristics,.automation .sectional .characteristics,.automation .shaft .characteristics,.automation .sliding .characteristics,.automation .swing .characteristics,.automation .swingPro .characteristics{margin-bottom:0;justify-items:center;align-items:center}.automation .arm .characteristics p,.automation .sectional1200 .characteristics p,.automation .sectional .characteristics p,.automation .shaft .characteristics p,.automation .sliding .characteristics p,.automation .swing .characteristics p,.automation .swingPro .characteristics p{text-align:center;margin-bottom:.5rem}.automation .plus{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;align-items:center;grid-gap:14%;margin:5rem}@media (max-width:990px){.automation .plus{grid-gap:0;margin:2rem 0 0}}.automation .longPlus{grid-column:span 2;background-color:hsla(0,0%,78.8%,.4);box-shadow:0 3px 7px 0 rgba(72,72,72,.2);text-align:left;padding:1rem;margin-bottom:3rem}@media (max-width:375px){.automation .longPlus ul{padding-left:.5rem}}.automation .longPlus ul li{padding-bottom:1rem}.automation .parameters,.automation .parametersShell{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(15,1fr);margin-bottom:7rem}.automation .parameters p,.automation .parametersShell p{border-bottom:1px solid #c9c9c9;padding:.4rem}.automation .doubleLeafNice{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1rem;align-items:center}.automation .doubleLeafNice img{width:100%}.automation .parameters{grid-template-rows:repeat(12,1fr)}.automation .hoermann{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff;margin-top:3rem}.automation .hoermann p{padding:1rem}.barrier .button_content{flex-grow:1}.barrier .button_content button{margin-right:.4rem}@media (max-width:470px){.barrier .button_content button{font-size:1rem;padding:.5rem}}.barrier span{font-family:"Roboto Slab";font-weight:700;font-size:1.1rem}.barrier .anMotors,.barrier .antivandalProtector,.barrier .barBarrier,.barrier .bravoFeatures,.barrier .wideBarrier{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;box-shadow:5px 5px 5px 5px hsla(0,0%,92.2%,.7);padding:1rem;margin:5rem 0}.barrier .anMotors img,.barrier .antivandalProtector img,.barrier .barBarrier img,.barrier .bravoFeatures img,.barrier .wideBarrier img{object-fit:cover;width:20rem;border:1px solid #e8e8e8}.barrier .anMotors p,.barrier .antivandalProtector p,.barrier .barBarrier p,.barrier .bravoFeatures p,.barrier .wideBarrier p{margin:2rem 0;text-align:justify}.barrier .anMotors li,.barrier .antivandalProtector li,.barrier .barBarrier li,.barrier .bravoFeatures li,.barrier .wideBarrier li{text-align:left;padding-bottom:1rem}.barrier .anMotorsCharacteristics,.barrier .barCharacteristics,.barrier .barrierProCharacteristics,.barrier .bravoCharacteristics,.barrier .wideCharacteristics{display:grid;grid-template-columns:55% 45%;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:center}.barrier .anMotorsCharacteristics p,.barrier .barCharacteristics p,.barrier .barrierProCharacteristics p,.barrier .bravoCharacteristics p,.barrier .wideCharacteristics p{border-bottom:1px solid #d3d3d3;padding:1rem 0}@media (max-width:375px){.barrier .anMotorsCharacteristics p,.barrier .barCharacteristics p,.barrier .barrierProCharacteristics p,.barrier .bravoCharacteristics p,.barrier .wideCharacteristics p{border-bottom:none;padding:.3rem}}.barrier .anMotorsCharacteristics{grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr}.barrier .barCharacteristics,.barrier .barrierProCharacteristics,.barrier .wideCharacteristics{grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;margin-bottom:10rem}.barrier .plusesBarrier{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));grid-template-rows:1fr}@media (min-width:751px) and (max-width:801px){.barrier .plusesBarrier{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}}@media (min-width:450px) and (max-width:628px){.barrier .plusesBarrier{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}}.barrier .plusesBarrier div{height:15rem;border:1.2px solid #b8b8b8;background-color:#fff}.barrier .plusesBarrier div p{margin:0 1rem;text-align:justify}.barrier .plusesBarrier img{object-fit:cover;width:100%;height:100%}.barrier ul{list-style:none}@media (max-width:375px){.barrier ul{padding-left:0;margin-bottom:5rem}}.barrier .niceBarrier{margin:5rem 0 7rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%}@media (min-width:768px) and (max-width:835px){.barrier .niceBarrier img{width:23rem}}@media (min-width:500px) and (max-width:700px){.barrier .niceBarrier img{width:20rem}}.barrier img[alt=BARRIER-PRO]{width:25rem}.barrier .barrierProCharacteristics{margin-bottom:7rem}@media (max-width:650px){.barrier .antivandalProtector{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}}.barrier .antivandalProtector img{width:30rem}@media (max-width:950px){.barrier .antivandalProtector img{width:24rem}}.barrier .antivandalProtector li{list-style-type:disc;padding-bottom:1rem}.barrier .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.barrier .carousel{max-width:500px}}@media (max-width:530px){.barrier .carousel{max-width:400px}}@media (max-width:430px){.barrier .carousel{max-width:300px}}.barrier .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.barrier .carousel .carousel_item{height:25rem;object-fit:cover}}@media (max-width:430px){.barrier .carousel .carousel_item{height:20rem}}.barrier .carousel .alice-carousel__prev-btn{text-align:center}.autoDoor{color:#393939}.autoDoor h3{margin-top:7rem}.autoDoor p{text-align:justify;margin:2rem 0}.autoDoor span{text-transform:uppercase;font-family:"Roboto Slab";font-weight:700;color:#212121;text-align:left}.autoDoor .menu_content{display:flex}.autoDoor img[alt="автоматические двери"]{object-fit:cover;width:100%;height:25rem;border:1px solid grey}.autoDoor .typeWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:2%;gap:2%;justify-items:center;margin-top:5rem}@media (min-width:550px) and (max-width:960px){.autoDoor .typeWrapper{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}@media (max-width:400px){.autoDoor .typeWrapper{margin-bottom:12rem;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.autoDoor .typeWrapper .imageWrapper{height:20rem}.autoDoor .typeWrapper .type{width:16rem}@media (min-width:560px) and (max-width:960px){.autoDoor .typeWrapper .type{width:23rem}}@media (max-width:400px){.autoDoor .typeWrapper .type{width:24rem}}.autoDoor .typeWrapper img{object-fit:cover;width:100%;height:100%;border:1px solid grey}.autoDoor .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-template-rows:1fr;background-color:#fff}.autoDoor .plusWrapper div{height:23rem;border:1px solid #b8b8b8;background-color:#d7d7d7;display:flex;align-items:center}.autoDoor .plusWrapper p{margin:1rem}.autoDoor .plusWrapper img{object-fit:cover;width:100%;height:100%;border:1px solid #b8b8b8}.autoDoor .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.autoDoor .carousel{max-width:500px}}@media (max-width:530px){.autoDoor .carousel{max-width:400px}}@media (max-width:430px){.autoDoor .carousel{max-width:300px}}.autoDoor .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.autoDoor .carousel .carousel_item{height:25rem;object-fit:cover}}@media (max-width:430px){.autoDoor .carousel .carousel_item{height:20rem}}.autoDoor .carousel .alice-carousel__prev-btn{text-align:center}.rollets{box-sizing:border-box}.rollets .menu-products{display:flex;align-items:start;text-align:center}.rollets .products{flex-basis:60%;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%}@media (min-width:768px) and (max-width:841px){.rollets .products{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));flex-basis:100%;grid-gap:5%}}@media (max-width:750px){.rollets .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));justify-items:center}}.rollets .products .product{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.rollets .products .product:hover p{color:#43a906}@media (max-width:750px){.rollets .products .product{width:24rem}}.rollets .products p{font-family:"Roboto Slab";text-transform:uppercase;padding:1rem}.rollets .products img{object-fit:cover;width:100%;height:14rem}.standartRollets{color:#393939}.standartRollets .button_content{flex-grow:1}.standartRollets .button_content button{margin-right:.4rem}@media (max-width:470px){.standartRollets .button_content button{font-size:1rem}}.standartRollets h3{text-transform:uppercase;font-family:"Roboto Slab";font-size:1.5rem;margin-bottom:2rem}.standartRollets h4{text-transform:justify;font-size:1.5rem}.standartRollets img{border:1px solid #acacac}.standartRollets p{text-align:justify;margin:2rem 0}.standartRollets .menu_content{display:flex}.standartRollets .menu_content .button_content{flex-grow:1}.standartRollets .titleImage{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%;margin-bottom:5rem}@media (max-width:1165px){.standartRollets .titleImage{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}@media (min-width:817px) and (max-width:908px){.standartRollets .titleImage{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}@media (min-width:500px) and (max-width:816px){.standartRollets .titleImage{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}.standartRollets .titleImage img{object-fit:cover;width:100%;height:20rem}@media (max-width:816px){.standartRollets .titleImage img{height:17rem}}@media (max-width:570px){.standartRollets .titleImage img{height:14rem}}.standartRollets .pluses{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%;align-items:center;margin:2rem 0 7rem;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);padding:0 1.5rem 1.5rem}@media (max-width:992px){.standartRollets .pluses{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}@media (max-width:536px){.standartRollets .pluses{grid-gap:0}}@media (max-width:375px){.standartRollets .pluses{grid-gap:0}}.standartRollets .pluses img{grid-row:1/4;object-fit:cover;max-width:100%;max-height:100%}.standartRollets .typeWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:2%;margin-bottom:6rem;width:100%}@media (max-width:375px){.standartRollets .typeWrapper{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));margin-bottom:12rem}}.standartRollets .typeWrapper div img{object-fit:cover;max-width:100%;height:15rem}.standartRollets .typeWrapper div h4,.standartRollets .typeWrapper div p{height:7rem;text-align:center;border-bottom:1px solid #dfdfdf;margin:1.5rem 0 0}@media (max-width:375px){.standartRollets .typeWrapper div h4,.standartRollets .typeWrapper div p{height:4rem}}.standartRollets .typeWrapper div span{color:#acabab;font-size:.9rem}.standartRollets .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);padding:1.5rem}.standartRollets .controlWrapper img{object-fit:cover;max-height:100%;width:15rem}.standartRollets .rolletDoorhan,.standartRollets .steelPlus{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;gap:3rem;justify-content:center;align-content:center;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:1rem}@media (max-width:800px){.standartRollets .rolletDoorhan,.standartRollets .steelPlus{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.standartRollets .rolletDoorhan h4,.standartRollets .steelPlus h4{font-size:1.1rem}.standartRollets .rolletDoorhan img,.standartRollets .steelPlus img{object-fit:cover;width:100%}.standartRollets .rolletDoorhan .characteristics,.standartRollets .steelPlus .characteristics{margin-bottom:3rem}.standartRollets .rolletDoorhan .characteristics p,.standartRollets .steelPlus .characteristics p{padding:.5rem;margin:0}.standartRollets .rolletDesign,.standartRollets .steelDesign{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:1rem;gap:1rem}.standartRollets .rolletDesign h4,.standartRollets .steelDesign h4{font-size:1.1rem}@media (max-width:855px){.standartRollets .rolletDesign,.standartRollets .steelDesign{flex-wrap:wrap}}.standartRollets .rolletDesign img,.standartRollets .steelDesign img{object-fit:cover;width:100%}@media (max-width:855px){.standartRollets .rolletDesign img,.standartRollets .steelDesign img{width:70%}}.standartRollets .rolletDesign p,.standartRollets .steelDesign p{text-align:center}.standartRollets .color,.standartRollets .steelColor,.standartRollets .steelControl,.standartRollets .steelWood{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.standartRollets .color,.standartRollets .steelColor,.standartRollets .steelControl,.standartRollets .steelWood{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.standartRollets .color div,.standartRollets .steelColor div,.standartRollets .steelControl div,.standartRollets .steelWood div{display:flex;flex-direction:column;align-content:center;align-items:center;width:10rem}.standartRollets .color img,.standartRollets .steelColor img,.standartRollets .steelControl img,.standartRollets .steelWood img{object-fit:fill;width:15rem}.standartRollets img[alt="золотой дуб"],.standartRollets img[alt="темный дуб"]{object-fit:cover;height:9rem;width:20rem}.standartRollets .steelPlus{align-items:center;margin-bottom:7rem}.standartRollets .steelPlus li{text-align:left;margin-bottom:1rem;line-height:150%}.standartRollets .steelDesign{margin-bottom:7rem}@media (max-width:1150px){.standartRollets .steelDesign{flex-wrap:wrap}}.standartRollets .steelDesign img{height:20rem;width:15rem;object-fit:fill}.standartRollets .ral{width:15rem;height:7rem;border:1px solid grey}.standartRollets .r9006{background-color:#b5b3b4}.standartRollets .r9016{background-color:#fff}.standartRollets .r9010{background-color:#faf7ed}.standartRollets .r1015{background-color:#f5e1aa}.standartRollets .r1001{background-color:#d2aa5a}.standartRollets .r7035{background-color:#b3bbb6}.standartRollets .r7004{background-color:#999}.standartRollets .r5003{background-color:#111526}.standartRollets .r6005{background-color:#00281c}.standartRollets .r7047{background-color:#c9cac9}.standartRollets .r5017{background-color:#003e91}.standartRollets .r8017{background-color:#3d1c05}.standartRollets .r8014{background-color:#562707}.standartRollets .r6029{background-color:#005b34}.standartRollets .r3005{background-color:#970700}.standartRollets .r3002{background-color:#d12121}.standartRollets .r1018{background-color:#fbe22b}.standartRollets .r9005{background-color:#000}.rolletsGrid{color:#393939;box-sizing:border-box}.rolletsGrid .button_content{flex-grow:1}.rolletsGrid .button_content button{margin-right:.4rem}@media (max-width:470px){.rolletsGrid .button_content button{font-size:1rem}}.rolletsGrid h3{text-transform:uppercase;font-family:"Roboto Slab";font-size:1.5rem;margin-top:8rem;margin-bottom:2.5rem}@media (max-width:375px){.rolletsGrid h3{margin-top:6rem}}.rolletsGrid h3:first-of-type{margin-top:-1rem}@media (max-width:375px){.rolletsGrid h3:first-of-type{margin-top:1rem}}.rolletsGrid h4{text-transform:uppercase;font-size:1.25rem}.rolletsGrid img{object-fit:cover;max-width:100%}.rolletsGrid .menu_content{display:flex}.rolletsGrid .menu_content .button_content{flex-grow:1}.rolletsGrid .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));grid-template-rows:1fr;justify-items:center}@media (min-width:811px) and (max-width:940px){.rolletsGrid .plusWrapper{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}@media (min-width:751px) and (max-width:810px){.rolletsGrid .plusWrapper{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}@media (min-width:630px) and (max-width:735px){.rolletsGrid .plusWrapper{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media (max-width:375px){.rolletsGrid .plusWrapper{justify-items:center}}.rolletsGrid .plusWrapper div{width:21rem;height:20rem;border:1px solid #b8b8b8;background-color:#fff;display:flex;flex-direction:column;justify-content:center}@media (min-width:811px) and (max-width:935px){.rolletsGrid .plusWrapper div{width:17rem}}@media (min-width:751px) and (max-width:810px){.rolletsGrid .plusWrapper div{width:16rem}}@media (min-width:630px) and (max-width:735px){.rolletsGrid .plusWrapper div{width:18rem}}.rolletsGrid .plusWrapper h4{font-size:1rem;padding-left:1rem;padding-right:1rem}.rolletsGrid .plusWrapper p{margin:0 1rem;text-align:justify}.rolletsGrid .plusWrapper img{object-fit:cover;width:100%;height:100%}.rolletsGrid .colorWrapper,.rolletsGrid .typesWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr}.rolletsGrid .colorWrapper{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-gap:2%}.rolletsGrid .colorWrapper div{background-color:#fff}.rolletsGrid .colorWrapper img{object-fit:cover;max-width:100%;max-height:100%}.rolletsGrid .controlWrapper{display:grid;grid-template-columns:40% 60%;grid-template-rows:1fr 1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);padding:1.5rem}@media (max-width:375px){.rolletsGrid .controlWrapper{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr}}.rolletsGrid .controlWrapper img{object-fit:cover;max-height:100%;width:15rem}.rolletsGrid .additionWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:3%}@media (max-width:600px){.rolletsGrid .additionWrapper{grid-gap:1rem}}.rolletsGrid .additionWrapper div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.rolletsGrid .additionWrapper p{padding-bottom:2rem}.rolletsGrid .rolletGridDoorhan,.rolletsGrid .steelGrid,.rolletsGrid .steelPlus{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;gap:3rem;justify-content:center;align-content:center;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:1rem}@media (max-width:800px){.rolletsGrid .rolletGridDoorhan,.rolletsGrid .steelGrid,.rolletsGrid .steelPlus{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.rolletsGrid .rolletGridDoorhan h4,.rolletsGrid .steelGrid h4,.rolletsGrid .steelPlus h4{font-size:1.1rem}.rolletsGrid .rolletGridDoorhan img,.rolletsGrid .steelGrid img,.rolletsGrid .steelPlus img{object-fit:cover;width:100%}.rolletsGrid .rolletGridDoorhan .characteristics,.rolletsGrid .steelGrid .characteristics,.rolletsGrid .steelPlus .characteristics{margin-bottom:3rem}.rolletsGrid .rolletGridDoorhan .characteristics p,.rolletsGrid .steelGrid .characteristics p,.rolletsGrid .steelPlus .characteristics p{padding:.5rem;margin:0}.rolletsGrid .rolletDesign,.rolletsGrid .steelDesign{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:1rem;gap:1rem}.rolletsGrid .rolletDesign h4,.rolletsGrid .steelDesign h4{font-size:1.1rem}@media (max-width:855px){.rolletsGrid .rolletDesign,.rolletsGrid .steelDesign{flex-wrap:wrap}}.rolletsGrid .rolletDesign img,.rolletsGrid .steelDesign img{object-fit:cover;width:100%}@media (max-width:855px){.rolletsGrid .rolletDesign img,.rolletsGrid .steelDesign img{width:70%}}.rolletsGrid .rolletDesign p,.rolletsGrid .steelDesign p{text-align:center}.rolletsGrid .color,.rolletsGrid .steelColor,.rolletsGrid .steelControl{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem}@media (max-width:500px){.rolletsGrid .color,.rolletsGrid .steelColor,.rolletsGrid .steelControl{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}.rolletsGrid .color div,.rolletsGrid .steelColor div,.rolletsGrid .steelControl div{display:flex;flex-direction:column;align-content:center;align-items:center}.rolletsGrid .color img,.rolletsGrid .steelColor img,.rolletsGrid .steelControl img{object-fit:fill;width:15rem}.rolletsGrid .additionWrapper{grid-gap:1rem;gap:1rem}.rolletsGrid .steelGrid,.rolletsGrid .steelPlus{align-items:center;margin-bottom:7rem}.rolletsGrid .steelGrid li,.rolletsGrid .steelPlus li{text-align:left;margin-bottom:1rem;line-height:150%}.rolletsGrid .steelDesign{margin-bottom:7rem}@media (max-width:1150px){.rolletsGrid .steelDesign{flex-wrap:wrap}}.rolletsGrid .steelDesign img{height:20rem;width:15rem;object-fit:fill}.rolletsGrid .ral{width:15rem;height:7rem;border:1px solid grey}.rolletsGrid .r9006{background-color:#b5b3b4}.rolletsGrid .r9016{background-color:#fff}.rolletsGrid .r9010{background-color:#faf7ed}.rolletsGrid .r1015{background-color:#f5e1aa}.rolletsGrid .r1001{background-color:#d2aa5a}.rolletsGrid .r7035{background-color:#b3bbb6}.rolletsGrid .r7004{background-color:#999}.rolletsGrid .r5003{background-color:#111526}.rolletsGrid .r6005{background-color:#00281c}.rolletsGrid .r7047{background-color:#c9cac9}.rolletsGrid .r5017{background-color:#003e91}.rolletsGrid .r8017{background-color:#3d1c05}.rolletsGrid .r8014{background-color:#562707}.rolletsGrid .r6029{background-color:#005b34}.rolletsGrid .r3005{background-color:#970700}.rolletsGrid .r3002{background-color:#d12121}.rolletsGrid .r1018{background-color:#fbe22b}.rolletsGrid .r9005{background-color:#000}.rolletsGates{color:#393939}.rolletsGates h3{text-transform:uppercase;font-family:"Roboto Slab";font-size:1.5rem;margin-top:8rem;margin-bottom:2.5rem}.rolletsGates h3:first-of-type{margin-top:-1rem}.rolletsGates h4{text-transform:uppercase;font-size:1.25rem}.rolletsGates img{object-fit:cover;width:100%}.rolletsGates img[alt="роллетные ворота"]{object-fit:cover;width:100%}.rolletsGates .menu_content{display:flex}.rolletsGates .menu_content .button_content{flex-grow:1}@media (max-width:470px){.rolletsGates .menu_content .button_content button{font-size:1rem}}.rolletsGates .content{padding:3rem 2rem}.rolletsGates .plusWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;background-color:#fff}.rolletsGates .plusWrapper div{padding:2.5rem;border:1px solid #b8b8b8}.rolletsGates .plusWrapper h4{font-size:1rem}.rolletsGates .plusWrapper .imageContainer{padding:0;margin:0}.rolletsGates .plusWrapper div>img{object-fit:cover;width:100%;height:100%;border:1px solid #b8b8b8}.rolletsGates .typeWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:2%;margin-bottom:6rem;width:100%}.rolletsGates .typeWrapper div img{object-fit:cover;max-width:100%;height:25rem}.rolletsGates .typeWrapper div h4,.rolletsGates .typeWrapper div p{height:5rem;text-align:center;border-bottom:1px solid #dfdfdf;margin:1.5rem 0 0}.rolletsGates .typeWrapper div span{color:#acabab;font-size:.9rem}.rolletsGates .variantWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;background-color:#fff;flex-wrap:wrap}.rolletsGates .variantWrapper img{max-width:75%;margin-bottom:1.5rem}.rolletsGates .variantWrapper p{margin-bottom:2rem}.rolletsGates img[alt="EV/77W экструдированный смотровой"]{margin-bottom:0}.rolletsGates img[alt="EA/77 экструдированный вентиляционный"]{margin-bottom:0;margin-top:2rem}.rolletsGates .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);padding:1.5rem}.rolletsGates .controlWrapper img{object-fit:cover;max-height:100%;width:15rem}.rolletsGates .rolletGates,.rolletsGates .steelPlus{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:1rem}.rolletsGates .rolletGates img,.rolletsGates .steelPlus img{object-fit:cover;width:100%}.rolletsGates .rolletGates .characteristics,.rolletsGates .steelPlus .characteristics{margin-bottom:1rem}.rolletsGates .rolletDesign,.rolletsGates .steelDesign{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:1rem;gap:1rem}@media (max-width:650px){.rolletsGates .rolletDesign,.rolletsGates .steelDesign{flex-wrap:wrap}}.rolletsGates .rolletDesign img,.rolletsGates .steelDesign img{object-fit:cover;width:60%}.rolletsGates .color,.rolletsGates .steelColor,.rolletsGates .steelControl,.rolletsGates .steelWood{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:1fr;grid-gap:1rem;gap:1rem;justify-items:center;margin-bottom:7rem;margin-top:1rem}@media (max-width:500px){.rolletsGates .color,.rolletsGates .steelColor,.rolletsGates .steelControl,.rolletsGates .steelWood{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr))}}.rolletsGates .color div,.rolletsGates .steelColor div,.rolletsGates .steelControl div,.rolletsGates .steelWood div{display:flex;flex-direction:column;align-content:center;align-items:center;width:10rem}.rolletsGates .color img,.rolletsGates .steelColor img,.rolletsGates .steelControl img,.rolletsGates .steelWood img{object-fit:fill;width:14rem}.rolletsGates .additionalColor{display:flex;justify-content:center}@media (max-width:574px){.rolletsGates .additionalColor{flex-wrap:wrap}}.rolletsGates .additionalColor img{object-fit:cover;height:10rem;width:20rem}.rolletsGates .steelPlus{align-items:center;margin-bottom:7rem}.rolletsGates .steelPlus li{text-align:left;margin-bottom:1rem;line-height:150%}.rolletsGates .steelDesign{margin-bottom:7rem}@media (max-width:1150px){.rolletsGates .steelDesign{flex-wrap:wrap}}.rolletsGates .steelDesign img{height:20rem;width:15rem;object-fit:fill}.rolletsGates .ral{width:15rem;height:7rem;border:1px solid grey}.rolletsGates .r9006{background-color:#b5b3b4}.rolletsGates .r9016{background-color:#fff}.rolletsGates .r9010{background-color:#faf7ed}.rolletsGates .r1015{background-color:#f5e1aa}.rolletsGates .r1001{background-color:#d2aa5a}.rolletsGates .r7035{background-color:#b3bbb6}.rolletsGates .r7004{background-color:#999}.rolletsGates .r5003{background-color:#111526}.rolletsGates .r6005{background-color:#00281c}.rolletsGates .r7047{background-color:#c9cac9}.rolletsGates .r5017{background-color:#003e91}.rolletsGates .r8017{background-color:#3d1c05}.rolletsGates .r8014{background-color:#562707}.rolletsGates .r6029{background-color:#005b34}.rolletsGates .r3005{background-color:#970700}.rolletsGates .r3002{background-color:#d12121}.rolletsGates .r1018{background-color:#fbe22b}.rolletsGates .r9005{background-color:#000}.transparetnRollet{color:#393939}.transparetnRollet h3{text-transform:uppercase;font-family:"Roboto Slab";font-weight:700;margin-top:7rem}.transparetnRollet h4{text-transform:none;font-family:"Roboto Slab";font-size:1.05rem}.transparetnRollet p{text-align:justify;margin:2rem 0}.transparetnRollet .menu_content{display:flex}.transparetnRollet .button_content{margin-left:1.5rem}@media (max-width:375px){.transparetnRollet .button_content{margin-left:0}}.transparetnRollet .button_content a{border:1px solid #d53555;border-radius:5px;color:#fcf6f6;background-color:#d53555;padding:1em;text-transform:uppercase;margin-top:5rem;font-family:"Roboto Slab"}.transparetnRollet .button_content .plusesWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));grid-template-rows:1fr;justify-items:center;border:1px solid grey}.transparetnRollet .button_content .plusesWrapper img{object-fit:cover;width:100%;height:100%;border:1px solid grey}.transparetnRollet .button_content .plusesWrapper div{background-color:#fbfbfb}.transparetnRollet .button_content .plusesWrapper p{padding:1rem}.transparetnRollet img[alt="прозрачные роллеты"]{object-fit:cover;width:100%;height:30rem;border:1px solid grey}.transparetnRollet .controlWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));grid-template-rows:1fr;grid-gap:1%;gap:1%;justify-items:center;align-items:center;background-color:#fbfbfb;box-shadow:0 1px 3px 0 rgba(41,41,41,.2);padding:2rem}.transparetnRollet .controlWrapper img{object-fit:cover;width:100%;max-height:90%;margin-right:1.5rem;border:1px solid grey}.transparetnRollet .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.transparetnRollet .carousel{max-width:500px}}@media (max-width:530px){.transparetnRollet .carousel{max-width:400px}}@media (max-width:430px){.transparetnRollet .carousel{max-width:300px}}.transparetnRollet .carousel img{height:30rem;object-fit:contain;border:1px solid #b8b8b8;box-shadow:5px 5px 10px 0 rgba(72,72,72,.4)}@media (max-width:530px){.transparetnRollet .carousel img{height:25rem}}@media (max-width:430px){.transparetnRollet .carousel img{height:20rem}}.transparetnRollet .carousel .alice-carousel__prev-btn{text-align:center}.transparetnRollet .panoram h3{margin-top:2rem;font-size:16px}.transparetnRollet .panoram a{margin-top:0;margin-bottom:5rem}.alice-carousel__next-btn-item span:after,.alice-carousel__prev-btn-item span:after{font-size:xx-large}.plasticConstructions{box-sizing:border-box;color:red}.plasticConstructions .menu-products{display:flex;align-items:start;text-align:center}.plasticConstructions .products{flex-basis:60%;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%}@media (max-width:841px) and (min-width:751px){.plasticConstructions .products{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}.plasticConstructions .products .product{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.plasticConstructions .products .product:hover p{color:#43a906}.plasticConstructions .products p{font-family:"Roboto Slab";text-transform:uppercase;padding:1rem}.plasticConstructions .products img{object-fit:cover;width:100%;height:14rem}.plasticWindow p{text-align:left;margin-top:1rem}@media (max-width:375px){.plasticWindow p{text-align:justify}}.plasticWindow img[alt="ПВХ окна"]{object-fit:cover;width:100%;height:20rem;border:1px solid grey}.plasticWindow .menu_content{display:flex}.plasticWindow .colors{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (min-width:860px) and (max-width:934px){.plasticWindow .colors{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr))}}@media (min-width:768px) and (max-width:859px){.plasticWindow .colors{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}@media (max-width:375px){.plasticWindow .colors{justify-items:center;grid-gap:.5rem}}.plasticWindow .colors img{object-fit:cover;width:10rem;height:10rem;border:1px solid grey}@media (min-width:860px) and (max-width:895px){.plasticWindow .colors img{width:9rem;height:9rem}}.plasticWindow ul{text-align:left;margin-top:2rem}.plasticWindow h4{margin-top:2rem;font-size:1.2rem}.plasticWindow span{font-family:"Roboto Slab";font-weight:700}.plasticWall p{text-align:left;margin-top:1rem}.plasticWall img[alt=wall60],.plasticWall img[alt=wall70]{width:25rem}.plasticWall .menu_content{display:flex}.plasticWall .colors,.plasticWall .wallTittle{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (max-width:499px){.plasticWall .colors,.plasticWall .wallTittle{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));justify-items:center}}@media (max-width:400px){.plasticWall .colors,.plasticWall .wallTittle{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-items:center}}.plasticWall .colors img,.plasticWall .wallTittle img{object-fit:cover;width:10rem;height:10rem;border:1px solid grey}@media (max-width:499px){.plasticWall .colors img,.plasticWall .wallTittle img{width:17rem}}@media (min-width:768px) and (max-width:900px){.plasticWall .wallTittle{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media (min-width:400px) and (max-width:549px){.plasticWall .wallTittle{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));justify-items:center}}.plasticWall .wallTittle img{width:20rem;height:20rem}@media (min-width:830px) and (max-width:890px){.plasticWall .wallTittle img{width:18rem;height:18rem}}@media (min-width:790px) and (max-width:829px){.plasticWall .wallTittle img{width:17rem;height:17rem}}@media (max-width:789px) and (min-width:751px){.plasticWall .wallTittle img{width:16rem;height:16rem}}@media (max-width:730px) and (min-width:550px){.plasticWall .wallTittle img{width:15rem;height:15rem}}@media (max-width:549px) and (min-width:320px){.plasticWall .wallTittle img{width:25rem;height:15rem}}.plasticWall ul{text-align:left;margin-top:2rem}.plasticWall h4{margin-top:2rem;font-size:1.2rem}.plasticWall span{font-family:"Roboto Slab";font-weight:700}.plasticWall img{object-fit:cover;width:100%}.plasticDoor p{text-align:left;margin-top:1rem}@media (max-width:375px){.plasticDoor p{text-align:justify}}.plasticDoor .menu_content{display:flex}.plasticDoor img[alt=door60],.plasticDoor img[alt=door70]{width:25rem;object-fit:contain}.plasticDoor .colors,.plasticDoor .doorTittle{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (max-width:890px){.plasticDoor .colors,.plasticDoor .doorTittle{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));justify-items:center}}@media (max-width:590px){.plasticDoor .colors,.plasticDoor .doorTittle{grid-template-columns:repeat(auto-fit,minmax(26rem,1fr));justify-items:center}}.plasticDoor .colors img,.plasticDoor .doorTittle img{object-fit:cover;width:10rem;height:10rem;border:1px solid grey}@media (max-width:890px){.plasticDoor .colors img,.plasticDoor .doorTittle img{width:17rem;height:15rem}}@media (max-width:375px){.plasticDoor .colors img,.plasticDoor .doorTittle img{width:12rem;height:12rem}}.plasticDoor .doorTittle img{width:20rem;height:20rem}@media (max-width:890px){.plasticDoor .doorTittle img{width:17rem;height:15rem}}@media (max-width:590px){.plasticDoor .doorTittle img{width:25rem;height:17rem}}.plasticDoor ul{text-align:left;margin-top:2rem}.plasticDoor h4{margin-top:2rem;font-size:1.2rem}.plasticDoor span{font-family:"Roboto Slab";font-weight:700}.plasticDoor img{object-fit:cover;width:100%}.aluConstructions{box-sizing:border-box;color:red}.aluConstructions .menu-products{display:flex;align-items:start;text-align:center}.aluConstructions .products{flex-basis:60%;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%}@media (min-width:768px) and (max-width:841px){.aluConstructions .products{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));flex-basis:100%;grid-gap:5%}}@media (max-width:750px){.aluConstructions .products{flex-basis:100%;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));justify-items:center;grid-gap:12;margin-bottom:10rem}}.aluConstructions .products .product{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.aluConstructions .products .product:hover p{color:#43a906}@media (max-width:750px){.aluConstructions .products .product{width:24rem}}.aluConstructions .products p{font-family:"Roboto Slab";text-transform:uppercase;padding:1rem}.aluConstructions .products img{object-fit:cover;width:100%;height:14rem}.aluFasade p{text-align:left;margin-top:1rem}@media (max-width:375px){.aluFasade p{text-align:justify}}.aluFasade .menu_content{display:flex}.aluFasade .menu_content .button_content{padding-top:5rem}.aluFasade img[alt="алюминиевые фасады"]{width:100%;object-fit:cover;height:20rem;border:1px solid #969595}.aluFasade .coldWarmAl,.aluFasade .fasadeType{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:3%;margin:3rem 0 8rem}.aluFasade .coldWarmAl img,.aluFasade .fasadeType img{object-fit:cover;width:100%;height:15rem}@media (max-width:500px){.aluFasade .coldWarmAl img,.aluFasade .fasadeType img{object-fit:contain}}.aluFasade .coldWarmAl .kind,.aluFasade .fasadeType .kind{padding:1rem}@media (min-width:768px) and (max-width:820px){.aluFasade .coldWarmAl .kind,.aluFasade .fasadeType .kind{width:25rem}}.aluFasade .coldWarmAl li,.aluFasade .coldWarmAl p,.aluFasade .fasadeType li,.aluFasade .fasadeType p{text-align:justify}@media (min-width:600px) and (max-width:943px){.aluFasade .fasadeType{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}}@media (min-width:600px) and (max-width:943px){.aluFasade .fasadeType .kind{width:16rem;grid-gap:1%}}.aluFasade .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.aluFasade .carousel{max-width:500px}}@media (max-width:530px){.aluFasade .carousel{max-width:400px}}@media (max-width:430px){.aluFasade .carousel{max-width:300px}}.aluFasade .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.aluFasade .carousel .carousel_item{max-height:25rem}}@media (max-width:430px){.aluFasade .carousel .carousel_item{height:20rem}}.aluFasade .carousel .alice-carousel__prev-btn{text-align:center}.aluBalcony p{text-align:left;margin-top:1rem}@media (max-width:375px){.aluBalcony p{text-align:justify}}.aluBalcony .menu_content{display:flex}.aluBalcony .menu_content .button_content{padding-top:5rem}@media (max-width:375px){.aluBalcony .menu_content .button_content{padding-top:2rem}}.aluBalcony img[alt="алюминиевые лоджии"]{object-fit:cover;height:25rem;width:100%}.aluBalcony .alBalcony,.aluBalcony .AlBalconyVariants,.aluBalcony .coldWarmAl{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:3%;margin-top:5rem}@media (max-width:375px){.aluBalcony .alBalcony,.aluBalcony .AlBalconyVariants,.aluBalcony .coldWarmAl{grid-gap:1%;margin-top:1rem}}.aluBalcony .alBalcony img,.aluBalcony .AlBalconyVariants img,.aluBalcony .coldWarmAl img{object-fit:cover;width:100%;height:15rem}.aluBalcony .alBalcony .kind,.aluBalcony .AlBalconyVariants .kind,.aluBalcony .coldWarmAl .kind{padding:1rem}@media (min-width:768px) and (max-width:820px){.aluBalcony .alBalcony .kind,.aluBalcony .AlBalconyVariants .kind,.aluBalcony .coldWarmAl .kind{width:25rem}}.aluBalcony .alBalcony li,.aluBalcony .alBalcony p,.aluBalcony .AlBalconyVariants li,.aluBalcony .AlBalconyVariants p,.aluBalcony .coldWarmAl li,.aluBalcony .coldWarmAl p{text-align:justify}.aluBalcony .AlBalconyVariants{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}@media (min-width:751px) and (max-width:929px){.aluBalcony .AlBalconyVariants{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}.aluBalcony .alBalcony{box-shadow:5px 5px 5px 5px hsla(0,0%,92.2%,.7);padding:1rem;margin-bottom:10rem}@media (max-width:375px){.aluBalcony .alBalcony{padding-right:0;grid-gap:0;gap:0}}.aluBalcony .alBalcony img{object-fit:cover;height:25rem}@media (max-width:400px){.aluBalcony .alBalcony img{width:22rem}}.aluDoor h3{margin-top:10rem}.aluDoor p{text-align:left;margin-top:1rem}@media (max-width:375px){.aluDoor p{text-align:justify}}.aluDoor .menu_content{display:flex}.aluDoor .button_content{padding-top:5rem}@media (max-width:375px){.aluDoor .button_content{padding-top:2rem}}.aluDoor img[alt="алюминиевые двери"]{height:20rem;object-fit:cover;width:100%}.aluDoor img[alt="варианты заполнения конструкций"]{margin-bottom:10rem}@media (max-width:375px){.aluDoor img[alt="варианты заполнения конструкций"]{width:23rem;margin-bottom:2rem}}.aluDoor img{border:1px solid #dadada}.aluDoor .AlDoorFeatures,.aluDoor .AlDoorVariants,.aluDoor .coldWarmAl{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%;margin-top:5rem}@media (max-width:375px){.aluDoor .AlDoorFeatures,.aluDoor .AlDoorVariants,.aluDoor .coldWarmAl{grid-gap:0;margin:0}}.aluDoor .AlDoorFeatures img,.aluDoor .AlDoorVariants img,.aluDoor .coldWarmAl img{object-fit:cover;width:100%;height:15rem}.aluDoor .AlDoorFeatures .kind,.aluDoor .AlDoorVariants .kind,.aluDoor .coldWarmAl .kind{padding:1rem}@media (min-width:768px) and (max-width:820px){.aluDoor .AlDoorFeatures .kind,.aluDoor .AlDoorVariants .kind,.aluDoor .coldWarmAl .kind{width:25rem}}.aluDoor .AlDoorFeatures li,.aluDoor .AlDoorFeatures p,.aluDoor .AlDoorVariants li,.aluDoor .AlDoorVariants p,.aluDoor .coldWarmAl li,.aluDoor .coldWarmAl p{text-align:justify;padding:1rem}.aluDoor .AlDoorFeatures{margin:10rem 0;justify-items:center;align-items:center;box-shadow:5px 5px 5px 5px hsla(0,0%,92.2%,.7);padding:1rem}@media (max-width:375px){.aluDoor .AlDoorFeatures{margin-top:2rem}}.aluDoor .AlDoorFeatures img{object-fit:cover;width:100%}.aluDoor .doorFilling{display:grid;grid-template-columns:repeat(auto-fit,minmax(27rem,1fr));grid-template-rows:1fr;justify-items:center}@media (min-width:700px) and (max-width:869px){.aluDoor .doorFilling{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}@media (min-width:870px) and (max-width:990px){.aluDoor .doorFilling img{width:28rem}}@media (min-width:700px) and (max-width:869px){.aluDoor .doorFilling img{width:25rem}}@media (min-width:400px) and (max-width:699px){.aluDoor .doorFilling img{width:23rem}}@media (min-width:700px) and (max-width:943px){.aluDoor .AlDoorVariants{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media (max-width:599px){.aluDoor .AlDoorVariants{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.aluDoor .AlDoorVariants img{object-fit:cover;width:100%;height:20rem}.aluDoor .AlDoorVariants img[alt="маятниковая дверь"]{object-fit:unset}.aluDoor .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.aluDoor .carousel{max-width:500px}}@media (max-width:530px){.aluDoor .carousel{max-width:400px}}@media (max-width:430px){.aluDoor .carousel{max-width:300px}}.aluDoor .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.aluDoor .carousel .carousel_item{height:25rem;object-fit:cover}}@media (max-width:430px){.aluDoor .carousel .carousel_item{height:20rem}}.aluDoor .carousel .alice-carousel__prev-btn{text-align:center}.aluWindow p{text-align:left;margin-top:1rem}@media (max-width:375px){.aluWindow p{text-align:justify}}.aluWindow .menu_content{display:flex}.aluWindow .menu_content .button_content{padding-top:5rem}@media (max-width:375px){.aluWindow .menu_content .button_content{padding-top:2rem}}.aluWindow .AlBalconyVariants,.aluWindow .aluminWindowTitle,.aluWindow .coldWarmAl,.aluWindow .windowForms{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:3%;margin:3rem 0 8rem}.aluWindow .AlBalconyVariants img,.aluWindow .aluminWindowTitle img,.aluWindow .coldWarmAl img,.aluWindow .windowForms img{object-fit:cover;width:100%;height:15rem}.aluWindow .AlBalconyVariants .kind,.aluWindow .aluminWindowTitle .kind,.aluWindow .coldWarmAl .kind,.aluWindow .windowForms .kind{padding:1rem}@media (min-width:768px) and (max-width:820px){.aluWindow .AlBalconyVariants .kind,.aluWindow .aluminWindowTitle .kind,.aluWindow .coldWarmAl .kind,.aluWindow .windowForms .kind{width:25rem}}.aluWindow .AlBalconyVariants li,.aluWindow .AlBalconyVariants p,.aluWindow .aluminWindowTitle li,.aluWindow .aluminWindowTitle p,.aluWindow .coldWarmAl li,.aluWindow .coldWarmAl p,.aluWindow .windowForms li,.aluWindow .windowForms p{text-align:justify}.aluWindow .AlBalconyVariants,.aluWindow .aluminWindowTitle,.aluWindow .windowForms{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}@media (min-width:751px) and (max-width:968px){.aluWindow .AlBalconyVariants,.aluWindow .aluminWindowTitle,.aluWindow .windowForms{grid-template-columns:repeat(auto-fit,minmax(23rem,1fr))}}@media (min-width:500px) and (max-width:750px){.aluWindow .AlBalconyVariants,.aluWindow .aluminWindowTitle,.aluWindow .windowForms{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}@media (max-width:375px){.aluWindow .AlBalconyVariants,.aluWindow .aluminWindowTitle,.aluWindow .windowForms{margin-bottom:15rem}}.aluWindow .AlBalconyVariants img,.aluWindow .aluminWindowTitle img,.aluWindow .windowForms img{object-fit:cover;width:100%;height:15rem}.aluWindow .aluminWindowTitle{box-shadow:5px 5px 5px 5px hsla(0,0%,92.2%,.7);padding:1rem;margin-bottom:5rem}@media (max-width:375px){.aluWindow .aluminWindowTitle{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));padding-right:0;grid-gap:0}}.aluWindow .aluminWindowTitle img{object-fit:unset}.aluWindow .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.aluWindow .carousel{max-width:500px}}@media (max-width:530px){.aluWindow .carousel{max-width:400px}}@media (max-width:430px){.aluWindow .carousel{max-width:300px}}.aluWindow .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.aluWindow .carousel .carousel_item{height:25rem;object-fit:cover}}@media (max-width:430px){.aluWindow .carousel .carousel_item{height:20rem}}.aluWindow .carousel .alice-carousel__prev-btn{text-align:center}.aluWall p{text-align:left;margin-top:1rem}@media (max-width:375px){.aluWall p{text-align:justify}}.aluWall .menu_content{display:flex}.aluWall .menu_content .button_content{padding-top:5rem}@media (max-width:375px){.aluWall .menu_content .button_content{padding-top:2rem}}.aluWall img[alt="алюминиевые перегородки"]{width:100%;height:20rem;object-fit:cover;border:1px solid #a0a0a0}.aluWall .aluWallExample,.aluWall .coldWarmAl,.aluWall .wallTask{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;grid-gap:2%;margin:3rem 0 8rem}.aluWall .aluWallExample img,.aluWall .coldWarmAl img,.aluWall .wallTask img{object-fit:cover;width:100%;height:15rem}.aluWall .aluWallExample .kind,.aluWall .coldWarmAl .kind,.aluWall .wallTask .kind{padding:1rem}@media (min-width:768px) and (max-width:820px){.aluWall .aluWallExample .kind,.aluWall .coldWarmAl .kind,.aluWall .wallTask .kind{width:25rem}}.aluWall .aluWallExample li,.aluWall .aluWallExample p,.aluWall .coldWarmAl li,.aluWall .coldWarmAl p,.aluWall .wallTask li,.aluWall .wallTask p{text-align:justify}.aluWall .wallTask{box-shadow:5px 5px 5px 5px hsla(0,0%,92.2%,.7);padding:1rem}@media (max-width:375px){.aluWall .wallTask{padding:.5rem}}.aluWall .aluWallExample{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}@media (min-width:561px) and (max-width:943px){.aluWall .aluWallExample{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}@media (max-width:490px){.aluWall .aluWallExample{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}.aluWall .aluWallExample img,.aluWall .wallTask img{object-fit:cover;width:100%;height:15rem;border:1px solid grey}@media (max-width:490px){.aluWall .aluWallExample img,.aluWall .wallTask img{height:22rem}}.aluWall .carousel{max-width:600px;margin:0 auto}@media (max-width:650px){.aluWall .carousel{max-width:500px}}@media (max-width:530px){.aluWall .carousel{max-width:400px}}@media (max-width:430px){.aluWall .carousel{max-width:300px}}.aluWall .carousel .carousel_item{height:30rem;max-width:94%;object-fit:cover;border:1px solid #b8b8b8;box-shadow:5px 5px 5px rgba(72,72,72,.4)}@media (max-width:530px){.aluWall .carousel .carousel_item{height:25rem;object-fit:cover}}@media (max-width:430px){.aluWall .carousel .carousel_item{height:20rem}}.aluWall .carousel .alice-carousel__prev-btn{text-align:center}.fence{box-sizing:border-box;color:red}.fence .menu-products{display:flex;align-items:start;text-align:center}.fence .products{flex-basis:60%;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3%}.fence .products:hover p{color:#43a906}.fence .products .product{border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.fence .products p{font-family:"Roboto Slab";text-transform:uppercase;padding:1rem}.fence .products img{object-fit:cover;width:100%;height:14rem}.fence3d p{text-align:left;margin-top:1rem}@media (max-width:375px){.fence3d p{text-align:justify}}.fence3d .menu_content{display:flex}.fence3d .fenceTittle{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:1%}@media (min-width:560px) and (max-width:970px){.fence3d .fenceTittle{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));justify-items:center}}@media (min-width:350px) and (max-width:559px){.fence3d .fenceTittle{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));justify-items:center}}@media (max-width:375px){.fence3d .fenceTittle{justify-items:center}}.fence3d .fenceTittle img{width:21rem;height:18rem;object-fit:cover}@media (min-width:880px) and (max-width:970px){.fence3d .fenceTittle img{width:19rem;height:17rem}}@media (min-width:751px) and (max-width:879px){.fence3d .fenceTittle img{width:16rem;height:15rem}}@media (min-width:560px) and (max-width:749px){.fence3d .fenceTittle img{width:15.5rem;height:13rem}}@media (max-width:559px){.fence3d .fenceTittle img{width:25rem;height:13rem}}.fence3d .featureFence{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-template-rows:1fr;justify-items:center}.fence3d .featureFence img{width:21rem;object-fit:cover;border:1px solid grey}.fence3d .featureFence li{margin:1rem 0;text-align:left}.fence3d .fenceGates{background-color:#fff;border:1px solid #b6b6b6;margin-top:5rem;box-shadow:0 1px 3px 0 rgba(72,72,72,.4)}.fence3d .fenceGates div{display:flex;align-items:center;justify-content:center;margin:1rem}@media (max-width:760px){.fence3d .fenceGates div{flex-wrap:wrap}}.fence3d .fenceGates img{width:30rem;object-fit:cover;border:1px solid #b6b6b6}@media (max-width:390px){.fence3d .fenceGates img{width:24rem}}.fence3d .fenceGates p{margin:1rem}.picket img[alt="заборы из евроштакетника"]{width:100%;height:20rem;object-fit:cover;margin-bottom:7rem}.picket .plusesPicket{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;gap:3rem;justify-items:center;align-items:center;box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:1rem;margin-bottom:7rem}.picket .plusesPicket img{object-fit:cover;width:100%}.picket .plusesPicket li{text-align:left;padding-bottom:1rem}.picket .picketColor,.picket .picketKinds{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;gap:3rem;justify-items:center;align-items:center}.picket .picketColor img,.picket .picketKinds img{object-fit:cover;width:20rem}.picket .picketColor p,.picket .picketKinds p{text-align:center;text-transform:uppercase}.picket .picketView{display:flex;flex-direction:column}.picket .picketColor{margin-bottom:7rem}.picket .picketColor img{object-fit:cover;width:12rem;height:12rem}.fireFight{max-width:1170px;margin-left:auto;margin-right:auto;margin-top:7rem}*{box-sizing:border-box}a,body,html,img,p{margin:0;padding:0;font-family:"Open Sans",sans-serif;font-size:14px;color:#393939}@media (max-width:1024px){a,body,html,img,p{font-size:12px}}@media (max-width:768px){a,body,html,img,p{font-size:11.7px}}.container{max-width:1170px;margin-left:auto;margin-right:auto;padding:.7rem}@media (max-width:1024px){.container{max-width:1024px}}@media (max-width:992px){.container{max-width:970px}}@media (max-width:768px){.container{max-width:750px}}@media (max-width:375px){.container{max-width:375px}}@media (max-width:320px){.container{max-width:320px}}a{display:inline-block;text-decoration:none}h3{text-transform:uppercase;font-weight:700}h3,h4{font-family:"Roboto Slab"}h4{text-transform:none;font-size:1.05rem}h5{text-transform:uppercase;font-family:"Roboto Slab";font-weight:700;font-size:1.5rem;text-align:center;margin-bottom:-2.5rem;margin-top:5rem}@media (max-width:1024px){h5{margin-bottom:-1rem}}span{font-family:"Roboto Slab";font-weight:700}.menu_content{display:flex}.menu_content .button_content{flex-grow:1}.buttonWrapper{display:flex;justify-content:space-around;margin:5rem 1rem 1.5rem}@media (max-width:1024px){.buttonWrapper{margin-top:2rem}}.buttonWrapper button{padding:1.6rem;margin-right:1rem;font-family:"Roboto Slab";text-transform:uppercase;border-left:1.5px solid #43a906;border-bottom:1.5px solid #43a906;border-radius:5px;border-color:#43a906 #43a906 #fbfbfb #fbfbfb;border-style:solid;border-width:1.5px;background-color:rgba(67,169,6,.7);box-shadow:3px 3px 3px -3px hsla(0,0%,60.8%,.2);color:#fff}@media (max-width:375px){.buttonWrapper button{padding:1rem}}.buttonWrapper button:active,.buttonWrapper button:focus,.buttonWrapper button:hover{outline:none;font-weight:700;border:2.5px solid #d53555;background-color:#d53555;text-decoration:underline;color:#fff}.content{border:2px solid #fbfbfb;background-color:#fbfbfb;box-shadow:3px 3px 3px -3px hsla(0,0%,60.8%,.2);margin-bottom:5rem;font-family:"Open Sans";padding:3rem 2rem}@media (max-width:375px){.content{padding:.5rem}}.additionWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;grid-gap:3rem;margin-bottom:10rem}@media (max-width:400px){.additionWrapper{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr))}}.additionWrapper img{width:100%}.additionWrapper div{border:1px solid #b8b8b8;box-shadow:0 1px 3px 0 rgba(72,72,72,.2);background-color:#fff}.additionWrapper p{padding:1rem}.baseWrapper{box-shadow:0 1px 3px 0 rgba(72,72,72,.4);padding:.3rem;margin-top:3rem;margin-bottom:7rem}.base{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:1fr;justify-items:center;align-items:center;margin:1rem}@media (max-width:400px){.base{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr))}}.base img{object-fit:cover;width:20rem}.characteristics{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;margin-bottom:7rem}.characteristics p{padding:.5rem;border-bottom:1.5px solid #c2bbbb}.automaticSection,.doorSection{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-template-rows:1fr;grid-gap:1rem;margin:7rem 0;padding:1rem;text-align:center;border:1px solid #b8b8b8;box-shadow:3px 2px 7px 0 rgba(72,72,72,.2);background-color:#fff}.automaticSection:hover h4,.automaticSection:hover p,.doorSection:hover h4,.doorSection:hover p{color:#43a906}.automaticSection div,.doorSection div{display:flex;flex-direction:column;align-items:center}.automaticSection h4,.doorSection h4{font-size:1.5rem}.automaticSection p,.doorSection p{text-align:center}.automaticSection img,.doorSection img{height:20rem;width:100%;object-fit:cover}@media (max-width:375px){.automaticSection img,.doorSection img{height:10rem}}.automaticSection .fa-hand-point-right,.doorSection .fa-hand-point-right{font-size:3rem;color:#43a906}@media (max-width:819px) and (min-width:751px){.automaticSection .fa-hand-point-right,.doorSection .fa-hand-point-right{transform:rotate(90deg)}}@media (max-width:642px){.automaticSection .fa-hand-point-right,.doorSection .fa-hand-point-right{transform:rotate(90deg)}}.handling{max-width:1170px;margin-left:auto;margin-right:auto;margin-top:7rem}
/*# sourceMappingURL=main.254002c7.chunk.css.map */