@charset "UTF-8";:root{--white:#ffffff;--black:#000000;--color-main:#374759;--color-second:#FF9FAE;--font-base:"Roboto",serif;--font-title:"Roboto",serif;--color-link:#475467;--color-hover:#FF9FAE;--gray-light:#FBFBFB;--gray-middle:#9BA3AC;--gray-dark:#475467;--gray-header-text:#48596D;--blue-light:#CBE7EC;--footer:#F8F5F5;--copyright:#F2EEEE;--gray-50:#F9FAFB;--gray-100:#F2F4F7;--gray-200:#EAECF0;--gray-300:#D0D5DD;--gray-400:#98A2B3;--gray-500:#667085;--gray-600:#475467;--error-500:#F04438;--error-600:#D92D20;--gray-transpatent:rgba(123, 97, 255, 0.1);--custom-ease:cubic-bezier(0.835, -0.005, 0.06, 1);--transition:0.4s ease}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{padding:0;margin:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;line-height:1.15;-webkit-box-sizing:inherit;box-sizing:inherit;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0}ul{list-style:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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}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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}template{display:none}[hidden]{display:none}body{position:relative;z-index:10}body.overflow{overflow:hidden}a{color:var(--color-link);text-decoration:underline}a:hover{color:var(--color-hover);text-decoration:none}.example-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px}.mb-4{margin-bottom:40px}.section{padding:48px 0}@media (min-width:768px){.section{padding:64px 0}}.section--grey{background-color:var(--gray-50)}.section--dark{background-color:var(--color-main)}.section--color{background-color:var(--color-second)}.swiper-pagination-bullet-active{background:var(--color-main)}#back-to-top{position:fixed;bottom:16px;right:16px;z-index:9999;width:32px;height:32px;text-align:center;line-height:30px;background:var(--color-link);color:var(--white);cursor:pointer;text-decoration:none;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}@media (min-width:768px){#back-to-top{bottom:40px;right:40px}}#back-to-top:hover{background:var(--color-hover);color:var(--white)}#back-to-top.show{opacity:1}body{color:var(--color-main);font-family:var(--font-base);font-optical-sizing:auto;font-size:1.6rem;line-height:1.4;font-optical-sizing:auto;font-weight:400}p{font-size:1.6rem;margin-bottom:16px}.h1,h1{font-size:4rem;margin:0 0 16px;font-weight:500}@media (min-width:768px){.h1,h1{font-size:4.8rem}}.h2,h2{font-size:3.2rem;margin:0 0 16px;font-weight:500}@media (min-width:768px){.h2,h2{font-size:4rem}}.h3,h3{font-size:2.4rem;margin:0 0 12px;font-weight:500}@media (min-width:768px){.h3,h3{font-size:3.2rem}}.h4,h4{font-size:2.76rem;margin:0 0 12px;font-weight:500}.h5,h5{font-size:2.3rem;margin:0 0 12px;font-weight:500}.h6,h6{font-size:1.92rem;margin:0 0 12px;font-weight:500}.text-small{font-size:1.33rem}.subtitle{font-size:1.6rem}ul{list-style-type:disc;margin:12px 0 12px 20px;padding:0}ul li{margin:0;position:relative}ol{margin:12px 0 12px 20px;padding:0}ol li{margin:0;position:relative}dl{display:-ms-grid;display:grid;-ms-grid-columns:-webkit-max-content;-ms-grid-columns:max-content;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;margin-bottom:16px}dl dt{font-weight:700}dl dd{margin:0;-ms-grid-column:2;grid-column-start:2}details{padding:8px 16px;background-color:var(--gray-100);border-radius:4px;margin-bottom:16px}details[open] summary{margin-bottom:16px}blockquote{display:block;background:0 0;padding:16px 16px 16px 36px;margin:0 16px 16px 16px;position:relative;color:var(--gray-500);font-style:italic;border-left:4px solid var(--color-second);-webkit-box-shadow:rgba(17,17,26,.05) 0 4px 16px,rgba(17,17,26,.05) 0 8px 32px;box-shadow:rgba(17,17,26,.05) 0 4px 16px,rgba(17,17,26,.05) 0 8px 32px}blockquote::before{content:"“";color:var(--color-second);position:absolute;left:12px;top:2px;font-size:4rem}blockquote::after{content:""}code{background-color:var(--gray-100);padding:2px 8px;border-radius:4px}pre{background-color:var(--gray-100);padding:12px 16px;border-radius:4px;margin-bottom:16px}table{border-spacing:1px;border-collapse:collapse;background:var(--white);border-radius:0;border:1px solid var(--gray-200);overflow:hidden;width:100%;margin:0 auto 24px;text-align:left}table thead{background-color:var(--gray-100)}table thead th{padding:12px}table tbody tr:nth-child(even){background-color:var(--gray-50)}table tbody td{padding:12px}table tfoot th{padding:12px}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 16px;-webkit-transition:var(--transition);transition:var(--transition);background:0 0;border:2px solid transparent;border-radius:50px;-webkit-box-shadow:none;box-shadow:none;font-size:1.2rem;font-weight:700;line-height:1;color:var(--color-link);text-decoration:none;text-transform:uppercase;transition:var(--transition)}.btn:hover{-webkit-box-shadow:none;box-shadow:none;background:0 0;cursor:pointer;color:var(--white);border-color:var(--color-hover);text-decoration:none}.btn.active,.btn.focus,.btn:active,.btn:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.btn--primary{background:var(--color-main);border-color:var(--color-main);color:var(--white)}.btn--primary:hover{background:var(--color-hover);border-color:var(--color-hover)}.btn--color{background:var(--color-hover);border-color:var(--color-hover);color:var(--white)}.btn--color:hover{background:#ff6c83;border-color:#ff6c83}.btn--color-bright{background:#ff6a73;border-color:#ff6a73;color:var(--white)}.btn--color-bright:hover{background:var(--color-main);border-color:var(--color-main)}.btn--outlined{background:0 0;border-color:var(--color-hover);color:#1c1f21}.btn--outlined:hover{background:var(--color-hover);border-color:var(--color-hover);color:var(--white)}.btn--large{padding:12px 24px;font-size:1.8rem}.btn--medium{padding:12px 24px;font-size:1.3rem}.btn--small{padding:6px 12px;font-size:1.2rem}.form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:16px}@media (min-width:1200px){.form__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}}.form__group{display:block;width:100%}.form__group .form-title,.form__group label{display:block;margin:12px 0;color:var(--color-main);font-size:1.6rem;font-weight:600}.form__control{display:block;width:100%;padding:12px 16px;font-weight:400;color:var(--color-text);background-color:var(--white);background-clip:padding-box;border:1px solid var(--gray-300);border-radius:0;-webkit-transition:var(--transition);transition:var(--transition)}.form__control:focus{outline:0}.form__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.form-btn-box .btn{width:100%}.wpcf7-list-item{margin:0}.wpcf7-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid var(--color-main);border-radius:0;background-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease;cursor:pointer}.wpcf7-checkbox input[type=checkbox]:checked{background-color:var(--color-main);border-color:var(--color-main)}.wpcf7-checkbox input[type=checkbox]:checked::before{content:"";width:16px;height:18px;background:url(../images/form-icon-check.svg) center no-repeat;display:block}.wpcf7-checkbox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;font-weight:400}.wpcf7-radio{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.wpcf7-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid var(--color-main);border-radius:50%;background-color:transparent;-webkit-transition:var(--transition);transition:var(--transition);cursor:pointer;position:relative;z-index:10;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;-webkit-box-sizing:border-box;box-sizing:border-box}.wpcf7-radio input[type=radio]::before{content:"";position:absolute;display:none;width:12px;height:12px;background-color:var(--color-main);border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wpcf7-radio input[type=radio]:checked::before{display:-webkit-box;display:-ms-flexbox;display:flex}.wpcf7-radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;font-weight:400}.wpcf7-acceptance label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;font-weight:400}.wpcf7-acceptance input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid var(--color-main);border-radius:0;background-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease;cursor:pointer;margin-right:0}.wpcf7-acceptance input[type=checkbox]:checked{background-color:var(--color-main);border-color:var(--color-main)}.wpcf7-acceptance input[type=checkbox]:checked::before{content:"";width:16px;height:18px;background:url(../images/form-icon-check.svg) center no-repeat;display:block;position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wpcf7-not-valid-tip{background-color:rgba(240,68,56,.6);border:1px solid #f04438;color:var(--white);padding:4px 8px;margin-top:4px;font-size:1.3rem;line-height:1.4}.wpcf7-spinner{background-color:var(--color-second);-webkit-transform:translateX(32px) translateY(6px);-ms-transform:translateX(32px) translateY(6px);transform:translateX(32px) translateY(6px);padding-top:8px;margin:0}#menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;top:140px;left:0;right:0;bottom:0;z-index:99;background:var(--gray-light);padding:64px 32px}@media (min-width:1200px){#menu{position:unset;-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;gap:24px;background:0 0;padding:0;-webkit-transform:unset;-ms-transform:unset;transform:unset}}#menu.opened{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);background-color:var(--gray-light)}#menu.opened .main-menu{display:block;max-width:480px;width:100%;text-align:left;margin:0 auto}#menu ul{margin:0;padding:0}#menu .main-menu{-webkit-transition:var(--transition);transition:var(--transition)}#menu .dropdown-toggle::after{display:none}#menu #toggle-menu,#menu li{border-width:0 0 1px}#menu .sub-menu{display:none;margin:0 1em;padding:4px 0;width:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}@media (min-width:1200px){#menu .sub-menu{background-color:var(--white)}}#menu .sub-menu li{text-align:left}#menu .sub-menu li:last-child{border-width:0}#menu .sub-menu a{color:var(--color-main);font-weight:400;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.8rem 1.5rem;-webkit-transition:var(--transition);transition:var(--transition)}#menu .sub-menu a:hover{color:var(--color-second)}#menu .sub-menu a .drop-icon i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#menu input[type=checkbox]{display:none}#menu input[type=checkbox]:checked+.sub-menu{display:block}#menu a,#menu li{position:relative;display:block}#menu a{padding:8px 16px;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;gap:4px;-webkit-transition:var(--transition);transition:var(--transition);color:var(--color-main);font-size:1.4rem;font-weight:500;text-transform:uppercase;text-decoration:none}#menu a:hover{color:var(--color-hover)}#menu a:hover svg{stroke:var(--color-hover)}#menu span.drop-icon{display:none}@media (min-width:1200px){#menu span.drop-icon{display:-webkit-box;display:-ms-flexbox;display:flex}}#menu .drop-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:16px;height:100%}#menu .drop-icon svg{stroke:var(--color-main);opacity:.9}#menu .drop-icon i{-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (min-width:1200px){#menu .main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#menu .main-menu>li:last-child a{padding-right:0}#menu #toggle-menu,#menu label.drop-icon{display:none}#menu .sub-menu li{float:none}#menu .sub-menu{margin:0;position:absolute;top:100%;left:0;max-width:220px;width:220px;z-index:2000}#menu .sub-menu li{border-width:0 0 1px}#menu .sub-menu .sub-menu{top:0;left:100%;z-index:1900;max-width:220px;width:220px}li:nth-last-child(1) #menu .sub-menu .sub-menu{top:0;right:100%;left:unset}#menu li:hover>input[type=checkbox]+.sub-menu{display:block}}@media only screen and (max-width:1199px){#menu .sub-menu{-webkit-box-shadow:none;box-shadow:none;width:auto;min-width:auto;margin:0;border:0}#menu .sub-menu li{white-space:normal}#menu .sub-menu .sub-menu{margin:0}#menu .sub-menu .sub-menu a:hover{background-color:var(--gray-100)}#menu a{border-bottom:1px solid rgba(0,0,0,.2);padding:16px 0}#menu #toggle-menu .drop-icon,#menu li label.drop-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.burger{width:3.2rem;height:2.4rem;outline:unset;background:unset;border:unset;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:240}@media (min-width:1200px){.burger{display:none}}.burger:hover{cursor:pointer}.burger.opened{z-index:2150}.burger.opened .burger__line:nth-child(1){top:1.1rem;left:0;-webkit-transform:rotate(43deg);-ms-transform:rotate(43deg);transform:rotate(43deg)}.burger.opened .burger__line:nth-child(2){opacity:0}.burger.opened .burger__line:nth-child(3){left:0;bottom:1.1rem;-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.burger__line{display:block;width:100%;height:.2rem;background-color:var(--color-main);position:absolute;-webkit-transition:var(--transition);transition:var(--transition)}.burger__line:nth-child(1){top:0}.burger__line:nth-child(2){-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.burger__line:nth-child(3){bottom:0}.header--dark .burger__line{background-color:var(--white)}.modal{opacity:0;visibility:hidden;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;position:fixed;top:0;left:0;bottom:0;right:0;z-index:1099;-webkit-box-shadow:0 3px 10px -.5px rgba(0,0,0,.2);box-shadow:0 3px 10px -.5px rgba(0,0,0,.2);padding:32px;-webkit-transition:var(--transition);transition:var(--transition)}.modal.is-active{opacity:1;visibility:visible}.modal-background{background-color:rgba(0,0,0,.7);position:absolute;top:0;left:0;bottom:0;right:0;z-index:1090}.modal-card{width:100%;max-width:640px;height:auto;overflow-y:auto;max-height:100%;background-color:var(--white);position:relative;z-index:2000;padding:32px}.modal-card-title{font-size:2.1rem;font-weight:700;margin:0 0 32px}.modal-card .delete{width:24px;height:24px;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;position:absolute;top:20px;right:20px;padding:0;cursor:pointer;background-color:var(--gray-400);border:none;-webkit-transition:var(--transition);transition:var(--transition)}.modal-card .delete svg{width:10px;height:10px;fill:var(--white)}.modal-card .delete:hover{background-color:var(--color-main)}@media (min-width:768px){.modal-card .form__row{gap:16px}}.accordion{max-width:760px;margin:0 auto}.accordion__list{list-style:none;margin:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.accordion__item{position:relative;display:block;width:100%;cursor:pointer;border-radius:4px}.accordion__item.active .accordion__title span{-webkit-transform:translateY(-6px) rotate(180deg);-ms-transform:translateY(-6px) rotate(180deg);transform:translateY(-6px) rotate(180deg)}.accordion__title{position:relative;width:100%;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:8px 16px;font-size:1.68rem;font-weight:500;cursor:pointer;border:1px solid var(--gray-200)}.accordion__body{position:relative;width:100%;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;border-radius:0 0 4px 4px}.accordion__content{padding:16px}.social{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.social__item{list-style:none;margin:0;padding:0;display:inline-block}.social__link{border:none;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:24px;height:24px;border-radius:0;color:var(--black);text-decoration:none}.social__link:hover svg path{fill:var(--color-second)}.social__link svg{width:24px;height:24px}.social__link svg path{fill:var(--gray-middle);-webkit-transition:var(--transition);transition:var(--transition)}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs>ul{list-style:none;margin:40px 0 0;padding:0;width:100%;max-width:212px}@media (min-width:768px){.tabs>ul{max-width:256px}}@media (min-width:1200px){.tabs>ul{max-width:256px}}.tabs>ul li{display:block;margin-bottom:31px}.tabs>ul li a{position:relative;display:block;padding:0;font-size:2rem;font-weight:500;line-height:2.8rem;color:var(--color-main);text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tabs>ul li a::before{content:"";position:absolute;top:50%;left:0;margin-top:-4px;width:8px;height:8px;background:var(--color-second);border-radius:50%;opacity:0;z-index:20;-webkit-transition:all .4s ease-in-out .1s;transition:all .4s ease-in-out .1s}.tabs>ul li a:hover{color:var(--color-second);outline:0}.tabs>ul li a:active,.tabs>ul li a:focus{outline:0}.tabs>ul li a.active{color:var(--color-second);padding-left:24px}.tabs>ul li a.active::before{opacity:1}.tabs>ul li a span{position:relative;background:#fff;z-index:30}.tabs .tab-body{position:relative;display:none;width:calc(100% - 244px);z-index:10}@media (min-width:768px){.tabs .tab-body{width:calc(100% - 288px)}}@media (min-width:1200px){.tabs .tab-body{width:calc(100% - 384px)}}.tabs .tab-body.active{display:block}.tabs .tab-body>*{-webkit-transition:all 1.8s cubic-bezier(.25,.8,.25,1) .1s;transition:all 1.8s cubic-bezier(.25,.8,.25,1) .1s}img-comparison-slider{visibility:hidden;outline:0;width:100%}img-comparison-slider [slot=second]{display:none}img-comparison-slider.rendered{visibility:inherit}img-comparison-slider.rendered [slot=second]{display:unset}.page-header{background:url(../images/breadcrumbs-bg.jpg) center center no-repeat;background-size:cover;height:240px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header h1{color:var(--white);text-shadow:0 0 8px rgba(0,0,0,.5);font-size:4.4rem;font-weight:500}.page-header .breadcrumb{background:0 0;color:var(--white)}.page-header .breadcrumb a{text-decoration:none;color:var(--white)}.page-header .breadcrumb .current-item{color:var(--color-second)}.language-chooser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.language-chooser li a{text-decoration:none;text-transform:uppercase;color:var(--color-main);font-size:1.3rem;padding:8px;-webkit-transition:var(--transition);transition:var(--transition)}.language-chooser li.active a,.language-chooser li:hover a{color:var(--color-hover)}.container{width:100%;max-width:100%;margin:0 auto;padding-right:16px;padding-left:16px}@media (min-width:768px){.container{padding-right:unset;padding-left:unset}}.container-fluid{margin-right:auto;margin-left:auto;padding-right:32px;padding-left:32px}.row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-xs-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xs-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xs-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xs-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xs-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xs-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xs-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xs-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-xs-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-xs-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-xs-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-xs-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-xs-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-xs-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-xs-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-xs-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-xs-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-xs-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-xs-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-xs-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:576px){.container{width:540px}.col-sm{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-sm-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-sm-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-sm-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-sm-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-sm-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-sm-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-sm-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-sm-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-sm-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-sm-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-sm-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-sm-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-sm-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:768px){.container{width:720px}.col-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-md-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-md-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-md-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-md-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-md-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-md-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-md-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-md-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-md-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-md-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-md-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-md-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-md-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:992px){.container{width:960px}.col-lg{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-lg-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-lg-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-lg-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-lg-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-lg-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-lg-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-lg-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-lg-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-lg-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-lg-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-lg-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-lg-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-lg-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1200px){.container{width:1140px}.col-xl{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-xl-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xl-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xl-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xl-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xl-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-xl-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-xl-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-xl-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-xl-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-xl-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-xl-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-xl-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-xl-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-xl-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-xl-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-xl-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-xl-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-xl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-xl{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-xl{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xl{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xl{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xl{-ms-flex-pack:distribute;justify-content:space-around}.between-xl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1400px){.container{width:1320px}.col-sl{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:auto;flex-basis:auto}.col-sl-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sl-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sl-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sl-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sl-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sl-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sl-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sl-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sl-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sl-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sl-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sl-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sl-offset-0{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:0}.col-sl-offset-1{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:8.3333333333%}.col-sl-offset-2{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:16.6666666667%}.col-sl-offset-3{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:25%}.col-sl-offset-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:33.3333333333%}.col-sl-offset-5{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:41.6666666667%}.col-sl-offset-6{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:50%}.col-sl-offset-7{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:58.3333333333%}.col-sl-offset-8{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:66.6666666667%}.col-sl-offset-9{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:75%}.col-sl-offset-10{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:83.3333333333%}.col-sl-offset-11{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:91.6666666667%}.col-sl-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:16px;padding-left:16px;margin-left:100%}.col-sl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.start-sl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.center-sl{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.top-sl{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sl{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sl{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sl{-ms-flex-pack:distribute;justify-content:space-around}.between-sl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.header--border{border-bottom:1px solid var(--gray-200)}.header__row{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}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:24px}.header__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media (min-width:768px){.header__info{gap:32px}}.header__phone a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;text-decoration:none;font-size:2.1rem;color:#1c1f21;font-weight:700}.header__phone a img{max-width:48px;width:100%;height:auto}.header__phone a span{display:none}@media (min-width:768px){.header__phone a span{display:block}}.header__contact{display:block}@media (max-width:400px){.header__contact{display:none}}.header-top{color:var(--gray-header-text);background:var(--white);border-bottom:1px solid rgba(55,71,89,.1490196078)}.header-top__row{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}.header-top__name{font-weight:700;text-transform:uppercase;letter-spacing:3px;font-size:1.4rem;display:none}@media (min-width:768px){.header-top__name{display:block}}.header-top__info{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;width:100%}@media (min-width:768px){.header-top__info{width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.header-top__address{border-right:1px solid rgba(55,71,89,.1490196078);padding:12px 20px;font-size:1.4rem;line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;display:none}@media (min-width:768px){.header-top__address{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-top__address img{max-width:13px;width:100%;height:auto}.header-top__schedule{padding:12px 16px 12px 0;font-size:1.4rem;line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}@media (min-width:768px){.header-top__schedule{border-right:1px solid rgba(55,71,89,.1490196078);padding:12px 20px}}.header-top__schedule img{max-width:16px;width:100%;height:auto}.header-top__social{padding:12px 20px;border-right:1px solid rgba(55,71,89,.1490196078);display:none}@media (min-width:768px){.header-top__social{display:block}}.header-top .social__link{width:16px;height:16px}.header-top .social__link svg{width:16px;height:16px}.header-top__lang{padding-left:20px}.header-bottom{background:var(--gray-light);padding:8px 0}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo img{display:block;max-width:96px;height:auto;width:100%}.logo__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer{background:var(--footer);padding:48px 0 32px}@media (min-width:768px){.footer{padding:64px 0 32px}}.footer .col-xs-12.col-lg-3{margin-bottom:44px}@media (min-width:768px){.footer .col-xs-12.col-lg-3{margin-bottom:0}}.footer__title{font-weight:700;text-transform:uppercase;margin-bottom:20px}.footer__text{margin-bottom:24px}.footer__menu .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none}.footer__menu .nav-link{display:block;padding:4px 0;text-decoration:none}.footer__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.footer__address-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.footer__address-item:first-child .footer__address-icon{width:24px;height:24px;margin-right:0}.footer__address-item:first-child .footer__address-text{font-weight:700}.footer__address-item a{text-decoration:none}.footer__address-icon{width:16px;height:16px;margin-right:8px}.footer__address-icon svg{width:100%;height:100%;fill:var(--color-second)}.copyright{background-color:var(--copyright);padding:20px 0;color:var(--gray-500)}.copyright__text{font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.copyright__privacy ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.copyright__privacy ul li{list-style:none}.copyright__privacy ul li::after{content:"/";margin:0 8px;font-size:1.2rem}.copyright__privacy ul li a{text-decoration:none;color:var(--gray-500);font-size:13px;line-height:24px}.copyright__privacy ul li:last-child::after{content:"";margin:0}.developer{text-align:center}@media (min-width:768px){.developer{text-align:right}}.script-time{background:rgba(0,0,0,.9);padding:4px 0;text-align:center;color:#fff;width:100%}.hero{padding:48px 0;min-height:700px;position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero__bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:10}.hero .container{position:relative;z-index:30}.hero__title{font-size:32px;font-weight:500;margin-bottom:24px;color:var(--white);text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (min-width:768px){.hero__title{font-size:48px;line-height:1.1}}.hero__under-title{color:var(--white);margin-bottom:16px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero p{max-width:700px;font-size:24px;margin-bottom:0;color:var(--white);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.welcome{background:url(../images/home_about.jpg) center center no-repeat;background-size:cover;position:relative;z-index:10;border-top:4px solid var(--color-second);margin:0 0 220px;color:var(--white)}.welcome__title{text-align:center}.welcome__content{max-width:760px;margin:0 auto 48px;text-align:center}.welcome__video-box{margin:0 auto -220px;max-width:800px}.welcome__video{position:relative;z-index:10;aspect-ratio:16/9}.welcome__video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-box-shadow:rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px;box-shadow:rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px}.welcome__video a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:20;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:74px;height:74px;background-color:var(--color-second);border-radius:50%;-webkit-transition:var(--transition);transition:var(--transition)}.welcome__video a:hover{background-color:var(--color-hover)}.welcome__video a svg{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-40%,-50%);-ms-transform:translate(-40%,-50%);transform:translate(-40%,-50%);fill:var(--white)}.about{background:url(../images/home_about_bg_01.png) center center no-repeat;background-size:cover}.about__img{width:100%;height:100%;padding-bottom:24px}@media (min-width:768px){.about__img{padding-bottom:0}}.about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services{background:url(../images/home_services_bg.jpg) center center no-repeat;background-size:cover}.services__title{color:var(--white);text-align:center;margin-bottom:32px}.services__item{margin-bottom:32px}.services__img{aspect-ratio:1/1;position:relative;z-index:20}.services__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.services__link{text-decoration:none;position:relative;z-index:10;display:block;-webkit-transition:var(--transition);transition:var(--transition)}.services__link:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03)}.services__link:hover::before{background-color:rgba(255,159,174,.6)}.services__link:hover .services__name{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.services__link::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:30;-webkit-transition:var(--transition);transition:var(--transition)}.services__img{position:relative;z-index:20;display:block;-webkit-transition:var(--transition);transition:var(--transition)}.services__name{position:absolute;top:0;left:0;right:0;bottom:0;z-index:30;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;-webkit-transition:var(--transition);transition:var(--transition)}.services__name h4{display:block;padding:16px;color:var(--white)}.services__btn{text-align:center}.services__btn .btn{color:var(--white)}.reasons{padding:48px 0;background-color:var(--blue-light);background-position:center;background-repeat:no-repeat}@media (min-width:1200px){.reasons{background-image:url(../images/home-reasons.jpg);padding:164px 0}}.reasons__row{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}@media (min-width:1200px){.reasons__row{-ms-grid-columns:1fr 420px 1fr;grid-template-columns:1fr 420px 1fr}}@media (min-width:1200px){.reasons__left .reasons__item{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}}.reasons__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}.reasons__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.reasons__icon{width:80px;height:80px;min-width:80px}.reasons__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reasons__center{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;gap:12px;margin:24px 0}@media (min-width:1200px){.reasons__center{margin:0}}.reasons__center-img{max-width:120px}.reasons__center-img img{width:100%;height:auto}.reasons__center-text{text-align:center;font-weight:600}.reasons__center-text span{font-size:2.4rem}.gallery__title{text-align:center;margin-bottom:12px}.gallery__subtitle{text-align:center;margin-bottom:40px}.gallery__grid{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:16px}@media (min-width:768px){.gallery__grid{width:100%;display:-ms-grid;display:grid;-ms-grid-columns:1fr 64px;grid-template-columns:1fr 64px;-ms-grid-rows:auto;grid-template-rows:auto;gap:48px}}.gallery__grid .gallerySwiper{width:100%;height:100%}.gallery__grid .gallerySwiper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media (min-width:768px){.gallery__nav{-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;gap:48px}}.gallery__nav .gallerySwiper-button{position:unset;width:64px;height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(255,159,174,.8)}.gallery__nav .gallerySwiper-button:hover{background-color:#ff9fae}.gallery__nav .gallerySwiper-button::after{display:none}.gallery__nav .gallerySwiper-button svg{stroke:var(--white)}.gallery-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:24px}@media (min-width:768px){.gallery-item{-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;gap:64px}}.gallery-item__text{max-width:400px}@media (min-width:768px){.gallery-item__text{text-align:left;padding:48px 0}}.gallery-item__img{width:100%}.popular__title{margin-bottom:24px}.popular__img{background-color:#fff3f5;width:calc(100% + 32px);margin:24px -16px 0;height:100%;padding:24px 24px}@media (min-width:768px){.popular__img{margin:0 0 0 -16px;padding:72px 64px;width:calc(100% + 16px)}}.popular__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popular-list{margin-top:64px;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:32px}@media (min-width:768px){.popular-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.popular-item__icon{width:40px;height:40px;margin-bottom:20px}.popular-item__icon img{width:100%;height:auto}.popular-item__title{font-size:2rem;font-weight:600;margin-bottom:8px}.registration-block__grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}@media (min-width:768px){.registration-block__grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.registration-block__img{height:100%;width:100%}.registration-block__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.registration-block__content{background:url(../images/home_registration_bg.jpg) bottom right no-repeat;background-size:cover;padding:64px 16px}@media (min-width:768px){.registration-block__content{padding:72px}}.registration-block__title{color:var(--white);margin-bottom:32px;font-weight:400}.registration-block__form{max-width:740px}.registration-block__form label{color:var(--white);font-size:1.2rem}.registration-block__form .wpcf7-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid var(--white);border-radius:0;background-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease;cursor:pointer}.registration-block__form .wpcf7-checkbox input[type=checkbox]:checked{background-color:var(--white);border-color:var(--white)}.registration-block__form .wpcf7-checkbox input[type=checkbox]:checked::before{content:"";width:16px;height:18px;background:url(../images/form-icon-check-dark.svg) center no-repeat;display:block}.registration-block__form .wpcf7-acceptance input[type=checkbox]{border:2px solid var(--white)}.registration-block__form .wpcf7-acceptance input[type=checkbox]:checked{background-color:var(--white);border-color:var(--white)}.registration-block__form .wpcf7-acceptance input[type=checkbox]:checked::before{background:url(../images/form-icon-check-dark.svg) center no-repeat}.contact-block{background:url(../images/home_contact_block.png) center no-repeat;background-size:cover;padding:72px 0}.contact-block__title{font-weight:500}.contact-block__subtitle{margin-bottom:32px}.contact-block__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.contact-block__address-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.contact-block__address-item:first-child .contact-block__address-icon{width:24px;height:24px;margin-right:0}.contact-block__address-item:first-child .contact-block__address-text{font-weight:700}.contact-block__address-item a{text-decoration:none}.contact-block__address-icon{width:16px;height:16px;margin-right:8px}.contact-block__address-icon svg{width:100%;height:100%;fill:var(--color-second)}.services-about{padding:50px 0;background:url(../images/services-section-1-bg.jpg) center center no-repeat;background-size:cover}.services-about__text{color:var(--gray-header-text);line-height:1.5}.s-services{background-color:#fbfbfb}.s-services__item{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.s-services__img{min-width:80px}.s-services__img img{margin-right:-50px;width:calc(100% + 50px);height:auto}.s-services__title{font-size:1.8rem;font-weight:500;color:#374759;margin-bottom:12px}.s-services__text{font-size:1.5rem}.s-services__text p{margin-bottom:8px;color:var(--gray-header-text)}.s-main{background-color:#fbfbfb}.service-card{padding:20px;border:1px solid var(--gray-200);background-color:var(--white);margin-bottom:32px}.service-card__title{font-size:2rem;font-weight:600;margin-bottom:12px}.service-card__text{margin-bottom:24px;min-height:160px}.service-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-top:1px solid var(--gray-300);padding-top:16px}.service-card__info-line{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px}.service-card__info-title{font-weight:700}.service-card__info-value{text-align:right}.faq{padding:72px 0}.faq__title{text-align:center;margin-bottom:40px}.contact-form{padding:72px 0}.contact-form__title{text-align:center;margin-bottom:12px}.contact-form__subtitle{text-align:center;margin-bottom:32px}.contact-form .form__submit{text-align:center}.contact-form .form__submit .wpcf7-submit{margin:0 auto}.prices-content{background-color:#fbfbfb;padding:48px 0}@media (min-width:768px){.prices-content{padding:72px 0}}.prices-table{max-width:960px;margin:0 auto}.prices-table__box{border:1px solid var(--gray-200);padding:16px 16px 4px;margin-bottom:32px}.prices-table__box:last-child{margin-bottom:0}.prices-table__title{font-size:1.8rem;font-weight:700;padding:8px 0}.prices-table__line{display:-ms-grid;display:grid;-ms-grid-columns:2fr 1fr 1fr;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--gray-200);padding:12px 0;gap:8px}.prices-table__line:last-child{border-bottom:none}.prices-table__time{text-align:right}.prices-table__price{text-align:right}.contact-info{background-color:var(--blue-light);padding:72px 0}.contact-info__item{width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.contact-info__item-icon{width:120px;margin:0 auto}.contact-info__item-icon img{width:100%;height:auto}.contact-info__item-title{font-size:1.2rem}.contact-info__item-text{font-weight:500}.content hr{margin-bottom:16px}.content__thumb{margin-bottom:32px;text-align:center}.content__thumb img{width:100%;max-width:740px;height:auto;margin:0 auto;display:block}.content__article{color:var(--gray-500)}.content__article img{max-width:100%;height:auto}@media (min-width:768px){.content__article .alignright{float:right;margin:0 0 24px 32px}.content__article .alignright::after{content:"";float:none;clear:both}}.content__article .aligncenter{display:block;margin:4px auto 24px}.content__article .aligncenter .wp-caption-text{text-align:center}@media (min-width:768px){.content__article .alignleft{float:left;margin:0 32px 24px 0}.content__article .alignleft::after{content:"";float:none;clear:both}}.content__article .alignnone{display:block;width:auto;max-width:100%;height:auto;margin:4px auto 24px}.content__article figure{max-width:100%;width:auto;margin-bottom:40px}.content__article figure img{max-width:100%;width:auto;height:auto}.content__article figcaption{margin-top:16px;font-style:italic}.content__article blockquote{margin:40px 48px}.content__article blockquote p{margin-bottom:24px;font-size:2rem;color:var(--color-main);font-style:italic}.content__article blockquote p:last-child{margin-bottom:0}.content__article blockquote strong{font-weight:600}.content__article ul{list-style-type:disc;margin:0 0 24px 32px;padding:0}.content__article ul li{margin:0;position:relative}.content__article ol{margin:0 0 24px 32px;padding:0}.content__article ol li{padding-left:12px}.content__article .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;margin-bottom:40px}.content__article .embed-responsive .embed-responsive-item,.content__article .embed-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.content__article .embed-responsive-16by9{padding-bottom:56.25%}.map{margin-top:48px}.archive-card{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;margin-bottom:10px}.archive-card:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.archive-card__thumbnail{margin-bottom:16px;display:block;overflow:hidden;aspect-ratio:3/2}.archive-card__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:var(--transition);transition:var(--transition)}.archive-card__title{margin-bottom:8px}.archive-card__title a{font-size:1.8rem;font-weight:700;text-transform:uppercase;text-decoration:none}.archive-card__body{margin-bottom:20px}.archive-card__body P{margin-bottom:0}.error__search{max-width:500px;border:1px solid #dfdfdf}.error__search #searchform{width:100%}.header-ovalface{background-color:var(--white);border-bottom:4px solid var(--color-second);padding:6px 0}.header-ovalface__nav{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;gap:30px;padding:20px 0}.header-ovalface__link{font-size:1.6rem;color:var(--gray-header-text);text-decoration:none}.header-ovalface__link:hover{color:var(--primary)}.oval-face .section__title{margin-bottom:32px}.oval-face .section-hero{position:relative;overflow:hidden}.oval-face .section-hero .hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.oval-face .section-hero .hero__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.oval-face .hero__title{text-shadow:none}.oval-face .hero__subtitle{text-shadow:none}.oval-face .hero__bullets{color:var(--white);font-weight:500;font-size:1.8rem;margin-bottom:24px}.oval-face .section-pains .section__title{text-align:center}.oval-face .section-pains .pains__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.oval-face .section-pains .pains__col{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-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 1.6rem}.oval-face .section-pains .pains__item{text-align:center;padding:8px;border:1px solid var(--gray-200);height:100%}.oval-face .section-pains .pains__icon{margin-bottom:12px;background:#fff3f5}.oval-face .section-pains .pains__icon svg{width:100%;max-width:120px;height:auto;display:block;margin:0 auto}.oval-face .section-pains .pains__text{font-weight:600}.oval-face .section-pains .pains__note{margin-top:20px;font-size:2.1rem;text-align:center;font-weight:500}.oval-face .section-about .about{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto;gap:40px;background:0 0}.oval-face .section-about .about__photo{width:100%;margin:0 auto 24px}.oval-face .section-about .about__photo img{width:100%;height:auto;display:block}.oval-face .section-about .about__content{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}.oval-face .section-format{background:var(--gray-50)}.oval-face .section-format .format__item{border:1px solid var(--gray-100);border-radius:8px;padding:16px;margin-bottom:16px;background:var(--white)}.oval-face .section-format .format__title{font-weight:600;margin-bottom:8px;font-size:2rem}.oval-face .section-format .format__img{width:100%;height:auto;display:block;margin:0;padding-left:40px}.oval-face .section-format .format__img img{width:100%;height:auto;display:block}.oval-face .section-program .section__title{text-align:center}.oval-face .section-program .program__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;gap:16px}.oval-face .section-program .program__icon{width:48px;height:48px;min-width:48px;background-color:var(--color-second);border-radius:50%}.oval-face .section-program .program__actions{text-align:center}.oval-face .section-prices{background:url(../images/home_services_bg.jpg) center center no-repeat;background-size:cover}.oval-face .section-prices .section__title{text-align:center;color:var(--white)}.oval-face .section-prices .prices{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto;gap:24px;max-width:720px;margin:0 auto}.oval-face .section-prices .price-card{background-color:#fff;padding:24px;text-align:center;border-radius:8px}.oval-face .section-prices .price-card--highlight{background-color:#fff3f5}.oval-face .section-prices .price-card__title{font-size:2.4rem;margin-bottom:12px;text-align:center}.oval-face .section-prices .price-card__price{font-size:3rem;font-weight:700;text-align:center;margin-bottom:16px;color:#ff6a73}.oval-face .section-prices .price-card__list{list-style:none;padding:0;margin:0 0 24px 0;text-align:left}.oval-face .section-prices .price-card .btn{margin:0 auto}.oval-face .section-faq .section__title{text-align:center}.oval-face .section-faq .faq__important{max-width:760px;padding-top:24px;font-size:1.4rem;margin:0 auto}.oval-face .section-faq .faq__important strong{color:var(--color-second)}.page-template-page-ovalface .footer__top{text-align:center}.page-template-page-ovalface .footer__links{padding:24px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-content:center;gap:32px}.page-template-page-ovalface .footer__bottom{text-align:center}
/*# sourceMappingURL=./style.min.css.map */
