*{padding:0;margin:0;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto}::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}@font-face{font-family:"Montserrat Alternates";src:url(assets/fonts/MontserratAlternates-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat Alternates";src:url(assets/fonts/MontserratAlternates-Medium.ttf;) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat Alternates";src:url(assets/fonts/MontserratAlternates-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat Alternates";src:url(assets/fonts/MontserratAlternates-Bold.ttf) format("truetype");font-weight:700;font-style:bold;font-display:swap}:root{--container-width:1200px;--container-padding:15px;--font-main:"Montserrat Alternates",sans-serif;--page-bg:#fff;--text-color:#6d6b67;--accent:#ac182c}.dark{--page-bg:#252526;--text-color:#fff}html{scroll-behavior:smooth}body{background-color:var(--page-bg);color:var(--text-color);font-family:var(--font-main)}.none{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.no-scroll{overflow-y:hidden}.container{padding:0 var(--container-padding);max-width:var(--container-width);margin:0 auto}body,html{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header{background-color:#bebebe;padding:24px 0;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.12);box-shadow:0 4px 4px 0 rgba(0,0,0,.12)}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__contacts{max-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.header__contacts-hr{border-right:1px solid rgba(0,0,0,.12);width:0;height:50px}.header__contacts-tel{background:#ff984c;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__contacts-tel a{font-size:20px;font-weight:700;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-transition:all .5s;transition:all .5s}.header__contacts-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__contacts-social img{max-height:30px;border-radius:10px;-webkit-transition:all .5s;transition:all .5s}.header__contacts-social img:hover{-webkit-box-shadow:4px 4px 4px 0 rgba(0,0,0,.12);box-shadow:4px 4px 4px 0 rgba(0,0,0,.12)}.logo{cursor:pointer;max-width:222px}@media screen and (max-width:768px){.header__contacts{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}.header__contacts-tel a{font-size:14px}.header__contacts-tel img{max-width:30px}.header__contacts-social img{height:25px}.logo{width:25%}}.mobile-nav{position:fixed;top:-100%;width:100%;height:100%;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px;background:#ff984c;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.mobile-nav--open{top:0}.mobile-nav a{color:#fff;-webkit-transition:all .5s;transition:all .5s}.mobile-nav a:hover{text-shadow:0 2px 2px rgba(0,0,0,.25)}.mobile-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px;font-size:28px}.mobile-nav__list .active{opacity:.5}.mobile-nav-btn{--time:0.3s;--width:40px;--height:30px;--line-height:4px;--spacing:6px;--color:#000;--radius:4px;height:calc(var(--line-height) * 3 + var(--spacing) * 2);width:var(--width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-icon{position:relative;width:var(--width);height:var(--line-height);background-color:var(--color);border-radius:var(--radius)}.nav-icon::after,.nav-icon::before{content:"";display:block;position:absolute;left:0;width:var(--width);height:var(--line-height);border-radius:var(--radius);background-color:var(--color);-webkit-transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;-webkit-transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;-webkit-transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:transform var(--time) ease-in,top var(--time) linear var(--time);transition:transform var(--time) ease-in,top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:transform var(--time) ease-in,top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:transform var(--time) ease-in,top var(--time) linear var(--time),-webkit-transform var(--time) ease-in}.nav-icon::before{top:calc(-1 * (var(--line-height) + var(--spacing)))}.nav-icon::after{top:calc(var(--line-height) + var(--spacing))}.nav-icon.nav-icon--active{background-color:transparent}.nav-icon.nav-icon--active::after,.nav-icon.nav-icon--active::before{top:0;-webkit-transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);-webkit-transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);-webkit-transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time),-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time),-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time),-webkit-transform var(--time) ease-in var(--time)}.nav-icon.nav-icon--active::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav-icon.nav-icon--active::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-nav-btn{z-index:999}.delivery{border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(242,241,239,.42)));background:linear-gradient(180deg,rgba(255,255,255,0),rgba(242,241,239,.42) 100%);display:-webkit-box;display:-ms-flexbox;display:flex}.delivery__wrapper{margin-top:90px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:50px}.delivery__item{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px}.delivery__item-img{max-height:150px;max-width:200px}.delivery__item-title{color:#ff984c;margin-top:60px;margin-bottom:60px;font-size:28px;font-weight:700;text-align:center}.delivery__item-descr{margin:10px;font-size:20px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.delivery__item-descr li{list-style:disc}@media screen and (max-width:768px){.delivery__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.delivery__item-title{font-size:20px;margin-top:20px;margin-bottom:20px}.delivery__item-descr{font-size:16px}}.how-we-work{margin-top:20px}.how-we-work__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#ff984c;font-size:40px;font-weight:600;line-height:49px;text-align:center}.how-we-work__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.how-we-work__item{width:290px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px;margin-bottom:50px}.how-we-work__item-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.how-we-work__item-img p{font-size:45px;font-weight:400;line-height:55px;color:#ff984c}.how-we-work__item-img img{max-width:150px;max-height:150px}.how-we-work__item-descr{margin-top:15px;font-size:25px;font-weight:400;line-height:30px;text-align:center}@media screen and (max-width:768px){.how-we-work__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.how-we-work__item{margin-top:50px}.how-we-work__title{font-size:24px}.how-we-work__item-descr{font-size:18px}.how-we-work__item{margin:10px}}.furniture{background-position:center;background-repeat:no-repeat;background-size:cover}.furniture__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.furniture__logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:100px;gap:210px;min-width:320px}.furniture__logo-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:22px;max-width:95%}.furniture__logo-title{font-size:60px;font-weight:500;line-height:73px;color:#ff984c;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25)}.furniture__logo-title span{color:#fff}.furniture__form{margin-bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:22px}.furniture__form-btn-grey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:350px;height:66px;border-radius:10px;-webkit-box-shadow:0 0 4px 0 #fff;box-shadow:0 0 4px 0 #fff;background:#fff;color:#2c2c2c;font-weight:500;-webkit-transition:all .5s;transition:all .5s;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:20px;font-weight:700;gap:15px}.furniture__form-btn-yellow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:350px;height:66px;border-radius:10px;-webkit-box-shadow:0 0 4px 0 #fff;box-shadow:0 0 4px 0 #fff;background:#ff984c;color:#2c2c2c;font-weight:500;-webkit-transition:all .5s;transition:all .5s;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:20px;font-weight:700;gap:15px}.furniture__form-btn-grey:hover{-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.52);box-shadow:4px 8px 8px 0 rgba(0,0,0,.52)}.furniture__form-btn-yellow:hover{-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.52);box-shadow:4px 8px 8px 0 rgba(0,0,0,.52)}@media screen and (max-width:768px){.furniture__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90%}}@media screen and (max-width:425px){.furniture__form-btn-grey,.furniture__form-btn-yellow{width:100%;font-size:18px}.furniture__logo-title{font-size:40px}.furniture__logo-title span{font-size:32px}.furniture__logo-wrapper{gap:40px}.furniture__form{margin-bottom:30px}}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.popup-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;backdrop-filter:blur(25px);padding:25px;border-radius:15px;width:90%;max-width:600px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2)}.close-button{position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer;color:#333}.connection__form-title{color:#ff984c;font-size:24px;font-weight:700;line-height:37px;margin:20px auto;text-align:center}.connection__form-label{display:block;margin-bottom:20px}.connection__form-label input,.connection__form-label textarea{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:10px;-webkit-box-shadow:0 0 4px 0 #fff;box-shadow:0 0 4px 0 #fff;height:60px;background:#fff}.connection__form-label textarea{height:120px;resize:none}.connection__form-params{display:-webkit-box;display:-ms-flexbox;display:flex;gap:13px}.connection__form-params p{display:-webkit-box;display:-ms-flexbox;display:flex;gap:13px}.input-file-btn{border-radius:10px;-webkit-box-shadow:0 0 4px 0 #fff;box-shadow:0 0 4px 0 #fff;background:rgba(12,118,182);padding:5px;color:#fff;font-size:12px;font-weight:500;line-height:14px;cursor:pointer;position:relative}.submit-button{padding:10px 20px;background-color:#ff984c;color:#fff;border:none;border-radius:10px;cursor:pointer;width:370px;max-width:90%;height:66px;display:block;margin:0 auto;-webkit-box-shadow:4px 4px 4px 0 rgba(0,0,0,.12);box-shadow:4px 4px 4px 0 rgba(0,0,0,.12);-webkit-transition:all .5s;transition:all .5s}.submit-button:hover{-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.52);box-shadow:4px 8px 8px 0 rgba(0,0,0,.52)}@media screen and (max-width:1024px){.connection__form-title{font-size:20px;margin:20px auto}.connection__form-label{margin-bottom:10px}.connection__form-label input,.connection__form-label textarea{height:60px}.connection__form-label textarea{height:120px}}@media screen and (max-width:768px){.connection__form-title{font-size:16px;margin:10px auto}.connection__form-label{margin-bottom:10px}.connection__form-label input,.connection__form-label textarea{height:40px;font-size:x-small}.connection__form-label textarea{height:80px}}.services{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services__title{font-size:40px;font-weight:700;line-height:49px;color:#ff984c;margin:47px auto;text-align:center}.services__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,left bottom,color-stop(-12.035%,rgba(122,110,87,.8)),color-stop(43.326%,rgba(194,183,160,.8)),color-stop(108.753%,rgba(240,230,211,.8)));background:linear-gradient(180deg,rgba(122,110,87,.8) -12.035%,rgba(194,183,160,.8) 43.326%,rgba(240,230,211,.8) 108.753%)}.services__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1024px;margin-top:14px}.services__item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.services__short{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:30px;font-weight:700;line-height:37px;color:#fff;min-width:30%;max-height:100px;padding:10px;height:162px;overflow-x:hidden}.services__short img{height:100%;max-height:80px}.services__short:nth-child(odd){-ms-flex-pack:distribute;justify-content:space-around}.services__long{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;background:rgba(255,255,255,.51);color:#6d6b67;font-size:30px;font-weight:400;line-height:37px;height:162px;min-width:70%;padding:10px;text-align:center}.services__item:last-child{margin-bottom:25px}@media screen and (max-width:768px){.services__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services__item:nth-child(even){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services__long,.services__short{font-size:18px;min-height:80px;width:95%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.services__short img{max-width:50px}.services__title{margin:20px auto;font-size:24px}.services__short:nth-child(odd){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}}.advantages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.advantages__title{font-size:40px;font-weight:700;line-height:49px;color:#ff984c;margin:56px auto}.advantages__wrapper{background:url(assets/img/bg-2.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100vw}.advantages__we-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:26px auto;padding-left:10px;padding-right:10px;max-width:1440px}.advantages__we{width:40%;border-radius:10px;background:rgba(245,243,239,.48)}.advantages__we-title{color:#6d6b67;font-size:30px;font-weight:600;line-height:37px;margin-top:112px;margin-bottom:76px;text-align:center}.advantages__we-list li{position:relative}.advantages__we-list li::after{position:absolute;content:"";top:calc(50% - 8px);-webkit-transform:translateX(-50%);transform:translateX(-50%);left:-25px;width:16px;height:16px;background:#ff984c}.advantages__we-list li{margin-bottom:85px;margin-left:60px;color:#6d6b67;font-size:23px;font-weight:500;line-height:28px}.advantages__logo-img{padding-top:85px;padding-left:10px;padding-right:10px}.advantages__logo-title{font-size:80px;font-weight:500;line-height:98px}.advantages__btn{margin-top:90px;border-radius:10px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background:#ff984c;width:95%;max-width:650px;height:152px;font-size:30px;font-weight:700;line-height:43px;text-align:center;margin-bottom:20px;text-shadow:0 4px 4px rgba(0,0,0,.25)}@media screen and (max-width:1024px){.advantages__we-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.advantages__we{width:100%}.advantages__logo-img{width:100%}.advantages__logo-img{padding-left:0}}@media screen and (max-width:768px){.advantages__logo-img{margin-top:10px;padding-top:0}.advantages__logo-title{font-size:60px}.advantages__btn{font-size:23px;height:100px}.advantages__we-title{margin:20px auto;font-size:24px}.advantages__we-list{padding:10px}.advantages__we-list li{margin-bottom:20px;margin-left:35px;font-size:18px}.advantages__title{margin:16px auto;font-size:24px}}@media screen and (max-width:425px){.advantages__logo-title{font-size:36px;line-height:60px}}.form-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-price__title{text-align:center}.form-price__wrapper{background:url(assets/img/bg-3.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100vw}.form-container{padding:20px;border-radius:10px;background:rgba(245,243,239,.64);-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%;max-width:760px;margin:10px auto}.form-container__title{text-align:center;color:#6d6b67;font-size:40px;font-weight:500;line-height:49px;margin:45px auto}.form-price input,.form-price select{color:#6d6b67;font-size:25px;font-weight:500;line-height:30px;width:100%;max-width:760px;padding:20px;margin-bottom:15px;margin-top:15px;border-radius:10px;background:#fff;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(assets/img/Polygon.svg);background-repeat:no-repeat;background-position:right 20px center;background-size:20px;height:80px;cursor:pointer}.form-price input{background-image:none}.form-price button{width:412px;height:93px;border-radius:10px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.25);box-shadow:0 1px 4px 0 rgba(0,0,0,.25);background:#ff984c;border-radius:10px;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);margin:36px auto;cursor:pointer;font-size:25px;font-weight:700;line-height:30px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);-webkit-transition:all .5s;transition:all .5s;display:block}.form-price button:hover{-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.52);box-shadow:4px 8px 8px 0 rgba(0,0,0,.52)}@media screen and (max-width:760px){.form-price button,.form-price input,.form-price select{width:100%;padding:10px;margin-bottom:15px;font-size:14px;background-position:right 10px center;background-size:12px;height:50px}.form-container__title{margin:20px auto;font-size:24px}}.dynamic-fields{display:none}@media (max-width:768px){.form-container{padding:15px}}.gallery__title{text-align:center}.gallery__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.gallery__item{position:relative;min-width:300px;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.12);box-shadow:0 4px 4px 0 rgba(0,0,0,.12);-webkit-transition:all .5s;transition:all .5s}.gallery__item a{display:block;text-decoration:none;color:#fff}.gallery__item-bg{width:100%;height:250px;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.gallery__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);z-index:1}.gallery__item-title{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:30px;font-weight:700;width:98%;text-align:center;-ms-flex-line-pack:end;align-content:end;padding-bottom:20px;z-index:2;height:98%}.gallery__item:hover .gallery__item-bg{-webkit-transform:scale(1.1);transform:scale(1.1)}.gallery__item:hover{-webkit-box-shadow:0 4px 4px 4px rgba(0,0,0,.22);box-shadow:0 4px 4px 4px rgba(0,0,0,.22)}@media (max-width:425px){.gallery__item-title{font-size:24px}}.blog__item{position:relative;min-width:300px;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px);overflow:hidden;border-radius:10px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.12);box-shadow:0 4px 4px 0 rgba(0,0,0,.12);-webkit-transition:all .5s;transition:all .5s}.blog__item:nth-child(3n){-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.blog__item-title{position:absolute;left:50%;font-size:30px;font-weight:700;max-width:98%;text-align:center}@media (max-width:425px){.blog__item-title{font-size:24px}}.partners__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:50px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.partners__item{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners__item-img{max-width:200px}.partners__item p{color:#6d6b67;font-size:15px;font-weight:400;line-height:18px;margin-top:30px;text-align:center}.electrolux{margin-top:20px;margin-bottom:50px;background:url(assets/img/electrolux-bg.png);background-size:cover;background-position:center}.electrolux__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.electrolux__wrapper-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.electrolux__title{margin-top:40px;font-size:60px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}.electrolux__title img{max-height:50px}.electrolux__descr{font-size:30px;font-weight:600;line-height:37px;text-align:center;color:#fff;max-width:550px;margin-top:40px}.electrolux__descr span{color:#ff984c}.electrolux__btn{color:#fff;font-size:30px;font-weight:600;line-height:37px;text-align:center;width:90%;max-width:356px;height:82px;border-radius:10px;backdrop-filter:blur(4px);background:rgba(196,196,196,.47);margin-top:25px;margin-bottom:39px}@media (max-width:425px){.electrolux__title{font-size:40px}.electrolux__descr{font-size:18px}.electrolux__btn{font-size:24px}}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ff984c;padding:50px 0;color:#fff;margin-top:auto}.footer__contacts-social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;font-size:20px;font-weight:700;line-height:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}.footer__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:20px}.footer__links-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-weight:600;line-height:24px;color:#fff;-webkit-transition:all .5s;transition:all .5s}.footer__links-item a:hover{text-shadow:0 2px 2px rgba(0,0,0,.25)}.footer__tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;font-size:20px;font-weight:700;line-height:24px;color:#fff}.footer__tel a{font-size:20px;font-weight:700;line-height:24px;color:#fff}.footer__contacts-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1020px){.footer__links-item a{font-size:16px}.footer__logo-img{width:100%}.footer__contacts-social{font-size:16px;text-align:center}.footer__tel{font-size:16px}}@media (max-width:768px){.footer{padding:20px}.footer__links-item a{font-size:18px}.footer__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px)}.footer__links{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px)}.footer__tel{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px)}.footer__tel img{height:16px}.footer__contacts-social{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px)}}@media (max-width:425px){.footer__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.footer__links{-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.footer__links-item a{font-size:14px}.footer__tel{gap:10px;-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.footer__contacts-social{gap:10px;-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}}.about{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__wrapper-title{display:-webkit-box;display:-ms-flexbox;display:flex}.about__title-img{width:50%;height:450px}.about__title{width:50%;text-align:center;-ms-flex-line-pack:center;align-content:center;padding:25px;font-size:40px;font-weight:700;line-height:49px;color:#ff984c}.about__wrapper-title-left{width:50%}.about__wrapper-title-left{padding-top:80px}.about__descr-title{font-size:18px;color:#6d6b67;position:relative;border-bottom:2px solid #ff984c;width:-webkit-max-content;width:-moz-max-content;width:max-content}.about__descr-items{padding-left:30px;font-size:18px;line-height:24px;margin-top:60px}.about__descr-items li{padding-left:15px;list-style:disc}.about__descr-descr{font-size:18px;line-height:24px;margin-top:40px}.about__descr-descr{font-size:18px;line-height:24px}.about__wrapper-title-right{background-color:#ff984c;width:50%;height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding:30px;text-align:center;color:#fff;font-size:20px;line-height:30px}.about__wrapper-title-right-descr-img{width:30px;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}@media (max-width:765px){.about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__wrapper-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__title{width:100%;font-size:24px}.about__wrapper-title-left,.about__wrapper-title-right{width:100%}.about__wrapper-title-left{margin-top:20px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about__wrapper-title-left p{text-align:center;margin-bottom:20px}.about__descr-items{margin-top:20px}.about__title-img{width:100%;height:250px}}.page-gallery-item__title-wrapper{padding:20px;padding-top:50px;padding-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.25);box-shadow:0 0 4px 0 rgba(0,0,0,.25);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.06)),to(rgba(243,235,217,.85)));background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(243,235,217,.85) 100%)}.page-gallery-item__img,.page-gallery-item__info{max-width:50%}.page-gallery-item__title{color:#6d6b67;font-size:40px;font-weight:700;line-height:49px;text-align:center}.page-gallery-item__descr{margin-top:90px;font-size:30px;font-weight:400;line-height:37px;text-align:center}.page-gallery-item__info-btn{margin:0 auto;margin-top:100px;height:100px;width:431px;border-radius:10px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.25);box-shadow:0 0 4px 0 rgba(0,0,0,.25);background:#ff984c;color:#fff;font-size:30px;font-weight:600}@media (max-width:1020px){.page-gallery-item__title-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page-gallery-item__img,.page-gallery-item__info{max-width:90%}.page-gallery-item__descr{margin-top:30px;text-align:center}.page-gallery-item__info-btn{max-width:100%;margin-top:30px}}@media (max-width:425px){.page-gallery-item__descr,.page-gallery-item__info-btn,.page-gallery-item__title{font-size:18px}.page-gallery-item__info-btn{height:60px}}.page-gallery-item__project-wrapper{padding-top:50px;padding-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.25);box-shadow:0 0 4px 0 rgba(0,0,0,.25);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.06)),to(rgba(243,235,217,.85)));background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(243,235,217,.85) 100%)}.page-gallery-item__project-item{position:relative;min-width:300px;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px);overflow:hidden;border-radius:10px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.12);box-shadow:0 4px 4px 0 rgba(0,0,0,.12);-webkit-transition:all .5s;transition:all .5s;height:400px}.page-gallery-item__project-item:nth-child(3n){-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.page-gallery-item__project-item-btn{padding:25px;border-radius:10px;backdrop-filter:blur(4px);background:#ff984c;font-size:25px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-bottom:20px}.page-gallery-item__project-item-bg{height:400px}@media (max-width:760px){.page-gallery-item__project-item{-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 20px);flex:0 1 calc(100% - 20px)}.page-gallery-item__project-item-btn{font-size:16px}}.question__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.question__answer-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.question__answer-item:nth-child(3),.question__answer-item:nth-child(4),.question__answer-item:nth-child(7),.question__answer-item:nth-child(8){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.question__answer-item .rect{width:30px;height:4px;background-color:#ff984c;margin-top:20px}.question__answer-img{width:50%;min-height:242px;min-width:242px;overflow:hidden;-webkit-box-shadow:0 4px 4px 4px rgba(0,0,0,.22);box-shadow:0 4px 4px 4px rgba(0,0,0,.22)}.question__answer-img img{width:100%;height:100%}.question__answer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;max-width:calc(50% - 20px);padding:10px}.question__answer-text-question{text-transform:uppercase;font-size:18px;line-height:24px;text-align:center;color:#6d6b67;padding:10px;border-bottom:2px solid #ff984c}.question__answer-text-answer{text-transform:uppercase;font-size:16px;line-height:24px;color:#6d6b67;padding-left:20px;padding-right:20px;text-align:center}@media (max-width:1024px){.question__answer-text-answer,.question__answer-text-question{font-size:14px}}@media (max-width:1020px){.question__answer-item{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}}@media (max-width:760px){.question__answer-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.question__answer-text{max-width:100%;gap:20px}.question__answer-item:nth-child(3),.question__answer-item:nth-child(4),.question__answer-item:nth-child(7),.question__answer-item:nth-child(8){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.question__answer-item .rect{display:none}}.slider__row{position:relative;width:100%}.slider__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider__title{color:#fff!important;padding-top:10px;padding-bottom:10px;font-size:30px;width:100%;padding-left:50px;paddilinearng-right:50px;color:#484848;font-weight:700;letter-spacing:.4px;text-transform:uppercase;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:15px;backdrop-filter:blur(4px);background:rgba(255,251,242,.4)}.slider__descr{font-size:20px;margin-top:10px;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:15px}.slider__button{min-width:250px;position:relative;z-index:10;margin-top:100px;color:#fff;padding:20px;border-radius:10px;backdrop-filter:blur(2px);background:#ff984c;font-size:25px;-webkit-transition:all .5s;transition:all .5s;margin-bottom:10px;-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.22);box-shadow:4px 8px 8px 0 rgba(0,0,0,.22)}.slider__button:hover{-webkit-box-shadow:4px 8px 8px 0 rgba(0,0,0,.52);box-shadow:4px 8px 8px 0 rgba(0,0,0,.52)}.mainslider .glide__slide{position:relative;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:520px;background:center center no-repeat #fff;background-size:cover}.mainslider .glide__slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.4),transparent);z-index:0}.mainslider .glide__slide{position:relative}.mainslider .glide__arrow--left,.mainslider .glide__arrow--right{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:50px;height:50px;padding-top:5px;border:none;border-radius:8px;background-color:rgba(255,195,48,.3);-webkit-box-shadow:3px 3px 15px rgba(63,54,137,.3);box-shadow:3px 3px 15px rgba(63,54,137,.3);cursor:pointer;-webkit-transition:1s;transition:1s;outline:0}.mainslider .glide__arrow--right{right:10px}.mainslider .glide__arrow--left{left:10px}.newsslider .glide__bullet--active{background:#fff;border:1px solid #fff}.glide{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.glide *{-webkit-box-sizing:inherit;box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;-ms-flex-negative:0;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.contacts .feedslider .glide__slide{padding-left:20px}.contacts .feedslider .glide__slide::before{top:0;left:0}.mainslider .glide__arrow--right{right:0}.mainslider .glide__arrow--left{left:0}.newsslider__slide{width:250px;min-height:350px;margin:30px auto 0}.newsslider__title{font-size:16px;line-height:16px}.newsslider .glide__arrow--left,.newsslider .glide__arrow--right{display:none}.newsslider .glide__bullets{margin-top:20px}.news{padding-top:50px}}@media (max-width:576px){.slider__title{font-size:18px;padding-left:10px;padding-right:10px}.slider__descr{font-size:14px}.slider__button{font-size:18px;margin-top:40px}.mainslider .glide__arrow{display:none}.mainslider .glide__slide{min-height:400px}.newsslider__slide{width:290px;min-height:350px;margin:30px auto 0}.newsslider__title{font-size:18px;line-height:16px}}.entry-content p{margin:10px;margin-top:15px;font-size:18px;line-height:24px;color:#6d6b67}.entry-content div{margin:10px}.site-main{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.06)),to(rgba(243,235,217,.85)));background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(243,235,217,.85) 100%)}.wpcf7-not-valid-tip{font-size:.8rem}@media screen and (max-width:425px){.furniture__form-btn-grey img,.furniture__form-btn-yellow img,.header__contacts-tel img{max-width:30px;height:auto}}
@media screen and (max-width: 760px) {
    .header__contacts-hr {
        display: none;
        }
}
@media screen and (max-width: 760px) {
    .header__contacts-social img {
    height: 20px;
}
.header__contacts-social {
    display: none;
}
}