@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;max-height:100%;display:block}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity .08s linear;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1),background-color linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1),background-color linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms .12s,opacity 75ms}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms,opacity 75ms .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;margin:0 auto;padding:0}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:Golos;font-style:normal;font-weight:400;src:url(../fonts/Golos-Text_Regular.woff2) format("woff2")}@font-face{font-family:Golos;font-style:normal;font-weight:500;src:url(../fonts/Golos-Text_Medium.woff2) format("woff2")}@font-face{font-family:Golos;font-style:normal;font-weight:600;src:url(../fonts/Golos-Text_DemiBold.woff2) format("woff2")}.mfp_zoom_in .mfp_content{opacity:0;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.mfp_zoom_in.mfp-ready .mfp_content{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp_zoom_in.mfp-removing .mfp_content{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:0}.mfp_zoom_in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.mfp_zoom_in.mfp-ready.mfp-bg{opacity:.9}.mfp_zoom_in.mfp-removing.mfp-bg{opacity:0}.mfp_with_zoom .mfp-container,.mfp_with_zoom.mfp-bg{opacity:0;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}.mfp_with_zoom.mfp-ready .mfp-container{opacity:1}.mfp_with_zoom.mfp-ready.mfp-bg{opacity:.8}.mfp_with_zoom.mfp-removing .mfp-container,.mfp_with_zoom.mfp-removing.mfp-bg{opacity:0}.mfp-close-btn-in .mfp-close,.mfp-image-holder .mfp-close{font-size:0;opacity:1;right:0;top:0;width:6rem;height:6rem;background:url(../img/close.svg) center/2rem no-repeat}img.lazy{display:none}.img_opacity{opacity:0;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lazy-loaded{opacity:1}.respons_wrapp{display:block;position:relative}.respons_wrapp:before{content:"";display:block;padding-top:100%}.respons_content{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.respons_content img,.respons_content picture{display:block}::-webkit-input-placeholder{color:#666}::-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}::-ms-input-placeholder{color:#666}::placeholder{color:#666}::-moz-selection{background-color:#fa5855;color:#fff}::selection{background-color:#fa5855;color:#fff}input,textarea{outline:0}input:focus:required:invalid,textarea:focus:required:invalid{border-color:red}input:required:valid,textarea:required:valid{border-color:green}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{font-size:10px}body{margin:0;font-size:1.4rem;font-weight:400;min-width:320px;position:relative;line-height:1.5;font-family:Golos,sans-serif;overflow-x:hidden;color:#35698e;background:#f6f7f9}.wrapper{width:1400px;margin:0 auto;padding-left:0;padding-right:0}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}button{cursor:pointer;border:none;background:0 0;outline:0}input.txt,textarea.txt{width:100%;border-radius:.3rem;border:.1rem solid #cad6eb;-webkit-transition:-webkit-box-shadow .2s;-o-transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}input.txt:focus,textarea.txt:focus{-webkit-box-shadow:0 .2rem .4rem rgba(0,0,0,.1);box-shadow:0 .2rem .4rem rgba(0,0,0,.1)}input.txt{height:4rem;padding:0 1.5rem}textarea.txt{height:10rem;padding:1.5rem;resize:none}.error_msg{height:1.5rem}.btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:4.9rem;padding:0 2.4rem;text-decoration:none;font-weight:600;cursor:pointer;outline:#f6f7f9 solid .1rem;border:none;border-radius:1rem;overflow:hidden;-webkit-transition:background .2s,opacity .2s;-o-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s}.btn::before{content:"Оставить заявку";position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;top:0;left:0;right:0;bottom:0;background:-o-linear-gradient(328.26deg,#fafa23 -4.62%,#fa5855 58.48%);background:linear-gradient(121.74deg,#fafa23 -4.62%,#fa5855 58.48%);-webkit-transition:background .2s,opacity .2s;-o-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;overflow:hidden}.btn.accent{color:#fff;fill:#fff;background:#fa5855}.btn.accent:hover::before{opacity:1}.btn.accent:active{background:#ee1f1b}.btn.accent:active::before{opacity:0}section{margin-bottom:18rem}section.s_white{margin-bottom:0;padding-bottom:18rem}section.grey{padding:11rem 0;margin:0}section.grey.little{padding:3rem 0 11rem}section.grey_normal{padding:18rem 0;margin:0}p{margin:0}h1,h2,h3,h4{margin:0;font-weight:500;line-height:1.2}h1{font-size:7.2rem;margin-bottom:4rem;color:#1a394f}h2{font-size:4.8rem;margin-bottom:3rem;color:#1a394f}.title_wrap_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:3rem}.title_wrap_slider .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.title_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin-bottom:4rem}.title_wrap h2{margin-bottom:0;width:51rem}.title_wrap p{font-size:1.6rem;line-height:1.5;width:62rem;color:#a8b6cc;margin-bottom:.5rem}.title_wrap.top{-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:5rem}.title_wrap.top .top_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.title_wrap.top .title{margin-right:21rem;-ms-flex-negative:0;flex-shrink:0}.title_wrap.top h2{margin-bottom:1.6rem}.title_wrap.top p{margin:0}.color_title{font-size:2.4rem;font-weight:600;line-height:1.2;color:#fa5855}.color{color:#fa5855}.input_common{position:relative}.input_common .btn_input{position:absolute;right:2rem;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0}.input_common_block{padding:0 2.4rem;height:4.9rem;border:.1rem solid #cad6eb;border-radius:1rem;background:#fff;overflow:hidden;width:100%;-webkit-transition:border .2s;-o-transition:border .2s;transition:border .2s;font-variant-numeric:lining-nums;color:#35698e}.input_common_block.error{border:.1rem solid red;color:red}.input_common_block::-webkit-input-placeholder{color:#a8b6cc;font-size:1.4rem}.input_common_block::-moz-placeholder{color:#a8b6cc;font-size:1.4rem}.input_common_block:-ms-input-placeholder{color:#a8b6cc;font-size:1.4rem}.input_common_block::-ms-input-placeholder{color:#a8b6cc;font-size:1.4rem}.input_common_block::placeholder{color:#a8b6cc;font-size:1.4rem}.input_common_block:focus,.input_common_block:hover{border:.1rem solid #6f96b1}.error_msg{position:absolute;font-size:1.1rem;color:red;left:2.4rem;bottom:-1.3rem}.arrs{display:none}.arrs.active{display:-webkit-box;display:-ms-flexbox;display:flex}.lg-backdrop{background:#d4d6d8}.common_popup{position:relative;margin:auto;background:#fff}.mfp-container{padding:0 3rem}.mfp_zoom_in.mfp-ready.mfp-bg{background:#1a394f;opacity:.8}header{margin-bottom:10rem}.header_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2.4rem}.header_top .right_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:4.9rem;margin-top:1.4rem}.header_top .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_logo{display:block}.header_links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15rem}.header_links .link{height:2.1rem;text-decoration:none;color:#35698e}.header_links .link:not(:last-child){margin-right:3rem}.header_links .link:hover{text-decoration:underline}.tel_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:4.8rem}.tel_main .tel{text-decoration:none;font-size:1.8rem;font-weight:500;color:#1a394f;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;line-height:1.2}.tel_main .tel:active,.tel_main .tel:hover{color:#35698e}.header_top_fmenu{max-width:13rem;padding:0;display:none}.header_top_fmenu li{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_top_fmenu a{text-decoration:none;color:#35698e;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.header_top_fmenu a:hover{color:#1a394f;border-radius:.5rem}.flexMenu-viewMore{position:relative}.flexMenu-viewMore.active{z-index:1}.flexMenu-viewMore.active>a{color:#1a394f;z-index:3}.flexMenu-viewMore.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.flexMenu-viewMore a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.2rem}.flexMenu-viewMore svg{height:.5rem;width:1rem;margin-left:1rem;fill:#1a394f}.more_dropdown{top:2rem;padding:1rem 0;border-radius:0 0 .3rem .3rem;max-width:20rem}.more_dropdown::before{content:"";display:block;position:absolute;background-color:#dbeffd;top:-3.2rem;left:-1rem;right:-2.3rem;bottom:0;z-index:-1;border-radius:.5rem}.more_dropdown li:not(:last-child){margin-bottom:1rem}.more_dropdown a{padding:0 1.2rem}.hammam.open{background:#fff}.hammam.open .close{display:-webkit-box;display:-ms-flexbox;display:flex}.hammam.open .search{display:block}.hammam.open .input_common_block{border:none}.hammam.open .btn_magn{display:none}.hamburger{display:none;height:1.3rem;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.hamburger-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:1.9rem;height:1.4rem}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:1.8rem;height:.2rem;background:#1a394f}.hamburger-inner:before{top:-.5rem}.hamburger-inner:after{bottom:-.5rem}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background:#1a394f}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.nav_menu{opacity:0;height:0;overflow:hidden;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;position:absolute;left:0;right:0;top:-999rem;z-index:3;background:#f6f7f9}.nav_menu .header_links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:4rem}.nav_menu .header_links .link{font-weight:500}.nav_menu .header_links .link:not(:last-child){margin-bottom:2rem}.nav_menu .call_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4.4rem;height:4.4rem;background:#1a394f;margin-right:1.6rem;border-radius:1rem}.nav_menu .call_icon .pic{display:-webkit-box;display:-ms-flexbox;display:flex}.nav_menu.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:6.2rem;opacity:1;height:auto;padding:3.5rem 0 4rem}.tel_icon_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tel_icon_link .tel_main{margin:0}.tel_icon_link .tel_main .tel{font-size:2rem}.paraphernalia .color_title{margin-bottom:.6rem}.paraphernalia .paraphernalia_blocks{margin-bottom:4rem}.paraphernalia_blocks{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -1rem}.paraphernalia_blocks .block{padding:5rem;width:calc((100% - 8rem)/ 5);background:#3cabfa;font-weight:500;margin:0 1rem;border-radius:3rem;color:#fff}.paraphernalia_blocks .block .pic{margin-bottom:5rem}.paraphernalia_blocks .block .title{font-size:2.4rem;margin-bottom:1rem;line-height:1.2}.paraphernalia_blocks .block.dark_blue{background:#1d547a}.paraphernalia_blocks .block.light_blue{background:#87cbfb}.paraphernalia_blocks .block.dark_grey{background:#42637a}.paraphernalia_blocks .block.blue{background:#3088c7}.paraphernalia_advantage_blocks{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.paraphernalia_advantage_blocks .block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(25% - 20px)}.paraphernalia_advantage_blocks .title{font-size:1.6rem;font-weight:500;line-height:1.4;color:#1a394f;margin-bottom:1rem}.categories{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-1rem 0}.categories .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:32rem;padding:4rem}.categories .block{margin:1rem 0;border-radius:3rem;background:#fff}.categories .block:not(:nth-child(-n+3)){margin-top:1rem}.categories .slick-list{margin:0 -1rem}.categories .slick-slide{margin:0 1rem}.categories .left_block{width:100rem;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}.categories .right_block{width:18rem;margin:-2rem -2rem -2rem 0;-ms-flex-negative:0;flex-shrink:0}.categories .in_stoke{margin-bottom:.6rem}.categories .title{display:block;text-decoration:none;font-weight:500;color:#35698e;margin-bottom:1rem;height:2rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.categories .title:hover{color:#1a394f}.categories img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:4.1rem;padding:0 2rem;background:#fafa23;border-radius:3rem;font-weight:500}.mark.blue{background:#1d547a;color:#fff}.in_stoke{font-weight:500;color:#fa5855}.price{font-size:2rem;font-weight:500;color:#1a394f}.slider_arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slick-arrow{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:5.2rem;height:5.2rem;border-radius:.8rem;background:#35698e;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.slick-arrow svg{stroke:#fff}.slick-arrow:hover{background:#3cabfa}.slick-arrow:active{background:#3088c7}.slick-arrow.slick-disabled{background:#e8efff;pointer-events:none}.slick-arrow.slick-disabled svg{stroke:#35698e}.slick-prev{margin-right:.8rem}.slick-prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.slick-dots{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);list-style-type:none;font-size:0;padding:0;margin:0 -.4rem}.slick-dots .slick-active button{-webkit-transition:width .2s;-o-transition:width .2s;transition:width .2s;width:1.2rem;height:1.2rem;border-radius:10rem;background:#35698e}.slick-dots .slick-active button:hover{background:#1a394f;cursor:unset}.slick-dots button{width:1.2rem;height:1.2rem;border-radius:10rem;background:#e8efff;padding:0;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.slick-dots button:hover{background:#87cbfb}.slick-dots li{margin:0 .4rem}.categories_slider_tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.categories_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#6f96b1;font-weight:500;padding:0 2rem;height:4.9rem;background:#fff;border-radius:1rem;border:.1rem solid transparent;cursor:pointer;-webkit-transition:-webkit-box-shadow .2s;transition:box-shadow .2s;-o-transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}.categories_menu:not(:last-child){margin-right:1rem}.categories_menu:hover{-webkit-box-shadow:0 0 0 .1rem #6f96b1;box-shadow:0 0 0 .1rem #6f96b1}.categories_menu.active{border:.1rem solid #35698e;-webkit-box-shadow:0 0 0 .1rem #35698e;box-shadow:0 0 0 .1rem #35698e;color:#35698e;cursor:default}.tab_block:not(.active){height:0;opacity:0;overflow:hidden}.white{background:#fff;padding-top:18rem}.themes{display:-webkit-box;display:-ms-flexbox;display:flex}.themes .right_block{margin-top:3.6rem}.themes .color_title{margin-bottom:2rem}.themes h2{width:58rem;margin-bottom:2.4rem}.themes p{width:49rem;margin-bottom:2.4rem}.call_back_wrap{height:32.7rem}.call_back{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(66.6666666667% - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12rem 0 9rem;background:#f6f7f9;border-radius:3rem;height:100%;position:relative}.call_back .txt_block{width:31rem;margin-right:7.6rem;-ms-flex-negative:0;flex-shrink:0}.call_back .title{font-size:2.4rem;font-weight:600;line-height:1.2;margin-bottom:1.6rem}.call_back .input_common:not(:last-child){margin-bottom:1.3rem}.call_back .wrap{width:100%}.call_back p{font-size:1.6rem}.blue_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(33.3333333333% - 20px);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;background:#1d547a;border-radius:3rem;padding:10rem 8rem}.blue_block .title{font-size:4.8rem;font-weight:500;color:#fafa23;margin-bottom:.6rem}.blue_block p{font-size:2rem;font-weight:500;color:#f6f7f9;line-height:1.2}.personalization_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.personalization_txt{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:33.5rem;margin-right:2rem}.personalization_txt .num{font-size:2rem;line-height:1.5;color:#1a394f;margin-bottom:1.6rem}.personalization_txt .color_title{font-size:2rem;font-weight:500;margin-bottom:2rem}.personalization_txt p:not(:last-child){margin-bottom:2rem}.personalization img{border-radius:3rem;overflow:hidden}.personalization .slick-list{margin:0 -1rem}.personalization .slick-slide{margin:0 1rem}.personalization .block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(33.3333333333% - 20px)}.personalization .block:not(:nth-child(-n+3)){display:none}.counter{position:relative;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;font-size:3.2rem;font-weight:500;color:#35698e;z-index:1;line-height:1.2;margin-bottom:2rem}.wrap_counter{display:-webkit-box;display:-ms-flexbox;display:flex}.c_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto}.c_block:not(:first-child){margin-left:1.6rem}.c_block:not(:last-child){margin-right:1.6rem}.dot{width:.5rem;height:.5rem;background:#5b97c2;border-radius:10rem}.dot:not(:last-child){margin-bottom:.8rem}.timer_dots{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;height:4.4rem}.count_txt{font-size:1.4rem;font-weight:400;color:#5b97c2;margin-top:.2rem}.limit .left_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(50% - 20px);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}.limit .right_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(50% - 20px);padding-left:1rem}.limit .color_title{margin-bottom:2rem}.limit .title{width:50rem;font-size:3.2rem;font-weight:500;color:#1a394f;line-height:1.2;margin-bottom:2.4rem}.limit p{width:54rem;font-size:1.6rem;color:#a8b6cc;margin-bottom:2.4rem}.limit .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -.5rem;position:relative}.limit .input_common{width:24.7rem;margin:0 .5rem}.limit .respons_wrapp:before{padding-top:75%}.limit .btn{margin:0 .5rem}.whyweare{margin-bottom:5rem}.whyweare .block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(25% - 20px)}.whyweare .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.whyweare .pic{margin-right:1rem}.whyweare .title{font-size:2rem;font-weight:500;color:#1a394f}.whyweare_gallery{margin-bottom:5rem}.whyweare_gallery .pic{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(50% - 20px);border-radius:3rem;overflow:hidden}.whyweare_gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.whyweare_num_wrap{background:#f6f7f9;border-radius:3rem}.whyweare_num{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#8192ae;padding:3rem 6rem}.whyweare_num .block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(25% - 20px)}.whyweare_num .color_title{font-size:3.2rem;font-weight:500;margin-bottom:.4rem}.social_media{display:-webkit-box;display:-ms-flexbox;display:flex}.social_media .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;background:#35698e;border-radius:1rem;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.social_media .icon:not(:last-child){margin-right:1rem}.social_media .icon:hover{background:#1d547a}.social_media .icon.vk:hover{background:#4680c2}.social_media .icon.teleg:hover{background:#08c}.social_media .icon.what:hover{background:#25d366}.social_media .icon.viber:hover{background:#7c509a}.gift{background:#f6f7f9;padding:5rem 9rem;border-radius:3rem}.gift .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem}.gift .title{font-size:3.2rem;font-weight:500;line-height:1.4;margin-right:1rem;color:#1a394f}.gift p{margin-bottom:1.6rem}.gift .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.gift .input_common{width:100%;margin-right:1rem}.gift .btn{-ms-flex-negative:0;flex-shrink:0}.terms h2{margin-bottom:5.4rem}.terms .blocks{display:-ms-grid;display:grid;gap:2rem}.ship_block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2}.ship_block .brick{position:relative;padding:5rem 6rem;background:#fff;width:calc((100% - 2rem)/ 2);border-radius:3rem}.ship_block .brick:not(:last-child){margin-right:2rem}.ship_block .title{font-size:1.6rem;font-weight:500;color:#1a394f;margin-bottom:1rem}.ship_block .txt_block{margin-bottom:1.6rem}.ship_block .string{display:-webkit-box;display:-ms-flexbox;display:flex;color:#8192ae}.ship_block .string:not(:last-child){margin-bottom:.6rem}.ship_block .right{font-weight:500;color:#35698e;margin-left:1.2rem}.ship_block .note_ship{position:absolute;top:-2.4rem;right:3rem}.ship_block .color_title{font-size:1.4rem;font-weight:500}.ship_block .brands_block{width:22.8rem}.brands_block{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}.brands_block .pic.big{width:calc((100% - 2rem)/ 2)}.brands_block .pic.small{width:calc((100% - 4rem)/ 3)}.brands_block .pic:not(:nth-child(-n+2)){margin-top:.8rem}.note_ship{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:4.8rem;background-image:-o-linear-gradient(337.96deg,#3cabfa -8.64%,#186fad 67.9%);background-image:linear-gradient(112.04deg,#3cabfa -8.64%,#186fad 67.9%);padding:0 2rem;color:#fff;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:1rem}.note_ship img{margin-right:1rem}.diagram{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-span:1;grid-row-end:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#1a394f;border-radius:3rem;padding:4.8rem 13rem 4.8rem 11.9rem}.diagram .txt_block{margin:1rem 15.6rem 0 0}.diagram .txt_block .pic{margin-bottom:2.2rem}.diagram .right .pic{width:26.3rem}.diagram .right .respons_wrapp:before{padding-top:79.8%}.diagram .right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.diagram .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:2rem;color:#fff;margin-bottom:1.6rem;line-height:1.4}.diagram .color{color:#fafa23}.diagram p{width:23.8rem;color:#8192ae}.payment{-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:1;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3;background:#fff;padding:5rem 8rem;border-radius:3rem}.payment .brick:not(:last-child){margin-bottom:3rem}.payment .pic{margin-bottom:1.6rem}.payment .title{font-size:1.6rem;font-weight:500;color:#1a394f;margin-bottom:.8rem}.payment p{color:#8797b0}.our_clients .left_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(33.3333333333% - 20px);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}.our_clients .right_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(66.6666666667% - 20px)}.our_clients p{width:33.5rem}.brands .block{display:-webkit-box;display:-ms-flexbox;display:flex}.brands .pic{display:block}.brands .slick-slide>div{display:-webkit-box;display:-ms-flexbox;display:flex}.brands .pic:not(:last-child){margin-bottom:2rem}.our_work .title_wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.works .slick-list{margin:0 -1rem}.works .slick-slide{margin:0 1rem}.works .block:not(:first-child){margin-top:3rem}.works .block:not(:nth-child(-n+3)){display:none}.works .pic{display:block;border-radius:3rem;overflow:hidden;margin-bottom:3rem}.works .title{text-decoration:none;display:block;font-size:2rem;font-weight:500;color:#1a394f;margin-bottom:1.6rem;line-height:1.4;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.works .title:hover{color:#35698e}.works p{color:#8797b0}.our_review .title_wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.our_review .slick-list{margin:0 -1rem}.our_review .slick-slide{margin:0 1rem}.our_review .block{padding:5rem;background:#fff;border-radius:3rem;height:44.6rem}.our_review .title{font-size:2rem;font-weight:500;color:#1a394f;margin-bottom:2rem;line-height:1.4}.our_review .title::after{content:"";display:block;width:4rem;border-bottom:.1rem solid #35698e;margin-top:2rem}.our_review p{margin-bottom:2rem}.our_review .sub_title{color:#1a394f;margin-bottom:.8rem}.our_review .name{color:#a8b6cc}.faq h2{width:auto}.faq .left_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(33.3333333333% - 20px)}.faq .left_block p{width:35rem;margin-bottom:1.6rem}.faq .right_block{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(66.6666666667% - 20px)}.faq_block{border:1px solid transparent;background:#f6f7f9;border-radius:3rem;padding:4rem;-webkit-transition:border .2s,color .2s;-o-transition:border .2s,color .2s;transition:border .2s,color .2s}.faq_block:not(:last-child){margin-bottom:2rem}.faq_block:hover{border:.1rem solid #6f96b1}.faq_block:hover .block_title{color:#35698e}.faq_block:hover .pic::before{background-position-x:-2.4rem!important}.faq_block.open{border:.1rem solid transparent}.faq_block.open .block_title{margin-bottom:2rem;color:#1a394f}.faq_block.open .text_block{display:block}.faq_block.open .pic::before{background-position-y:-2.4rem}.faq_block.open .title::after{display:-webkit-box;display:-ms-flexbox;display:flex}.faq_block.open:hover .pic::before{background-position-x:-2.4rem}.faq_block .pic{margin-left:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.faq_block .pic::before{content:"";display:block;width:2.4rem;height:2.4rem;background:url(../img/add-sprite.svg) no-repeat}.faq_block .block_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;font-weight:600;line-height:1.5;cursor:pointer;color:#1a394f}.faq_block .title::after{content:"";display:none;width:4rem;border-bottom:.1rem solid #35698e;margin-top:2rem}.faq_block .text_block{display:none}.footer_wrap{background:#1a394f;padding:18rem 0 8rem}.footer_top{padding-bottom:12.5rem;margin-bottom:8rem;border-bottom:1px solid #436b87}.footer_top h2{color:#fff;margin-bottom:4rem}.footer_top .brick{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(25% - 20px);color:#f6f7f9;font-size:1.6rem;font-weight:500}.footer_top .brick a{text-decoration:none;color:#f6f7f9}.footer_top .brick a:hover{color:#f6f7f9;text-decoration:underline}.footer_top .brick .tel{font-size:2rem;margin-bottom:1.6rem}.footer_top .pic{margin-bottom:1.6rem}.footer_top .icon{background:#1a394f}.footer_top .icon.teleg:hover{background:#08c}.footer_top .icon.what:hover{background:#25d366}.footer_top .icon.viber:hover{background:#7360f2}.footer_bottom{margin-bottom:14rem}.footer_bottom .blocks{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(75% - 20px)}.footer_bottom .title{margin-bottom:3rem;font-weight:500;color:#a8b6cc}.footer_bottom .link{font-size:1.6rem;font-weight:500;text-decoration:none;color:#fff}.footer_logo{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:10px;margin-right:10px;width:calc(25% - 20px)}.footer_links{display:-webkit-box;display:-ms-flexbox;display:flex}.footer_links .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:33.3333333333%}.footer_links .link:not(:last-child){margin-bottom:2rem}.footer_links .link:hover{text-decoration:underline}.copyrights{color:#a8b6cc;font-weight:500}.dark_layer{position:fixed;background-color:rgba(26,66,79,.8);top:0;left:0;right:0;bottom:0;display:none}.dark_layer.open{display:block;z-index:2}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;background:#fff;z-index:1001}.preloader__image{position:relative;top:50%;left:50%;width:64px;height:64px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/loader.gif) 50% 50% no-repeat}.loaded_hiding .preloader{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:0}.loaded .preloader{display:none}.popup_app{display:-webkit-box;display:-ms-flexbox;display:flex;width:70rem;border-radius:3rem;overflow:hidden}.popup_app .pop_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.popup_app .left_block{width:48rem;padding:8rem 7rem;-ms-flex-negative:0;flex-shrink:0;position:relative}.popup_app .right_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f6f7f9}.popup_app .title{font-size:2.4rem;font-weight:600;margin-bottom:1.6rem}.popup_app p{font-size:1.6rem;margin-bottom:2rem}.popup_app .wrap{margin-bottom:2rem}.popup_app .input_common:not(:last-child){margin-bottom:1.3rem}.popup_app .checkboxes_aircon{margin-bottom:2rem}.check_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:3.5rem;cursor:pointer;color:#a8b6cc;font-weight:500}.check_container:hover .checkmark{background:#fff}.check_container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:2.4rem;width:2.4rem;border:.1rem solid #cad6eb;background:#fff;border-radius:.6rem;-webkit-transition:border .2s;-o-transition:border .2s;transition:border .2s}.check_container input:checked~.checkmark{background-color:#35698e;border:0}.checkmark:after{content:"";position:absolute;display:none}.check_container input:checked~.checkmark:after{display:block}.check_container .checkmark:after{left:.8rem;top:.3rem;width:.6rem;height:1.2rem;border:.1rem solid #fff;border-width:0 .2rem .2rem 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.under_text{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4rem;margin-top:4rem;border-radius:3rem}.under_text .text{font-size:1.8rem}.under_text .btn{margin-left:4rem;-ms-flex-negative:0;flex-shrink:0}.wrap.success{position:absolute;top:0;left:0;right:0;bottom:0;color:#35698e;background:#f6f7f9;font-size:2rem;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;text-align:center;margin:0;padding:2rem}@media screen and (max-width:1460px){.wrapper{max-width:1140px}section{margin-bottom:16rem}section.s_white{padding-bottom:16rem}section.grey_normal{padding:16rem 0}h1{font-size:6.5rem}h2{font-size:4.4rem}.title_wrap.top .title{margin-right:10rem}.title_wrap.top p{width:auto}.header_top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_top .right_block{margin-top:0}.header_links{margin-right:2rem}.header_links .link:not(:last-child){margin-right:2.5rem}.tel_main{margin-right:3rem}.nav_menu .header_links .link{height:auto}.paraphernalia_blocks .block{padding:2.5rem}.paraphernalia_blocks .block .pic{margin-bottom:3rem}.paraphernalia_advantage_blocks .block{width:calc(33.3333333333% - 20px)}.categories .right_block{width:14rem}.white{padding-top:16rem}.themes h2{font-size:4.4rem}.call_back_wrap{height:30rem}.call_back{padding:0 5rem}.call_back .txt_block{margin-right:6rem}.blue_block{padding:7rem}.blue_block .title{font-size:4.4rem}.personalization_txt{width:27rem}.personalization_txt .color_title,.personalization_txt .num{font-size:1.8rem;margin-bottom:.8rem}.personalization_txt p:not(:last-child){margin-bottom:1rem}.limit .input_common{width:18.5rem}.gift{padding:4rem}.gift .title{font-size:3rem}.ship_block .brick{padding:4rem 5rem}.diagram{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4.5rem 7rem}.diagram .txt_block{margin:0 11rem 0 0}.payment{padding:5rem 6rem}.our_review .block{padding:4rem;height:49rem}.faq_block .block_title{font-size:1.8rem}.footer_wrap{padding:16rem 0 8rem}.footer_top{padding-bottom:10rem}.footer_bottom{margin-bottom:13rem}}@media screen and (max-width:1199px){.wrapper{max-width:960px}section{margin-bottom:14rem}section.s_white{padding-bottom:14rem}section.grey_normal{padding:14rem 0}h1{font-size:6rem}h2{font-size:4rem}.title_wrap p{font-size:1.4rem}.title_wrap.top .title{margin-right:0}.color_title{font-size:2.2rem}.header_top .right_block .header_links .link{display:none}.header_logo{width:12rem}.tel_main .tel{font-size:1.6rem}.header_top_fmenu{display:block}.paraphernalia_blocks .block{padding:2rem}.paraphernalia_blocks .block .pic{margin-bottom:2rem}.white{padding-top:14rem}.themes .right_block{margin-top:0}.themes .color_title{margin-bottom:1.6rem}.themes h2{font-size:4rem;margin-bottom:1.6rem}.themes p{margin-bottom:1.6rem}.call_back_wrap{height:28rem}.call_back .txt_block{width:26rem;margin-right:3rem}.blue_block{padding:5rem}.blue_block .title{font-size:4rem}.blue_block p{font-size:1.8rem}.personalization_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personalization_txt{width:auto;height:22rem;margin-bottom:2rem}.personalization_txt .num{font-size:2rem;margin-bottom:1.2rem}.personalization_txt .color_title{margin-bottom:1.2rem}.personalization_txt p:not(:last-child){margin-bottom:1.6rem}.limit .right_block{padding-left:0}.limit .title,.limit p{width:auto}.limit .wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.limit .input_common{width:calc((100% - 2rem)/ 2)}.limit .btn{margin-top:2rem}.whyweare{margin-bottom:4rem}.whyweare .block{width:calc(50% - 20px)}.whyweare .block:not(:nth-child(-n+2)){margin-top:2rem}.whyweare .title{font-size:1.8rem}.whyweare_gallery{margin-bottom:4rem}.whyweare_num{padding:2rem 6rem}.gift .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gift .title{font-size:2.8rem;margin-bottom:1rem}.ship_block{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:3;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2}.ship_block .brick{padding:5rem}.diagram{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:3;grid-column-end:4;-ms-grid-row:3;grid-row-start:3;-ms-grid-row-span:1;grid-row-end:4;padding:5rem}.diagram .txt_block{margin:0}.diagram p{width:auto}.payment{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:3;grid-column-end:4;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-span:1;grid-row-end:3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5rem}.payment .brick:not(:last-child){margin:0 2rem 0 0}.our_review .block{height:41rem}.faq .left_block{width:calc(100% - 20px);margin-bottom:5rem}.faq .left_block p{width:37rem}.faq .right_block{width:calc(100% - 20px)}.footer_wrap{padding:14rem 0 8rem}.footer_top{padding-bottom:7rem;margin-bottom:7rem}.footer_bottom{margin-bottom:12rem}.footer_bottom .link{font-size:1.4rem}}@media screen and (max-width:1199px) and (max-width:767px){.whyweare .block:not(:nth-child(-n+2)){margin-top:0}}@media screen and (max-width:1029px){.wrapper{max-width:720px}.row{margin-left:-5px;margin-right:-5px}input.txt{height:3.6rem;padding:1rem}textarea.txt{height:6rem;padding:1rem}section{margin-bottom:12rem}section.s_white{padding-bottom:12rem}section.grey_normal{padding:12rem 0}h1{font-size:5rem}h2{font-size:3.6rem}.title_wrap_slider .wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.title_wrap{-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}.title_wrap h2{margin-bottom:1.6rem;width:auto}.title_wrap p{margin-bottom:0;width:auto}.title_wrap.top{margin-bottom:4rem}.title_wrap.top .top_wrap{-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}.title_wrap.top .title{margin-bottom:1.6rem;width:auto}.color_title{font-size:2rem}.header_top{margin-top:1rem}.header_logo{width:10rem;-ms-flex-negative:0;flex-shrink:0}.nav_menu .btn{display:none}.paraphernalia_blocks{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5rem}.paraphernalia_blocks .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 .5rem;border-radius:2rem}.paraphernalia_blocks .block:not(:last-child){margin-bottom:1rem}.paraphernalia_blocks .block .pic{margin:0 2rem 0 0}.paraphernalia_blocks .block .title{margin-bottom:.5rem}.paraphernalia_advantage_blocks .block{margin-left:5px;margin-right:5px;width:calc(100% - 10px)}.paraphernalia_advantage_blocks .block:not(:last-child){margin-bottom:2rem}.categories{margin:-.5rem 0}.categories .block{margin:.5rem 0}.categories .slick-list{margin:0 -.5rem}.categories .slick-slide{margin:0 .5rem}.slick-arrow{width:4.8rem;height:4.8rem}.categories_slider_tabs{overflow-x:auto;width:calc(100% - 12rem);margin-bottom:1rem;padding:.1rem .1rem .4rem}.categories_menu{-ms-flex-negative:0;flex-shrink:0;padding:0 1.6rem;height:4.8rem}.white{padding-top:12rem}.themes h2{font-size:3.6rem;width:auto}.themes p{width:auto}.themes .img_block{width:43rem;-ms-flex-negative:0;flex-shrink:0;margin-right:-1rem}.call_back_wrap{height:auto}.call_back{margin-left:5px;margin-right:5px;width:calc(58.3333333333% - 10px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3rem}.call_back .txt_block{width:auto;margin-right:0}.call_back .title{font-size:2rem;margin-bottom:1.2rem}.call_back p{font-size:1.4rem;margin-bottom:1.2rem}.blue_block{margin-left:5px;margin-right:5px;width:calc(41.6666666667% - 10px)}.blue_block .title{margin-bottom:0}.blue_block p{font-size:1.6rem}.personalization .slick-list{margin:0 -.5rem}.personalization .slick-slide{margin:0 .5rem}.limit .left_block,.personalization .block{margin-left:5px;margin-right:5px}.limit .left_block{width:calc(50% - 10px)}.limit .right_block{margin-left:5px;margin-right:5px;width:calc(50% - 10px)}.limit .title{font-size:2.6rem;margin-bottom:1.6rem}.limit p{font-size:1.4rem;margin-bottom:1.6rem}.limit .input_common{width:100%}.limit .input_common:not(:last-child){margin-bottom:1.3rem}.limit .btn{margin-top:0}.whyweare .block{margin-left:5px;margin-right:5px;width:calc(50% - 10px)}.whyweare_gallery .pic{margin-left:5px;margin-right:5px;width:calc(50% - 10px)}.whyweare_num .block{margin-left:5px;margin-right:5px;width:calc(50% - 10px)}.whyweare_num .block:not(:nth-child(-n+2)){margin-top:2rem}.whyweare_num .color_title{font-size:2.8rem;margin-bottom:.2rem}.gift .title{font-size:2.6rem}.diagram,.ship_block .brick{padding:3rem 4rem}.diagram .txt_block{margin:0 2rem 0 0}.payment{padding:3rem 4rem}.our_clients .left_block{margin-left:5px;margin-right:5px;width:calc(100% - 10px);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:3rem}.our_clients .right_block{margin-left:5px;margin-right:5px;width:calc(100% - 10px)}.our_clients p{width:36rem}.our_clients h2{margin-bottom:2rem}.our_work .title_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our_work h2{margin-bottom:0}.works .pic{margin-bottom:2rem}.works .title{font-size:1.8rem;margin-bottom:.8rem}.our_review .title_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our_review h2{margin-bottom:0}.our_review .block{height:50rem}.our_review .title{font-size:1.8rem;margin-bottom:2rem}.faq .left_block{margin-left:5px;margin-right:5px;margin-bottom:4rem}.faq .right_block{margin-left:5px;margin-right:5px}.faq_block{padding:3rem}.faq_block:not(:last-child){margin-bottom:1.6rem}.faq_block .block_title{font-size:1.6rem}.footer_wrap{padding:12rem 0 8rem}.footer_top{padding-bottom:5rem;margin-bottom:5rem}.footer_top .brick{margin-left:5px;margin-right:5px;width:calc(50% - 10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer_top .brick:not(:nth-child(-n+2)){margin-top:3rem}.footer_top .pic{-ms-flex-negative:0;flex-shrink:0;margin:0 2rem 0 0}.footer_bottom{margin-bottom:11rem}.footer_bottom .blocks{margin-left:5px;margin-right:5px;width:calc(100% - 10px)}.footer_bottom .header_logo{margin-bottom:3rem}.footer_logo{margin-left:5px;margin-right:5px;width:calc(100% - 10px)}.popup_app .left_block{padding:7rem 6rem}}@media screen and (max-width:1029px) and (max-width:1029px){.whyweare_num .block:not(:nth-child(-n+2)){margin-top:1.6rem}}@media screen and (max-width:1029px) and (max-width:767px){.footer_top .brick:not(:nth-child(-n+2)),.whyweare_num .block:not(:nth-child(-n+2)){margin-top:0}}@media screen and (max-width:767px){.mfp-close-btn-in .mfp-close,.mfp-image-holder .mfp-close{width:4rem;height:4rem}.wrapper{max-width:100%;padding-left:3rem;padding-right:3rem}.row{margin-left:-4px;margin-right:-4px}.btn{width:100%}section{margin-bottom:10rem}section.slider{margin-bottom:12.7rem}section.s_white{padding-bottom:10rem}section.s_white.mob{padding-bottom:12.7rem}section.grey{padding:10rem 0 8.5rem}section.grey_normal{padding:10rem 0}section.grey_normal.mob{padding-bottom:12.7rem}h1{font-size:4rem;margin-bottom:3rem}h2{font-size:3.2rem}.title_wrap_slider .wrap.auto{padding:0;overflow-x:auto;margin:0 -3rem 0 0}.title_wrap_slider .wrap.auto::-webkit-scrollbar{width:0;height:0}.title_wrap.top,.title_wrap.top .title{margin-bottom:3rem}.color_title{font-size:1.8rem}.input_common .btn_input{right:1.6rem}.error_msg{font-size:1rem}.mfp-bg{top:6.2rem}header{margin-bottom:3.5rem}.header_top{position:relative;margin-top:0;height:6.2rem;z-index:3;background:#f6f7f9}.header_top .right_block{display:none}.header_logo{width:auto;height:5.1rem}.header_links{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.hamburger{padding:0;display:block}.nav_menu .btn{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4rem}.paraphernalia_blocks .block{border-radius:2rem}.paraphernalia_blocks .block .pic{width:4rem;height:4rem;margin-right:1.6rem}.paraphernalia_blocks .block .title{font-size:2rem;margin-bottom:0}.paraphernalia_blocks .block p{display:none}.paraphernalia_advantage_blocks .block{margin-left:4px;margin-right:4px}.paraphernalia_advantage_blocks .title{margin-bottom:.6rem}.categories{margin:-.4rem -3rem 0 0}.categories .wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:2rem;height:auto}.categories .block{position:relative;margin:.4rem 0;border-radius:2rem}.categories .slick-list{margin:0}.categories .slick-slide{width:22rem;margin:0 .4rem}.categories .left_block{width:100%}.categories .right_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}.categories .title{margin-bottom:.6rem;height:4.2rem;-webkit-line-clamp:2}.categories img{width:auto;height:24rem}.categories .mark{position:absolute;left:2rem;top:2rem}.mark{height:3.7rem}.slick-dots{bottom:-2.7rem}.slick-dots button{width:1rem;height:1rem}.categories_slider_tabs{margin-bottom:0;width:100%}.categories_menu{height:4.5rem}.categories_menu:not(:last-child){margin-right:.8rem}.white{padding-top:10rem}.themes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 -3rem 0 0}.themes .right_block{padding-right:3rem}.themes .color_title{margin-bottom:.8rem}.themes h2{font-size:3.2rem}.themes p{margin-bottom:2rem}.themes .img_block{width:100%;margin-bottom:4rem}.themes img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.call_back_wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.call_back{margin-left:4px;margin-right:4px;width:calc(100% - 8px);padding:4rem 3rem;border-radius:2rem}.call_back .title{font-size:1.8rem;margin-bottom:1rem}.call_back p{margin-bottom:3rem}.blue_block{margin-left:4px;margin-right:4px;width:calc(100% - 8px);padding:4rem 3rem;margin-bottom:1rem;border-radius:2rem}.blue_block .title{font-size:3.2rem}.personalization_main h2{margin-bottom:2rem}.personalization_txt{width:100%;height:auto;margin-right:0;margin-bottom:3rem}.personalization_txt .num{font-size:1.8rem;margin-bottom:1.6rem}.personalization_txt .color_title{margin-bottom:1.6rem}.personalization_txt .slider_arrows{margin-top:2rem}.personalization .slick-list{margin:0}.personalization .slick-slide{width:22rem;margin:0 .4rem}.personalization .block{margin-left:4px;margin-right:4px}.counter{margin-bottom:3rem}.limit .left_block{margin-left:4px;margin-right:4px;width:calc(100% - 8px);margin-bottom:3rem}.limit .right_block{margin-left:4px;margin-right:4px;width:calc(100% - 8px)}.limit .color_title{margin-bottom:.8rem}.limit .title{font-size:2.4rem}.limit p{margin-bottom:2rem}.whyweare{margin-bottom:3rem}.whyweare .block{margin-left:4px;margin-right:4px;width:calc(100% - 8px)}.whyweare .block:not(:last-child){margin-bottom:2rem}.whyweare .pic{width:4.4rem;height:4.4rem}.whyweare_gallery{margin-bottom:3rem}.whyweare_gallery .pic{margin-left:4px;margin-right:4px;width:calc(100% - 8px);border-radius:2rem}.whyweare_gallery .pic:not(:last-child){margin-bottom:1rem}.whyweare_num_wrap{border-radius:2rem}.whyweare_num{padding:3rem}.whyweare_num .block{margin-left:4px;margin-right:4px;width:calc(100% - 8px)}.whyweare_num .block:not(:last-child){margin-bottom:2rem}.whyweare_num .color_title{font-size:2.4rem;margin-bottom:.4rem}.gift{padding:3rem;border-radius:2rem}.gift .top{margin-bottom:4rem}.gift .title{font-size:2.4rem;margin:0 0 1.6rem}.gift .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gift .input_common{margin-right:0}.gift .input_common:not(:last-child){margin-bottom:1.3rem}.gift .btn{-ms-flex-negative:1;flex-shrink:1}.ship_block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ship_block .brick:not(:last-child){margin:0 0 4.4rem}.ship_block .brick{width:100%;padding:4rem 3rem;border-radius:2rem}.ship_block .note_ship{right:2rem}.ship_block .brands_block{width:100%;margin-top:2rem}.diagram{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4rem 3rem;border-radius:2rem}.diagram .txt_block{margin:0 0 5rem}.diagram .txt_block .pic{width:4.4rem;height:4.4rem;margin-bottom:2rem}.diagram .right .pic{width:24rem}.diagram .title{font-size:1.8rem;margin-bottom:.8rem}.payment{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4rem 3rem;border-radius:2rem}.payment .brick:not(:last-child){margin:0 0 2rem}.payment .pic{width:4.4rem;height:4.4rem;margin-bottom:1rem}.payment .title{margin-bottom:.6rem}.our_clients .left_block,.our_clients .right_block{margin-left:4px;margin-right:4px}.our_clients p{width:auto}.our_clients h2{margin-bottom:1rem}.brands .pic{width:17.9rem}.brands .pic:not(:last-child){margin-bottom:1rem}.our_work .title_wrap{margin-bottom:3rem}.works .pic{border-radius:2rem}.our_review .title_wrap{margin-bottom:3rem}.our_review .block{padding:3rem;border-radius:2rem;height:53rem}.faq .title_wrap{margin-bottom:0}.faq h2{margin-bottom:1rem}.faq .left_block{margin-left:4px;margin-right:4px;width:calc(100% - 8px)}.faq .left_block p{width:auto}.faq .right_block{margin-left:4px;margin-right:4px;width:calc(100% - 8px)}.faq_block{border-radius:2rem}.footer_wrap{padding:10rem 0}.footer_top{padding-bottom:10rem;margin-bottom:8rem}.footer_top h2{margin-bottom:3rem}.footer_top .brick{margin-left:4px;margin-right:4px;width:calc(100% - 8px);-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}.footer_top .brick:not(:last-child){margin-bottom:3rem}.footer_top .brick .tel{margin-bottom:1rem}.footer_top .pic{margin-bottom:1.6rem}.footer_bottom{margin-bottom:10rem}.footer_bottom .blocks{margin-left:4px;margin-right:4px}.footer_bottom .header_logo{width:21.4rem;height:auto;margin-bottom:8rem}.footer_logo{margin-left:4px;margin-right:4px}.footer_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_links .links{width:100%}.footer_links .links:not(:last-child){margin-bottom:2rem}.copyrights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup_app{width:auto}.popup_app .pop_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto}.popup_app .left_block{width:auto;padding:4rem 3rem}.popup_app .right_block{display:none}.popup_app .title{font-size:1.8rem;margin-bottom:1rem}.popup_app p{font-size:1.4rem;margin-bottom:3rem}.popup_app .wrap{margin-bottom:1.6rem}.under_text{display:block;padding:2rem}.under_text .text{font-size:1.6rem}.under_text .btn{width:100%;margin:2rem 0 0}}