*{-webkit-box-sizing:border-box;box-sizing:border-box}html{overflow-x:hidden}body,html{width:100vw}body{font-family:Roboto;color:#343434}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background-color:red;border-radius:20px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}article,aside,footer,header,main,section{display:block}ul{margin:0;padding:0}button{border:none}button,button:focus{outline:none}a{text-decoration:none}a,a:hover,a:visited{color:#343434}a:hover{text-decoration:none}input:focus{outline:none}@-webkit-keyframes ring{0%{-webkit-transform:rotate(10deg) scale(1);transform:rotate(10deg) scale(1)}50%{-webkit-transform:rotate(-10deg) scale(1.1);transform:rotate(-10deg) scale(1.1)}to{-webkit-transform:rotate(10deg) scale(1);transform:rotate(10deg) scale(1)}}@keyframes ring{0%{-webkit-transform:rotate(10deg) scale(1);transform:rotate(10deg) scale(1)}50%{-webkit-transform:rotate(-10deg) scale(1.1);transform:rotate(-10deg) scale(1.1)}to{-webkit-transform:rotate(10deg) scale(1);transform:rotate(10deg) scale(1)}}.full-page-container--overflow-hidden{height:100vh;overflow:hidden}.logo{display:inline-block;width:184px;height:30px}.logo__img{width:100%;height:auto}.logo__text{font-size:11px;letter-spacing:1.3px;font-weight:700}.button,.logo__text{color:grey;text-transform:uppercase}.button{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;border-radius:19px;-webkit-transition:.3s;transition:.3s}.button__link{text-transform:uppercase;color:grey;font-weight:500;font-size:14px;letter-spacing:.5px;z-index:1}.button__anim-helper{position:absolute;top:0;left:-10px;display:block;width:0;height:100%;-webkit-transition:.3s;transition:.3s}.button--bg-red{background-color:red;color:#fff}.button--bg-red .button__link{color:#fff}.button--bg-seashell{color:grey;background-color:#f1f1f1}.button--bg-seashell:hover{-webkit-box-shadow:0 2px 7px rgba(0,0,0,.2);box-shadow:0 2px 7px rgba(0,0,0,.2)}.button--bg-main-shaft{color:#fff;background-color:#343434}.button--bg-main-shaft:hover .button__anim-helper{width:120%;background-color:red}.button--bg-main-shaft .button__link{color:#fff}.popup{display:none;position:fixed;top:0;left:0;z-index:4;width:100%;height:100%;overflow-y:scroll}.popup--opened{display:block}.popup__bg{position:fixed;top:0;left:0;width:100vw;height:200%;background-color:rgba(52,52,52,.8)}.popup__content{position:relative;margin:60px auto;width:80%;height:auto;max-height:100%}.popup__form{margin:auto;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;padding:60px 30px;background-color:#fff;border-radius:25px}.popup__form-title{margin-bottom:45px;text-align:center;font-size:22px}@media (min-width:576px){.popup__form-title{font-size:32px}}.popup__label{margin:0 auto 22.5px;max-width:270px;position:relative;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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.popup__input{margin-top:4.5px;padding:0 30px;color:grey;border:1px solid #ccc;border-radius:25px;width:100%;height:48px;font-size:16px;line-height:48px}.popup__input-descr{color:grey;font-size:14px}.popup__button{margin-top:30px;padding:15px 0;border-radius:32px;width:100%;max-width:270px}@media (min-width:576px){.popup__button{width:270px}}.popup--phone{overflow-y:hidden}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:3;background-color:#fff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.site-header .col-8{position:static}.header-nav{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);-webkit-transition:.5s;transition:.5s}@media (min-width:1200px){.header-nav{-webkit-transform:none;transform:none;display:block}}.header-nav--mobile-view{-webkit-transform:none;transform:none;display:block;position:fixed;left:0;top:80px;z-index:2;width:100vw;height:100vh}.header-nav--mobile-view .header-nav__list{padding-top:15%;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header-nav--mobile-view .header-nav__item{margin-bottom:15px}.header-nav__list{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none}.header-nav__link{padding:7.5px 22.5px;text-transform:uppercase;color:grey;font-weight:500;font-size:14px;letter-spacing:.5px;z-index:1}.header-nav__link--menu-link{margin:0 22.5px;position:relative;padding:0}.header-nav__link--menu-link:before{position:absolute;bottom:0;left:0;content:"";display:inline-block;height:2px;width:0;background-color:#343434;-webkit-transition:.3s;transition:.3s}.header-nav__link--menu-link:hover:before{width:100%}.header-nav__item-icon-container{margin:1.5px 0 2px 2.5px;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:30px;height:30px;background-color:#fff;border-radius:50%}.header-nav__item-icon{display:block;width:70%;height:70%;-webkit-animation:ring 3s infinite;animation:ring 3s infinite}.header-nav__svg{width:25px;height:auto;fill:grey;-webkit-transition:.3s;transition:.3s}.header-nav__svg:hover{fill:red}.section--padding-small{padding:15px 0}.section--padding-big{padding:45px 0}@media (min-width:576px){.section--padding-big{padding:90px 0}}.section--bg-seashell{background-color:#f1f1f1}.section__h1{position:relative;display:inline;font-size:30px;font-weight:700}.section__h1:after{position:absolute;left:calc(100% + 10px);bottom:20px;content:"";display:inline-block;height:4px;width:30px;background-color:#343434}@media (min-width:576px){.section__h1{bottom:20px;font-size:42px}}.section__h2{font-size:20px}.services__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none}.services__item,.services__list{display:-webkit-box;display:-ms-flexbox;display:flex}.services__item{margin-top:45px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.services__item-icon-number-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:576px){.services__item-icon-number-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.services__item-number{margin-right:10.5px;-ms-flex-item-align:start;align-self:flex-start;color:grey;font-weight:700}@media (min-width:576px){.services__item-number{color:#d4d7d9}}.services__item-icon{margin-right:22.5px;position:relative;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;padding:7.5px 15px;min-width:90px;width:90px;height:90px;border-radius:5px;-webkit-box-shadow:0 2px 7px rgba(0,0,0,.2);box-shadow:0 2px 7px rgba(0,0,0,.2)}@media (min-width:576px){.services__item-icon{margin-right:45px}}.services__item-icon img{max-height:70%;max-width:100%;width:auto}.services__item-text{max-width:470px;font-size:15px;line-height:18px;letter-spacing:.5px}.services__item-text span:first-child{margin-right:22.5px;position:relative;font-weight:500;cursor:pointer}.services__item-text span:first-child:after{position:absolute;left:calc(100% + 5px);bottom:8px;content:"";display:inline-block;height:2px;width:15px;background-color:#343434}.services__item-text span:first-child:before{position:absolute;bottom:0;left:0;content:"";display:inline-block;height:2px;width:0;background-color:#343434;-webkit-transition:.3s;transition:.3s}.services__item-text span:first-child:hover:before{width:100%}.services__img-container{position:absolute;left:calc(100% - 480px);opacity:.2;margin:0 auto 60px;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:480px;height:480px;border-radius:50%;-webkit-box-shadow:0 2px 7px rgba(0,0,0,.2);box-shadow:0 2px 7px rgba(0,0,0,.2);overflow:hidden}@media (min-width:1200px){.services__img-container{position:static;opacity:1}}.services__img-container img{min-height:480px;width:auto}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Medium.ttf) format("truetype");font-weight:500;font-style:normal}.sandwich{float: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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:40px;height:23px;cursor:pointer;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-transition:.3s;transition:.3s}@media (min-width:1200px){.sandwich{display:none}}.sandwich:hover .sandwich__item{-webkit-box-shadow:0 2px 7px rgba(255,0,0,.1);box-shadow:0 2px 7px rgba(255,0,0,.1)}.sandwich__item{display:block;width:38px;height:5px;background-color:red;border-radius:2px;-webkit-transition:.3s;transition:.3s}.sandwich--opened .sandwich__item:first-child{display:none}.sandwich--opened .sandwich__item:nth-child(2){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.sandwich--opened .sandwich__item:last-child{-webkit-transform:translateY(-13px) rotate(-45deg);transform:translateY(-13px) rotate(-45deg)}