@charset "UTF-8";*{font-family:Roboto,Helvetica Neue,sans-serif;box-sizing:border-box}body{margin:0;font-weight:400;overflow-x:hidden}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:inherit}button{all:unset;cursor:pointer;box-sizing:border-box}.container{max-width:1260px;padding:0 24px;margin:0 auto}@media (max-width: 768px){.container{padding:0 16px}}.header{margin-top:32px}.header__main-wrapper{height:80px;background-color:#f9f8f6;border-radius:16px}.header__wrapper{display:flex;gap:32px;align-items:center;height:100%;padding:0 16px}.header__logo{width:95px}.header__inner-wrapper{display:flex;justify-content:space-between;width:100%}.header__additional-wrapper{display:flex;gap:32px;align-items:center}.header__menu-item{color:#474d66;font-weight:600;font-size:18px}.header__menu-item--relative{position:relative;display:flex;align-items:center;gap:6px}.header__menu-item--relative:hover{color:#ff5757}.header__menu-item--relative:hover .header__services{display:flex}.header__menu-item--relative:hover .header__arrow{display:none}.header__menu-item--relative:hover .header__arrow-main{display:block}.header__services{position:absolute;z-index:2;top:0;left:-16px;display:none;padding-top:58px}.header__services-wrapper{background-color:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.header__service-item{padding:16px;border-radius:16px;width:322px}.header__service-item:hover{background-color:#f9f8f6}.header__service-item-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.header__service-title{color:#111827;font-weight:600;flex-shrink:0}.header__service-description{color:#6d7280;font-weight:400}.header__arrow-main,.header__menu-image{display:none}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:800px;z-index:999;background-color:#00000080;padding-left:800px;transition:padding-left .3s;display:none}.header__overlay--active{padding-left:16px;left:0}.header__mobile{background-color:#f9f8f6;width:100%;height:100%;padding:32px 16px 42px;display:flex;flex-direction:column}.header__close-button{margin-left:auto;margin-bottom:24px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.header__mobile-services-wrapper{color:#474d66;margin-bottom:24px;height:20px;overflow:hidden;cursor:pointer}.header__mobile-services-wrapper--active{height:160px}.header__mobile-menu-item{font-size:18px;font-weight:600;color:#474d66}.header__mobile-menu-item--with-margin{margin-bottom:24px}.header__mobile-menu-item--active{color:#ff5757}.header__mobile-menu-subitem{display:block;font-weight:500;margin-bottom:8px;line-height:24px}.header__mobile-services-inner-wrapper{display:flex;justify-content:space-between;margin-bottom:16px}.header__login{color:#474d66;font-weight:600;text-align:center}.header__mobile-button{width:256px;margin:0 auto 16px}@media (max-width: 768px){.header{margin-top:0}.header__main-wrapper{background-color:#fff}.header__inner-wrapper{display:none}.header__wrapper{justify-content:space-between}.header__menu-image,.header__overlay{display:block}}.button{background-color:#ff5757;border-radius:100px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;border:2px solid transparent;transition:.3s ease;flex-shrink:0;gap:8px}.button:hover{transform:scale(1.1)}.button--s{height:42px;padding:0 16px}.button--m{height:48px;padding:0 48px}.button--l{height:56px;padding:0 55px}.button--outline{background-color:transparent;border-color:#ff5757;color:#ff5757}.button--link{width:fit-content}.text-input{border:1px solid #D8DAE5;border-radius:8px;height:42px;padding:0 12px;width:100%;margin-top:8px;outline:none}.text-input--error{border-color:#ff5757}.text-input::placeholder{font-size:14px;color:#6d7280}.text-input__label{font-weight:600;color:#474d66;position:relative}.text-input__label-text--required{position:relative}.text-input__label-text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.text-input__error{position:absolute;top:70px;left:0;color:#ff5757;font-weight:400}.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #6D7280;border-radius:4px;cursor:pointer;position:relative;background-color:#fff}.checkbox:checked{background-color:#ff5757;border-color:#ff5757}.checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:7px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='7'%20viewBox='0%200%2010%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%200C8.72%200%208.47%200.11%208.29%200.29L4%204.59L1.71%202.29C1.53%202.11%201.28%202%201%202C0.45%202%200%202.45%200%203C0%203.28%200.11%203.53%200.29%203.71L3.29%206.71C3.47%206.89%203.72%207%204%207C4.28%207%204.53%206.89%204.71%206.71L9.71%201.71C9.89%201.53%2010%201.28%2010%201C10%200.45%209.55%200%209%200Z'%20fill='white'/%3e%3c/svg%3e")}.checkbox__wrapper{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.checkbox__label{-webkit-user-select:none;user-select:none}.checkbox__label--grey{color:#6d7280}.checkbox__label--black{color:#000}.password-input{border:1px solid #D8DAE5;border-radius:4px;height:42px;padding:0 12px;width:100%;margin-top:8px}.password-input--error{border-color:#ff5757}.password-input::placeholder{font-size:14px}.password-input__label{position:relative;font-weight:600;color:#474d66}.password-input__button{position:absolute;top:40px;right:13px}.password-input__label-text--required{position:relative}.password-input__label-text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.password-input__error{position:absolute;top:70px;left:0;color:#ff5757;font-weight:400}.select{border:1px solid #D8DAE5;border-radius:8px;height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:#fff;font-size:14px}.select__wrapper{display:flex;flex-direction:column;gap:8px;position:relative}.select__label{font-weight:600;color:#474d66;width:fit-content}.select__label--required{position:relative}.select__label--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.select__value.select__placeholder{color:#6d7280}.select__arrow{margin-left:8px}.select__arrow--open{transform:rotate(180deg)}.select__options{position:absolute;top:50px;left:0;right:0;background-color:#fff;border:1px solid #D8DAE5;border-radius:8px;z-index:10;list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto;box-shadow:0 4px 8px #00000014;width:max-content;min-width:100%}.select__options--with-label{top:74px}.select__option{padding:10px 12px;cursor:pointer;font-size:14px}.select__option:hover{background-color:#f9f8f6}.select__option.selected{background-color:#e6f0ff;font-weight:500}.footer{background-color:#f9f8f6;min-height:418px;padding:40px 0}.footer__top{display:flex;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid #E9E7E3;margin-bottom:30px}.footer__logo{margin-bottom:24px}.footer__text{color:#6d7280;font-size:16px;line-height:1.5;max-width:416px;margin-bottom:24px}.footer__social-wrapper{display:flex;gap:16px}.footer__menu-wrapper,.footer__left-column-wrapper{display:flex;gap:64px}.footer__menu-title{font-size:20px;color:#2d2e2e;margin-bottom:16px}.footer__menu-item{display:block;font-size:16px;color:#2d2e2e;margin-bottom:16px}.footer__input{margin-bottom:16px;width:100%}.footer__bottom{display:flex;justify-content:space-between;align-items:center}.footer__rights{color:#2d2e2e}.footer__links-wrapper{display:flex;gap:32px}.footer__link{color:#122b3d;text-decoration:underline}.footer__button{color:#ff5757;display:flex;align-items:center;font-weight:500}@media (max-width: 1024px){.footer__top,.footer__bottom{flex-direction:column;gap:32px}.footer__menu-wrapper{justify-content:space-between}}@media (max-width: 600px){.footer__bottom{align-items:flex-start}.footer__rights{order:1}.footer__links-wrapper{flex-wrap:wrap;gap:24px}.footer__links-wrapper{order:-1}.footer__menu-wrapper{flex-direction:column;gap:32px}}.auth{display:flex}.auth__wrapper{background-color:#f9f8f6;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.auth__image{min-height:100vh;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center}.auth__content-wrapper{padding:16px;width:500px}.auth__inner-wrapper{margin-bottom:24px}.auth__logo{margin-bottom:32px}.auth__title{font-size:48px;color:#0f1819;margin-bottom:32px}.auth__form{display:flex;flex-direction:column}.auth__label{font-weight:600;color:#474d66;margin-bottom:8px}.auth__input,.auth__login-button{margin-bottom:24px}.auth__link-text-wrapper{text-align:center;margin-bottom:32px}.auth__forgot-text{font-weight:600;color:#0f1819}.auth__google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;height:56px;border:1px solid #D7D7D7;border-radius:100px;font-weight:600;font-size:18px;color:#0f1819;margin-bottom:24px;transition:.3s ease}.auth__google-button:hover{transform:scale(1.1)}.auth__link-text{color:#ff5757}.auth__bottom-wrapper{display:flex;align-items:center;justify-content:center;gap:5px}.auth__bottom-wrapper--margin-bottom{margin-bottom:16px}.auth__link{font-weight:600;color:#ff5757;text-decoration:underline}.auth__input-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth__buttons-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px}.auth__password-wrapper{position:relative}.auth__password-wrapper:before{content:"";position:absolute;top:50%;right:-32px;transform:translateY(-50%) rotate(45deg);background-color:#474d66;width:20px;height:20px;border-bottom-left-radius:10px;z-index:2}.auth__requirments{position:absolute;top:50%;right:-342px;transform:translateY(-50%);border-radius:16px;padding:24px;background-color:#474d66;width:320px}.auth__requirments-title{color:#f3f6ff;margin-bottom:8px}.auth__check-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:4px}.auth__text{color:#ebf0ff;line-height:1.6}.auth__empty-cicrle{width:16px;height:16px;border-radius:50%;border:1px solid #6D7280}@media (max-width: 768px){.auth__image{background:none;width:0}.auth__content-wrapper{width:100%}.auth__logo{display:block;margin:0 auto 42px}.auth__title{font-size:32px}.auth__login-button{margin-bottom:8px}.auth__input-wrapper,.auth__buttons-wrapper{grid-template-columns:1fr;gap:0}}.dashboard-header{position:relative}.dashboard-header__container{height:80px;max-width:1440px;padding:0 24px;margin:0 auto;display:flex}.dashboard-header__logo{margin-right:180px;width:95px}.dashboard-header__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard-header__inner-wrapper{display:flex;gap:32px}.dashboard-header__menu-link{font-weight:600;font-size:18px;color:#474d66}.dashboard-header__icons-wrapper{display:flex;gap:8px}.dashboard-header__wishlist-link{width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center}.dashboard-header__wishlist-link:after{content:"2";position:absolute;top:7px;left:25px;width:18px;height:18px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:8px}.dashboard-header__user-menu{position:absolute;top:90px;right:0;z-index:2;background-color:#fff;border-radius:8px;padding:8px 8px 16px;width:200px;box-shadow:0 4px 8px 3px #00000026}.dashboard-header__user-menu-list{margin:0 0 16px;padding:0;border-bottom:1px solid #D8DAE5}.dashboard-header__user-menu-item{list-style:none;margin-bottom:16px;font-weight:500}.dashboard-header__log-out{color:#ff5757;font-weight:500}.dashboard-header__menu-image{display:none}.dashboard-header__overlay{position:fixed;top:0;right:0;bottom:0;left:800px;z-index:999;background-color:#00000080;padding-left:800px;transition:padding-left .3s;display:none}.dashboard-header__overlay--active{padding-left:16px;left:0}.dashboard-header__mobile{background-color:#f9f8f6;width:100%;height:100%;padding:32px 16px 42px;display:flex;flex-direction:column}.dashboard-header__close-button{margin-left:auto;margin-bottom:24px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.dashboard-header__mobile-menu-item{font-size:18px;font-weight:600;color:#474d66}.dashboard-header__mobile-menu-item--with-margin{margin-bottom:24px}.dashboard-header__mobile-menu-item--active{color:#ff5757}.dashboard-header__mobile-line{height:1px;width:100%;background-color:#d8dae5;margin-bottom:24px}.dashboard-header__mobile-log-out{color:#ff5757;font-weight:500;font-size:18px}@media (max-width: 768px){.dashboard-header__container{padding:0 16px}.dashboard-header__menu-image{display:block}.dashboard-header__inner-wrapper,.dashboard-header__icons-wrapper{display:none}.dashboard-header__overlay{display:block}}.hero{padding-top:56px;margin-bottom:48px;text-align:center;position:relative}.hero__bg-image{position:absolute;left:50%;transform:translate(-50%);top:-112px;z-index:-1}.hero__title{font-size:64px;line-height:72px;max-width:864px;margin:0 auto 24px}.hero__description{color:#474d66;font-size:20px;line-height:28px;margin:0 auto 40px;max-width:689px}.hero__button{margin:0 auto 88px}@media (max-width: 768px){.hero{margin:32px 0;text-align:left;position:relative}.hero__bg-image{display:none}.hero__title{font-size:32px;line-height:40px;margin-bottom:16px}.hero__description{font-size:18px;line-height:28px;margin-bottom:32px}.hero__button{margin:0 0 48px}}@media (max-width: 480px){.hero__partners-image{margin-left:-146px}}.marketplace{display:flex;justify-content:center;align-items:center;margin-bottom:42px}.marketplace__image{width:100%;height:100%}@media (max-width: 768px){.marketplace{margin-bottom:40px}}.mediaPeachy{margin:95px 0}.mediaPeachy__block{background-color:#122b3d;border-radius:24px;display:flex;justify-content:center;align-items:center;padding:56px 42px 56px 73px;gap:60px}.mediaPeachy__title{font-size:48px;margin-bottom:24px;color:#fff}.mediaPeachy__span{color:#ff5757}.mediaPeachy__text{display:block;margin-bottom:48px;color:#d8dae5;line-height:28px}.mediaPeachy__img{width:478px;height:352px}@media (max-width: 1024px){.mediaPeachy__img{display:none}}@media (max-width: 768px){.mediaPeachy{margin:32px 0 54px}.mediaPeachy__block{padding:32px 24px 40px}.mediaPeachy__title{font-size:32px;margin-bottom:16px;color:#fff}.mediaPeachy__text{font-size:16px}}.partners{background-color:#f9f8f6;height:105px;overflow-x:scroll;margin-bottom:48px}.partners__wrapper{display:flex;align-items:center;justify-content:space-between;gap:32px}.clients-say{background-color:#f9f8f6;padding:48px 0 56px;width:100vw;overflow:hidden}.clients-say__title{font-size:48px;text-align:center;margin-bottom:58px}.clients-say__wrapper{display:flex;width:max-content}.clients-say__wrapper--first{margin-bottom:24px;animation:scroll-right 20s linear infinite}.clients-say__wrapper--second{margin-bottom:48px;animation:scroll-left 20s linear infinite}.clients-say__image{width:548px;height:395px;margin-right:32px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-1740px)}}@keyframes scroll-right{0%{transform:translate(-1740px)}to{transform:translate(0)}}@media (max-width: 768px){.clients-say__title{font-size:24px;margin-bottom:32px}.clients-say--mobile-hidden{display:none}.clients-say__image{display:block;margin:0 auto;max-width:548px;width:100%;height:auto}.clients-say__image.clients-say--mobile-hidden{display:none}.clients-say__wrapper{animation:none}.clients-say__wrapper--first{margin-left:0;margin-bottom:24px}}.how-we-work{background-color:#122b3d;padding:48px 0 75px}.how-we-work__title{font-size:48px;text-align:center;color:#fff;margin-bottom:40px}.how-we-work__buttons-wrapper{padding-left:116px;display:flex;gap:40px;overflow-x:scroll;margin-bottom:80px;scrollbar-width:none;-ms-overflow-style:none}.how-we-work__buttons-wrapper::-webkit-scrollbar{display:none}.how-we-work__button{font-size:20px;font-weight:500;color:#fff;padding-bottom:14px;border-bottom:2px solid transparent;flex-shrink:0}.how-we-work__button--active{color:#ff5757;border-bottom-color:#ff5757}.how-we-work__content-wrapper{display:flex;justify-content:space-between;align-items:center;gap:40px}.how-we-work__inner-wrapper{max-width:432px;width:100%}.how-we-work__content-title{font-size:24px;font-weight:500;line-height:32px;margin-bottom:16px;color:#fff}.how-we-work__content-text{font-size:16px;line-height:24px;margin-bottom:32px;color:#cecece}.how-we-work__content-image{width:477px;height:389px}@media (max-width: 768px){.how-we-work{padding:32px 0 48px}.how-we-work__title{font-size:24px;margin-bottom:16px}.how-we-work__buttons-wrapper{padding-left:16px;margin-bottom:32px}.how-we-work__content-wrapper{flex-direction:column}.how-we-work__content-image{width:342px;height:310px}}@media (min-width: 2000px){.how-we-work__buttons-wrapper{justify-content:center}}.services{padding:56px 0 120px;background-color:#f9f8f6}.services__content{margin:0 auto 64px;text-align:center;max-width:600px}.services__title{font-size:48px;margin-bottom:17px}.services__text{font-size:20px;color:#474d66}.services__wrapper{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center}.services__block{padding:24px 24px 40px 32px;background-color:#fff;border-radius:32px;height:360px;max-width:488px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.services__block:hover .services__link{transform:scale(1.2)}.services__link{width:80px;height:80px;border-radius:50%;background-color:#ff5757;display:flex;justify-content:center;align-items:center;position:absolute;top:24px;right:24px;transition:.3s ease}.services__bottom-title{font-size:24px;margin-bottom:8px}.services__bottom-text{font-size:16px;color:#6d7280}@media (max-width: 768px){.services{padding:32px 0 40px}.services__content{text-align:start;margin-bottom:32px}.services__title{font-size:32px}.services__text{font-size:18px}.services__block{padding:16px 16px 32px;height:297px}}.about-hero{padding:78px 0 92px}.about-hero__wrapper{display:flex;align-items:center;gap:20px;justify-content:space-between}.about-hero__column-text{flex-shrink:1;width:525px}.about-hero__title{font-weight:800;font-size:48px;margin-bottom:24px;color:#2d2e2e}.about-hero__description{font-size:20px;line-height:28px;color:#474d66;margin-bottom:32px}.about-hero__column-image{flex-shrink:2;max-width:588px;max-height:512px}.about-hero__image{width:100%;height:100%}@media (max-width: 768px){.about-hero{padding:64px 0 60px}.about-hero__title{font-size:32px;margin-bottom:16px}.about-hero__description{font-size:18px}.about-hero__column-image{display:none}}.why-choose{padding:64px 0;background-color:#f9f8f6}.why-choose__title{font-size:48px;margin-bottom:64px;text-align:center}.why-choose__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-bottom:56px}.why-choose__item{border-radius:20px;box-shadow:34.85px 29.63px 48.34px #ffc7a21a;padding:40px 30px;background-color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:408px}.why-choose__image-wrapper{width:64px;height:64px;border-radius:20px;background-color:#f9f8f6;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.why-choose__item-title{font-weight:600;font-size:24px;margin-bottom:24px}.why-choose__item-description{line-height:1.5;color:#474d66}.why-choose__button{margin:0 auto}@media (max-width: 768px){.why-choose{padding:32px 0 48px}.why-choose__title{font-size:24px;margin-bottom:24px}.why-choose__wrapper{grid-template-columns:1fr}.why-choose__item{padding:24px 24px 32px;min-height:auto}}.team{padding:64px 0 88px}.team__title{font-size:48px;margin-bottom:64px;text-align:center}.team__wrapper{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.team__member{border:1px solid #000000;border-radius:32px;padding:40px 32px;display:flex;align-items:center;gap:24px}.team__member-image{width:88px}.team__member-title{font-size:32px;margin-bottom:10px}.team__member-description{font-size:18px;color:#6d7280;text-transform:uppercase}@media (max-width: 768px){.team{padding:32px 0 48px}.team__title{font-size:24px;margin-bottom:24px}.team__wrapper{gap:8px}}.get-in-touch{padding-bottom:100px}.get-in-touch__wrapper{background-color:#122b3d;border-radius:24px;height:445px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 96px}.get-in-touch__column-text{flex-shrink:1;width:472px}.get-in-touch__title{font-weight:800;font-size:48px;color:#fff;margin-bottom:24px}.get-in-touch__description{font-size:20px;line-height:28px;color:#6d7280;margin-bottom:40px}.get-in-touch__column-image{flex-shrink:3;max-width:429px;max-height:277px}.get-in-touch__image{width:100%;height:100%}@media (max-width: 1024px){.get-in-touch__wrapper{padding:0 48px}}@media (max-width: 768px){.get-in-touch{padding-bottom:64px}.get-in-touch__wrapper{padding:0 24px;height:304px}.get-in-touch__column-text{width:auto}.get-in-touch__title{font-size:32px;margin-bottom:16px}.get-in-touch__description{font-size:16px;line-height:24px;margin-bottom:24px}.get-in-touch__column-image{display:none}}.our-services{padding-bottom:74px}.our-services__title{font-size:40px;margin-bottom:64px;text-align:center}.our-services__wrapper{display:flex;justify-content:center;flex-wrap:wrap;margin:0 auto;max-width:1240px;padding:0 16px;gap:16px}.our-services__block{padding:24px 24px 40px 32px;background-color:#f9f8f6;border-radius:32px;height:359px;width:488px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.our-services__block:hover .our-services__link{transform:scale(1.2)}.our-services__link{width:80px;height:80px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;top:24px;right:24px;transition:.3s ease}.our-services__bottom-title{font-size:24px;margin-bottom:8px}.our-services__bottom-text{font-size:16px;color:#6d7280}@media (max-width: 768px){.our-services{padding-bottom:40px}.our-services__title{font-size:32px}.our-services__description{font-size:18px;margin-bottom:32px}.our-services__wrapper{justify-content:center}.our-services__block{padding:16px 16px 32px;height:297px}.our-services__block__img{max-height:73px}}.seo{padding-bottom:80px}.seo__title{font-size:48px;margin-bottom:20px;text-align:center}.seo__description{font-size:20px;text-align:center;color:#6d7280;max-width:597px;margin:0 auto 48px}.seo__buttons-wrapper{display:flex;gap:16px;justify-content:center;margin-bottom:40px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.seo__buttons-wrapper::-webkit-scrollbar{display:none}.seo__button{height:28px;padding:0 10px;border-radius:6px;font-weight:500;font-size:14px;color:#ff5757;background-color:#ff575726;opacity:.5}.seo__button--active{opacity:1}.seo__items-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:24px}.seo__items-wrapper--with-margin{margin-bottom:48px}.seo__bottom-button{margin:0 auto}@media (max-width: 1024px){.seo__items-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.seo{padding-bottom:40px}.seo__title{font-size:32px;margin-bottom:16px;text-align:left}.seo__description{font-size:18px;text-align:left;margin:0 auto 24px}.seo__buttons-wrapper{gap:8px;margin-bottom:24px;justify-content:flex-start}.seo__items-wrapper{grid-template-columns:1fr}.seo__items-wrapper--with-margin{margin-bottom:24px}}.blog-item{padding:8px;max-width:327px}.blog-item__tag{height:28px;width:fit-content;padding:0 10px;border-radius:6px;font-weight:500;font-size:14px;color:#ff5757;background-color:#ff575726;display:flex;align-items:center;margin-bottom:16px}.blog-item__image{width:100%;max-height:140px;border-radius:4px;margin-bottom:16px}.blog-item__title{font-weight:600;font-size:24px;line-height:28px;margin-bottom:20px}.blog-item__bottom-wrappper{display:flex;align-items:center}.blog-item__photo{width:36px;height:36px;border-radius:50%;margin-right:12px}.blog-item__name{font-weight:500;color:#6d7280;margin-right:20px}.blog-item__data{color:#6d7280}.unlock{padding-bottom:100px}.unlock__wrapper{background-color:#122b3d;border-radius:24px;height:445px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 64px}.unlock__column-text{flex-shrink:1;width:678px}.unlock__title{font-weight:800;font-size:48px;color:#fff;margin-bottom:24px}.unlock__description{font-size:20px;line-height:28px;color:#6d7280;margin-bottom:40px}.unlock__column-image{flex-shrink:3;max-width:377px;max-height:296px}.unlock__image{width:100%;height:100%}@media (max-width: 1024px){.unlock__wrapper{padding:0 24px}}@media (max-width: 768px){.unlock{padding-bottom:64px}.unlock__column-text{width:auto}.unlock__title{font-size:32px;margin-bottom:16px}.unlock__description{font-size:16px;line-height:24px;margin-bottom:24px}.unlock__column-image{display:none}}.mp-blog{padding:64px 0}.mp-blog__title{font-weight:800;font-size:48px;text-align:center;margin-bottom:24px}.mp-blog__description{font-size:20px;color:#474d66;max-width:600px;margin:0 auto 48px;text-align:center}.mp-blog__wrapper{background-color:#f9f8f6;padding:64px 0}.mp-blog__items-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:64px;margin-bottom:48px}.mp-blog__change-page-wrapper{display:flex;gap:4px;justify-content:center}.mp-blog__page{height:32px;width:32px;border-radius:3px;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:12px;color:#474d66;cursor:pointer}.mp-blog__page--active{background-color:#ff575726;color:#ff5757}.mp-blog__prev-button{transform:rotate(-90deg)}.mp-blog__next-button{transform:rotate(90deg)}@media (max-width: 1024px){.mp-blog__items-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.mp-blog{padding:32px 0 40px}.mp-blog__title{font-size:32px;text-align:left;margin-bottom:16px}.mp-blog__description{font-size:18px;text-align:left}.mp-blog__wrapper{padding:32px 0 40px}.mp-blog__items-wrapper{grid-template-columns:1fr}}.faq{padding:64px 0 40px;background-color:#f9f8f6}.faq__title{font-size:40px;text-align:center;margin-bottom:40px}.faq__item{background-color:#fff;border:1px solid #474D66;border-radius:12px;height:76px;max-width:833px;margin:0 auto 24px;display:flex;align-items:center;gap:40px;padding:20px;cursor:pointer}.faq__item--active{height:auto}.faq__item-wrapper{position:relative}.faq__item-wrapper:before{content:"";position:absolute;top:-7px;left:-20px;bottom:-7px;width:1px;background-color:#474d66}.faq__item-title{font-weight:600;font-size:20px}.faq__item-title--with-margin{margin-bottom:16px}.faq__item-text{font-size:16px;color:#474d66}@media (max-width: 768px){.faq{padding:32px 0 24px;background-color:#fff}.faq__title{font-size:32px;margin-bottom:32px}.faq__item{margin-bottom:16px}}.plans{background-color:#f9f8f6;padding-top:48px}.plans__title{font-size:40px;color:#000;text-align:center;margin-bottom:16px}.plans__description{font-size:20px;color:#474d66;margin:0 auto;text-align:center;max-width:597px}.plans__wrapper{display:flex;justify-content:center;gap:16px;overflow-x:scroll;padding:48px 0}.plans__item{box-shadow:0 7.35px 14.7px #00000014;background-color:#fff;padding:24px;border-radius:16px;border:2px solid transparent;width:280px;flex-shrink:0}.plans__item--popular{border-color:#ff5757}.plans__item-popular-wrapper{background-color:#f9f8f6;height:15px;width:60px;display:flex;align-items:center;justify-content:center}.plans__item-popular-text{font-weight:500;font-size:10px;color:#ff5757}.plans__item-name-wrapper{display:flex;justify-content:space-between;margin-bottom:16px}.plans__item-name{font-size:16px;color:#2d2e2e}.plans__item-price{color:#2d2e2e;font-size:28px;margin-bottom:28px}.plans__item-parametrs-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:8px 0;margin-bottom:24px}.plans__item-parametr{font-size:14px;color:#474d66}.plans__item-value{font-weight:600;font-size:14px;color:#2d2e2e;justify-self:flex-end}.plans__item-button{width:100%;margin-bottom:38px}.plans__item-check-wrapper{display:flex;align-items:center;gap:8px}.plans__item-check-wrapper:not(:last-child){margin-bottom:8px}.plans__item-check-text{color:#474d66;font-size:14px;font-weight:500}@media (max-width: 768px){.plans{padding-top:32px}.plans__title{font-size:24px}.plans__description{font-size:18px;margin-bottom:32px;text-align:left}.plans__wrapper{justify-content:flex-start;padding:32px 0}}.help{padding:64px 0 80px}.help__wrapper{background-color:#122b3d;border-radius:24px;padding:64px 24px}.help__title{font-weight:800;font-size:48px;color:#fff;margin-bottom:24px;text-align:center}.help__description{font-size:20px;line-height:28px;color:#d8dae5;margin:0 auto 64px;text-align:center;max-width:689px}.help__button{margin:0 auto 24px}.help__text{font-size:20px;line-height:28px;text-align:center;margin:0 auto;color:#6d7280;max-width:280px}.help__link{text-decoration:underline}@media (max-width: 768px){.help{padding:32px 0 64px}.help__wrapper{padding:32px 24px}.help__title{font-size:32px;margin-bottom:16px}.help__description{font-size:16px;line-height:24px;margin:0 auto 24px}.help__text{font-size:16px;line-height:24px}}.boost{padding:64px 0 88px}.boost__wrapper{background-color:#122b3d;border-radius:24px;height:465px;padding:0 80px;display:flex;align-items:center;justify-content:space-between;gap:20px}.boost__column{max-width:580px}.boost__title{font-weight:800;font-size:40px;line-height:48px;color:#fff;margin-bottom:24px}.boost__description{font-size:20px;line-height:28px;color:#d8dae5;margin-bottom:64px}.boost__buttons-wrapper{display:flex;gap:16px}.boost__button{flex-shrink:0}.boost__image{max-width:370px;max-height:323px}@media (max-width: 900px){.boost__image{display:none}}@media (max-width: 768px){.boost{padding:32px 0 64px}.boost__wrapper{max-height:465px;height:auto;padding:32px 24px;justify-content:center}.boost__title{font-size:32px;line-height:40px;margin-bottom:16px}.boost__description{font-size:16px;line-height:24px;margin-bottom:24px}.boost__buttons-wrapper{flex-direction:column;gap:24px}}.service-hero{padding:48px 0 60px}.service-hero__wrapper{display:flex;align-items:center}.service-hero__column{max-width:600px}.service-hero__title{font-weight:800;font-size:48px;margin-bottom:24px}.service-hero__description{font-size:20px;line-height:28px;color:#474d66;margin-bottom:24px}.service-hero__features-wrapper{display:flex;gap:32px;margin-bottom:16px}.service-hero__feature{display:flex;align-items:center;gap:14px;margin-bottom:24px}.service-hero__feature-image{width:26px;height:26px}.service-hero__feature-text{font-size:20px;line-height:28px;color:#474d66}.service-hero__main-image{width:648px;height:533px;position:absolute;right:0}@media (max-width: 1200px){.service-hero__main-image{position:static}}@media (max-width: 1024px){.service-hero__column{max-width:100%}.service-hero__main-image{display:none}}@media (max-width: 768px){.service-hero{padding:32px 0 48px}.service-hero__title{font-size:32px;line-height:40px;margin-bottom:16px}.service-hero__description{font-size:18px;margin-bottom:32px}.service-hero__features-wrapper{margin-bottom:8px}}@media (max-width: 600px){.service-hero__features-wrapper{flex-direction:column;gap:0}}@media (min-width: 1600px){.service-hero__main-image{position:static}}.explore{padding-bottom:74px}.explore__title{font-size:40px;margin-bottom:16px;text-align:center}.explore__description{font-size:20px;color:#474d66;margin-bottom:40px;text-align:center}.explore__wrapper{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1240px;padding:0 16px;gap:16px}.explore__block{padding:24px 24px 40px 32px;background-color:#f9f8f6;border-radius:32px;height:288px;width:392px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.explore__block:hover .explore__link{transform:scale(1.2)}.explore__link{width:80px;height:80px;border-radius:50%;background-color:#ff5757;display:flex;justify-content:center;align-items:center;position:absolute;top:24px;right:24px;transition:.3s ease}.explore__bottom-title{font-size:24px;margin-bottom:8px}.explore__bottom-text{font-size:16px;color:#6d7280}@media (max-width: 768px){.explore{padding-bottom:40px}.explore__title{font-size:32px}.explore__description{font-size:18px;margin-bottom:32px}.explore__wrapper{justify-content:center}.explore__block{padding:16px 16px 32px;height:297px}.explore__block--order-mobile{order:1}.explore__block__img{max-height:73px}}.error-alert{border:1px solid #FF5757;border-radius:8px;background-color:#ffe9da;height:56px;max-width:470px;width:100%;display:flex;gap:8px;align-items:center;padding:0 16px;position:absolute;top:24px}.error-alert__text{font-weight:600;font-size:14px;color:#ff5757}@media (max-width: 768px){.error-alert{max-width:fit-content;left:16px;right:16px}}.main{padding:64px 0 100px}.main__container{max-width:700px;padding:0 24px;margin:0 auto}.main__title{font-weight:800;font-size:48px;color:#2d2e2e;margin-bottom:24px}.main__description{font-size:20px;line-height:28px;margin-bottom:64px;color:#474d66}.main__subtitle{font-weight:600;font-size:20px;line-height:28px;color:#2d2e2e;margin-bottom:16px;padding-left:8px}.main__text{line-height:24px;margin-bottom:24px}@media (max-width: 768px){.main{padding-bottom:48px}.main__container{padding:0 16px}.main__title{font-size:32px;margin-bottom:16px}.main__description{margin-bottom:32px}}.my-profile-content{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding:56px 0 40px}.my-profile-content__title{font-size:24px;color:#474d66;margin-bottom:24px}.my-profile-content__wrapper{display:grid;grid-template-columns:442fr 643fr;gap:32px}.my-profile-content__column{display:flex;flex-direction:column;gap:16px}.my-profile-content__block-wrapper{padding:16px;border-radius:16px;background-color:#fff}.my-profile-content__inner-wrapper{display:flex;justify-content:space-between}.my-profile-content__inner-wrapper--with-margin{margin-bottom:24px}.my-profile-content__subtitle{font-weight:500;font-size:20px}.my-profile-content__button{font-weight:600;color:#ff5757;text-decoration:underline}.my-profile-content__button--postion{position:absolute;top:0;right:0}.my-profile-content__inputs-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px}.my-profile-content__top-wrapper{display:flex;justify-content:center;height:144px;position:relative}.my-profile-content__photo-wrapper{width:88px;height:88px;border-radius:50%;position:relative;cursor:pointer}.my-profile-content__photo-wrapper--fill{background-color:#d9d9d9}.my-profile-content__photo-wrapper:after{content:"";position:absolute;bottom:4px;right:0;height:20px;width:20px;border-radius:50%;background-color:#52bd94}.my-profile-content__photo{width:100%;height:100%;border-radius:50%}.my-profile-content__additional-wrapper{display:flex;justify-content:space-between}.my-profile-content__additional-wrapper--with-margin{margin-bottom:8px}.my-profile-content__main-text{font-weight:500;color:#474d66}.my-profile-content__value{font-weight:600;color:#474d66}.my-profile-content__value--success{color:#52bd94}.my-profile-content__line{width:100%;height:1px;background-color:#d8dae5;margin-bottom:20px}.my-profile-content__data{color:#474d66}.my-profile-content__input-simulator-label{font-weight:600;color:#474d66;margin-bottom:8px;line-height:24px}.my-profile-content__input-simulator{height:40px;border-radius:4px;border:1px solid #D8DAE5;padding:0 12px;display:flex;align-items:center;font-weight:400;color:#6d7280}@media (max-width: 768px){.my-profile-content__wrapper,.my-profile-content__inputs-wrapper{grid-template-columns:1fr;gap:16px}}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background-color:#00000080;display:flex;align-items:center;justify-content:center}.modal__wrapper{padding:24px 24px 32px;border-radius:16px;background-color:#fff;width:490px;margin:0 16px}.modal__wrapper--big{width:800px}.modal__title{font-size:20px;color:#2d2e2e;margin-bottom:24px}.modal__title span{color:#ff5757}.modal__margin-24{margin-bottom:24px}.modal__margin-48{margin-bottom:48px}.modal__buttons-wrapper{display:flex;gap:24px}.modal__checkbox-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:16px}.modal__height-100{height:100px}.modal__button{flex-grow:1}@media (max-width: 768px){.modal__buttons-wrapper{flex-direction:column}}.change-main-information-modal__top-wrapper{display:flex;gap:24px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.change-main-information-modal__photo-wrapper{height:88px;width:88px;border-radius:50%;background-color:#d9d9d9}.change-main-information-modal__photo{height:88px;width:88px;border-radius:50%}.change-main-information-modal__text{font-weight:500;color:#474d66}.change-main-information-modal__info{color:#6d7280;margin-bottom:24px}.change-main-information-modal__hidden-input{display:none}.guest-and-link-order__inputs-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 768px){.guest-and-link-order{padding-top:24px}.guest-and-link-order__wrapper{grid-template-columns:1fr}.guest-and-link-order__inputs-wrapper{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.guest-and-link-order__textarea--with-margin{margin-bottom:16px}}.textarea{border:1px solid #D8DAE5;border-radius:4px;padding:8px 12px;width:100%;margin-top:8px;outline:none;resize:none}.textarea::placeholder{font-size:14px;color:#6d7280}.textarea__label{font-weight:600;color:#474d66}.textarea__label-text--required{position:relative}.textarea__label-text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.guest-and-link-order{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding:56px 0 40px}.guest-and-link-order__title{font-size:24px;color:#474d66;margin-bottom:24px}.guest-and-link-order__wrapper{display:grid;grid-template-columns:682fr 367fr;gap:22px}.guest-and-link-order__block-wrapper{padding:24px 24px 32px;border-radius:16px;background-color:#fff}.guest-and-link-order__block-wrapper--small{height:238px}.guest-and-link-order__textarea{height:100px}.guest-and-link-order__textarea--with-margin{margin-bottom:24px}.guest-and-link-order__inner-wrapper{display:flex;justify-content:space-between;margin-bottom:8px}.guest-and-link-order__inner-wrapper--big-margin{margin-bottom:32px}.guest-and-link-order__details-text{font-weight:500}.guest-and-link-order__value{font-weight:600;color:#2d2e2e}.guest-and-link-order__value--type{color:#ff5757}.guest-and-link-order__line{width:100%;height:1px;background-color:#d8dae5;margin-bottom:20px}.guest-and-link-order__button{margin:0 auto}.guest-and-link-order__link-wrapper{display:flex;gap:8px;margin-bottom:4px}.guest-and-link-order__link{color:#ff5757}@media (max-width: 768px){.guest-and-link-order{padding-top:24px}.guest-and-link-order__wrapper{grid-template-columns:1fr}.guest-and-link-order__textarea--with-margin{margin-bottom:16px}}.success-page{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;height:100vh}.success-page__title{font-weight:800;font-size:64px;text-align:center}@media (max-width: 768px){.success-page__title{font-size:32px}}.cart{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding-top:50px}.cart__top-wrapper{display:flex;justify-content:space-between;margin-bottom:32px}.cart__title{font-size:24px;color:#474d66}.cart__top-column{display:flex;gap:16px;align-items:center}.cart__top-inner-wrapper{display:flex;gap:8px;align-items:center}.cart__subtitle{font-weight:500}.cart__price{font-weight:800;font-size:20px;color:#ff5757}.cart__main-wrapper{display:flex;justify-content:space-between;align-items:center;border-radius:16px;background-color:#fff;padding:16px;min-height:74px;margin-bottom:24px;gap:8px}.cart__text{font-weight:500;font-size:14px}.cart__link-wrapper{display:flex;gap:8px;align-items:center}.cart__link{font-weight:600;color:#ff5757}.cart__items-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.cart__item{border-radius:16px;background-color:#fff;padding:16px}.cart__item-link{font-weight:600;color:#ff5757;margin-bottom:8px;display:block}.cart__item-text{font-weight:500;font-size:12px;color:#6d7280}.cart__item-text--top{margin-bottom:20px}.cart__item-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px 24px;margin-bottom:24px}.cart__item-value{font-weight:600;font-size:14px;color:#474d66}.cart__item-button-wrapper{display:flex;justify-content:space-between;align-items:center}.cart__item-details-link{text-decoration:underline;color:#ff5757;font-size:14px;font-weight:500}.cart__button{text-decoration:underline;color:#ff5757;font-size:16px;font-weight:500;margin:0 auto;display:block}.cart__button-clear-all{display:flex;align-items:center;gap:8px;color:#ff5757;font-weight:500;margin:24px auto}.cart__no-data{font-weight:600;font-size:32px;text-align:center;margin-bottom:100px}@media (max-width: 1100px){.cart__items-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cart__top-column{flex-direction:column}.cart__main-wrapper{flex-wrap:wrap}.cart__items-wrapper{grid-template-columns:1fr}}.guidelines{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1000;background-color:#00000080;display:flex;justify-content:center;align-items:center}.guidelines__wrapper{border-radius:24px;background-color:#fff;padding:24px;min-width:400px}.guidelines__top-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.guidelines__top-inner-wrapper{display:flex;gap:8px}.guidelines__title{font-weight:600;color:#ff5757}.guidelines__text{font-weight:500;color:#2d2e2e;max-width:475px}.link-insertion-modal__textarea,.provide-content-modal__textarea{height:106px}.orders-summary{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding-top:50px}.orders-summary__top-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.orders-summary__title{font-size:24px;color:#474d66}.orders-summary__main-wrapper{display:grid;grid-template-columns:1fr 262px;gap:16px}.orders-summary__table-wrapper{overflow-x:scroll}.orders-summary__table-header{min-width:500px;background-color:#ffe9da;border-radius:16px;padding:16px;display:grid;grid-template-columns:3fr 2fr 2fr 1fr;margin-bottom:8px}.orders-summary__table-text{font-size:14px;font-weight:500}.orders-summary__table-text--last{justify-self:end}.orders-summary__table-row{min-width:500px;background-color:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:3fr 2fr 2fr 1fr;align-items:center;margin-bottom:8px}.orders-summary__table-link{font-weight:600;color:#ff5757;margin-bottom:4px;display:block}.orders-summary__table-description{font-weight:500;font-size:12px;color:#6d7280}.orders-summary__pay-wrapper{background-color:#fff;border-radius:16px;padding:16px;margin-bottom:16px}.orders-summary__pay-title{font-size:24px;color:#474d66;margin-bottom:16px}.orders-summary__pay-inner-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.orders-summary__pay-subtitle{font-weight:500}.orders-summary__pay-link{font-weight:500;color:#ff5757}.orders-summary__line{height:1px;width:100%;background-color:#d8dae5;margin-bottom:12px}.orders-summary__promocode{font-weight:500;color:#ff5757;margin-bottom:12px}.orders-summary__input{margin-bottom:8px}.orders-summary__pay-total-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.orders-summary__pay-button{width:100%}.orders-summary__pay-methods-wrapper{display:flex;gap:4px;justify-content:center}@media (max-width: 768px){.orders-summary__main-wrapper{grid-template-columns:1fr}}.wishlist{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding-top:50px}.wishlist__top-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.wishlist__title{font-size:24px;color:#474d66}.wishlist__main-wrapper{display:grid;grid-template-columns:1fr 262px;gap:16px}.wishlist__table-wrapper{overflow-x:scroll}.wishlist__table-header{min-width:500px;background-color:#ffe9da;border-radius:16px;padding:16px;display:grid;grid-template-columns:3fr 2fr 3fr 1fr;gap:8px;margin-bottom:8px}.wishlist__table-text{font-size:14px;font-weight:500}.wishlist__table-text--last{justify-self:end}.wishlist__table-row{min-width:500px;background-color:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:3fr 2fr 3fr 1fr;gap:8px;align-items:center;margin-bottom:8px}.wishlist__table-inner-row-wrapper{display:flex;gap:100px;align-items:center}.wishlist__table-inner-wrapper{display:flex;gap:8px}.wishlist__table-link{font-weight:600;color:#ff5757;margin-bottom:4px;display:block}.wishlist__table-description{font-weight:500;font-size:12px;color:#6d7280}.wishlist__pay-wrapper{background-color:#fff;border-radius:16px;padding:16px;margin-bottom:16px}.wishlist__pay-title{font-size:24px;color:#474d66;margin-bottom:16px}.wishlist__pay-inner-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wishlist__pay-subtitle{font-weight:500}.wishlist__pay-link{font-weight:500;color:#ff5757}.wishlist__line{height:1px;width:100%;background-color:#d8dae5;margin-bottom:12px}.wishlist__promocode{font-weight:500;color:#ff5757;margin-bottom:12px}.wishlist__input{margin-bottom:8px}.wishlist__pay-total-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.wishlist__pay-button{width:100%}.wishlist__pay-methods-wrapper{display:flex;gap:4px;justify-content:center}.wishlist__button-clear-all{display:flex;align-items:center;gap:8px;color:#ff5757;font-weight:500;margin:24px auto 0}@media (max-width: 1100px){.wishlist__table-inner-row-wrapper{gap:50px}}@media (max-width: 950px){.wishlist__table-inner-row-wrapper{gap:16px}}@media (max-width: 850px){.wishlist__main-wrapper{grid-template-columns:1fr}}.catalog{display:grid;grid-template-columns:267px 1fr;gap:16px;padding:0 16px 16px;background-color:#f9f8f6;min-height:calc(100vh - 80px)}.catalog__top-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;min-width:600px}.catalog__buttons-wrapper,.catalog__top-left-column{display:flex;gap:8px}.catalog__top-right-column{display:flex;gap:16px}.catalog__table-wrapper{overflow-x:scroll;padding-top:16px}.catalog__table-inner-wrapper{position:relative;margin-bottom:24px}.catalog__lock-overlay{position:absolute;top:257px;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center}.catalog__lock-wrapper{margin-top:64px;box-shadow:0 1px 3px #0000004d;border-radius:24px;background-color:#fff;padding:24px 24px 32px;height:210px;width:523px}.catalog__lock-top-wrapper{display:flex;justify-content:space-between;margin-bottom:16px}.catalog__lock-image-wrapper{display:flex;gap:8px;align-items:center}.catalog__lock-title{font-weight:600;color:#ff5757}.catalog__lock-text{font-weight:500;color:#2d2e2e;margin-bottom:24px}.catalog__lock-button{margin:0 auto}@media (max-width: 768px){.catalog{grid-template-columns:173px 1fr}}.table{border-spacing:0;width:100%;min-width:800px}.table__thead{height:78px;padding:0 16px;background-color:#ffe9da}.table__th{font-size:14px;font-weight:500}.table__th--website-url{width:173px}.table__th--da{width:79px}.table__th--dr{width:73px}.table__th--org-traffic{width:91px}.table__th--tat{width:72px}.table__th--backlinks{width:94px}.table__th--sponsored{width:116px}.table__th--publication-price{width:78px}.table__th--insertion-price{width:83px}.table__th--actions{width:234px}.table__th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.table__th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.table__td{padding:0;border-top:8px solid #F9F8F6}.table__td:first-child .table__content{border-top-left-radius:8px;padding-left:16px}.table__td:first-child .table__content--not-show-more{border-bottom-left-radius:8px}.table__td:last-child .table__content{border-top-right-radius:8px;padding-left:24px;padding-right:16px;justify-content:flex-start}.table__td:last-child .table__content--not-show-more{border-bottom-right-radius:8px}.table__content{background-color:#fff;width:100%;height:78px;display:flex;justify-content:center;align-items:center;padding:0 8px;font-size:14px;font-weight:500}.table__content--top-border{border-top:1px solid #D8DAE5;padding:0;justify-content:flex-start}.table__content-website-url{flex-direction:column;align-items:flex-start;gap:4px}.table__link{color:#ff5757;font-weight:500;font-size:14px}.table__category-text{font-weight:500;font-size:14px}.table__heart-wrapper{width:48px;height:42px;border:2px solid #FF5757;border-radius:16px;margin-right:10px;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:.3s ease}.table__heart-wrapper:hover{transform:scale(1.1)}.table__add-button-wrapper{position:relative}.table__add-button{margin-right:16px;background-color:#ff5757;border-radius:100px;height:42px;padding:0 16px;display:flex;align-items:center;gap:8px;color:#fff}.table__add-button *{flex-shrink:0}.table__add-selector-wrapper{position:absolute;top:54px;right:0;z-index:1;background-color:#fff;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:16px;border:1px solid #D8DAE5}.table__add-selector-wrapper p{flex-shrink:0;width:max-content;cursor:pointer}.table__add-button-arrow--rotate{transform:rotate(180deg)}.table__additional-td{padding:0}.table__additional-td:first-child .table__content{padding-left:16px;padding-right:0;border-bottom-left-radius:8px}.table__additional-td:last-child .table__content{padding-left:0;padding-right:16px;border-bottom-right-radius:8px}.table__additional-td:last-child .table__inner-content{padding-left:24px}.table__inner-content{border-top:1px solid #D8DAE5;width:100%;height:100%;display:flex;align-items:center}.table__arrow-button--rotate{transform:rotate(180deg)}.search-input{border:1px solid #D8DAE5;border-radius:8px;height:40px;padding:0 12px 0 36px;width:100%;outline:none}.search-input--error{border-color:#ff5757}.search-input::placeholder{font-size:14px;color:#000;font-weight:500}.search-input__label{font-weight:600;color:#474d66;position:relative}.search-input__label-text--required{position:relative}.search-input__label-text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.search-input__imaage{position:absolute;top:50%;left:13px;transform:translateY(-50%)}.search-input__error{position:absolute;top:70px;left:0;color:#ff5757;font-weight:400}.filters{border:1px solid #D8DAE5;border-radius:8px;background-color:#fff;padding:16px;margin-top:16px}.filters__top-wrapper{display:flex;gap:12px;align-items:center;padding-bottom:8px;border-bottom:1px solid #D8DAE5;margin-bottom:8px}.filters__title{font-weight:500;font-size:14px}.filters__filter{border-bottom:1px solid #D8DAE5;margin-bottom:8px}.filters__filter-wrapper{display:flex;justify-content:space-between;cursor:pointer;padding-bottom:8px}.filters__hiden-filter-wrapper{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:8px;padding-bottom:8px}.filters__arrow-rotate{transform:rotate(180deg)}.filters__checkbox-filter{border-bottom:1px solid #D8DAE5;padding-bottom:8px;margin-bottom:8px}.filters__checkbox-filter-top{display:flex;justify-content:space-between;margin-bottom:16px}.filters__search-input{margin-bottom:16px}.filters__variants-wrapper{max-height:200px;overflow-y:scroll}.filters__checkbox-variant-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:8px}.filters__checkbox-variant-wrapper--border-bottom{padding-bottom:8px;border-bottom:1px solid #D8DAE5}.filters__show-more-button{font-weight:500;color:#ff5757;font-size:14px;margin-left:auto;display:block}.number-input{border:1px solid #D8DAE5;border-radius:8px;height:42px;padding:0 8px;width:100%;outline:none;margin-top:8px;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.number-input::-webkit-outer-spin-button,.number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-input--error{border-color:#ff5757}.number-input::placeholder{font-size:14px;color:#000;font-weight:500}.number-input__label{font-weight:600;color:#474d66;position:relative}.number-input__label-text--required{position:relative}.number-input__label-text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.number-input__error{position:absolute;top:70px;left:0;color:#ff5757;font-weight:400}.quick-filter__wrapper{position:relative}.quick-filter__select{display:flex;gap:8px;align-items:center;height:36px;border:1px solid #D8DAE5;border-radius:8px;padding:0 8px;background-color:#fff;cursor:pointer}.quick-filter__title{font-weight:600;font-size:14px;flex-shrink:0}.quick-filter__variants-wrapper{position:absolute;top:44px;z-index:1;padding:8px 8px 16px;border-radius:8px;background-color:#fff;width:220px;border:1px solid #D8DAE5}.quick-filter__variants-wrapper--left{left:0}.quick-filter__variants-wrapper--right{right:0}.quick-filter__inner-variant-wrapper{display:flex;gap:8px;align-items:center;height:36px;border:1px solid #D8DAE5;border-radius:8px;padding:0 8px;margin-bottom:4px;width:fit-content}.quick-filter__line{height:1px;width:100%;background-color:#d8dae5;margin:16px 0}.quick-filter__button-clear{font-weight:500;font-size:14px;color:#ff5757}.quick-filter__triangle-icon{transform:rotate(180deg)}.quick-filter__counter{color:#ff5757;padding:0 2px;border:1px solid #FF5757;border-radius:8px}.blog-id-hero{padding:64px 0}.blog-id-hero__tag{height:28px;width:fit-content;padding:0 10px;border-radius:6px;font-weight:500;font-size:14px;color:#ff5757;background-color:#ff575726;display:flex;align-items:center;margin:0 auto 24px}.blog-id-hero__title{font-weight:800;font-size:48px;line-height:56px;color:#2d2e2e;text-align:center;max-width:850px;margin:0 auto 24px}.blog-id-hero__description-wrapper{display:flex;gap:24px;justify-content:center}.blog-id-hero__description{font-size:20px;color:#6d7280;font-weight:400}@media (max-width: 768px){.blog-id-hero{padding:48px 0}.blog-id-hero__tag{margin:0 0 32px}.blog-id-hero__title{font-size:32px;line-height:40px;color:#2d2e2e;text-align:left;margin-bottom:16px}.blog-id-hero__description-wrapper{gap:16px;justify-content:flex-start}.blog-id-hero__description{font-size:18px}}.keep-learning{padding-bottom:56px}.keep-learning__title{font-size:32px;text-align:center;margin-bottom:48px}.keep-learning__items-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:24px}@media (max-width: 1024px){.keep-learning__items-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.keep-learning__title{font-size:24px;margin-bottom:24px}.keep-learning__items-wrapper{grid-template-columns:1fr}}.blog-content{background-color:#f9f8f6;padding:40px 0 100px;margin-bottom:64px}.blog-content__wrapper{display:grid;grid-template-columns:1fr 2fr 1fr;gap:72px}.blog-content__column-links-wrapper{border-right:1px solid #727272}.blog-content__link{font-size:14px;line-height:22px;color:#6d7280;display:block}.blog-content__text{color:#2d2e2e;line-height:24px}.blog-content__text--with-marhin{margin-bottom:24px}.blog-content__subtitle{font-weight:600;font-size:20px;color:#2d2e2e;margin-bottom:16px}.blog-content__image{width:100%;margin-bottom:32px}.blog-content__author-wrapper{border-left:1px solid #727272;padding-left:32px}.blog-content__photo{width:69px;margin-bottom:16px}.blog-content__name{font-weight:500;font-size:24px;margin-bottom:16px}.blog-content__bio{color:#6d7280;line-height:24px;max-width:175px;margin-bottom:16px}.blog-content__additional-wrapper{padding-left:32px}.blog-content__social-wrapper{display:flex;gap:16px;margin-bottom:40px}.blog-content__button{margin-top:16px;width:100%}@media (max-width: 1024px){.blog-content__wrapper{grid-template-columns:1fr 2.5fr 1fr;gap:24px}}@media (max-width: 768px){.blog-content{padding:40px 0;margin-bottom:32px}.blog-content__wrapper{grid-template-columns:1fr;gap:24px}.blog-content__column:first-child{display:none}.blog-content__column:last-child{display:none}}.loader-wrapper{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.lds-ring{display:inline-block;position:relative;width:100px;height:100px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:80px;height:80px;margin:10px;border:10px solid #FF5757;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#FF5757 transparent transparent transparent}.admin-panel__header{height:80px;display:flex;align-items:center;justify-content:center}.admin-panel__logo{width:95px}.admin-panel__main{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding:16px;display:grid;grid-template-columns:268px 1fr;gap:24px}.admin-panel__aside{width:268px;height:calc(100vh - 145px);max-height:864px;background-color:#fff;border-radius:8px;border:1px solid #D8DAE5;padding:16px}.admin-panel__aside-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative}.admin-panel__aside-links-wrapper{position:absolute;top:46px;left:0;border-radius:8px;box-shadow:0 4px 8px 3px #00000026;padding:8px 8px 16px;background-color:#fff;display:flex;flex-direction:column;gap:16px;width:100%}.admin-panel__aside-name{font-weight:600;font-size:18px;color:#474d66}.admin-panel__aside-button{display:flex;align-items:center;gap:16px}.admin-panel__aside-arrow{transform:rotate(180deg)}.admin-panel__aside-arrow--rotate{transform:rotate(0)}.admin-panel__aside-arrow--right{margin-left:auto}.admin-panel__aside-menu-item{margin-bottom:8px;display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;cursor:pointer}.admin-panel__aside-menu-item--active{background-color:#ffe9da;border-radius:4px}.admin-panel__aside-text{font-weight:600;font-size:14px;color:#474d66}.admin-panel__aside-text--active{color:#ff5757}.admin-panel__aside-inner-menu-item-wrapper{display:flex;flex-direction:column;gap:16px;padding-left:16px;margin-bottom:24px}.admin-panel__accent-link{color:#ff5757}.main-content{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.main-content__item{border-radius:16px;background-color:#ff5757;padding:16px;height:fit-content}.main-content__title{font-size:24px;color:#fff;margin-bottom:8px}.main-content__text{font-weight:500;color:#ffe9da}.payments__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;height:48px}.payments__title{font-size:24px;color:#474d66}.payments__table{border-spacing:0;width:100%;min-width:800px}.payments__thead{height:78px;padding:0 16px;background-color:#ffe9da}.payments__th{font-size:14px;font-weight:500}.payments__th--number{width:177px}.payments__th--name{width:522px}.payments__th--action{width:393px}.payments__th:first-child{border-bottom-left-radius:16px;border-top-left-radius:16px}.payments__th:last-child{border-bottom-right-radius:16px;border-top-right-radius:16px}.payments__tr:first-child .payments__td{border-top:8px solid #F9F8F6}.payments__tr:first-child .payments__td:first-child .payments__content{border-top-left-radius:16px}.payments__tr:first-child .payments__td:last-child .payments__content{border-top-right-radius:16px}.payments__tr:last-child .payments__td:first-child .payments__content{border-bottom-left-radius:16px}.payments__tr:last-child .payments__td:last-child .payments__content{border-bottom-right-radius:16px}.payments__td{padding:0}.payments__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500}.payments__edit-button{width:182px}.lds-ring{display:inline-block;position:relative;width:48px;height:48px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:40px;height:40px;margin:4px;border:4px solid #FF5757;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#FF5757 transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.users__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;height:48px}.users__top-inner-wrapper{display:flex;gap:16px}.users__title{font-size:24px;color:#474d66}.users__table{border-spacing:0;width:100%;min-width:800px;margin-bottom:16px}.users__thead{height:78px;padding:0 16px;background-color:#ffe9da}.users__th{font-size:14px;font-weight:500}.users__th--name{width:177px}.users__th--type{width:110px}.users__th--email{width:221px}.users__th--date{width:184px}.users__th--photo{width:153px}.users__th--action{width:247px}.users__th:first-child{border-bottom-left-radius:16px;border-top-left-radius:16px}.users__th:last-child{border-bottom-right-radius:16px;border-top-right-radius:16px}.users__tr:first-child .users__td{border-top:8px solid #F9F8F6}.users__tr:first-child .users__td:first-child .users__content{border-top-left-radius:16px}.users__tr:first-child .users__td:last-child .users__content{border-top-right-radius:16px}.users__tr:last-child .users__td:first-child .users__content{border-bottom-left-radius:16px}.users__tr:last-child .users__td:last-child .users__content{border-bottom-right-radius:16px}.users__td{padding:0}.users__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500;text-align:center}.users__edit-button{width:160px}.users__photo{width:50px;height:50px}.users__empty-photo{height:50px;width:50px;border-radius:50%;background-color:#d9d9d9}.users__loading-td{text-align:center;height:calc(100vh - 350px)}.pagination{display:flex;align-items:center;gap:8px;justify-content:flex-end}.pagination__title{font-weight:600;color:#2d2e2e}.pagination__current-page{color:#474d66}.pagination__select-wrapper{position:relative}.pagination__title-wrapper{cursor:pointer;display:flex;gap:8px}.pagination__select-inner-wrapper{position:absolute;top:-116px;left:0;right:0;background-color:#fff;border:1px solid #D8DAE5;padding:8px 0;border-radius:8px}.pagination__select-item{cursor:pointer;padding:2px 8px}.pagination__select-item:hover{background-color:#ffe9da}.pagination__select-button{transform:rotate(180deg)}.pagination__page-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pagination__prev-button{transform:rotate(-90deg);width:10px;height:10px}.pagination__next-button{transform:rotate(90deg);width:10px;height:10px}@media (max-width: 768px){.pagination{justify-content:space-between}.pagination__select-wrapper{display:none}.pagination__page-button{width:48px;height:48px}.pagination__page-button--prev{order:-1}.pagination__prev-button,.pagination__next-button{width:20px;height:20px}}.sort-by__wrapper{position:relative;font-weight:500;font-size:14px}.sort-by__inner-wrapper{border:1px solid #D8DAE5;padding:0 8px;height:40px;display:flex;align-items:center;gap:16px;border-radius:8px;background-color:#fff;cursor:pointer}.sort-by__arrow{transform:rotate(180deg)}.sort-by__arrow--rotate{transform:rotate(0)}.sort-by__content-wrappper{position:absolute;top:44px;left:0;padding:8px;border:1px solid #D8DAE5;border-radius:8px;background-color:#fff;display:flex;flex-direction:column;gap:16px;width:max-content}.sort-by__variant{cursor:pointer}.profile__title{font-size:24px;margin-bottom:24px;color:#474d66}.profile__wrapper{background-color:#fff;border-radius:16px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.profile__subtitle{font-weight:600;color:#474d66;margin-bottom:8px}.profile__inner-wrapper{border:1px solid #D8DAE5;border-radius:4px;padding:0 12px;height:40px;display:flex;align-items:center;color:#6d7280}.payments__top-inner-wrapper{display:flex;align-items:center;gap:16px}.payments__empty-td{border-top:10px solid #F9F8F6}.payments__empty-td-content{background-color:#fff;border-radius:16px;height:200px;display:flex;align-items:center;justify-content:center}.payments__no-data{font-weight:600;font-size:32px}.orders-catalog__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.orders-catalog__title{font-size:24px;color:#474d66}.orders-catalog__table{border-spacing:0;width:100%;min-width:800px;margin-bottom:16px}.orders-catalog__thead{height:78px;padding:0 16px;background-color:#ffe9da}.orders-catalog__th{font-size:14px;font-weight:500}.orders-catalog__th--id{width:126px}.orders-catalog__th--name{width:161px}.orders-catalog__th--price{width:103px}.orders-catalog__th--content{width:245px}.orders-catalog__th--mail{width:153px}.orders-catalog__th--status{width:125px}.orders-catalog__th:first-child{border-bottom-left-radius:16px;border-top-left-radius:16px}.orders-catalog__th:last-child{border-bottom-right-radius:16px;border-top-right-radius:16px}.orders-catalog__tr:first-child .orders-catalog__td{border-top:8px solid #F9F8F6}.orders-catalog__tr:first-child .orders-catalog__td:first-child .orders-catalog__content{border-top-left-radius:16px}.orders-catalog__tr:first-child .orders-catalog__td:last-child .orders-catalog__content{border-top-right-radius:16px}.orders-catalog__tr:last-child .orders-catalog__td:first-child .orders-catalog__content{border-bottom-left-radius:16px}.orders-catalog__tr:last-child .orders-catalog__td:last-child .orders-catalog__content{border-bottom-right-radius:16px}.orders-catalog__tr:hover .orders-catalog__content{background-color:#ffe9da}.orders-catalog__td{padding:0}.orders-catalog__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500}.orders-catalog__content--column{flex-direction:column}.orders-catalog__status{padding:2px 6px;background-color:#dcf2ea;border-radius:4px;color:#4caf50}.orders-catalog__name{display:inline-block;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders-catalog__name-wrapper{position:relative}.orders-catalog__name-wrapper:hover .orders-catalog__hover-info{display:flex}.orders-catalog__hover-info{position:absolute;top:-25px;left:0;transform:translateY(-50%);border-radius:8px;padding:0 16px;height:32px;background-color:#474d66;align-items:center;width:max-content;color:#fff;display:none}.orders-catalog__hover-info:before{content:"";position:absolute;bottom:-10px;left:32px;transform:translateY(-50%) rotate(-45deg);background-color:#474d66;width:12px;height:12px;border-bottom-left-radius:4px;z-index:2}.order-id__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.order-id__top-inner-wrapper{display:flex;align-items:center;gap:24px}.order-id__title{font-weight:600;font-size:32px;color:#474d66}.order-id__subtitle{font-weight:600;font-size:18px;color:#6d7280}.order-id__wrapper{display:grid;grid-template-columns:712fr 367fr;gap:16px;margin-bottom:32px}.order-id__column{background-color:#fff;border-radius:16px;padding:16px}.order-id__column--left{display:flex;flex-direction:column;gap:24px}.order-id__column--mb56{margin-bottom:56px}.order-id__column--mb16{margin-bottom:16px}.order-id__basic-wrapper{display:flex;justify-content:space-between}.order-id__basic-wrapper--mb8{margin-bottom:8px}.order-id__basic-wrapper--mb16{margin-bottom:16px}.order-id__text{font-weight:500}.order-id__text--required{position:relative}.order-id__text--required:after{content:"*";position:absolute;top:0;right:-12px;color:red;width:10px;height:10px}.order-id__value{font-weight:600;max-width:600px}.order-id__value--green{color:#52bd94}.order-id__value--red{color:#ff5757}.order-id__line{height:1px;width:100%;background-color:#d8dae5;margin-bottom:20px}.order-id__link-wrapper{display:flex;gap:8px;margin-bottom:4px}.order-id__link{color:#ff5757}.order-id__second-title{font-weight:500;font-size:20px;margin-bottom:16px}.order-id__table{border-spacing:0;width:100%;min-width:800px}.order-id__table--wihout-min-length{min-width:auto}.order-id__thead{height:44px;padding:0 16px;background-color:#ffe9da}.order-id__th{font-size:14px;font-weight:500}.order-id__th--id{width:126px}.order-id__th--name{width:161px}.order-id__th--price{width:103px}.order-id__th--content{width:245px}.order-id__th--mail{width:153px}.order-id__th--status{width:125px}.order-id__th:first-child{border-bottom-left-radius:16px;border-top-left-radius:16px}.order-id__th:last-child{border-bottom-right-radius:16px;border-top-right-radius:16px}.order-id__tr:first-child .orders-catalog__td{border-top:8px solid #F9F8F6}.order-id__tr:first-child .orders-catalog__td:first-child .orders-catalog__content{border-top-left-radius:16px}.order-id__tr:first-child .orders-catalog__td:last-child .orders-catalog__content{border-top-right-radius:16px}.order-id__tr:last-child .orders-catalog__td:first-child .orders-catalog__content{border-bottom-left-radius:16px}.order-id__tr:last-child .orders-catalog__td:last-child .orders-catalog__content{border-bottom-right-radius:16px}.order-id__tr:hover .orders-catalog__content{background-color:#ffe9da}.order-id__td{padding:0}.order-id__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500}.order-id__content--column{flex-direction:column}.admin-table{border-spacing:0;width:100%;min-width:800px;margin-bottom:16px}.admin-table__thead{height:78px;padding:0 16px;background-color:#ffe9da}.admin-table__th{font-size:14px;font-weight:500}.admin-table__th--website-url{width:173px}.admin-table__th--da,.admin-table__th--dr{width:50px}.admin-table__th--org-traffic{width:91px}.admin-table__th--tat{width:72px}.admin-table__th--backlinks{width:94px}.admin-table__th--sponsored{width:116px}.admin-table__th--publication-price{width:78px}.admin-table__th--insertion-price{width:83px}.admin-table__th--actions{width:234px}.admin-table__th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.admin-table__th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.admin-table__td{padding:0;border-top:8px solid #F9F8F6}.admin-table__td:first-child .admin-table__content{border-top-left-radius:8px;padding-left:16px}.admin-table__td:first-child .admin-table__content--not-show-more{border-bottom-left-radius:8px}.admin-table__td:last-child .admin-table__content{border-top-right-radius:8px;padding-right:16px;justify-content:flex-end!important}.admin-table__td:last-child .admin-table__content--not-show-more{border-bottom-right-radius:8px}.admin-table__content{background-color:#fff;width:100%;height:78px;display:flex;justify-content:center;align-items:center;gap:12px;padding:0 8px;font-size:14px;font-weight:500}.admin-table__content--top-border{border-top:1px solid #D8DAE5;padding:0;justify-content:flex-start}.admin-table__content--big{height:112px;align-items:flex-end;padding-bottom:8px}.admin-table__content--button{justify-content:flex-end}.admin-table__content-website-url{flex-direction:column;align-items:flex-start;gap:4px}.admin-table__content-website-url--edit{justify-content:flex-end}.admin-table__link{color:#ff5757;font-weight:500;font-size:14px}.admin-table__category-text{font-weight:500;font-size:14px}.admin-table__edit-button{width:130px}.admin-table__save-button{width:156px}.admin-table__additional-td{padding:0}.admin-table__additional-td:first-child .admin-table__content{padding-left:16px;padding-right:0;border-bottom-left-radius:8px}.admin-table__additional-td:last-child .admin-table__content{padding-left:0;padding-right:16px;border-bottom-right-radius:8px}.admin-table__inner-content{border-top:1px solid #D8DAE5;width:100%;height:100%;display:flex;align-items:center;gap:16px}.admin-table__inner-content--buttons{justify-content:flex-end}.admin-table__arrow-button--rotate{transform:rotate(180deg)}.admin-table__select{width:147px}.add-sample-modal__textarea{height:200px}.delete-modal-text{margin-bottom:48px}.admin-catalog__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-catalog__title{font-size:24px;color:#474d66}.admin-catalog__top-inner-wrapper{display:flex;gap:16px}.add-website-modal{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px;height:500px;overflow-y:scroll}.billing-and-funds{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding-top:50px}.billing-and-funds__title{font-size:24px;color:#474d66;margin-bottom:32px}.billing-and-funds__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.billing-and-funds__table{border-spacing:0;width:100%;min-width:800px;margin-bottom:16px}.billing-and-funds__thead{height:78px;padding:0 16px;background-color:#ffe9da}.billing-and-funds__th{font-size:14px;font-weight:500}.billing-and-funds__th:first-child{border-bottom-left-radius:16px;border-top-left-radius:16px}.billing-and-funds__th:last-child{border-bottom-right-radius:16px;border-top-right-radius:16px}.billing-and-funds__tr:first-child .billing-and-funds__td{border-top:8px solid #F9F8F6}.billing-and-funds__tr:first-child .billing-and-funds__td:first-child .billing-and-funds__content{border-top-left-radius:16px}.billing-and-funds__tr:first-child .billing-and-funds__td:last-child .billing-and-funds__content{border-top-right-radius:16px}.billing-and-funds__tr:last-child .billing-and-funds__td:first-child .billing-and-funds__content{border-bottom-left-radius:16px}.billing-and-funds__tr:last-child .billing-and-funds__td:last-child .billing-and-funds__content{border-bottom-right-radius:16px}.billing-and-funds__td{padding:0}.billing-and-funds__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500}.billing-and-funds__link{color:#ff5757}.my-orders{background-color:#f9f8f6;min-height:calc(100vh - 80px);padding-top:50px}.my-orders__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.my-orders__table{border-spacing:0;width:100%;min-width:800px;margin-bottom:16px}.my-orders__thead{height:78px;padding:0 16px;background-color:#ffe9da}.my-orders__th{font-size:14px;font-weight:500}.my-orders__th:first-child{border-top-left-radius:16px}.my-orders__th:last-child{border-top-right-radius:16px}.my-orders__tr:last-child .my-orders__td:first-child .my-orders__content{border-bottom-left-radius:16px}.my-orders__tr:last-child .my-orders__td:last-child .my-orders__content{border-bottom-right-radius:16px}.my-orders__td{padding:0}.my-orders__content{background-color:#fff;width:100%;height:102px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 8px;font-size:14px;font-weight:500}.my-orders__link{color:#ff5757}.my-orders__tabs-wrapper{display:flex;gap:40px;margin-bottom:32px;scrollbar-width:none;overflow-x:scroll}.my-orders__tab{font-weight:500;font-size:20px;color:#474d66;padding-bottom:10px;border-bottom:2px solid transparent;flex-shrink:0}.my-orders__tab--active{color:#ff5757;border-color:#ff5757}.my-orders__empty{height:340px;background-color:#fff;width:100%;font-weight:600;font-size:32px;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.unlock-subscription__th--status{width:128px}.unlock-subscription__th--title{width:229px}.unlock-subscription__th--subtitle{width:388px}.unlock-subscription__th--button-text{width:172px}.unlock-subscription__th--action{width:183px}.unlock-subscription__tag{padding:0 6px;height:16px;border-radius:4px;font-weight:600;font-size:11px;display:flex;align-items:center;justify-content:center}.unlock-subscription__tag--active{background-color:#dcf2ea;color:#4caf50;text-transform:uppercase}.unlock-subscription__tag--inactive{background-color:#f9dada;color:#ff5757;text-transform:uppercase}
