@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic-ext);.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}@font-face{font-family:GothamProRegular;src:url(http://likar.news/lugs/fonts/GothamPro.otf) format("otf");font-style:normal;font-weight:400}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}a{text-decoration:none;color:inherit}a:-webkit-any-link{text-decoration:none}.tooltipster-base{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;-webkit-border-radius:4px;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.regular{font-weight:400}.medium{font-weight:500}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}*{-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}a:-webkit-any-link{text-decoration:none}html{font-size:-webkit-calc(.41667vw + .82136vh);font-size:calc(.41667vw + .82136vh);overflow-x:hidden}body{font-size:-webkit-calc(.41667vw + .82136vh);font-size:calc(.41667vw + .82136vh);line-height:normal;color:#2c333f;font-family:Roboto,sans-serif;background-color:#fff;background-repeat:no-repeat;background-position:center;padding:0;margin:0;border:0;outline:0;-webkit-font-smoothing:subpixel-antialiased;text-align:center;overflow-x:hidden}h1{font-size:36px;font-weight:500;color:#c01f47;text-transform:uppercase;margin:80px 0 60px}h2{font-size:36px;font-weight:400}p{font-size:14px;font-weight:400;color:#898f9a}.header{position:fixed;width:100%;top:0;left:0;z-index:9;min-height:70px;border-bottom:solid 1px #eee8e2;-webkit-box-shadow:0 2px 4px rgba(54,54,59,.05);box-shadow:0 2px 4px rgba(54,54,59,.05);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 19.47917vw;background-color:#fff}.header svg{width:114px;fill:#c01f47;cursor:pointer}nav a{margin-left:50px;font-weight:500;font-size:14px;color:#33373f;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;padding:25px 0}nav a:hover{color:#c01f47}.flexRow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.svgContainer{min-width:250px;height:85px;background-color:#c01f47;position:relative}.logoContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:565px}.section1{position:relative;text-align:left;margin-top:70px;overflow:hidden}.section1 img{display:block}.section1 h1{text-transform:none;margin:0;padding:7px 0 0 20px;font-size:28px;font-weight:500;border:solid 3px #c01f47}.section1 h2{margin:0 0 35px 25px;font-size:48px;font-weight:500}.section1 svg{width:200px;overflow:visible;fill:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.section1 .flexRow{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:475px;background-image:url(../img/img-woman-1.jpg);background-size:contain;background-position:right;background-repeat:no-repeat}.section1 .flexItem:first-child{margin-left:23.17708vw}.section2{overflow:hidden;text-align:left;background-color:#f7f7f5}.section2 h2{color:#2c333f}.section2 h3{font-size:22px;font-weight:400}.section2 p{font-size:18px;margin-left:50px}.section2 .flexItem{width:50%;position:relative}.section2 .flexItemContent{margin:0 50px}.section2 .flexItem img{display:block}.section2 .flexItem:last-of-type h2{margin:0 0 27px 50px}.section2 .flexItem:first-of-type{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.section2 .flexItem:first-of-type h2{margin:0 0 40px 0}.section2 .flexItem:first-of-type h3{margin:0 0 24px 0}.section2 .flexItem:first-of-type ol{margin:0 0 27px 0;color:#898f9a}.section2 .flexItem:first-of-type li{margin:0 0 10px 0;list-style-position:inside;font-size:18px}.section2 .flexItem:first-of-type .greyOverlay{left:0}.section3{background-color:#dd9fae;background-image:-webkit-gradient(linear,left top,right top,from(#b13d76),to(#dd9fae));background-image:-webkit-linear-gradient(left,#b13d76 0,#dd9fae 100%);background-image:linear-gradient(90deg,#b13d76 0,#dd9fae 100%);color:#fff;text-align:left}.section3 .flexItem:first-of-type{margin-right:70px}.section3 img{height:421px;margin:40px 0}.section3 h2{text-transform:none;margin:35px 30px 20px}.section3 ul{font-size:18px;font-weight:300;list-style-position:inside;margin-left:5px}.section3 ul li{margin-bottom:5px}.section3 svg{width:240px;padding:20px 30px;fill:#fff;background-color:#c01f47;-webkit-box-shadow:0 10px 20px 0 rgba(82,6,35,.19);box-shadow:0 10px 20px 0 rgba(82,6,35,.19)}.section4 .flexItem{text-align:left}.section4 .flexItem img{margin-right:120px;display:block}.section4 h4{margin-bottom:15px;text-transform:uppercase;font-size:20px;font-weight:500}.section4 h4:nth-of-type(2){margin-top:50px}.section4 h5{font-size:18px;font-weight:400;margin-top:30px;margin-bottom:15px}.section5{background-color:#f7f7f5;padding:80px 20px;margin-top:80px}.section5 h1{margin-top:0}.section5 h2{font-size:32px;font-weight:400;text-align:left}.section5 ul{text-align:left;color:#f9893c}.section5 ul span{color:#898f9a;font-size:24px}.section5 ul li{margin-bottom:10px;font-weight:300}.section5 .flexRow{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0}.section5 .flexItem{margin-right:90px}.section6{padding:80px 0;background-color:#dd9fae;background-image:-webkit-gradient(linear,left top,right top,from(#b13d76),to(#dd9fae));background-image:-webkit-linear-gradient(left,#b13d76 0,#dd9fae 100%);background-image:linear-gradient(90deg,#b13d76 0,#dd9fae 100%)}.section6 h1{margin-top:0;color:#fff}.section6 p{color:#fff;text-align:center;font-size:18px;font-weight:300}.section6 p:last-of-type{margin-top:20px}.section6 span{color:#f9893c;font-size:42px;font-weight:700;margin:0 5px 0 30px}.section6 .flexRow{margin:80px auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:visible}.section6 .flexItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:96px;min-width:300px;overflow:visible;-webkit-box-shadow:0 0 50px 0 rgba(59,72,78,.3);box-shadow:0 0 50px 0 rgba(59,72,78,.3);background-color:#fff}.section6 .flexItem:nth-of-type(1){-webkit-clip-path:polygon(93% 0,100% 50%,93% 100%,0 100%,0 50%,0 0);clip-path:polygon(93% 0,100% 50%,93% 100%,0 100%,0 50%,0 0)}.section6 .flexItem:nth-of-type(2),.section6 .flexItem:nth-of-type(3){-webkit-clip-path:polygon(93% 0,100% 50%,93% 100%,0 100%,7% 50%,0 0);clip-path:polygon(93% 0,100% 50%,93% 100%,0 100%,7% 50%,0 0)}.section6 .flexItem:nth-of-type(4){-webkit-clip-path:polygon(100% 0,100% 50%,100% 100%,0 100%,7% 50%,0 0);clip-path:polygon(100% 0,100% 50%,100% 100%,0 100%,7% 50%,0 0)}.section6 .flexItem p{color:#2c333f;text-align:left;font-size:14px;font-weight:500}.section6 .flexItem p:last-of-type{margin-top:0}.section7 h1{margin-bottom:30px}.section7 p{font-size:16px;color:#2c333f;margin:0 0 80px 0}.section7 img{width:191px}.section7 .flexRow{margin:80px 0 150px}.redButton{margin-right:50px;-webkit-border-radius:4px;border-radius:4px;background-color:#c01f47;cursor:pointer;width:340px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.redButton span{color:#fff;font-size:16px;font-weight:500;padding:20px 0;display:block;text-transform:uppercase;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.redButton span:first-of-type{width:100%}.redButton span:last-of-type{opacity:0;width:0;background-color:rgba(255,255,255,.2)}.redButton:hover span:first-of-type{width:80%}.redButton:hover span:last-of-type{width:20%;opacity:1}.whiteButton{-webkit-border-radius:4px;border-radius:4px;background-color:#fff;border:solid 2px #c01f47;cursor:pointer;width:340px;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.whiteButton span{color:#c01f47;font-size:16px;font-weight:500;padding:18px 0;display:inline-block;text-transform:uppercase;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.whiteButton:hover{background-color:#c01f47}.whiteButton:hover span{color:#fff}.section8 .disclaimer{background-color:#dd9fae;background-image:-webkit-gradient(linear,left top,right top,from(#b13d76),to(#dd9fae));background-image:-webkit-linear-gradient(left,#b13d76 0,#dd9fae 100%);background-image:linear-gradient(90deg,#b13d76 0,#dd9fae 100%);-webkit-transform:scaleY(4);-ms-transform:scaleY(4);transform:scaleY(4)}.section8 .disclaimer span{text-transform:uppercase;color:#fff;font-weight:300;font-size:36px}.section8 p{font-size:14px;color:#2c333f;text-align:left}.section8 .flexRow{margin:120px auto 5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.section8 img{width:160px}.section8 .flexItem:last-of-type{margin-left:21%}.footer{margin-top:50px;border-top:solid 1px #eee8e2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px 19.58333vw}.footer span{font-size:12px;color:#2c333f}.footer a{font-size:12px;color:#c01f47;font-weight:500;position:relative}.footer a:after{content:"";position:absolute;right:0;bottom:0;height:2px;width:0;background-color:#c01f47;-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out}.footer a:hover:after{left:0;width:100%}.greyOverlay{background-color:#f7f7f5;position:absolute;width:100%;height:100%;top:0;right:0}.tooltipster-sidetip .tooltipster-content{font-size:13px}sup{color:#f9893c;cursor:pointer}.tooltip{position:relative}.whiteOverlay{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff}.menu-slim{display:block;background:0 0;position:absolute;z-index:555;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;height:17px;width:50px;cursor:pointer}.menu-slim:after,.menu-slim:before{background:#c01f47;-webkit-backface-visibility:hidden;backface-visibility:hidden;content:"";height:3px;left:0;-webkit-transition:.75s;transition:.75s;width:30px}.menu-slim:before{-webkit-box-shadow:#c01f47 0 7px 0 0;box-shadow:#c01f47 0 7px 0 0;position:absolute;top:0}.menu-slim:after{position:absolute;top:-webkit-calc(100% - 3px);top:calc(100% - 3px)}.menu-js-toggle:before{-webkit-box-shadow:transparent 0 0 0 0;box-shadow:transparent 0 0 0 0;top:50%;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.menu-js-toggle:after{top:50%;-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mobile-menu .nav-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:5;position:fixed;margin-left:0;top:1rem;left:0;right:0;bottom:100%;width:100%;background-color:#fff}.mobile-menu .nav-mobile a{color:#c01f47;margin:2rem 0;font-size:3.40138rem;position:relative;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transform:translateX(-600%);-ms-transform:translateX(-600%);transform:translateX(-600%)}.mobile-menu .nav-mobile a:hover{opacity:.7}.mobile-menu .nav-mobile a:after{content:'';position:absolute;bottom:-.75em;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2em;height:.1em;background-color:#c01f47}.mobile-menu .nav-mobile a:last-child:after{display:none}.tooltipster-content{padding:10px!important}.tooltipster-content a{text-decoration:underline}.menu-slim,.mobile-menu{display:none}.regular{font-weight:400}.medium{font-weight:500}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}@media only screen and (max-width:1200px){.header{padding:20px}.section1 .flexItem:first-child{margin-left:10vw}.section2 br{display:none}.section3 .flexRow{padding:0 25px}.section3 .flexRow br{display:none}.section5 br{display:none}.section6 .flexRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px auto}.section6 .flexItem{margin-bottom:20px}.section6 .flexItem:nth-of-type(1),.section6 .flexItem:nth-of-type(2),.section6 .flexItem:nth-of-type(3),.section6 .flexItem:nth-of-type(4){-webkit-clip-path:none;clip-path:none;margin-right:20px}.section7 .flexRow{margin:70px 0 80px}.section8 .flexRow{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.section8 .flexItem:first-of-type{max-width:50%}.section8 .flexItem:last-of-type{margin-left:0}.section8 .disclaimer span{font-size:2.9vw}}@media only screen and (max-width:767px){h1{margin-bottom:30px}nav a{margin-left:15px}.section1 .logoContainer{max-width:520px}.section1 .flexRow{min-height:400px;background-image:url(../img/img-woman-1.jpg);background-size:cover;background-repeat:no-repeat}.section2 .flexItem h2{margin:0 25px 27px;font-size:26px}.section2 .flexItem h2 p{margin-left:25px}.section3 .flexItem h2{font-size:26px;margin-left:0;margin-right:0}.section3 .flexItem img{width:300px;height:auto}.section3 .flexItem:first-of-type{margin-right:0}.section4 .flexRow{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.section4 .flexItem img{margin-right:20px;max-width:300px}.section5{padding:30px}.section5 .flexRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.section5 .flexItem h2{font-size:26px;margin:0 0 30px 0}.section5 .flexItem:first-of-type{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.section6{padding:50px 15px}.section7{padding:0 15px}.footer{padding:15px}}@media only screen and (max-width:580px){nav{display:none}h1{font-size:30px}.section1 .flexRow{min-height:300px;background-position:-50%;background-repeat:no-repeat}.section1 .flexRow .logoContainer{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:250px}.section1 .flexItem:first-child{margin-left:20px}.section1 h1{padding:5px 10px;margin:0}.section1 h2{font-size:30px;margin:20px 0}.section2 .flexItemContent{margin:30px 20px 30px}.section2 .flexRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.section2 .flexRow:last-of-type .flexItem img{-webkit-transform:translateX(-210px);-ms-transform:translateX(-210px);transform:translateX(-210px)}.section2 .flexRow:first-of-type .flexItem{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;margin:30px 0}.section2 .flexRow:first-of-type .flexItem img{-webkit-transform:translateX(120px);-ms-transform:translateX(120px);transform:translateX(120px)}.section2 .flexRow:first-of-type .flexItemPhoto1{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;margin:30px 0}.section2 .flexItem{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.section2 .flexItem:last-of-type h2,.section2 .flexItem:last-of-type p{margin:25px 20px 0}.section3 .flexRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 20px 30px}.section4 h1{margin-top:60px}.section4 .flexItem:first-of-type{display:none}.section5{margin-top:60px}.section5 .flexRow{margin-bottom:30px}.section5 .flexItem:first-of-type{margin-right:20px}.section5 h1{margin-top:30px}.section5 ul{margin-left:20px}.section5 ul li{font-size:20px}.section5 ul span{font-size:20px}.section6{padding:60px 20px 80px}.section6 .flexItem:nth-of-type(1),.section6 .flexItem:nth-of-type(2),.section6 .flexItem:nth-of-type(3),.section6 .flexItem:nth-of-type(4){margin-right:0}.section7 h1{margin-top:70px}.section7 .flexRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:160px;margin-top:80px}.section7 .redButton{margin-right:0;margin-bottom:20px}.menu-slim{display:block}.mobile-menu{display:block}.mobile-menu .nav-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.section8 p{text-align:center}.section8 .flexItem:first-of-type{max-width:none}.section8 .flexItem:last-of-type{margin-left:0;margin-top:50px}.section8 .disclaimer span{font-size:4.8vw;padding:0 5px}} .text-one{color: white; font-size: 200%; text-align: center;} .text-two{color: white; padding-left: 4%;}


.buttons a, .mfp-zoom-out .mfp-close, .modal a.close-modal { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.section-inner { padding: 100px 15px; text-align: center; }
.buttons { text-align: center; }
.buttons a { display: inline-block; width: 100%; max-width: 340px; padding: 18px 15px; color: #c01f47; font-size: 16px; font-weight: 500; text-transform: uppercase; border: solid 2px #c01f47; border-radius: 4px; margin-bottom: 15px; }
.buttons a:hover { color: #fff; background: #c01f47; }
.order-popup-list { list-style: none; }
.mfp-close, .order-popup-list li figure img, .order-popup-list li span { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.mfp-zoom-out .mfp-content { width: auto !important; vertical-align: middle !important; display: inline-block; margin-top: 35px; margin-bottom: 35px; } 
.mfp-zoom-out .popup-wrapper { display: block !important; position: relative; width: 100% !important; max-width: 1050px !important; background: #fff; padding: 30px 20px; -webkit-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); -moz-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); box-shadow: 13px 13px 25px rgba(0,0,0,0.15); border-radius: 22px; z-index: 100000; }
.mfp-zoom-out .popup-wrapper.popup-wrapper-min { width: 660px !important; }
.mfp-zoom-out .mfp-close, .modal a.close-modal { top: 15px !important; right: 15px !important; width: 38px !important; height: 38px !important; line-height: 38px; color: #fff !important; font-size: 35px !important; background: #f7941e !important; border-top: 0; border-right: 0; border: 0; border-radius: 100%; opacity: 1 !important; }
.mfp-zoom-out .mfp-close:hover { background: #c67413 !important; }
.mfp-zoom-out.mfp-bg { background: rgba(41, 35, 49, 0.4); backdrop-filter: blur(18.299999237060547px); opacity: 1 !important; }
.mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); }
.mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }
.popup-wrapper h3, .popup-wrapper .stagh3 { font-size: 26px; text-align: center; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; }
.order-popup-list { display: -ms-flexbox; display: flex; justify-content: space-between; /*-ms-flex-wrap: wrap; flex-wrap: wrap;*/  }
.order-popup-list li { /*display: inline-block; vertical-align: top; width: 260px; margin: 0 -2px;*/ padding-left: 15px; padding-right: 15px;  }
.order-popup-list.oneline-list li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 15px; }
.order-popup-list li figure { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; height: 65px; margin: 0; }
.order-popup-list li figure img { width: auto; height: auto; max-width: 230px; max-height: 100%; }
.order-popup-list li figure img:hover { scale: 1.04; }
.order-popup-list li span { display: block; padding: 12px 15px; font-size: 19px; font-weight: bold; text-align: center; text-transform: uppercase; background: #f6f6f6; border: 1px solid rgba(0,0,0,0.1); border-radius: 5px; }
.order-popup-list li span:hover { color: #f7941e; background: #ddd; }

@media (max-width: 1200px) { 
.mfp-zoom-out .popup-wrapper, .mfp-zoom-out .popup-wrapper.popup-wrapper-min { width: 100% !important; }
.order-popup-list li { /*-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 15px;*/ }
.order-popup-list li figure { height: 45px; }
}

@media (max-width: 968px) { 
.order-popup-list { justify-content: none; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.order-popup-list li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 25px; }
.order-popup-list li:last-child { margin-bottom: 0; }
.section2 .flexItem h2 br { display: none; }
}

@media (max-width: 580px) { 
.order-popup-list li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.popup-wrapper h3, .popup-wrapper .stagh3 { font-size: 30px; }
.order-popup-list li span { font-size: 17px; }
.order-popup-list li figure { height: 60px; }
.order-popup-list li figure img { max-width: 220px; }
.section-inner { padding: 30px 15px; }
}