@import url("normalize.css");@import url("base.css?v=1.04");*{-webkit-box-sizing:border-box;box-sizing:border-box}html{line-height:1.3;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{margin:0}img{width:100%;max-width:100%;border-style:none}img,svg{display:block}button,input,optgroup,select,textarea{font-family:inherit;margin:0;outline:none}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}textarea{overflow:auto}[type=checkbox],[type=radio]{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}@font-face{font-family:OpenSans;src:url(../fonts/OpenSans-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(../fonts/OpenSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(../fonts/OpenSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(../fonts/OpenSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(../fonts/OpenSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg-color:#f6f7f9;--bg-color-hover:#dbdde1;--dark-grey:#2d2d2d;--dark:#1a1a1a;--mute:#525b69;--white:#fff;--blue:#175fcc;--blue-hover:#1b4d98;--green:#018d4a;--light-green:#96c120;--orange:#fd7b39;--orange-hover:#f05e14;--grey:#a1a5ab;--font-family:"OpenSans";--dark-half:#2d2d2d}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:10px;border:4px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--blue)}::-webkit-input-placeholder{font-family:var(--font-family);color:var(--grey)}:-ms-input-placeholder{font-family:var(--font-family);color:var(--grey)}::-moz-placeholder{font-family:var(--font-family);color:var(--grey)}::-ms-input-placeholder{font-family:var(--font-family);color:var(--grey)}::placeholder{font-family:var(--font-family);color:var(--grey)}button{font-family:var(--font-family)}body.locked{overflow-y:hidden;padding-right:12px}.container{max-width:100%;width:1480px;margin:0 auto;padding:0 20px}.bg-white{background:var(--white)}.bg-grey{background:var(--bg-color)}.blog-post__content a,.link{color:var(--blue);text-decoration:none}.blog-post__content a:hover,.link:hover{color:var(--blue-hover)}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fg1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jcsa{-ms-flex-pack:distribute;justify-content:space-around}.jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.of-cover{display:block}.of-cover img{min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;max-height:100%}ul.list{list-style:none;padding:0;margin:0}.pos-relative{position:relative}.pos-absolute{position:absolute}.btn{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:10px;padding:16px 24px;color:var(--white);border:none;outline:none;border-radius:8px;font-size:18px;font-weight:400;text-align:center;cursor:pointer;text-decoration:none;-webkit-transition:all .4s ease;transition:all .4s ease}.btn.btn-white{background:var(--bg-color)}.btn.btn-blue{background:var(--blue)}.btn.btn-orange{background:var(--orange)}.btn.btn-dark{background:var(--dark-grey)}.btn.btn-white:hover{background:var(--bg-color-hover)}.btn.btn-blue:hover{background:var(--blue-hover)}.btn.btn-orange:hover{background:var(--orange-hover)}.btn.btn-dark:hover{background:var(--dark)}.btn.btn-s{font-size:16px}.btn svg{-webkit-transition:all .4s ease;transition:all .4s ease}.btn-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:16px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--dark)}.btn-tag:has(.icon){gap:10px}.btn.disabled{pointer-events:none;opacity:.4}.section{padding:60px 0}.section-title{font-size:52px;font-weight:600;margin-bottom:60px;text-align:center}.h2{font-weight:600;font-size:32px;margin-bottom:20px}.section-header{margin-bottom:50px}.section-header .section-title{margin-bottom:0;text-align:left}.section-desc{font-size:21px;color:var(--mute);line-height:1.35;text-align:left}@media (max-width:767px){.rad-m{border-radius:12px}}@media (min-width:768px){.rad-m{border-radius:24px}}.rad-xs{border-radius:8px}.text-center{text-align:center}.text-left{text-align:left}.mt40{margin-top:40px}.mb20{margin-bottom:20px}.mbauto{margin-bottom:auto}.mb60{margin-bottom:60px}.pt60{padding-top:60px}.f1{-webkit-box-flex:1;-ms-flex:1;flex:1}.gap-xs{gap:6px}.gap-10{gap:10px}.gap-s{gap:12px}.icon{width:1.5em;height:1.5em;fill:currentColor}.icon_stroke{stroke:currentColor;fill:none}.oh{overflow:hidden}.img-wrap{background-color:var(--bg-color);border-radius:16px;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;aspect-ratio:1;-ms-flex-negative:0;flex-shrink:0}.d-none,.show-on-mainpage{display:none}.grid-2{display:grid;gap:12px}@media (max-width:639px){.grid-2{grid-template-columns:repeat(1,1fr)}}@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;gap:12px}@media (min-width:768px){.grid-3 .gcs2{grid-column:span 2}}@media (max-width:1023px){.grid-3{grid-template-columns:repeat(1,1fr)}}@media (min-width:1024px) and (max-width:1399px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.grid-3{grid-template-columns:repeat(3,1fr)}}.plc0 p:last-child{margin-bottom:0}.pmb p{margin:0 0 1.33em}.skeleton-loading{background:-webkit-gradient(linear,left top, right top,color-stop(25%, #f0f0f0),color-stop(50%, #e0e0e0),color-stop(75%, #f0f0f0));background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:a 1.5s infinite;animation:a 1.5s infinite;border-radius:4px;color:transparent}.skeleton-loading *{visibility:hidden}@-webkit-keyframes a{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes a{0%{background-position:200% 0}to{background-position:-200% 0}}body{position:relative;background:var(--bg-color);font-family:var(--font-family);font-size:18px;color:var(--dark)}.page-top{padding:20px 2px 20px 10px}.page-top-container{border-radius:28px;background:#000}body.light-theme .page-top-container{background:var(--bg-color-hover)}.header-top{padding-top:28px;padding-bottom:24px;border-bottom:1px solid #3c3c3c;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-top-row{gap:12px;width:100%}.header-top-left{gap:40px}.menu-toggler{padding:16px 23px;border-radius:8px;background:var(--dark-half);color:var(--white);gap:12px;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;height:55px}.menu-toggler:hover{background:var(--dark)}body.light-theme .menu-toggler{background:var(--white);color:var(--dark)}body.light-theme .menu-toggler:hover{background:var(--bg-color)}.menu-icon{width:20px;height:20px;background-image:url(../images/icons/icon-menu.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.menu-icon,.menu-toggler>svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.menu-toggler.active .menu-icon{background-image:url(../images/icons/icon-close-white.svg)}body.light-theme .menu-icon,body.light-theme .menu-toggler>svg{-webkit-filter:invert(1);filter:invert(1)}.menu-toggler.active>svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-top-right{gap:12px}.header-partner{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:12px;padding:16px 24px;color:var(--white);background:transparent;border:2px solid rgba(23,95,204,.5);outline:none;border-radius:8px;font-size:18px;font-weight:400;text-align:center;cursor:pointer;text-decoration:none;-webkit-transition:all .4s ease;transition:all .4s ease;height:55px}.header-partner:hover{border-color:var(--blue)}.header-partner img{width:20px}picture img{height:auto}.header-top-right .btn-login{height:55px}body.light-theme .header-partner{color:var(--dark);background-color:#fff;border-color:transparent}body.light-theme .header-partner img{-webkit-filter:invert(1);filter:invert(1)}body.light-theme .btn-login{background:var(--white);color:var(--dark)}body.light-theme .btn-login:hover{background:var(--bg-color)}.header-bottom{gap:12px;padding:18px 0 10px}.inner-page .header-bottom{padding-bottom:40px}.header-bottom-menu{gap:40px;font-size:16px}.header-top-menu.collapsed{display:none}.header-top-menu .list{padding-top:24px}.parent-menu .dropdown{width:100%;margin-top:18px}.parent-menu .dropdown>a.dropdown-toggler{display:none}.parent-menu>a{color:var(--white);gap:12px;text-decoration:none}.parent-menu>a.dropdown-toggler:after{content:"";display:block;width:8px;height:8px;background-image:url(../images/icons/chevron-down.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;-webkit-transition:all .45s ease;transition:all .45s ease}.parent-menu>a.active.dropdown-toggler:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body.light-theme .parent-menu>a{color:var(--dark)}body.light-theme .parent-menu>a.dropdown-toggler:after{-webkit-filter:invert(1);filter:invert(1)}.main-submenus{gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.main-submenus>a.dropdown-toggler{display:none}.main-submenu .service-option{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.main-submenu .service-option-inner{width:100%}.main-submenu{color:inherit;text-decoration:none}.header-bottom-right{gap:16px}.header-currency-current,.header-lang-current{border-radius:8px;border:1px solid rgba(82,91,105,.5);color:var(--white);font-size:16px;gap:12px;padding:8px 16px;cursor:pointer}.header-currency-current>svg,.header-lang-current>svg{-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.header-currency-current.active>svg,.header-lang-current.active>svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body.light-theme .header-currency-current,body.light-theme .header-lang-current{border-color:var(--white);color:var(--dark)}body.light-theme .header-currency-current>svg,body.light-theme .header-lang-current>svg{-webkit-filter:invert(1);filter:invert(1)}.dropdown{display:none;background:var(--bg-color);border-radius:12px;padding:20px;margin-top:10px;position:absolute;left:0;z-index:1}#header-currency,#header-currency2,#header-lang,#header-lang2{width:100%}.dropdown-inner{gap:60px}.dropdown-menu-title{color:var(--blue);text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.dropdown-menu-list{margin-top:12px!important;font-size:14px}.dropdown-menu-list>li:not(:last-child){margin-bottom:12px}.dropdown-menu-list>li>a{color:var(--dark);text-decoration:none;white-space:nowrap}.dropdown-menu-item ul{margin-top:0}.dropdown-menu-item .dropdown-menu:not(:last-child){margin-bottom:16px}#burger-menu{padding:44px 40px}#burger-menu .dropdown-menu-item:nth-child(2) .dropdown-menu:first-child{margin-bottom:40px}.header-currency-item,.header-lang-item{gap:12px;text-decoration:none;color:inherit}.header-currency-item:not(:last-child),.header-lang-item:not(:last-child){margin-bottom:12px}.header-currency-item_icon,.header-lang-item_icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;border-radius:4px}.header-currency-item_icon img{width:9px}.header-lang-item_icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-currency-item_info>div,.header-lang-item_info>div{font-size:16px;line-height:1;white-space:nowrap}.header-currency-item_info>span,.header-lang-item_info>span{font-size:12px;color:var(--mute)}.hero{padding-top:46px;padding-bottom:84px}.hero-content{gap:20px}.hero-title{color:var(--white);font-size:72px;line-height:1.25;margin-bottom:20px;max-width:850px}.hero-subtitle{font-size:28px;color:var(--white);margin-bottom:60px}body.light-theme .hero-subtitle,body.light-theme .hero-title{color:var(--dark)}.hero-img{width:420px;-ms-flex-negative:0;flex-shrink:0}.section-header-services{margin-bottom:80px}.service-tabs-togglers{border-bottom:2px solid #dbdde1}.service-tab-toggler{gap:20px;padding:0 30px 30px;font-size:18px;font-weight:600;color:var(--mute);cursor:pointer}.service-tab-toggler:after{content:"";display:block;width:0;height:2px;background:var(--blue);position:absolute;bottom:-2px;left:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.service-tab-toggler.active:after{width:100%}.service-tab-toggler svg path{stroke:#525b69}.service-tab-toggler.active{color:var(--dark)}.service-tab-toggler.active svg path{stroke:var(--dark)}.service-tab{display:none}.service-tab.active{display:block}.service-tabs-content{padding-top:30px}.service-options{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.service-option{border-radius:20px;border:1px solid var(--white);width:calc((100% - 24px) / 3);padding:28px;cursor:pointer}.service-option.active,.service-option:not(.active):hover{border-color:var(--blue)}.service-option-inner{gap:12px}.service-option-desc>div{font-weight:600;line-height:1}.service-option-desc>span{font-size:12px;color:var(--mute)}.service-option-price{font-size:16px;font-weight:600;padding:16px;border-radius:12px;-ms-flex-negative:0;flex-shrink:0;border:1px solid var(--bg-color)}.service-option.active .service-option-price,.service-option:not(.active):hover .service-option-price{border-color:var(--blue)}.service-option-badges{gap:4px;margin-bottom:8px}.service-option-badges>img{width:22px}.service-option-badge{font-size:10px;line-height:1.35;padding:4px 10px;border-radius:4px}.service-option-content{padding-top:20px}.premade-top{padding:28px 40px;border-radius:24px;margin-bottom:12px}.premade-top>a{font-weight:600}.premade-dates-wrap{gap:30px}.premade-dates-wrap>span{font-weight:600}.c-togglers{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:4px;border-radius:8px;border:1px solid var(--bg-color);overflow:hidden}.c-togglers-bg{display:block;width:0;height:calc(100% - 8px);background:var(--white);border-radius:8px;position:absolute;top:4px;left:0;z-index:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.c-toggler{position:relative;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:8px;min-width:0}.c-toggler.w-auto{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.c-toggler>input[type=radio]{display:none}.c-toggler label{display:block;color:var(--mute);font-size:18px;font-weight:400;padding:16.5px 44.5px;border-radius:8px;cursor:pointer;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease}.c-toggler label.fsize{padding-inline:14px}@media (max-width:699px){.c-toggler label.fsize{font-size:14px}}.c-toggler label.disabled{color:#cecece;cursor:not-allowed}.c-toggler>input[type=radio]:checked+label{color:var(--dark)}.premade-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;padding:24px;border-radius:24px;border:1px solid var(--white);max-width:351px;min-width:350px;margin-inline:6px}.premade-item:first-child{margin-left:0}.premade-item:last-child{margin-right:0}.premade-item:hover{border-color:var(--blue)}.premade-item-header{padding-bottom:24px;border-bottom:1px solid var(--bg-color-hover)}.premade-item-price{font-size:24px;font-weight:700}.premade-item.premade-items-hit .premade-item-title{color:var(--orange)}.premade-item-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:20px;padding-top:24px}.premade-item-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.premade-item-param{font-size:16px}.premade-item-param:not(:last-child){margin-bottom:12px}.premade-item-param>span{font-weight:600}.premade-item-disc-wrap_title,.premade-item-volume-wrap_title{font-size:16px;margin-bottom:10px}.premade-item-discs{width:100%}.qty-wrap{border-radius:8px;padding:20px 24px;overflow:hidden}.qty-btn{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;cursor:pointer}.qty-field{border:none!important;outline:none;background:transparent;font-size:18px;text-align:center;min-width:40px;padding:0;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qty-field::-webkit-inner-spin-button,.qty-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-field{-moz-appearance:textfield}.service-option-content{display:none}.service-option-content.active{display:block}.server-calc-wrap{padding:40px;border-radius:24px}.server-calc-wrap h3{font-size:32px;font-weight:600}.server-calc-inner{gap:80px}.server-calc{max-width:100%;width:820px;margin-right:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.server-calc-top{gap:20px;margin-bottom:20px}.server-calc-types{gap:8px}.server-calc-type>input[type=radio]{display:none}.server-calc-type-label{display:block;padding:8px 16px;border-radius:4px;background:var(--bg-color);color:var(--dark);cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.server-calc-type>input[type=radio]:checked+.server-calc-type-label{background:var(--green);color:var(--white)}.service-calc-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.service-calc-form-fields{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px 20px;margin-top:40px;margin-bottom:60px}.service-calc-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc((100% - 40px) / 3)}.service-calc-group .service-calc-field:has(input[type=radio]) .nice-select{border:1px solid var(--white)}.service-calc-group .service-calc-field:has(input[type=radio]:checked) .nice-select{border-color:var(--blue)}.service-calc-group.service-calc-group_wide{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:540px}.service-calc-group.service-calc-group_100{width:100%}.service-calc-group-info{margin-bottom:12px;gap:20px}.service-calc-group-label{font-size:16px}.service-calc-group-info>span{font-size:14px;color:var(--mute)}.service-calc-group-label.flex{gap:5px}.service-calc-field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.service-calc-field .nice-select{width:100%;height:100%;float:none;line-height:1.3;border:none;background:var(--bg-color);font-size:18px;padding:20.5px 34px 20.5px 24px}.service-calc-field .nice-select .current{overflow:hidden;text-overflow:ellipsis;display:block;max-width:92%}.service-calc-field .nice-select:after{border:none;width:10px;height:10px;background-image:url(../images/icons/chevron-down-dark.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;-webkit-transform:none;-ms-transform:none;transform:none}.service-calc-field .nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.service-calc-discs{width:100%}.service-calc-form{max-width:819px}.service-calc-form .btn{margin-bottom:20px}.service-calc-policy{margin-top:auto;color:var(--mute);line-height:1.4}.service-calc-policy a{color:var(--blue);text-decoration:none}.server-calc-info{width:351px;-ms-flex-negative:0;flex-shrink:0;padding:28px 24px 40px;border-radius:24px;font-size:16px;position:sticky;top:16px}.server-calc-info h3{font-weight:400;font-size:18px;line-height:125%}.server-calc-info-items{padding:24px 0;border-top:1px solid var(--bg-color-hover);margin-top:24px}.server-calc-info-item:not(:last-child){margin-bottom:16px}.server-calc-info-item-values>div{gap:50px}.server-calc-info-item-values>div:not(:last-child){margin-bottom:10px}.server-calc-info-item_price{-ms-flex-negative:0;flex-shrink:0;font-weight:700}.server-calc-info-item.server-calc-info-extra{padding-top:24px}.server-calc-info-totals{padding-top:40px}.server-calc-info-prices{gap:40px}.server-calc-info-price>div:first-child{gap:5px;color:var(--mute)}.server-calc-info-price_value{font-size:24px;font-weight:700;margin-top:4px}.server-calc-info-totals .btn{margin-top:32px;width:100%}.tarifs-slider.swiper{margin-inline:-20px;padding-inline:20px}.tariff-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;padding:24px;border-radius:24px;border:1px solid var(--white);min-width:350px;max-width:351px;margin-inline:6px}.tariff-item:first-child{margin-left:0}.tariff-item:last-child{margin-right:0}.tariff-item:hover{border-color:var(--blue)}.tariff-item-header{padding-bottom:24px;border-bottom:1px solid var(--bg-color-hover)}.tariff-item-prices{margin-top:5px}.tariff-item-price-current{font-size:24px;font-weight:700}.tariff-item-price-old{font-size:14px;color:var(--mute);text-decoration:line-through}.tariff-item-desc{color:var(--mute);font-size:14px;line-height:1.4;margin-top:24px}.tariff-item.tariff-item-top .tariff-item-title{color:var(--orange)}.tariff-item-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:20px;padding-top:24px}.tariff-item-params{margin-bottom:auto}.tariff-item-param{font-size:16px}.tariff-item-param:not(:last-child){margin-bottom:12px}.tariff-item-param>span{font-weight:600}.tariff-item-param>span.no-limit{font-size:24px;line-height:1}.tariff-item-info .btn{margin-top:20px}.tariff-item-footer{padding-top:28px;margin-top:28px;border-top:1px solid var(--bg-color-hover)}.tariff-item-gift{gap:8px;font-size:14px;color:var(--blue)}.tariff-item-gift:not(:last-child){margin-bottom:12px}.tariff-item-gift img,.tariff-item-gift svg{width:20px}.tariff-item-gift span{text-decoration:underline;text-decoration-style:dashed}.tariff-item-gift svg path{stroke:var(--blue)}.tariff-item-gift.unavail{color:var(--grey)}.tariff-item-gift.unavail img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5}.tariff-item-gift.unavail svg path{stroke:var(--grey)}.hosting-info{padding:40px;border-radius:24px}.hosting-info-inner{gap:40px}.hosting-info-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.hosting-info-main-top{gap:20px;margin-bottom:24px}.hosting-info-main-desc h3{font-size:44px;font-weight:600;line-height:1}.hosting-info-main-desc>div{line-height:1.7;margin-top:10px}.hosting-info-main-mid{margin-bottom:80px}.hosting-info-main-pros{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.hosting-pros-item{gap:20px;border-radius:24px;padding:16px;border:2px solid var(--bg-color);width:calc((100% - 12px) / 2)}.hosting-pros-item-icon{width:60px;height:60px;background:var(--bg-color);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;border-radius:16px;-ms-flex-negative:0;flex-shrink:0}.hosting-pros-item-icon .icon{width:20px;height:20px}.hosting-pros-item-icon.ok{color:#96c120}.hosting-pros-item-icon.no{color:#f05e14}.hosting-pros-item-title{font-weight:600;line-height:1}.hosting-info-main-extra{margin-top:24px}.hosting-info-main-extra p{margin-block:0}.hosting-info-main .btn{-ms-flex-item-align:start;align-self:flex-start}.hosting-info-total{padding:28px 24px 40px;border-radius:24px;width:350px;-ms-flex-negative:0;flex-shrink:0}.hosting-info-total_price{font-size:24px;font-weight:700}.hosting-info-total_desc{margin-top:24px;font-size:16px;color:var(--mute);line-height:1.5}.hosting-info-total-pros{padding-top:24px;margin-top:24px;border-top:1px solid var(--bg-color-hover)}.hosting-info-total-pros_item{gap:12px;font-size:16px}.hosting-info-total-pros_item:not(:last-child){margin-bottom:16px}.hosting-info-total-pros_item>span{font-weight:600}.hosting-info-total-pros_item.unavail{color:#ec0000}.hosting-info-total-pros_item.unavail span,.hosting-info-total-pros_item span.no-limit{font-size:24px;line-height:1}.service-domain-wrap{padding:40px;border-radius:24px}.service-domain-inner{gap:35px}.service-domain-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.domain-search-form-group{padding:7px;border-radius:8px;border:1px solid transparent;-webkit-transition:border-color .2s;transition:border-color .2s}.domain-search-form-group input{background:transparent;border:none;outline:none;font-size:18px;padding-left:60px;padding-right:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.error .domain-search-form-group{border-color:#f05e14}.domain-search-form-group:before{content:"";display:block;width:24px;height:24px;background-image:url(../images/icons/icon-search.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;top:50%;left:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.domain-search-form-zones{gap:24px;margin-top:17px}.domain-search-form-zone{cursor:pointer}.domain-search-form-zone>input[type=checkbox],.domain-search-form-zone>input[type=radio]{display:none}.radio-wrap{gap:8px;font-size:14px}.radio,.radio-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--bg-color)}.radio:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--blue);opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.domain-search-form-zone>input[type=checkbox]:checked+.radio-wrap .radio:before,.domain-search-form-zone>input[type=radio]:checked+.radio-wrap .radio:before{opacity:1}.domain-search-results{display:none;margin-top:30px}.domain-search-result{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding-bottom:24px;padding-top:24px;border-bottom:1px solid var(--bg-color-hover);opacity:1;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out}.domain-whios-info{width:100%;max-height:0;overflow:hidden;font-size:.9em;background:#f6f7f9;border-radius:8px;padding:0 1em;margin-top:0;-webkit-transition:max-height .3s,padding .3s,margin-top .3s;transition:max-height .3s,padding .3s,margin-top .3s}.domain-whios-info.opened{max-height:1000px;padding:.5em 1em;margin-top:20px}[data-target=domain_item]:first-child .domain-search-result{padding-top:0}.domain-search-result:last-child{padding-bottom:0;border-bottom:none}.domain-search-result-info-top{gap:8px}.domain-search-result.result-recom .domain-search-result_title{font-weight:600}.domain-search-result_discount{background:var(--blue);color:var(--white)}.domain-search-result_badge,.domain-search-result_discount{padding:4px 8px;border-radius:4px;font-size:10px;line-height:1.2}.domain-search-result_badge{background:var(--bg-color);color:var(--mute)}.domain-search-result-status{font-size:14px;margin-top:9px;color:var(--orange)}.domain-search-result.result-busy .domain-search-result-status{color:var(--grey)}.domain-search-result-help{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.domain-search-result-help span{font-size:14px;color:var(--blue);text-decoration:underline;text-decoration-style:dashed;cursor:default}.domain-search-result-help_text{position:absolute;background:var(--white);font-size:10px;line-height:1.3;color:var(--mute);padding:16px;-webkit-box-shadow:0 24px 34px -10px rgba(0,0,0,.15);box-shadow:0 24px 34px -10px rgba(0,0,0,.15);width:180px;left:calc(100% + 7px);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none}.domain-search-result-help span:hover+.domain-search-result-help_text{display:block}.domain-search-result-actions{gap:20px}.domain-search-result-price_old{color:var(--mute);text-decoration:line-through}.domain-search-result-price_current{font-weight:600}.domain-search-result-btn{margin-left:20px;width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;border-radius:16px;border:none;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;background:var(--bg-color);-webkit-transition:all .4s ease;transition:all .4s ease}.domain-search-result-btn:before{content:"";display:block;width:20px;height:20px;background-image:url(../images/icons/icon-cart.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;-webkit-transition:all .4s ease;transition:all .4s ease}.domain-search-result-btn.item-added{background:#96c120;pointer-events:none}.domain-chosen-remove{cursor:pointer}.domain-search-result-btn.item-added:before{background-image:url(../images/icons/icon-check-white.svg)}.domain-search-result-actions>a.link{font-size:16px}.domain-search-total{width:460px;padding:40px;-ms-flex-negative:0;flex-shrink:0;border-radius:16px}.domain-search-total h3{font-size:32px;font-weight:600}.domain-search-empty{margin-top:16px}.domain-search-not-found{font-size:32px;font-weight:600;text-align:center;padding-block:2em;display:none;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.domain-search-not-found.opened{display:block;opacity:1}@media (max-width:540px){.domain-search-not-found{font-size:21px}}.domains-order{display:none;margin-top:45px}.domain-chosen{gap:12px}.domain-chosen:not(:last-child){margin-bottom:20px}.domain-chosen-info>span{font-size:14px;color:var(--mute)}.domain-chosen-cost{gap:12px}.domain-chosen-price{font-weight:600}.domains-order-footer{margin-top:24px;padding-top:40px;border-top:1px solid var(--bg-color-hover)}.domains-order-cost{gap:12px;font-weight:600}.domains-order-promo{margin-top:40px}.domains-order-promo_title{font-size:16px}.domains-order-promo input{border-radius:8px;border:none;background:var(--white);padding:20px 24px;font-size:18px;width:100%;margin-top:12px}.domains-order-footer .btn{margin-top:16px}.sales-list{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.sale-item{gap:60px;width:calc((100% - 12px) / 2);border-radius:24px;border:2px solid var(--white);padding:32px;-webkit-transition:all .4s ease;transition:all .4s ease;cursor:pointer;text-decoration:none;color:inherit}.sale-item:hover{border-color:var(--blue)}.sale-item-img{width:154px;height:154px;border-radius:20px;-ms-flex-negative:0;flex-shrink:0;border:2px solid var(--bg-color)}.sale-item:hover .sale-item-img{border-color:var(--blue)}.sale-item-tags{gap:4px}.sale-item-tag{padding:8px 16px;font-size:14px;background:var(--bg-color);border-radius:8px}.sale-item-title{margin-top:20px;margin-bottom:12px;font-size:24px;font-weight:600}.sale-item-desc{color:var(--mute)}.company-pros-wrap{gap:12px}.company-pros-group{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;height:196px}.company-pros{width:calc((100% - 36px) / 4);border-radius:24px;padding:12px;gap:20px}.company-pros-icon{width:68px;height:68px;border-radius:16px;background:var(--bg-color);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;-ms-flex-negative:0;flex-shrink:0}.company-pros-icon,.company-pros-icon svg path{-webkit-transition:all .4s ease;transition:all .4s ease}.company-pros-title{font-weight:600;line-height:1.2}.company-pros:hover .company-pros-icon{background:var(--dark)}.company-pros:hover .company-pros-icon svg path{stroke:var(--white)}.company-pros.pros-big{padding:36px 48px 36px 36px;height:100%}.company-pros.pros-big .company-pros-title{font-size:28px}.company-pros-desc{font-size:12px;color:var(--mute);line-height:1.5;margin-top:24px}.company-pros-text{margin-top:auto;font-size:12px;color:var(--mute)}.company-pros-text p{margin-top:0;margin-bottom:2em}.company-pros-text p:last-child{margin-bottom:0}.company-pros-text a{text-decoration:none}.company-pros-text a[href^="tel:"]{color:var(--dark-grey)}.section-link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:60px auto 0}.social-btn-blue{color:green}.social-btn-blue path,.social-btn-blue svg{fill:currentColor}.interface-slider .swiper-slide{height:auto;border-radius:24px;font-size:72px;line-height:1;font-weight:700;overflow:hidden}.interface-slider .swiper-slide picture{width:100%;height:100%}.interface-slider-pagination{bottom:auto!important;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.interface-slider-pagination .swiper-pagination-bullet{width:16px;height:16px;background:var(--orange)}.interface-slider-btns{gap:8px;left:50%;bottom:-28px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.interface-slider-wrap .interface-slider-btn{position:static!important;margin-top:0!important;width:56px;height:56px;background-color:var(--orange);background-image:url(../images/icons/icon-arrow-right.svg);background-repeat:no-repeat;background-size:24px;background-position:50%;border-radius:8px}.interface-slider-wrap .interface-slider-btn.swiper-button-prev{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.interface-slider-wrap .interface-slider-btn:hover{background-color:var(--orange-hover)}.interface-slider-wrap .interface-slider-btn:after{display:none}.subs-wrap{margin-top:44px;padding:40px;border-radius:24px}.subscribe-split .subs-wrap{margin-top:12px}.subs-inner{gap:50px}.subs-inner-content{gap:40px}.subs-inner-icon{width:93px;height:93px;border-radius:16px;background:var(--bg-color);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;-ms-flex-negative:0;flex-shrink:0}.subs-inner-text>div{font-size:32px;font-weight:600}.subs-inner-text>span{color:var(--mute)}footer{margin-top:40px;padding:20px}.prefooter-img{height:50px;width:100%;margin-bottom:12px;border-radius:24px;overflow:hidden}.prefooter-img svg{width:100%;height:100%}.prefooter-img svg rect{stroke:none;stroke-width:0}.footer-wrap{border-radius:24px;padding:60px 0}.footer-top{gap:20px}.footer-socials{gap:8px}.footer-social{-webkit-transition:all .45s ease;transition:all .45s ease}.footer-social:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.footer-mid{padding-top:65px;padding-bottom:65px;border-bottom:2px solid var(--bg-color)}.footer-menu-cat{font-size:21px;font-weight:600;text-decoration:none;color:inherit}.footer-menu-cat:hover{color:var(--blue)}.footer-menu{gap:20px;margin-top:24px!important}.footer-menu>li>a{color:var(--mute);text-decoration:none}.footer-menu>li>a:hover{color:var(--dark)}.footer-menus-list{gap:24px;margin-top:40px}.footer-mid-item:last-child{text-align:right}.footer-contacts-item:not(:last-child){margin-bottom:28px}.footer-contacts-item>a{font-size:21px;font-weight:600;display:block;color:inherit;text-decoration:none}.footer-contacts-item>a:hover{color:var(--blue)}.footer-bottom,.footer-contacts-item_desc{color:var(--mute)}.footer-bottom{padding-top:40px;gap:20px}.footer-bottom a{color:inherit}.modal-overlay{position:fixed;top:0;left:0;visibility:hidden;width:100%;height:100%;opacity:0;background-color:rgba(0,0,0,.4);z-index:4}.modal-overlay.active{opacity:1;visibility:visible}.modal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0;width:446px;max-width:96%;background:var(--white);padding:48px;border-radius:24px;-webkit-transition:.45s ease-in-out;transition:.45s ease-in-out;z-index:5}.modal#modal-billing{width:530px}.modal.shown{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}.modal-close{width:20px;height:20px;position:absolute;top:20px;right:20px;cursor:pointer}.modal-title{font-size:24px;font-weight:600;line-height:1}.modal-subtitle{margin-top:16px;font-size:16px;color:var(--mute)}.modal-body{padding-top:28px}.modal-form{margin-top:12px}.auth-form{gap:16px}.form-field label{font-size:12px;color:var(--grey)}.form-field input{width:100%;height:54px;border-radius:8px;border:1px solid var(--bg-color-hover);background:var(--white);margin-top:8px;padding:8px 15px;font-size:18px}.form-field input:focus{border-color:var(--dark)}.form-field input.error-field{border-color:red;color:red}.forgot-block{font-size:12px;color:var(--mute)}.modal-footer{margin-top:40px;padding-top:40px;border-top:1px solid var(--bg-color-hover)}.providers-block-title{font-size:16px}.providers{margin-top:16px;gap:8px}.provider-item{width:64px;height:64px;border-radius:8px;background:var(--bg-color);padding:20px}.modal-text p:first-child{margin-top:0}.modal-text p:last-child{margin-bottom:0}.billing-modal-btn{margin-top:40px}.mobile-menu-wrap{display:block;position:fixed;left:0;top:0;background:#000;width:100%;max-width:550px;height:100vh;overflow-y:auto;border-radius:8px;padding:8px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:1}body.light-theme .mobile-menu-wrap{background:var(--bg-color-hover)}.mobile-menu-wrap.shown{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile-menu-wrap.menu--opened{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-menu-top{gap:8px;margin-top:16px;margin-bottom:8px}.mobile-menu-top>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu-top .header-currency-current,.mobile-menu-top .header-lang-current{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px}.mobile-menu{margin-top:20px!important;margin-bottom:50px!important}.mobile-menu>li{padding:8px 0;border-bottom:1px solid rgba(82,91,105,.3)}.parent-item-inner{gap:12px}.mobile-menu a{color:var(--white);text-decoration:none;padding-right:1rem;padding-block:8px}.submenu-toggler{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-block:8px}.submenu-toggler svg{margin-left:auto}body.light-theme .mobile-menu a{color:var(--dark)}.mobile-menu .submenu{display:none;font-size:14px;padding-left:24px;padding-top:20px;padding-bottom:8px}.mobile-menu .submenu>li:not(:last-child){margin-bottom:24px}.submenu-toggler svg{width:12px;height:12px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.submenu-toggler.active svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}body.light-theme .submenu-toggler svg{-webkit-filter:invert(1);filter:invert(1)}.domain-sr-prices,.header-links-divider,.link-mob,.mobile-menu-toggler,.service-options-mob,.service-tabs-togglers-mob{display:none}.dn-switch-wrapper{gap:8px}.dn-switch-wrapper span{display:block;width:16px;height:16px;background-size:contain;background-position:50%;background-repeat:no-repeat;opacity:.4;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}body.light-theme .dn-switch-wrapper span{-webkit-filter:invert(1);filter:invert(1)}.dn-switch-wrapper span.day{background-image:url(../images/icons/icon-sun.svg)}.dn-switch-wrapper span.night{background-image:url(../images/icons/icon-night.svg)}body.dark-theme .dn-switch-wrapper span.night,body.light-theme .dn-switch-wrapper span.day{opacity:1}.dn-switch{width:36px;height:20px;border-radius:20px;background:var(--dark-grey)}body.light-theme .dn-switch{background:var(--white)}.dn-switch>input[type=checkbox]{width:100%;height:100%;opacity:0;cursor:pointer}.dn-btn{display:block;width:16px;height:16px;background:var(--blue);border-radius:50%;top:2px;left:18px;cursor:pointer;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}body.light-theme .dn-btn{background:var(--grey)}.dn-switch>input[type=checkbox]:checked+.dn-btn{left:2px}.inner-page-title{font-size:52px}.tabs-togglers-wrap{padding:32px;border-radius:24px}.tab-content{display:none}.tab-content.active{display:block}.doc-tab-label{white-space:nowrap}.docs-accordeon{border-radius:24px;padding:40px;margin-top:8px}.docs-accordeon-header{gap:20px;cursor:pointer}.docs-accordeon-header:after{content:"";display:block;width:12px;height:12px;background-image:url(../images/icons/chevron-down-dark.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.docs-accordeon.open .docs-accordeon-header:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.docs-accordeon-header span{font-weight:600}.docs-accordeon-body{padding-top:40px;padding-bottom:20px}.doc-item{font-size:16px;padding:28px 0;border-bottom:1px solid var(--bg-color-hover)}.doc-item:first-child{padding-top:0}.doc-item:last-child{padding-bottom:0;border-bottom:none}.doc-item-name{margin-left:14px;margin-right:12px}.doc-item-data{color:var(--mute)}.faq-item{padding:28px 0;border-bottom:1px solid var(--bg-color-hover)}.faq-item:first-child{padding-top:0}.faq-item:last-child{padding-bottom:0;border-bottom:none}.faq-item-header{gap:25px;cursor:pointer}.faq-item-header:after{content:"";display:block;width:12px;height:12px;background-image:url(../images/icons/icon-crosmark.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.faq-item.open .faq-item-header:after{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn);background-image:url(../images/icons/icon-crosmark-blue.svg)}.faq-item-header span{font-weight:600}.faq-item-body{padding-top:28px;color:var(--mute)}.faq-item-body p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:2em;margin-block-end:2em}.faq-item-body p:last-child{margin-bottom:0}.contacts-wrap{gap:12px}.contacts-data{padding:40px 40px 60px}.contacts-data,.contacts-right{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:24px}.contacts-right{padding:28px 28px 60px}.contacts-wrap h3{font-size:32px}.contacts-row{margin-top:40px}.contacts-block:not(:last-child){margin-bottom:43px}.contacts-block-title{font-weight:600;margin-bottom:20px}.contacts-list{gap:60px}.contacts-item-title{font-size:12px;color:var(--mute);margin-bottom:4px}.contacts-item-text{text-decoration:none;color:var(--blue);font-weight:600}.contacts-single{color:var(--mute)}.contacts-right>img{margin-bottom:40px}.contacts-address{color:var(--mute);margin-top:20px;line-height:1.4}.contacts-map-wrap{border-radius:24px;overflow:hidden;margin-top:12px;height:592px}.contacts-map-wrap iframe{width:100%;height:100%}.contacts-cta{padding:60px;margin-top:12px;border-radius:24px;text-align:center}.contacts-cta h3{font-size:32px}.contacts-cta-text{color:var(--mute);margin:24px 0 40px}.page-top-container.inner-page header{position:relative}.page-top-container.inner-page header.fixed{position:fixed}.tabs-togglers-mob{display:none}.nice-select.theme-select{background:var(--bg-color);border-radius:8px;border:none;font-size:inherit;padding:20.5px 72px 20.5px 24px;height:auto;line-height:1.3}.nice-select.theme-select:after{right:24px;border-color:var(--dark)}.nice-select.theme-select .list{font-size:16px;background:var(--bg-color);border-radius:8px;border:none}.nice-select.theme-select .option{line-height:1;padding:10px 24px}.nice-select.theme-select .option:first-child{padding-top:24px}.nice-select.theme-select .option:last-child{padding-bottom:24px}.nice-select.theme-select .option.selected{font-weight:400;color:var(--blue)}.cookie-modal{position:fixed;bottom:40px;width:100%;z-index:2}.cookie-modal-content{gap:20px;max-width:1680px;width:calc(100% - 16px);margin:0 auto;padding:36px;border-radius:24px;-webkit-box-shadow:0 24px 34px -10px rgba(0,0,0,.15);box-shadow:0 24px 34px -10px rgba(0,0,0,.15)}.cookie-modal-title{font-size:24px;font-weight:600;margin-bottom:16px;line-height:1.05}.cookie-modal-info{font-size:16px}@media (max-width:1400px){.container{width:1220px}}@media (max-width:1360px){.header-bottom-menu{gap:20px;font-size:14px}.service-calc-group{width:calc((100% - 20px) / 2)}.company-pros-group{height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.company-pros{width:calc((100% - 12px) / 2);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media (max-width:1220px){body{font-size:16px}.page-top{padding:8px}header{position:fixed;top:0;left:0;width:100%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:3}header.fixed{background:#000;border-radius:0 0 8px 8px}header .header-partner{display:none}.header-top{border-bottom:none;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header-top-menu{display:none!important}header.fixed .header-top{padding:15px 0}header.menu-opened{background:#000!important}body.light-theme header.menu-opened{background:var(--bg-color-hover)!important}.header-top-left{gap:5px}.menu-toggler{padding:17px}.header-top-left .dn-switch-wrapper{display:none}.dn-switch-wrapper.mob-dn-switch{position:static;margin-top:auto;margin-bottom:24px}.dn-switch-wrapper.mob-dn-switch span{background:none;font-size:16px;opacity:1;width:auto;height:auto}body.dark-theme .dn-switch-wrapper.mob-dn-switch span{color:var(--white)}body.light-theme .dn-switch-wrapper.mob-dn-switch span{color:var(--dark);-webkit-filter:none;filter:none}.menu-toggler{display:none}.mobile-menu-toggler{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:54px;height:54px;border-radius:8px;background:var(--dark-grey)}.mobile-menu-toggler.active .menu-icon{background-image:url(../images/icons/icon-close-white.svg)}body.light-theme .mobile-menu-toggler{background:var(--white)}.header-bottom{display:none}.header-currency-item_info>div,.header-lang-item_info>div{font-size:14px}.header-currency-item_info>span,.header-lang-item_info>span{font-size:10px}.hero{padding-top:140px}.service-tab-toggler{font-size:16px;padding:0 15px 30px}.service-option{width:calc((100% - 12px) / 2)}.hosting-info-inner,.server-calc-inner,.service-domain-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.domain-search-total,.hosting-info-total,.server-calc-info{width:100%}.sale-item{gap:30px;padding:20px}.sale-item-title{font-size:21px}.subs-inner-content{gap:20px}.subs-inner-text>div{font-size:26px}.footer-contacts-item>a,.footer-menu-cat{font-size:18px}.footer-bottom,.footer-contacts-item_desc,.footer-menu{font-size:14px}.contacts-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:992px){.hero-content{gap:70px;-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}.hero-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.hero-img{width:270px;-ms-flex-negative:0;flex-shrink:0}.sale-item-img{display:none}.section{padding:30px 0}.section-header,.section-header-services,.section-title{margin-bottom:30px}.section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.section-subtitle br{display:none}.company-pros.pros-big{height:auto}.premade-top{padding:24px;border-radius:8px;gap:32px}.premade-dates-wrap,.premade-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.premade-dates-wrap{gap:12px}.tabs-togglers-wrap{padding:40px}.tabs-togglers-mob{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:10px}.tabs-togglers-mob:after{content:"";display:block;width:12px;height:12px;background-image:url(../images/icons/chevron-down-dark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.tabs-togglers-mob.active:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.tabs-togglers-current{font-weight:600}.tabs-togglers{display:none;background:transparent;padding:20px 0 0}.tabs-togglers .tab-toggler-label{text-align:left;padding:10px 0}.tabs-togglers .tab-toggler>input[type=radio]:checked+label{color:var(--blue)}}@media (max-width:768px){.service-options-mob,.service-tabs-togglers-mob{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:20px;background:var(--white);padding:24px;border-radius:8px}.service-options-mob{padding:20px 24px}.service-options-mob:after,.service-tabs-togglers-mob:after{content:"";display:block;width:12px;height:12px;background-image:url(../images/icons/chevron-down-dark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.service-options-mob.active:after,.service-tabs-togglers-mob.active:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.service-tabs-togglers-mob_current{gap:12px}.service-tabs-togglers{border-bottom:none;display:none;background:var(--white);border-radius:8px;padding:12px 24px;margin-top:8px}.service-tab-toggler{padding:12px 0}.service-tab-toggler:after{display:none}.service-options-mob_current-price,.service-options-mob_current-title{font-size:14px;font-weight:600}.service-options-mob_current-price{color:var(--blue)}.service-options-mob_current-desc{font-size:12px;color:var(--mute)}.service-options{display:none;margin-top:8px;background:var(--white);border-radius:8px;padding:12px 24px}.service-option{border-radius:0;border:none;border-bottom:1px solid var(--bg-color-hover);width:100%;padding:12px 0}.service-option:last-child{border-bottom:none}.service-option-content,.service-tabs-content{padding-top:8px}.premade-top{margin-bottom:8px}.premade-item{border-radius:8px}.footer-mid{padding-top:40px;padding-bottom:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:none}.footer-menu{display:none}.footer-menu-cat{display:block;font-size:16px;padding:20px 0;border-bottom:1px solid var(--bg-color-hover)}.footer-menus-list{gap:0;margin-top:0}.footer-mid-item:last-child{text-align:left;padding-top:40px}.footer-contacts-item>a{font-size:21px}.footer-contacts-item_desc{font-size:18px}.footer-bottom{padding-top:10px;gap:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.subs-wrap{margin-top:32px;padding:24px;border-radius:8px}.subs-inner{gap:30px}.subs-inner,.subs-inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.subs-inner-content{gap:16px}.section-title{font-size:28px}.section-link{margin-top:12px}.company-pros,.premade-item,.sale-item,.tariff-item{width:100%}.doc-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.doc-item-data{padding-left:32px;width:100%;margin-top:4px}.contacts-cta h3,.contacts-wrap h3{font-size:26px}.contacts-data{padding:36px 24px}.contacts-row{margin-top:28px}.contacts-list{gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts-block:not(:last-child){margin-bottom:28px}.contacts-right{padding:12px 12px 36px}.contacts-right>img{margin-bottom:24px}.contacts-address{margin-top:16px}.contacts-map-wrap{height:320px}.contacts-cta{padding:36px 24px;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contacts-cta-text{margin:16px 0 24px}.cookie-modal{bottom:8px}.cookie-modal-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:12px;padding:24px}.cookie-modal-title{font-size:18px;margin-bottom:12px}.cookie-modal-info{font-size:14px}}@media (max-width:540px){.header-top{padding-top:20px;padding-bottom:12px}.inner-page .header-top{padding-top:12px}header.fixed .header-top{padding:12px 0}.header-top-right{gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-top-right .btn{background:transparent!important;padding:0;font-size:16px}body.light-theme .header-top-right .btn{background:transparent!important;color:var(--dark)}.header-links-divider{display:block;color:var(--white)}body.light-theme .header-links-divider{color:var(--dark)}.page-top-container{border-radius:8px}.hero{padding-bottom:75px}.hero-content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.hero-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.hero-title{font-size:36px;margin-bottom:16px}.hero-subtitle{font-size:18px;margin-bottom:36px}.hero-btn{width:100%}.interface-slider-btns{display:none}.hero-img{margin:0 auto}.section{padding:16px 0}.c-togglers,.premade-dates-wrap{width:100%}.server-calc-wrap{padding:0;border-radius:8px;background:transparent}.server-calc-top .link{display:none}.service-calc-group{width:100%}.service-calc-form-fields{gap:16px;margin-top:24px;margin-bottom:32px}.service-calc-group-info{margin-bottom:4px}.service-calc-form .btn{width:100%}.service-calc-policy{font-size:14px}.service-calc-main .link-mob{display:block;margin-top:60px;font-size:18px;font-weight:600}.server-calc{background:var(--white);border-radius:8px;padding:24px}.server-calc-info{padding:24px 24px 0;border-radius:8px}.server-calc-wrap h3{font-size:21px}.server-calc-info-item:not(:last-child){margin-bottom:15px}.server-calc-info-item_title{font-size:14px}.server-calc-info-item-values{font-size:16px}.server-calc-info-item_price{font-size:21px}.server-calc-info-item-values>div{gap:10px}.server-calc-info-item.server-calc-info-extra{border-top:1px solid var(--bg-color-hover);margin-top:24px}.server-calc-info-extra .server-calc-info-item_title{margin-bottom:21px}.section-title{text-align:left}.section-title.text-center{text-align:center}.hosting-info{padding:0;border-radius:0;background:transparent}.hosting-info-main{background:var(--white);border-radius:8px;padding:24px}.hosting-info-main-top{gap:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hosting-info-main-desc h3{font-size:24px}.hosting-info-main-desc>div{font-size:14px}.hosting-info-main-top .link{display:none}.hosting-pros-item{padding:16px;gap:12px;border-radius:8px;width:100%}.hosting-info-main-mid{margin-bottom:40px}.hosting-info-main-extra{font-size:14px}.hosting-info-main .btn{-ms-flex-item-align:stretch;align-self:stretch}.hosting-info-inner .link-mob{display:block;font-size:18px;font-weight:600;margin-top:60px}.hosting-info-total{padding:24px 24px 0}.service-domain-wrap{padding:0;border-radius:8px;background:transparent}.service-domain-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:var(--white);padding:24px;border-radius:8px;max-width:100%}.domain-search-form-group .btn{font-size:0;padding:0;width:50px;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}.domain-search-form-group .btn:before{content:"";display:block;width:10px;height:10px;background-image:url(../images/icons/chevron-right.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.domain-search-form-zones{gap:16px;margin-top:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.domain-search-total{padding:24px;border-radius:8px}.domain-search-total h3{font-size:21px}.domains-order{margin-top:28px}.domain-search-results{margin-top:60px}.domain-search-result{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:50px}.domain-search-result-actions .domain-search-result-price_current,.domain-search-result-actions .domain-search-result-price_old,.domain-search-result-actions .link{display:none}.domain-search-result-btn{width:52px;height:52px;padding:16px;border-radius:8px}.domain-sr-prices{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin:12px 0}.domain-search-result-help{margin-top:16px}.domain-sr-prices .link{font-size:14px}.sale-item{border-radius:8px;padding:24px}.sale-item-desc{font-size:14px}.company-pros-group,.company-pros-wrap{gap:8px}.company-pros{border-radius:8px}.company-pros.pros-big{padding:24px}.company-pros.pros-big .company-pros-title{font-size:21px}footer{margin-top:0}.footer-wrap,.prefooter-img{border-radius:8px}.footer-wrap{padding:24px 0}.modal{padding:24px;border-radius:8px}.docs-accordeon,.tabs-togglers-wrap{padding:20px 24px;border-radius:8px}.docs-accordeon-body{padding-top:24px;padding-bottom:0}.doc-item{font-size:14px;padding:16px 0}.faq-item{padding:20px 0;font-size:14px}.faq-item-body{padding-top:20px}}.ajax-content{position:relative;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.ajax-content.loading{opacity:.4}.back-link{font-size:21px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-bottom:40px}.back-link .icon{rotate:180deg;width:1.14em;height:1.14em}.blog-post__content h1,.blog-post__h1{font-weight:600;margin-bottom:40px;line-height:1.25}@media (max-width:767px){.blog-post__content h1,.blog-post__h1{font-size:32px;margin-bottom:28px}}@media (min-width:768px){.blog-post__content h1,.blog-post__h1{font-size:52px}}.blog-post__content{max-width:1077px;line-height:1.6}.blog-post__content .lead{line-height:1.5}.blog-post__content h2{font-weight:600;line-height:1.5;margin-bottom:24px}.blog-post__content h2:first-child{margin-top:0}.blog-post__content h3{font-size:18px;margin-bottom:20px;font-weight:700}.blog-post__content p{margin:0 0 1.33em}.blog-post__content img{border-radius:20px;overflow:hidden;height:auto;margin-bottom:40px}.blog-post__content blockquote{background:rgba(27,77,152,.2);border-radius:12px;padding:32px}.blog-post__content blockquote p:last-child{margin-bottom:0}@media (max-width:767px){.blog-post__content .lead{font-size:18px}.blog-post__content h2{font-size:21px;margin-top:28px}.blog-post__content blockquote{margin:28px 0}}@media (min-width:768px){.blog-post__content .lead{font-size:24px}.blog-post__content h2{font-size:24px;margin-top:40px}.blog-post__content blockquote{margin:40px 0}}.blog-post__hero{position:relative;min-height:100px}.blog-post__hero-tags{bottom:0;left:0;width:100%;gap:12px}.blog-post__hero-tags .btn-share{margin-left:auto;position:relative}@media (max-width:539px){.blog-post__hero-tags{padding:16px 0 0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.blog-post__hero .btn-tag{background-color:#fff;height:56px}.blog-post__hero .btn-share{padding:16px}.blog-post__hero .btn-share .icon{width:24px;height:24px}}@media (min-width:540px){.blog-post__hero-tags{position:absolute}}@media (max-width:767px){.blog-post__hero{margin-bottom:40px;overflow:hidden}}@media (min-width:540px) and (max-width:767px){.blog-post__hero-tags{padding:20px}}@media (min-width:768px){.blog-post__hero{margin-bottom:60px}.blog-post__hero-tags{padding:32px 46px}}.btn-share>.ya-share2>.ya-share2__container>.ya-share2__list>.ya-share2__item{position:absolute;opacity:1;width:100%;height:100%;top:0;left:0}.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus,.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover,.ya-share2__link_more{opacity:0!important}.ya-share2{position:absolute;width:100%;height:100%}@media (max-width:767px){.blog-post__hero-wrapper{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}}@media (min-width:768px){.blog-post__hero-wrapper .blog-post__h1{margin-bottom:80px}}.bubble-list{padding:0;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.bubble-list li{font-size:14px;border:2px solid var(--bg-color)}.bubble-list .img-wrap{width:var(--img-width)}.bubble-list img{width:auto;max-width:var(--img-width)}.bubble-list .title-text{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}.bubble-list .title-text .title{font-weight:600}.bubble-list .title-text .text{color:var(--mute)}@media (max-width:767px){.bubble-list{--img-width:52px}.bubble-list li{gap:8px;padding:8px}}@media (min-width:768px){.bubble-list{--img-width:60px}.bubble-list li{gap:20px;padding:16px}}@media (min-width:768px){.bub-lists-container .gcs2 .bubble-list{-webkit-column-count:2;-moz-column-count:2;column-count:2;display:initial}.bub-lists-container .gcs2 .bubble-list li{margin-bottom:8px}}@media (max-width:767px){.bub-lists-container .card{padding:24px}}@media (min-width:768px){.bub-lists-container .card{padding:36px}}.bl__title{font-weight:600}@media (max-width:767px){.bl__title{margin-bottom:12px}}@media (min-width:768px){.bl__title{margin-bottom:24px}}.bonus-list{padding:0;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.bonus-list li{gap:20px;padding:16px;font-weight:600}.bonus-list .img-wrap{width:60px}.bonus-list img{width:auto;max-width:60px}@media (max-width:767px){.bonus-list li{font-size:14px}}@media (max-width:1023px){.bonus-list li{width:100%}}@media (min-width:1024px){.bonus-list li{width:calc(50% - 6px)}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0;margin:0 0 20px;font-size:21px;gap:24px}@media (max-width:767px){.breadcrumbs li:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.breadcrumbs li:first-child a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.breadcrumbs li:first-child a span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.breadcrumbs li:first-child .icon{rotate:180deg;width:24px;height:24px}.breadcrumbs li{display:none}}@media (min-width:768px){.breadcrumbs{-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs a,.breadcrumbs span{white-space:nowrap}.breadcrumbs a:after{content:"/";color:var(--dark);margin-left:24px}.breadcrumbs a .icon{display:none}}.crd{padding:24px 24px 16px;line-height:1.25;display:-webkit-box;display:-ms-flexbox;display:flex}.crd__img{overflow:hidden}.crd__title{font-weight:600;margin-bottom:20px}.crd__text{color:var(--mute)}.crd__box{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:539px){.crd{gap:20px}.crd__img{border-radius:18px}.crd__title{font-size:24px}.crd__box{border-radius:16px;padding:24px;gap:12px}}@media (min-width:540px){.crd{gap:30px}.crd__img{border-radius:20px}.crd__title{font-size:38px}.crd__box{border-radius:24px;padding:36px;gap:20px}}.crd__box-title{font-weight:600;margin-bottom:12px;line-height:1.25}@media (max-width:539px){.crd__box-title{font-size:32px}}@media (min-width:540px){.crd__box-title{font-size:42px}}.crd__box-text{color:var(--mute)}@media (max-width:539px){.crd__box-text{font-size:16px}}@media (min-width:540px){.crd__box-text{font-size:21px}}.crds{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:991px){.crds{gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.crds{gap:12px}}@media (min-width:992px){.crds2>.crd{width:calc(50% - 6px)}}.crd-hrz{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991px){.crd-hrz{padding:24px}}@media (min-width:992px){.crd-hrz{padding:40px}}.crd-hrz-2box .crd__boxes{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:539px){.crd-hrz-2box .crd__boxes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.crd-hrz-2box .cta-btn{width:100%;border-radius:12px}}@media (min-width:540px){.crd-hrz-2box .crd__boxes{gap:12px}}@media (max-width:991px){.crd-hrz-2box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.crd-hrz-2box{gap:80px}.crd-hrz-2box .crd__boxes{width:50%}}@media (max-width:539px){.crd-hrz-r{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (min-width:540px){.crd-hrz-r{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:539px){.crd-hrz-p32{padding:25px}}@media (min-width:540px){.crd-hrz-p32{padding:32px}}.crd-img-wrap .cta-img{aspect-ratio:1.354}.crd-img-wrap .cta-btn{margin-top:auto}.crd-img-wrap .cta-subtitle{margin-top:16px}.crd-img-wrap .cta-wrap{gap:40px}.crd-img-wrap .cta-wrap .cta-subtitle{margin-bottom:40px}@media (max-width:539px){.crd-img-wrap{gap:8px}.crd-img-wrap .cta-img{height:auto}.crd-img-wrap .cta-wrap{margin-top:8px}.crd-img-wrap .cta-subtitle{margin-bottom:0}.crd-img-wrap .cta-wrap{gap:40px}.crd-img-wrap:has(.crd-img_l) .crd__img{aspect-ratio:1.8}}@media (min-width:540px) and (max-width:991px){.crd-img-wrap{gap:12px}}@media (min-width:540px){.crd-img-wrap .cta-subtitle{margin-bottom:0}.crd-img-wrap .cta-wrap{gap:100px}.crd-img-wrap:has(.crd-img_l) .crd__img{aspect-ratio:1.3}}@media (min-width:992px){.crd-img-wrap{gap:12px}.crd-img-wrap .crd-img{width:calc(33.3% - 8px)}.crd-img-wrap:has(.crd-img_l) .crd-img{width:calc(29.4% - 12px)}.crd-img-wrap:has(.crd-img_l) .crd-img_l{width:41.2%}.crd-img-wrap .crd-img_l .crd__img{aspect-ratio:1.9508}}.crd-img img{max-height:279px}@media (max-width:539px){.crd-img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:28px}}@media (max-width:991px){.crd-img{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:540px) and (max-width:991px){.crd-img{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.crd-img .crd__img{width:44%;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:992px){.crd-img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.crd-img.crd{gap:0}}.checkbox-dot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px;position:relative}.checkbox-dot:before{width:16px;height:16px;background-color:var(--white)}.checkbox-dot:after,.checkbox-dot:before{content:"";display:block;-ms-flex-negative:0;flex-shrink:0;border-radius:2px}.checkbox-dot:after{width:10px;height:10px;background-color:var(--blue);opacity:0;position:absolute;top:calc(50% - 5px);left:3px;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.checkbox-dot input{display:none}.checkbox-dot:has(input:checked):after{opacity:1}.checkbox-field{cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:8px;padding-inline:24px;height:64px;background:var(--bg-color);border:4px solid var(--bg-color);-webkit-transition-duration:.2s;transition-duration:.2s}.checkbox-field input{display:none}.checkbox-field:has(input:checked){background-color:#fff}.checkbox-field:has(input:disabled){cursor:default;pointer-events:none;color:var(--grey)}.cp-guide{gap:8px}.cp-guide__item{color:var(--mute);line-height:1.5}.cp-guide__item-title{font-weight:600;line-height:125%;color:var(--dark);text-decoration:none;margin-bottom:12px;-webkit-transition:color .3s ease;transition:color .3s ease}.cp-guide__item-title:hover{color:var(--blue-hover)}.cp-guide__item p{margin:0 0 16px}.cp-guide__item .tags-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.cp-guide__tags{margin-top:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:767px){.cp-guide .btn-tag{padding:11px 21px;font-size:12px}}@media (max-width:1023px){.cp-guide__item{border-radius:8px;padding:24px;font-size:14px}.cp-guide__item-title{font-size:21px}.cp-guide__item .tags-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.cp-guide__tags{gap:8px}}@media (min-width:1024px){.cp-guide__item{border-radius:20px;padding:40px}.cp-guide__item-title{font-size:28px}.cp-guide__item .tags-wrapper{gap:8px}.cp-guide__tags{gap:12px}}@media (max-width:1023px){.cp-guide-toggler .toggler-list__item a{text-decoration:none;color:inherit;display:block}}@media (min-width:1024px){.cp-guide-toggler{display:none}}@media (max-width:1023px){.cp-guide-menu{display:none}}.crds-mansory,.crds-mansory2{gap:var(--pcc)}.crds-mansory2 .crd-mansory,.crds-mansory .crd-mansory{padding:20px;gap:var(--pcc)}.crds-mansory2 .crd-mansory .img-wrap img,.crds-mansory .crd-mansory .img-wrap img{width:auto}.crds-mansory2 .crd-mansory__text-wrap,.crds-mansory .crd-mansory__text-wrap{font-size:12px;color:var(--mute);line-height:1.5}.crds-mansory2 .crd-mansory__text-wrap p,.crds-mansory .crd-mansory__text-wrap p{margin-block:0}.crds-mansory2 .crd-mansory__title,.crds-mansory .crd-mansory__title{font-weight:600;color:var(--dark);line-height:1.25;display:block}.crds-mansory2 .crd-mansory__title_l,.crds-mansory .crd-mansory__title_l{font-weight:700}.crds-mansory2 .crd-mansory_6,.crds-mansory .crd-mansory_6{width:calc(50% - 6px)}.crds-mansory2 .crd-mansory_4,.crds-mansory .crd-mansory_4{width:calc(33.33% - 8px)}@media (max-width:999px){.crds-mansory2 .crd-mansory,.crds-mansory .crd-mansory{width:100%;padding:24px}.crds-mansory2 .crd-mansory__text-wrap,.crds-mansory .crd-mansory__text-wrap{padding:0;margin-right:auto}.crds-mansory2 .crd-mansory .img-wrap,.crds-mansory .crd-mansory .img-wrap{width:72px;margin-block:auto}.crds-mansory2 .crd-mansory .img-wrap img,.crds-mansory .crd-mansory .img-wrap img{max-width:72px}.crds-mansory2 .crd-mansory__title,.crds-mansory .crd-mansory__title{font-size:18px;margin-bottom:12px}.crds-mansory2 .crd-mansory__title_l,.crds-mansory2 .crd-mansory__title_m,.crds-mansory .crd-mansory__title_l,.crds-mansory .crd-mansory__title_m{font-size:24px}}@media (min-width:1000px) and (max-width:1219px){.crds-mansory2 .crd-mansory,.crds-mansory .crd-mansory{width:calc(50% - 6px)}}@media (min-width:1000px){.crds-mansory2 .crd-mansory__text-wrap,.crds-mansory .crd-mansory__text-wrap{padding:16px}.crds-mansory2 .crd-mansory__title,.crds-mansory .crd-mansory__title{font-size:24px;margin-bottom:16px}.crds-mansory2 .crd-mansory__title_l,.crds-mansory .crd-mansory__title_l{font-size:36px}.crds-mansory2 .crd-mansory__title_m,.crds-mansory .crd-mansory__title_m{font-size:28px}.crds-mansory2 .crd-mansory .img-wrap,.crds-mansory .crd-mansory .img-wrap{width:156px}.crds-mansory2 .crd-mansory .img-wrap img,.crds-mansory .crd-mansory .img-wrap img{max-width:156px}}@media (max-width:999px){.crds-mansory,.crds-mansory2{--pcc:8px}}@media (min-width:1000px){.crds-mansory,.crds-mansory2{--pcc:12px}}@media (max-width:999px){.crds-mansory .crd-mansory{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:1220px){.crds-mansory .crd-mansory{width:calc(31% - var(--pcc))}.crds-mansory .crd-mansory:nth-child(6n),.crds-mansory .crd-mansory:nth-child(6n+1){width:calc(38% - var(--pcc))}}@media (max-width:999px){.crds-mansory2 .crd-mansory{gap:16px}}.crd-mansory__text-wrap_short_text{max-width:450px}.cta-info{padding:20px 0 20px 20px}.cta-info.lead,.cta-info .lead{line-height:1.5}.cta-info.lead p,.cta-info .lead p{margin-top:0;margin-bottom:2em}.cta-info.lead p:last-child,.cta-info .lead p:last-child{margin-bottom:0}@media (max-width:991px){.cta-info.lead,.cta-info .lead{font-size:18px}}@media (min-width:992px){.cta-info.lead,.cta-info .lead{font-size:24px}}@media (max-width:991px){.cta-wrap_text .cta-info{padding:0}}.cta-title{font-weight:600}@media (max-width:539px){.cta-title{font-size:44px}}@media (min-width:540px){.cta-title{font-size:24px}}.cta-title-light{font-size:42px;line-height:1.25}@media (max-width:539px){.cta-title-light{font-size:21px}}@media (min-width:540px) and (max-width:991px){.cta-title-light{font-size:30px}}@media (min-width:992px){.cta-title-light{font-size:36px}}@media (max-width:539px){.cta-title_s{font-size:18px}}@media (min-width:540px){.cta-title_s{font-size:22px}}@media (max-width:539px){.cta-title_m{font-size:21px}}@media (min-width:540px) and (max-width:991px){.cta-title_m{font-size:30px}}@media (min-width:992px){.cta-title_m{font-size:36px}}@media (max-width:991px){.cta-title_l{font-size:32px}}@media (min-width:992px){.cta-title_l{font-size:44px}}.cta-wrap{padding:24px;border-radius:24px;gap:180px}@media (max-width:539px){.cta-wrap{border-radius:20px}}@media (max-width:991px){.cta-wrap{gap:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px) and (max-width:1219px){.cta-wrap{gap:50px}}@media (min-width:1220px){.cta-wrap{gap:180px}}.cta-wrap_text{padding:40px}@media (max-width:991px){.cta-wrap_text{gap:0}}@media (min-width:992px) and (max-width:1219px){.cta-wrap_text{gap:20px}}@media (min-width:1220px){.cta-wrap_text{gap:100px}}@media (max-width:991px){.cta-wrap_mobile-full{background:none;padding:0;border-radius:0}}.cta-subtitle{color:var(--mute);line-height:1.5}@media (max-width:539px){.cta-subtitle{font-size:14px}}@media (max-width:991px){.cta-subtitle{margin-top:16px;margin-bottom:24px}}@media (min-width:992px){.cta-subtitle{margin-top:28px;margin-bottom:75px}}.cta-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cta-img,.cta-text{width:50%;-ms-flex-negative:0;flex-shrink:0;border-radius:24px}.cta-img img{height:auto}.cta-text{line-height:150%;color:var(--mute)}@media (max-width:991px){.cta-text{font-size:14px}}@media (max-width:991px){.cta-img{height:370px}.cta-img,.cta-text{width:100%}}.d-cntr-title-block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-cntr-title-block .section-title{max-width:42rem}.d-cntr-title-block .section-subtitle{max-width:37rem}.service-option-round-flag{border-radius:50%;overflow:hidden;width:2.25rem;height:2.25rem;margin-right:12px}.dataCenterAjaxBlock .crds-mansory2,.dataCenterAjaxBlock .interface-slider-wrap{margin-top:20px}.d-cntr-cards-block .cta-subtitle p{margin:0}@media (max-width:991px){.d-cntr-cards-block .cta-subtitle{margin-bottom:0}}@media (min-width:992px){.d-cntr-cards-block .cta-subtitle{margin-bottom:0;margin-top:60px}}@media (max-width:991px){.d-cntr-cards-block .cta-info{padding:0}}@media (max-width:991px){.d-cntr-cards-block .cta-img{height:auto}}@media (min-width:992px){.d-cntr-cards-block .crd-mansory__title{font-size:28px}}@media (max-width:991px){.d-cntr-cards-block .crd-mansory{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.d-cntr-cards-block .crd-mansory .img-wrap{margin-block:0}}@media (max-width:767px){.dn-switch-header{display:none}}@media (min-width:768px){.dn-switch-header{margin-left:auto}.dn-switch-header label{cursor:pointer;position:relative;border-radius:8px;width:55px;height:55px;display:block}.dn-switch-header label svg{width:100%;height:100%}.dn-switch-header input{opacity:0}.dn-switch-header .day,.dn-switch-header .night{-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;position:absolute;height:100%;top:0;left:0;padding:15px}body.dark-theme .dn-switch-header label{background:var(--dark-half);color:var(--white)}body.dark-theme .dn-switch-header .day{opacity:1}body.dark-theme .dn-switch-header .night{opacity:0}body.light-theme .dn-switch-header label{background:var(--white)}body.light-theme .dn-switch-header .day{opacity:0}body.light-theme .dn-switch-header .night{opacity:1}}.how_partner-container{margin-top:40px}@media (max-width:539px){.how_partner-container .crd__img{width:154px}.how_partner-container .crd__text{margin-top:12px}}@media (max-width:991px){.how_partner-container{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}.how_partner-container .section-header{display:contents}.how_partner-container .section-header .cta-btn{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:500px;margin-inline:auto}.how_partner-container .section-header .section-title{margin-bottom:12px}}.inner-page-body .section-title{text-align:left}@media (min-width:768px){.inner-page-body .section-title.tac{text-align:center}}.js-select-ext.nice-select .current,.js-select-ext.nice-select .option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.js-select-ext.nice-select .current img,.js-select-ext.nice-select .option img{width:24px}.js-select-ext.nice-select .current .gray,.js-select-ext.nice-select .option .gray{display:inline-block;margin-left:16px;color:var(--mute)}.js-select-ext.nice-select .current :has(.right),.js-select-ext.nice-select .option :has(.right){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.js-select-ext.nice-select .option>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.multi-select-container{position:relative;min-height:64.4px}.multi-select-container .current{position:absolute;inset:0;padding:inherit}.multi-select-menu{width:100%!important}.multi-select-menuitem.checkbox-dot .gray{display:inline-block;margin-left:auto;color:var(--mute);font-size:14px}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:24px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{width:100%;background-color:var(--bg-color);border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:24px;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:3}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{color:var(--blue)}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.nice-select .option{font-size:16px}.nice-select .option.selected.focus{color:var(--dark)}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;color:var(--white)}.logo:before{content:"";display:block;width:55px;aspect-ratio:1;border-radius:12px;background-color:var(--white);background-image:url(../images/flower.svg);background-size:38px;background-position:50%;background-repeat:no-repeat}@media (max-width:1219px){.logo:not(.footer-logo) .icon{display:none}}@media (min-width:1220px){.logo .icon{width:129px;height:24px}}.footer-logo.logo,body.light-theme .logo{color:var(--dark)}.footer-logo.logo:before{background-color:none}@media (max-width:1219px){.footer-logo.logo{gap:12px}.footer-logo.logo:before{background-size:39px;width:40px}.footer-logo.logo .icon{width:93px;height:18px}}@media (min-width:540px){.footer-logo.logo{gap:16px}.footer-logo.logo:before{background-size:53px}}.news-item{height:auto!important;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px;color:inherit;text-decoration:none;border-radius:24px;border:1px solid var(--white)}.news-item:hover{border-color:var(--blue)}.news-item-img{height:165px;border-radius:20px;border:1px solid var(--bg-color);overflow:hidden}.news-item:hover .news-item-img{border-color:var(--blue)}.news-item-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:40px}.news-item-date{color:var(--mute)}.news-item-title{font-size:28px;font-weight:600;line-height:1.25;margin-top:12px;margin-bottom:55px}.news-item-action{gap:12px;margin-top:auto}.news-item-tag{padding:16px 24px;border-radius:8px}.news-item-read{width:56px;height:56px;border-radius:8px;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;border:none}.news-item-read:hover{background:var(--bg-color-hover)}@media (max-width:1220px){.news-item-title{font-size:20px;margin-bottom:35px}.news-item-tag{padding:8px 16px}.news-item-read{width:36px;height:36px}}@media (max-width:992px){.news-item.swiper-slide{width:330px;-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.news-list{gap:12px}@media (max-width:992px){.news-list{gap:0}}.news-row{gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:12px}.news-row .news-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:539px){.news-row .news-item{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (min-width:540px) and (max-width:999px){.news-row .news-item{-ms-flex-preferred-size:calc((100% - 24px) / 2);flex-basis:calc((100% - 24px) / 2)}}@media (min-width:1000px){.news-row .news-item{-ms-flex-preferred-size:calc((100% - 24px) / 3);flex-basis:calc((100% - 24px) / 3)}}@media (max-width:999px){.news-row_mans .news-item:first-child,.news-row_mans .news-item:nth-child(10n){-ms-flex-preferred-size:100%;flex-basis:100%}}@media (min-width:1000px){.news-row_mans .news-item:first-child,.news-row_mans .news-item:nth-child(10n){-ms-flex-preferred-size:calc((100% - 12px) / 3 * 2);flex-basis:calc((100% - 12px) / 3 * 2)}}.news-top{gap:20px;padding:24px;border-radius:24px}.news-filters{background:var(--bg-color);padding:4px;border-radius:8px}.news-filter{padding:16.5px 24px;text-decoration:none;color:var(--mute);border-radius:6px;-webkit-transition:all .35s ease;transition:all .35s ease}.news-filter.active,.news-filter:hover{background:var(--white)}.news-filter.active{color:var(--dark)}.news-top .c-togglers label{white-space:nowrap;padding-inline:20px}.news-top .c-toggler{-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:768px) and (max-width:849px){.news-top .nice-select.theme-select{padding:20.5px 40px 20.5px 15px}}.news-wrapper .pagination,.pdoNewsForm input[type=radio]{display:none}.to-news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;color:inherit;padding:24px;margin-top:12px;border-radius:8px;border:1px solid var(--white);font-size:inherit;width:100%}.to-news:hover{border-color:var(--blue)}.right-bar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1023px){.right-bar-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}@media (min-width:1024px){.right-bar-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}}.right-bar__aside .btn{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.right-bar__aside .btn-white{background-color:var(--white);color:var(--mute)}@media (max-width:1023px){.right-bar__aside{width:100%}}@media (min-width:1024px){.right-bar__aside{width:351px;-ms-flex-negative:0;flex-shrink:0;position:sticky;padding:8px;top:1rem;background-color:var(--white)}}.section-header.jcsb .section-subtitle{color:var(--mute)}@media (min-width:992px){.section-header.jcsb{gap:2rem}.section-header.jcsb .section-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.section-header.jcsb .section-subtitle{-webkit-box-flex:0.7;-ms-flex:0.7;flex:0.7;font-size:21px}}.thanks-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.thanks-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:4rem}}@media (min-width:768px){.thanks-wrap{gap:16px}.thanks-wrap .col{width:50%}}.thanks__title{font-weight:600;font-size:36px;line-height:125%;color:var(--dark)}.thanks__img{aspect-ratio:712/508}.thanks-text{max-width:503px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:150%;color:var(--mute)}@media (max-width:1219px){.thanks-text .btn{margin-top:4rem}}@media (min-width:1220px){.thanks-text{min-height:351px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.thanks-text .btn{margin-top:auto}}.toggler{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:20px;background:var(--white);padding:24px;border-radius:8px}@media (max-width:767px){.toggler{font-weight:600;font-size:14px}}.toggler:after{content:"";display:block;width:12px;height:12px;background-image:url(../images/icons/chevron-down-dark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.toggler.active:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.toggler_current{gap:12px}.toggler-list{border-bottom:none;display:none;background:var(--white);border-radius:8px;padding:12px 24px;margin-top:8px}.toggler-list__item{padding:12px 0}@media (min-width:768px){.hide-desk{display:none}}@media (max-width:767px){.hide-mobile{display:none}}.xlike__link{color:var(--dark)}.xlike__link_active{color:var(--orange)}.xlike__link_active .icon{fill:currentColor}.xlike__link:active{color:var(--orange-hover)}
/*# sourceMappingURL=style.min.css.map */
