@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{box-sizing:border-box}body{color:#141414;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.2;min-height:100vh;overflow-x:hidden}a{color:#006bf5}ul{list-style-type:none;margin:0;padding:0}.wrapper{margin:0 auto;max-width:1280px;width:100%}.adsbygoogle{height:0!important;overflow:hidden!important}.adsbygoogle[data-ad-status=filled]{height:auto!important;margin:10px auto;overflow:visible!important;text-align:center}.hamburger{background:transparent;border:none;display:none;transition:background-color .1s ease-in-out}.hamburger.show{display:block}.hamburger.open{background-color:hsla(0,0%,8%,.04)}.hamburger.open .hamburger__line:nth-child(2){opacity:0}.hamburger.open .hamburger__line:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.open .hamburger__line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hamburger:hover{cursor:pointer}.hamburger .hamburger__line{background-color:#141414;display:block;height:2px;margin:7px auto;transition:all .1s ease-in-out;width:30px}@media screen and (max-width:576px){.hamburger{display:block}}.button{background:transparent;border:none;border-radius:4px;color:inherit;cursor:pointer;font-size:inherit;font-size:.875rem;line-height:inherit;padding:10px 10px 8px 32px;position:relative;text-decoration:none}.button:before{content:"";left:10px;position:absolute}.button:hover{box-shadow:0 0 3px hsla(0,0%,8%,.5)}.button:active{box-shadow:inset 0 0 3px -1px}.button--paste{background-color:#dae4ff;color:#006bf5}.button--paste:before{background-image:url(/img/paste.svg);height:16px;top:calc(50% - 8px);width:17px}.button--clear{background-color:#fff4d1;color:#141414}.button--clear:before{background-image:url(/img/clear.svg);height:16px;top:calc(50% - 8px);width:16px}.button--download{background-color:#141414;color:#fff;min-height:48px;padding:12px 18px 10px 48px}.button--download:before{background-image:url(/img/download.svg);height:24px;left:14px;top:calc(50% - 12px);width:24px}@media screen and (max-width:576px){.button--download:before{left:calc(50% - 55px)}.button--download{width:100%}}.button--result-video{background-color:#006bf5;color:#fff;font-size:1.25rem;min-width:250px;padding:14px 34px 14px 64px}.button--result-video:before{background-image:url(/img/download-thin.svg);height:20px;left:34px;top:calc(50% - 10px);width:18px}@media screen and (max-width:768px){.button--result-video:before{left:calc(50% - 90px)}.button--result-video{font-size:1.125rem;width:100%}}.button--result-audio{background-color:#b9e6ff;color:#141414;font-size:1.25rem;min-width:250px;padding:14px 34px;text-align:center}@media screen and (max-width:768px){.button--result-audio{font-size:1.125rem;width:100%}}.button--back{background-color:#006bf5;color:#fff;font-family:inter,sans-serif;font-size:1.25rem;font-weight:500;min-width:250px;padding:14px 34px;text-align:center}.loader{margin-bottom:20px;margin-top:40px;text-align:center}.loader__circle-list{margin-bottom:30px}.loader__circle-item{animation:loader 1.3s ease-in-out infinite;background:#006bf5;border-radius:10px;display:inline-block;height:12px;margin:0 8px;opacity:0;width:18px}.loader__circle-item:nth-of-type(2){animation-delay:.15s}.loader__circle-item:nth-of-type(3){animation-delay:.3s}.loader__text{font-size:1.125rem;margin:0 auto;width:90%}@keyframes loader{0%{opacity:0}15%{opacity:1}90%{opacity:0}}.header{box-shadow:0 2px 0 #f5f5f5}@media screen and (max-width:576px){.header{box-shadow:none}}.header__wrapper{display:grid;grid-template-areas:"logo button";justify-content:space-between;padding:0 60px;position:relative}@media screen and (max-width:576px){.header__wrapper{grid-template-areas:"logo      hamburger" "button    button" "lang-list lang-list";padding:0 10px}}.header__logo{display:block;grid-area:logo}.header__logo--disabled{pointer-events:none}.header__hamburger{grid-area:hamburger;justify-self:end}.header__button-lang{background:transparent;border:none;color:inherit;cursor:pointer;font-size:inherit;font-weight:700;grid-area:button;line-height:inherit;padding:12px 14px;transition:background-color .2s ease-in}.header__button-lang.active{background-color:hsla(0,0%,8%,.04);color:#006bf5}.header__button-lang.show{display:block}.header__button-lang:hover{background-color:hsla(0,0%,8%,.04)}.header__button-lang:active{box-shadow:inset 0 0 3px -1px}@media screen and (max-width:576px){.header__button-lang{display:none;justify-self:start;pointer-events:none}}.header__lang-list{grid-area:lang-list;position:absolute;right:60px;top:100%;z-index:1}@media screen and (max-width:576px){.header__lang-list{position:static}}.lang-list{background-color:#fff;border:1px solid hsla(0,0%,8%,.04);display:none;flex-wrap:wrap;max-width:320px}.lang-list.show{display:flex}@media screen and (max-width:576px){.lang-list{max-width:none}}.lang-list__item{width:50%}.lang-list__item:only-child{width:100%}.lang-list__link{color:inherit;display:block;padding:15px 36px;transition:background-color .1s ease-in-out;width:100%}.lang-list__link:hover{background-color:hsla(0,0%,8%,.04)}.lang-list__link:active{box-shadow:inset 0 0 3px -1px}.search__wrapper{background-color:#006bf5;color:#fff;min-height:350px;padding:80px 70px}@media screen and (max-width:576px){.search__wrapper{min-height:290px;padding:40px 15px}}.search__title{font-size:3rem;font-weight:700;margin:0 0 20px;text-align:center}@media screen and (max-width:576px){.search__title{font-size:22px}}.search__subtitle{font-size:1.25rem;margin:0 0 32px;text-align:center}@media (max-width:576px){.search__subtitle{font-size:16px;margin-bottom:30px}}.form{display:flex;margin:0 auto;position:relative;width:65%}@media screen and (max-width:768px){.form{width:100%}}@media screen and (max-width:576px){.form{flex-direction:column}}.form__input-wrapper{background-color:#fff;border-radius:4px;display:flex;margin-right:8px;min-height:48px;padding:6px 6px 6px 12px;width:100%}@media screen and (max-width:576px){.form__input-wrapper{margin-bottom:8px;width:100%}}.form__input{background:transparent;border:none;margin-right:6px;width:100%}.form__input:focus{outline:none}.form__error{background-color:#fff4d1;border-radius:4px;color:#141414;left:0;margin:0;padding:10px;position:absolute;top:-95%;width:100%}.form__error:before{background-color:#ffcd3a;border-bottom-left-radius:4px;border-top-left-radius:4px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}@media screen and (max-width:576px){.form__error{top:-45%}}.error-message{display:flex;justify-content:center;margin:40px 70px 20px}@media screen and (max-width:576px){.error-message{margin:40px 15px 20px}}.error-message__text{background-color:#fff4d1;border-radius:4px;color:#141414;font-size:1.25rem;margin:0;padding:20px}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 15px;width:100%}.search__result-head{max-width:580px;width:100%}.search__result-quality{align-items:center;border-right:1px solid #e1e3e7;display:flex;justify-content:center;width:100%}.search__result-quality span{color:#141414;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1.25}@media (max-width:992px){.search__result-quality span{font-size:14px}}.search__result-download{width:100%}.search__result-main{border:1px solid #e1e3e7;box-sizing:border-box;max-width:580px;width:100%}.search__result-main-item{display:flex}.search__result-button{width:100%}@media (max-width:1000px){.search{width:auto}}.search-result{padding-bottom:100px}.search-result-download-head{display:flex}.search-result .container{align-items:center;display:flex;flex-direction:column;gap:40px}.search-result__title{color:#141414;font-family:Roboto,sans-serif;font-size:30px;font-weight:600;line-height:38px;text-align:center}.search-result__item{align-items:center;display:flex;gap:40px;justify-content:center}@media (max-width:992px){.search-result__item{align-items:center;flex-direction:column}}.search-result__item-img{height:100%;max-height:640px;-o-object-fit:cover;object-fit:cover;width:360px}@media (max-width:600px){.search-result__item-img{max-height:568px;width:100%}}.search-result__item-info{display:flex;flex-direction:column;gap:40px;width:100%}.search-result__item-info-table-item{align-items:center;border-left:1px solid #e1e3e7;border-top:1px solid #e1e3e7;display:flex;flex-direction:column;justify-content:center}.search-result__item-info-table-item.quality{width:154px}@media (max-width:992px){.search-result__item-info-table-item.quality{width:100px}}.search-result__item-info-table-item.download{border-right:1px solid #e1e3e7;width:276px}@media (max-width:992px){.search-result__item-info-table-item.download{width:160px}}.search-result__item-info-table-item-title{align-items:center;background:#eff1f5;border:1px solid #e1e3e7;border-right-width:0;color:#141414;display:flex;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;height:56px;justify-content:center;line-height:1.25;width:100%}.search-result__item-info-table-item-info{align-items:center;border-bottom:1px solid #e1e3e7;box-sizing:border-box;display:flex;height:72px;justify-content:center;width:100%}.search-result__item-info-table-item-info span{color:#141414;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1.25}.search-result__item-info-table-item-info button{align-items:center;background:var(--color-buttons,#006bf5);border:none;border-radius:4px;color:#fff;display:flex;justify-content:center;max-width:200px;outline:none;padding:10px 30px;width:100%}.search-result__item-info-table-item-info button a{color:#fff;font-size:18px;font-weight:500;line-height:24px;text-decoration:none}@media (max-width:992px){.search-result__item-info-table-item-info button{font-size:14px;font-weight:400;padding:8px 12px}}@media (max-width:1000px){.search-result__item-info-table{width:580px}}@media (max-width:600px){.search-result__item-info-table{width:100%}.search-result__item-info-table-item-info span{font-size:16px;line-height:24px}.search-result__item-info-table-item-info button{margin:0 12px;padding:10px}.search-result__item-info-table-item-info button a{font-size:15px}.search-result__item-info-table-item-title{font-size:16px;line-height:24px}}@media (max-width:1000px){.search-result__item-info{align-items:center}}.search-result-content{height:640px;position:relative}@media (max-width:600px){.search-result-content{height:568px}}.search-result-mainPlay{align-items:center;background:#494949e5;border-radius:50%;display:flex;height:56px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:56px;z-index:99}.search-result-views{bottom:20px;left:20px;position:absolute;z-index:99}.search-result-views span{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:22px;margin-left:4px}.search-result-author{color:#5800b1;font-size:20px;font-weight:600;margin-bottom:12px}.search-result-author,.search-result-text{font-family:Roboto,sans-serif;line-height:30px}.search-result-text{color:rgba(63,63,63,.9);font-size:18px;font-weight:400;max-width:580px;width:100%}.search-result-texts{max-width:584px;width:100%}body:dir(rtl) .search-result__item-info-table-item{border-left:unset;border-right:1px solid #e1e3e7}body:dir(rtl) .search-result__item-info-table-item.download{border-left:1px solid #e1e3e7}.info{margin-bottom:30px;margin-top:50px;padding:0 70px}@media screen and (max-width:576px){.info{padding:0 15px}}.info__title{font-size:1.125rem;font-weight:700;margin:0 0 18px}.info__text{margin:0}.info__item{align-items:center;display:flex;gap:10px;margin-bottom:18px}.features{margin-bottom:30px;padding:0 70px}@media screen and (max-width:576px){.features{padding:0 15px}}.features__content{display:flex;flex-wrap:wrap;justify-content:space-between;text-align:center}@media (max-width:992px){.features__content{justify-content:center}}@media (min-width:992px){.features__content-item{max-width:50%}}@media (min-width:1200px){.features__content-item{max-width:33%}}.features__content-title{font-size:18px}.features__content-text{font-size:14.5px;line-height:24px}.features__item{margin-bottom:10px}.features__content-img{height:auto;max-width:364px;width:100%}.faq{margin-bottom:40px}.faq__wrapper{padding:0 70px}@media screen and (max-width:576px){.faq__wrapper{padding:0 15px}}.accordion{margin:15px 0}.accordion:last-of-type{margin-bottom:0}.accordion__button{background-color:#006bf5;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 50px 10px 15px;position:relative;text-align:start;width:100%}.accordion__button h3{font-size:inherit;font-weight:400;margin:0}.accordion__button:after{background-image:url(/img/arrow.svg);content:"";height:8px;position:absolute;right:12px;top:calc(50% - 4px);transform:scale(1);width:14px}.accordion__content{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px hsla(0,0%,8%,.08);max-height:0;overflow:hidden;transition:all .2s ease}.accordion__content p{margin:0;padding:0 15px 15px}.accordion__content ul{list-style-type:disc;margin:0;padding:0 15px 15px 35px}.accordion__button.active+.accordion__content{max-height:none;padding-top:15px}.accordion__button.active:after{transform:scale(-1)}.note{margin:0 0 50px;padding:0 70px}@media screen and (max-width:576px){.note{padding:0 15px}}.backTop{align-items:center;background:url(../img/arrow.svg) 50% no-repeat #006bf5;border:none;border-radius:100%;bottom:15px;box-shadow:0 0 3px hsla(0,0%,8%,.9);cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:fixed;right:15px;transform:scale(-1);transition:visibility .5s,opacity .5s;visibility:hidden;width:40px}.backTop--visible{opacity:.7;visibility:visible}.footer{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;padding:20px 70px}@media screen and (max-width:576px){.footer{padding:20px 15px}}.footer__copyright{margin:0 0 20px}.footer-nav__list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}@media screen and (max-width:768px){.footer-nav__list{align-items:center;flex-direction:column}}.footer-nav__item{position:relative}.footer-nav__item:not(:last-of-type) .footer-nav__link:after{background-color:#141414;content:"";height:18px;position:absolute;right:-6px;top:0;width:1px}@media screen and (max-width:768px){.footer-nav__item:not(:last-of-type) .footer-nav__link:after{content:none}}.footer-nav__link{text-decoration:none}.footer-nav__link:hover{text-decoration:underline}.download-app{display:none;margin-bottom:30px;margin-top:50px;padding:0 70px}@media screen and (max-width:576px){.download-app{padding:0 15px}}.download-app__title{font-size:24px;font-weight:700;margin:0 0 10px}.download-app__text{margin:0 0 30px}.download-app__wrapper{align-items:center;display:flex;gap:16px;justify-content:center}@media (max-width:420px){.download-app__wrapper{flex-direction:column}}.download-app__link{cursor:pointer;text-decoration:none}.download-app__icon{display:inline-block;height:48px;margin:16px auto}.download-app__icon.google-play{background:url(/img/google-play.svg) 50% no-repeat;width:166px}.download-app__icon.apple-store{background:url(/img/apple-store.svg) 50% no-repeat;width:142px}.how-to{margin-bottom:30px;margin-top:50px;padding:0 70px}@media screen and (max-width:576px){.how-to{padding:0 15px}}.how-to__title{font-size:1.125rem;font-weight:700;margin:0 0 25px}.how-to__subtitle{color:#4a4a4a;font-size:1rem;font-weight:700;margin:0 0 10px}.how-to__description{margin:0 0 50px}.how-to__step{display:flex;gap:10px}.how__to-num{align-items:center;background:#006bf5;border-radius:50%;display:flex;height:30px;justify-content:center;min-width:30px}.how__to-num span{color:#fff;display:inline-block;font-family:Segoe UI;font-size:18px}.article-card{display:flex;flex-direction:column;height:100%}.article-card__image{aspect-ratio:364/200;border-radius:8px;height:200px;margin-bottom:20px;-o-object-fit:cover;object-fit:cover;width:100%}.article-card__title{font-size:1.125rem;font-weight:700;margin:0 0 10px}.article-card__description{flex-grow:1;margin:0 0 10px}.article-card__link{color:#006bf5;text-decoration:none}.article-card__link span{font-style:italic;text-decoration:underline}.article-page__breadcrumbs{margin-bottom:8px;padding:5px 0}.breadcrumbs__list{-webkit-overflow-scrolling:touch;align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;scrollbar-width:none}.breadcrumbs__list::-webkit-scrollbar{display:none}.breadcrumbs__item{align-items:center;display:flex;min-width:65px}.breadcrumbs__item:not(:last-child):after{color:#006bf5;content:"›";font-size:1.25rem;margin:0 6px;padding-bottom:3px}.breadcrumbs__item:last-child .breadcrumbs__link{pointer-events:none}.breadcrumbs__link{color:#141414;font-size:.875rem;text-decoration:none}.breadcrumbs__link:hover{text-decoration:underline}@media (max-width:768px){.breadcrumbs__item:last-child .breadcrumbs__link{display:block;max-width:100%}}.howTo{margin:50px auto;padding:0 70px}@media (max-width:576px){.howTo{padding:0 15px}}.howTo__content{background:#006bf5;border-radius:20px;box-shadow:0 2px 10px 0 #9898984d;padding:24px 40px 44px}.howTo__content-title{color:#fff;font-size:24px;line-height:40px;margin:0 0 32px;text-align:center}.howTo__content-info{display:flex;gap:20px;justify-content:space-between}@media (max-width:992px){.howTo__content-info{flex-direction:column}}.howTo__content-subTitle{color:#fff;font-size:18px;font-weight:700}.howTo__content-text{color:#fff;line-height:24px}@media (max-width:576px){.howTo__content-text{font-size:13px}}@media (max-width:1280px){.howTo__content-text{font-size:15px}}.download{margin:50px auto;padding:0 70px}@media (max-width:992px){.download{padding:0 15px}}.download__content-item{align-items:center;display:flex;justify-content:space-between}.download__content-item:nth-of-type(2){flex-direction:row-reverse}@media (max-width:992px){.download__content-item:nth-of-type(2){align-items:center;flex-direction:column}}.download__content-item:not(:last-child){margin-bottom:50px}@media (max-width:992px){.download__content-item{flex-direction:column}}.download__content-info{max-width:622px}.download__content-title{font-size:24px;line-height:40px;margin-bottom:24px}.download__content-text{line-height:24px}@media (max-width:576px){.download__content-img{display:flex;justify-content:center;width:100%}.download__content-img img{width:90%}}.contact{flex-grow:1;padding:50px 70px}@media screen and (max-width:576px){.contact{padding:50px 15px}}.contact__title{font-size:1.125rem;font-weight:700;margin:0 0 15px}.contact__text{margin:0 0 25px}.contact__item{margin-bottom:20px;padding-left:40px;position:relative}.contact__item:last-of-type{margin-bottom:0}.contact__item:before{background:url(/img/email.svg);content:"";height:14px;left:12px;position:absolute;top:2px;width:19px}.contact__link{text-decoration:none}.contact__link:hover{text-decoration:underline}.privacy-policy{flex-grow:1;padding:50px 70px}@media screen and (max-width:576px){.privacy-policy{padding:50px 15px}}.privacy-policy__title{font-size:1.125rem;font-weight:700;margin:0 0 15px}.privacy-policy__text h3{font-size:1rem;font-weight:400;margin:0}.privacy-policy__text p{margin:0 0 30px}.privacy-policy__text p:last-of-type{margin-bottom:0}.terms-of-use{flex-grow:1;padding:50px 70px}@media screen and (max-width:576px){.terms-of-use{padding:50px 15px}}.terms-of-use__title{font-size:1.125rem;font-weight:700;margin:0 0 15px}.terms-of-use__title:not(:first-of-type){margin-top:30px}.terms-of-use__text h3{font-size:1rem;font-weight:400;margin:0}.terms-of-use__text p{margin:0 0 30px}.terms-of-use__text p:last-of-type{margin-bottom:0}.terms-of-use__text ul{list-style-type:disc;margin-bottom:30px;padding-left:20px}.error-404{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;padding:0 70px}@media screen and (max-width:576px){.error-404{padding:0 15px}}.error-404__img{height:auto;margin-bottom:50px;max-width:100%;width:364px}.error-404__heading{font-size:3rem;font-weight:700;margin:0 0 15px}.error-404__text{font-size:1.25rem;margin:0 0 25px;text-align:center}.blog{flex-grow:1;padding:50px 70px}@media screen and (max-width:576px){.blog{padding:32px 15px}}.blog__heading{font-size:1.75rem;font-weight:700;margin:0 0 20px}.blog__info{margin:0 0 30px}.blog__list{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(328px,364px));justify-content:center}.article-page{flex-grow:1;padding:50px 70px}@media screen and (max-width:576px){.article-page{padding:32px 15px}}.article__heading{font-size:1.75rem;font-weight:700;margin:0 0 20px;text-align:center}.article__info{margin:0 0 20px}.article__summary{margin:0}.tutorial{margin-bottom:12px}.tutorial__title{font-size:1.125rem;font-weight:700;margin:0 0 12px}.tutorial__info{margin:0 0 12px}.tutorial__list{list-style:none;margin:0;padding:0 30px}@media screen and (max-width:576px){.tutorial__list{padding:0}}.tutorial__item{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.tutorial__item:last-child{margin-bottom:0}@media (max-width:992px){.tutorial__item-image{width:100%!important}}.tutorial__subtitle{font-size:1rem;font-weight:700;margin:0;white-space:nowrap}.tutorial__text{margin:0}.tutorial__image{display:flex;justify-content:center;padding:20px 0}.tutorial__image img{max-width:100%}.related{margin-top:50px}@media screen and (max-width:576px){.related{margin-top:32px}}.related__title{font-size:1.5rem;font-weight:700;margin:0 0 30px;text-align:center}.related__list{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,364px));justify-content:center}

/*# sourceMappingURL=style.css.map*/