html{font-size:100%}body{height:auto;-webkit-font-smoothing:subpixel-antialiased;width:100%;font-family:Roboto,sans-serif}.container{padding:50px 0;max-width:1170px;flex-direction:column;margin:0 auto;width:calc(100% - 50px);display:flex}@media (min-width:1600px){.container{max-width:1300px}}.header{background:#5b5b5b url(/template/assets/images/background-header.jpg) no-repeat;background-size:cover;background-position:50%}.header.notmain{background-position:bottom}.header .container{padding:0 0 50px}.social-buttons{justify-content:flex-end;margin-right:1vw;margin-bottom:2.1vh;margin-top:2.5vh;display:flex}.social-btn{opacity:.3;margin-left:16px}.social-btn:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s;opacity:1}.header-top{padding:1.1vh 2.2vw;justify-content:space-between;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);align-items:center;display:flex}.header-menu-block{flex-wrap:nowrap}.header-menu-block>ul{flex-wrap:wrap;align-items:center;display:flex}.header-menu-block li{margin-right:16px;margin-left:16px}.footer-menu-block a,.header-menu-block a{font-size:1.125rem;text-decoration:none;font-weight:400;color:#fff;text-align:center;white-space:nowrap}.footer-menu-block a:hover,.header-menu-block a:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s;text-decoration:underline;padding-bottom:3px}.header-content{justify-content:flex-start;margin-bottom:16vh;flex-direction:column;margin-left:40px;margin-top:22vh;display:flex}h1{font-size:3.583rem;font-weight:400;color:#fff;letter-spacing:.09rem;text-align:left}.notmain .container-news h1{font-size:1.875rem;font-weight:500;margin-bottom:30px;color:#696969;text-align:left}.header-buttons{justify-content:flex-start;flex-wrap:wrap;margin-top:4.1vh}.btn,.header-buttons{align-items:center;display:flex}.btn{padding:12px 60px 11px;justify-content:center;font-size:15px;border:2px solid #fcd01e;text-decoration:none;font-weight:500;color:#fff;width:auto;white-space:nowrap}@media screen and (min-width:480px){.btn{font-size:16px}}.btn:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s}.btn-yellow,.btn:hover{color:#313131;background-color:#fcd01e}.btn-yellow:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s;background-color:rgba(252,208,30,.9)}@media screen and (min-width:769px){.header-buttons .btn-yellow{margin-right:2vw}}@media screen and (max-width:768px){.header-buttons .btn-yellow{margin:2vw}}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@media (max-width:1024px){.header-top{flex-direction:column}.header-logo{padding-bottom:1vh}.header-menu-block{width:100%}.header-menu-block,.header-menu-block ul{justify-content:center}.header-menu-block li{margin:10px}.header-menu-block li:last-child{margin-right:0}.social-btn{margin-left:1.5vw}h1{font-size:3rem}}@media (max-width:768px){.header-content{margin-bottom:6vh;flex-direction:column;margin-left:0;margin-top:6vh}.header-logo img{width:18vw}.header-buttons{justify-content:center;margin-top:10vh}.social-btn{margin-left:1.7vw}.header-menu-block a{font-size:1.3rem}}@media (max-width:640px){.social-btn{margin-left:3vw}}@media (max-width:480px){.btn{height:23px;border-width:1px;width:140px}.social-btn{margin-left:4vw}.header-logo img{width:25vw}.header-menu-block a{font-size:1.1rem}}.content{flex-direction:column;display:flex}.history{justify-content:space-around;flex-direction:row}.history-left{font-size:20px;font-weight:200;margin-right:7.25vw;max-width:66.6%;flex-direction:column;line-height:21px;display:flex}.history-right{flex-grow:1;flex-shrink:3;background:url(/template/assets/images/history.jpg);background-size:cover;background-position:50%;flex-basis:134px}.history-right img{max-width:100%}h2{font-size:1.875rem;font-weight:500;margin-bottom:6vh;color:#696969;text-align:left;line-height:37px}p{font-size:1.1rem;font-weight:200;margin-bottom:2vh;color:#313131;line-height:24px}p:last-child{margin-bottom:0}@media (max-width:768px){.history{justify-content:center;flex-direction:column;align-items:center}.history-left{margin-right:0;max-width:100%}.history-right{height:270px;width:100%;flex-basis:254px;margin-top:20px;display:block}}.samples{background:url(/template/assets/images/background-items.jpg) no-repeat;background-size:cover;background-position:top}.samples-container{justify-content:space-between;align-items:center}.samples h2{margin-bottom:7vh;color:#fff}.slider{overflow:hidden;margin:0 auto 8vh;width:100%}.slider ul{justify-content:space-around;flex-wrap:nowrap;align-items:center;display:flex}.slider ul li{height:260px;overflow:hidden;margin:10px;width:30%;display:inline-block;display:flex}.slider ul li img{height:100%;object-fit:cover;width:100%}.slider ul li a{height:100%;width:100%;display:flex}@media (max-width:1024px){.slider .arrow,.slider ul li img{max-width:100%}}.materials .container{padding:50px 0;justify-content:center;flex-direction:column;align-items:center;width:calc(100% - 100px)}@media screen and (max-width:454px){.materials .container{padding:50px 20px;width:calc(100% - 40px)}}.materials-top{justify-content:space-between;margin-bottom:5.1vh;max-width:100%;flex-direction:row;text-align:justify;align-items:center;display:flex}.materials-text{max-width:70%;flex-direction:column;display:flex}.materials-top .materials-text{margin-right:2vw}.materials-bottom{justify-content:space-between;max-width:100%;flex-direction:row-reverse;text-align:justify;align-items:center;margin-top:2.5vh;display:flex}.materials-bottom .materials-text{margin-left:2vw}@media(max-width:768px){.materials-top{margin-right:0}.materials-bottom,.materials-top{justify-content:center;flex-direction:column;text-align:center}.materials-bottom{margin-left:0}.materials-btn{margin-top:30px}.materials-bottom .materials-btn{display:none}.materials-text{margin-right:0;max-width:100%;margin-left:0}.materials-top .materials-text{margin-right:0}.materials-bottom .materials-text{margin-left:0}}.contacts{background:url(/template/assets/images/background-contacts.jpg) no-repeat;background-size:cover;background-position:top}.contacts container{justify-content:center;align-items:center}.contacts h2{margin-bottom:8.2vh;color:#fff;text-align:center;margin-top:6.2vh}.contacts p{font-size:1.875em;font-weight:500;color:#fff}@media screen and (max-width:454px){.contacts p{font-size:1.3em}}.contacts img{margin-right:2.6vh}.contacts-top{margin-bottom:3.7vh}.contacts-bottom,.contacts-top{justify-content:center;align-items:center;display:flex}.contacts-bottom{margin-bottom:70px}@media (max-width:768px){.contacts h2{margin-top:2.8vh}.contacts h2,.contacts-bottom{margin-bottom:2.8vh}}.footer{justify-content:center;flex-direction:column;background-color:#1c1e20;align-items:flex-start;display:flex}.footer .container{padding:50px 0 0}.footer-top{padding-bottom:2.8vh}.footer-menu li{margin-right:1.6vw}.footer-menu a{font-size:.875em}.footer-bottom{padding-bottom:3vh}@media(max-width:768px){p{font-size:15px}.footer-menu{flex-wrap:wrap}.footer-menu a{font-size:1.2rem}}@media(max-width:640px){p{font-size:15px}}@media(max-width:480px){.footer-menu{justify-content:center}.footer-menu li:last-child{margin-right:0}.footer-menu a{font-size:1rem}p{font-size:15px}}.telegram{flex-wrap:wrap;margin:0 0 40px}.telegram,.telegram input{justify-content:center;display:flex}.telegram input{padding:12px 20px 11px;font-size:1.125rem;border:2px solid #fcd01e;text-decoration:none;font-weight:500;color:#fff;margin:0 10px;align-items:center;background:transparent;width:auto;white-space:nowrap}.btn.small{padding:11px 30px 10px;cursor:pointer}.telegram p{flex:1 0 100%}@media screen and (max-width:640px){.telegram .btn,.telegram input{margin:10px 0;width:100%}}.contacts span{font-size:14px;color:#f1f1f1;text-align:center;padding-bottom:10px}.contacts h2{margin-bottom:10px}.contacts .contacts-top{margin-top:36px}.header-logo{height:36px;background:url(/template/assets/images/logo.svg);background-size:100%;background-position:50%;width:148px;background-repeat:no-repeat}.header-logo:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s}.notmain .container-news{min-height:200px;padding:40px 20px;max-width:900px;margin:0 auto;width:calc(100% - 40px)}#contacts .contentcall p{font-size:18px;color:#f1f1f1;text-align:center;padding-bottom:10px}.flex-100{flex:0 1 20px;width:20px}.newsfull{margin:0 auto;display:flex}.pagination{padding:4px 5px 3px;border:1px solid hsla(0,0%,58%,.2);max-width:380px;text-align:center;margin:0 auto;border-radius:20px;background:#fff;display:inline-block}.pagination a{padding:7px 13px 6px;text-decoration:none;color:#444}.pagination ul{justify-content:space-between;display:flex}.pagination span{line-height:30px}.pagination li{-webkit-transform:translateZ(0);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;margin:0 2px;border-radius:20px;display:block;display:flex}.pagination ul{padding:0;margin:0}.pagination-left{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=-1,M12=0,M21=0,M22=-1,DX=0,DY=0,SizingMethod="auto expand")}.pagination-left,.pagination-right{height:20px;background:url(/template/assets/images/right-black.svg);background-size:14px;background-position:12px 9px;width:10px;background-repeat:no-repeat}.pagination .active{background:#ffd76f}.pagination li:hover>a{text-decoration:none}.pagination li:hover{background:rgba(0,0,0,.1);cursor:pointer}.gallery-text{padding-bottom:30px;margin-top:-10px}.gallery-show a img{height:inherit!important;min-height:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;object-fit:cover;min-width:100%;text-align:center;margin:0 auto;background:#e0e0e0 url(/template/assets/images/pic.svg);background-size:24px;background-position:50%;width:inherit!important;width:100%;background-repeat:no-repeat;display:block}.gallery-show a{overflow:hidden;max-width:300px;max-height:270px;width:100%;display:flex}.gallery-show{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding-bottom:20px;grid-gap:10px;display:grid}.gallery-show a:hover{-webkit-animation:pulse .3s;-moz-animation:pulse .3s;-o-animation:pulse .3s;animation:pulse .3s}.fancybox-button--left{left:8px!important}.fancybox-button--left,.fancybox-button--right{height:54px!important;position:absolute!important;border-radius:1px!important;width:58px!important;margin-top:calc(50vh - 25px)!important}.fancybox-button--right{right:8px!important}.fancybox-button--left:after,.fancybox-button--right:after{height:26px!important;top:14px!important;left:22px!important;width:26px!important}.fancybox-button--right:after{left:9px!important}.imagegrid a{-ms-flex:auto;flex:auto;overflow:hidden;-webkit-box-flex:auto;border:none;margin:4px;width:300px}.imagegrid img{height:inherit!important;min-height:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;object-fit:cover;min-width:100%;text-align:center;margin:0 auto;background:#e0e0e0 url(/template/assets/images/pic.svg);background-size:24px;background-position:50%;width:inherit!important;width:100%;background-repeat:no-repeat;display:block}.imagegrid{flex-wrap:wrap}.container-news p{font-weight:300;margin-bottom:2vh;color:#313131;line-height:22px}.container-news a:hover{-webkit-animation:apulse .3s;-moz-animation:apulse .3s;-o-animation:apulse .3s;animation:apulse .3s}@-webkit-keyframes apulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes apulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.inpage .container{min-height:calc(100vh - 414px)}.goals{padding:60px;border:4px solid #505050;max-width:800px;width:calc(90% - 120px)}@media screen and (max-width:718px){.goals{padding:60px 30px;width:calc(90% - 30px)}.slider ul{flex-wrap:wrap}.slider ul li{height:150px;margin:5px;width:calc(50% - 10px)}.samples-container{width:calc(100% - 30px)}}.goals .goals-name{padding:0 20px;font-size:30px;font-weight:700;margin-bottom:51px;color:#505050;position:relative;background:#fff;margin-left:-20px;width:156px;margin-top:-78px;font-family:Roboto,sans-serif}.goals-text,.goals-text p{font-size:20px;font-weight:200;line-height:24px}.footer-top .header-menu-block a{font-size:.92rem;color:#747474}.footer-top .header-menu-block li:first-child{margin-left:0}.footer-bottom p{font-size:14px}.work{justify-content:center;flex-wrap:wrap;margin-bottom:40px;text-align:center;align-items:center;display:flex}.work-one{flex:1 0 40%;padding:9px 10px 8px 46px;font-size:18px;font-weight:lighter;color:#313131;max-width:400px;background-size:32px!important;text-align:left;margin:10px;background-position:0!important;width:50%;background-repeat:no-repeat!important}.work-one.nds{background:url(/template/assets/images/nds.svg)}.work-one.fact{background:url(/template/assets/images/fact.svg)}.work-one.time{background:url(/template/assets/images/time.svg)}.work-one.bez{background:url(/template/assets/images/bez.svg)}.work-one.gig{background:url(/template/assets/images/gig.svg)}.work-one.qua{background:url(/template/assets/images/qua.svg)}.container-news li{list-style:initial;font-weight:300;color:#313131;margin-left:20px;line-height:22px;padding-left:0}.contacts a{text-decoration:none;color:#f1f1f1}.contacts a:hover{text-decoration:underline}.notmain main{min-height:600px}.incontacts{min-height:calc(100vh - 320px)}