:root{--h1:48px;--h2:38px;--h3:28px;--h4:20px;--h5:16px;--h6:13px;--small_text:12px;--base-text:13px;--smallest:9px;--width-base:1700;--width-current:100vw;--width-multiplier:var(--width-current) /var(--width-base);--black:#000;--dark-black:#101010;--white:#fff;--dark-gray:#323232;--dark-blue:#262f4b;--blue:#344066;--light-blue:#475276;--gray:#9ba0b2;--gray-300:#ebecf0;--light-gray:#fbfbfb;--red:#e31e25;--green:#5cb585;--green-100:#d1e9e8;--orange:#ef5f31;--orange-100:#faebe7;--blue-100:#ecefff;--blue-150:#8ed5ff;--blue-200:#61a8eb;--blue-600:#2977bd;--blue-700:#1c3f94;--blue-800:#344066;--blue-logo:#1c3f94;--link-color:#61a8eb;--text-primary:#101010;--text-secondary:#fff;--text-descr:#b3b3b3;--text-dark-descr:#9ba0b2;--text-green:#347854;--text-orange:#ef5f31;--text-blue:#262f4b;--border-black:#101010;--border-color:#e8e8e8;--border-dark-gray:#878a94;--border-light-gray:#c8c8c8;--border-orange:#ef5f31;--line-blue:#475273;--line:#f2f2f2;--border-footer:#3a3a3a;--error:#e31e25;--success:#5cb585;--green-default:#4fb07c;--green-hover:#459a6c;--green-pressed:#347854;--white-default:#fff;--white-hover:#fbfbfb;--white-pressed:#e8e8e8;--orange-default:#ef5f31;--orange-hover:#e63c06;--orange-pressed:#c23103;--red-default:#e31e25;--red-hover:#c8191f;--blue-default:#344066;--blue-hover:#262f4b;--blue-pressed:#121b38;--light-green-hover:#dcefe5;--light-green-pressed:#aecec2;--light-blue-hover:#d3d7e7;--light-blue-pressed:#949ec5;--light-orange-hover:#ffdfd5;--light-orange-pressed:#f2aa93;--active-filter:#fef7f3;--disabled:#e8e8e8}@media screen and (max-width:1024px){:root{--width-base:1024;--h1:calc(var(--width-multiplier)*48);--h2:calc(var(--width-multiplier)*38);--h3:calc(var(--width-multiplier)*28);--h4:calc(var(--width-multiplier)*20);--h5:calc(var(--width-multiplier)*16)}}@media screen and (max-width:860px){:root{--width-base:860}}@media screen and (max-width:680px){:root{--width-base:680;--h4:16px;--h5:14px;--h6:14px;--base-text:14px}}@media screen and (max-width:480px){:root{--width-base:580}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(/fonts/montserrat/Montserrat-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/fonts/montserrat/Montserrat-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/fonts/montserrat/Montserrat-SemiBold_600.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/montserrat/Montserrat-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto/Roboto-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto/Roboto-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto/Roboto-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Caveat;font-style:normal;font-weight:400;src:url(/fonts/caveat/Caveat-Regular_400.ttf) format("truetype")}.box_shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.box_shadow_clear{box-shadow:none}.border_radius{border-radius:2px}.border_radius_4{border-radius:4px}.border_radius_8{border-radius:8px}.border_radius_12{border-radius:12px}.border_radius_20{border-radius:20px}.border_radius_clear{border-radius:0}.circle{border-radius:50%}.box{background-color:var(--white);border:1px solid var(--border-color);border-radius:2px;padding:8px}.flex_direction_column{flex-direction:column}.transition{transition:.2s ease-in-out}.transition_directive_animate{transition:.5s linear}.default_translate{transform:translateY(-5px)}.default_box_shadow{box-shadow:3px 4px 9px 0 rgba(34,60,80,.2)}.border_radius_32{border-radius:32px}section{padding:60px 0}@media screen and (max-width:680px){section{padding:40px 0}}.section__title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h2);margin-bottom:40px}@media screen and (max-width:680px){.section__title{margin-bottom:32px}}@media screen and (max-width:480px){.section__title{margin-bottom:28px}}.section__subtitle{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:16px}.eye-catching{color:var(--text-orange);font-family:inherit;font-size:inherit;font-weight:600}.button{background-color:var(--white-default);border:1px solid var(--blue-default);border-radius:4px;display:inline-block;font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h6);font-weight:600;min-width:160px;padding:16px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.button,.button:hover{color:var(--text-primary)}.button:hover{background-color:var(--light-blue-hover);border-color:var(--blue-hover)}.button--access{background-color:var(--orange-default);border:none;color:var(--text-secondary);min-width:200px}@media screen and (max-width:580px){.button--access{min-width:200px}}.button--access:hover{background-color:var(--orange-hover);color:var(--text-secondary)}@media screen and (max-width:580px){.button{min-width:180px}}@media screen and (max-width:480px){.button{width:100%}}.hero{background-image:-webkit-image-set(url(/img/customDataSolutions/hero-back.webp) type("image/webp"),url(/img/customDataSolutions/hero-back.png));background-image:image-set(url(/img/customDataSolutions/hero-back.webp) type("image/webp"),url(/img/customDataSolutions/hero-back.png));background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Montserrat,Tahoma,sans-serif;padding-top:40px;text-align:center}@media screen and (max-width:680px){.hero{padding-top:40px}}.hero__contacts{margin-bottom:40px}.hero__title{font-size:var(--h1);margin-bottom:20px}.hero__subtitle,.hero__title{font-family:Montserrat,sans-serif}.hero__subtitle{font-size:var(--h4);margin:0 auto 20px;max-width:70%}@media screen and (max-width:860px){.hero__subtitle{max-width:none}}.hero__subtitle p{font-size:inherit}.hero__buttons{display:flex;gap:20px;justify-content:center;margin-top:60px}@media screen and (max-width:680px){.hero__buttons{justify-content:center}}@media screen and (max-width:500px){.hero__buttons{flex-wrap:wrap}}.opportunities{background-attachment:fixed;background-color:var(--dark-gray);background-image:-webkit-image-set(url(/img/api-reg-back.webp) type("image/webp"),url(/img/api-reg-back.png)),linear-gradient(180deg,var(--blue) 0,#000 57.21%);background-image:image-set(url(/img/api-reg-back.webp) type("image/webp"),url(/img/api-reg-back.png)),linear-gradient(180deg,var(--blue) 0,#000 57.21%);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-secondary)}.opportunities__about{margin-bottom:40px}.opportunities__about p{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:20px}.opportunities__about p:last-child{margin-bottom:0}.opportunities__list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));list-style:none}@media screen and (max-width:680px){.opportunities__list{gap:12px}}.opportunities__item{backdrop-filter:blur(5px);background-color:#aeaeae47;border-radius:20px;display:flex;flex-direction:column;flex-grow:1;gap:20px;padding:20px}@media screen and (max-width:680px){.opportunities__item{gap:0;padding:16px;width:100%}}.opportunities__item-link{color:var(--text-secondary);font-size:var(--h5);margin-top:auto;transition:color .2s ease-in-out}.opportunities__item-link:hover{color:var(--orange-hover)}.opportunities__item-title{color:inherit;font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4)}.opportunities__item-title--count{font-size:var(--h3)}@media screen and (max-width:680px){.opportunities__item-title{align-content:center;margin-bottom:0;min-height:48px}}.opportunities__item-list ul{display:grid;gap:8px;grid-template-columns:1fr 1fr;list-style:none}@media screen and (max-width:680px){.opportunities__item-list ul{display:grid;gap:4px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.catalog-api{background-color:var(--light-gray)}.catalog-api__list{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.catalog-api .itemC{flex-grow:1}.catalog-api .itemC>b{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4)}.catalog-api .itemC ul{align-items:center;display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin-top:16px}.catalog-api .itemC ul li a{background-color:var(--white);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);display:inline-block;font-size:var(--h5);padding:20px;text-decoration:none;transition:border-color .2s ease-in-out}.catalog-api .itemC ul li a:hover{border-color:var(--border-orange)}.catalog-api .itemC ul li span{background-color:var(--white);border:1px solid var(--border-color);border-radius:12px;color:var(--text-dark-descr);display:inline-block;font-size:var(--h5);padding:20px}@media screen and (max-width:680px){.catalog-api .itemC ul li span{align-content:center;min-height:48px}}.what-we-do{background-color:var(--gray-300);background-image:linear-gradient(180deg,#383838,rgba(0,0,0,.64)),-webkit-image-set(url(/img/customDataSolutions/hero-back.webp) type("image/webp"),url(/img/customDataSolutions/hero-back.png)),url(/img/bks_bckgr.png);background-image:linear-gradient(180deg,#383838,rgba(0,0,0,.64)),image-set(url(/img/customDataSolutions/hero-back.webp) type("image/webp"),url(/img/customDataSolutions/hero-back.png)),url(/img/bks_bckgr.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-primary);color:var(--text-secondary);padding-top:40px}.what-we-do__list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));list-style:none;margin-bottom:60px}@media screen and (max-width:680px){.what-we-do__list{gap:12px;grid-template-columns:1fr}}.what-we-do__item{backdrop-filter:blur(5px);background-color:#ffffff26;border-radius:12px;font-size:var(--h5);padding:20px 20px 20px 56px;position:relative}.what-we-do__item:before{background-color:var(--white);content:"";height:24px;left:20px;-webkit-mask-image:url(/img/icons/stack.svg#check);mask-image:url(/img/icons/stack.svg#check);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:16px;width:24px}.what-we-do__buttons{display:flex;gap:20px}@media screen and (max-width:680px){.what-we-do__buttons{justify-content:center}}@media screen and (max-width:500px){.what-we-do__buttons{flex-wrap:wrap}}.format-api{background-color:var(--light-gray)}.format-api__list{display:grid;gap:40px;grid-template-columns:1fr;list-style:none;margin:0 auto}@media screen and (max-width:860px){.format-api__list{gap:20px}}@media screen and (max-width:680px){.format-api__list{gap:20px;grid-template-columns:1fr}}.format-api__item{background-color:var(--white);border:1px solid var(--border-color);border-radius:20px;padding:20px}.format-api__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:20px}.format-api__item-lists-wrapper{display:flex;flex-wrap:wrap;gap:20px 60px}.format-api__item-subtitle{color:var(--text-dark-descr);font-size:var(--h5);font-weight:400;margin-bottom:12px}.format-api__item-sublist{display:flex;flex-wrap:wrap;gap:12px;list-style:none}.format-api__item-sublist--formats .format-api__item-sublist-item{background-color:var(--blue-100);color:var(--text-primary)}.format-api__item-sublist--delivery .format-api__item-sublist-item{background-color:var(--orange-100);color:var(--text-primary)}.format-api__item-sublist-item{border-radius:20px;font-size:var(--h6);font-weight:400;padding:8px 12px}.format-api__item-sublist-item--orange{background-color:var(--orange-100);color:var(--text-primary)}.format-api__item-sublist-item--blue{background-color:var(--blue-100);color:var(--text-primary)}.why-we{background-color:var(--blue);color:var(--text-secondary)}.why-we__list{display:grid;gap:28px;grid-template-columns:repeat(4,1fr);list-style:none;margin-bottom:60px;width:100%}.why-we__list--ru{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:880px){.why-we__list--ru{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.why-we__list--ru{grid-template-columns:1fr}}@media screen and (max-width:1024px){.why-we__list{gap:20px;margin-bottom:40px}}@media screen and (max-width:880px){.why-we__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.why-we__list{grid-template-columns:1fr}}.why-we__item{background-color:var(--white);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);display:flex;flex-direction:column;padding:20px}@media screen and (max-width:680px){.why-we__item{padding:16px}}.why-we__item-title-wrapper{display:flex;gap:4px;justify-content:space-between;margin-bottom:16px}.why-we__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h5)}.why-we__item-description{font-size:var(--h5);word-break:break-word}.seo-text{background-color:var(--blue);color:var(--text-secondary);padding:60px 0}.seo-text--ru{background-color:var(--white);color:var(--text-primary);padding:0}@media screen and (max-width:680px){.seo-text{padding:40px 0}}.contact{background-color:var(--blue);color:var(--text-secondary)}.contact--indicies{background-color:var(--light-gray);color:var(--text-primary)}.contact__link,.contact__links{font-size:var(--h4)}.contacts{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.contacts__country{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.contacts__mail{margin-top:20px;width:100%}.contacts__mail .contacts__link{position:relative;text-decoration:underline}@media screen and (max-width:880px){.contacts__mail .contacts__link{padding-left:28px}}.contacts__mail .contacts__link:before{background-color:var(--text-primary);content:"";height:24px;left:0;-webkit-mask-image:url(/img/icons/stack.svg#envelope);mask-image:url(/img/icons/stack.svg#envelope);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease-in-out;width:24px}.contacts__mail .contacts__link:hover:before{background-color:var(--red)}.contacts__country-name,.contacts__link{color:var(--text-primary);font-family:Montserrat,Tahoma,sans-serif;font-weight:600;text-decoration:none}.contacts__link{font-size:var(--h4);padding:4px 32px;position:relative;transition:color .2s ease-in-out;white-space:nowrap}@media screen and (max-width:680px){.contacts__link{padding:4px 8px}}.contacts__country-name{font-size:var(--h5)}.contacts__link-icons-wrapper{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:4px}.contacts__link-icon{background-image:url(/img/icons/stack.svg#logo-whatsapp);background-position:50%;background-repeat:no-repeat;background-size:24px 24px;display:inline-block;height:24px;opacity:1;text-decoration:none;transition:opacity .2s ease-in-out;width:24px}.contacts__link-icon--tg{background-image:url(/img/icons/stack.svg#logo-telegram)}.contacts__link-icon:hover{opacity:.8}
