.formFrame{height:2500px;margin-top:70px;overflow:hidden;width:100%}.technicalSupport__list{display:grid;grid-gap:40px;gap:40px;grid-template-columns:1fr 1fr;margin:50px auto 0;width:-moz-fit-content;width:fit-content}.technicalSupport__link{align-items:center;background:var(--colorBlue);border:1px solid var(--colorBlue);border-radius:52px;color:var(--colorWhite);display:flex;font-family:var(--familyNotoSans);font-size:var(--fontMax16Min14);font-weight:700;height:52px;justify-content:center;line-height:1.2;margin:60px auto 0;max-width:350px;width:100%}.technicalSupport__link:after{background:url(/images/common/icon-arrow_right_white.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:15px;margin-left:16px;position:relative;top:-1px;width:9px}@media screen and (max-width:850px){.technicalSupport__list{grid-template-columns:1fr}}.technicalSupport__item{background:var(--colorWhite);border:2px solid var(--colorBlue);border-radius:150px;height:120px;width:100%}.technicalSupport__item a{align-items:center;display:grid;grid-gap:20px;gap:20px;grid-template-columns:75px auto;justify-content:center;padding:20px 40px}.technicalSupport__item .pageText{line-height:1.3}.technicalSupport__item .questionAi .pageText{font-size:(--fontMax18Min14)}@media screen and (max-width:767px){.technicalSupport__item a{justify-content:flex-start}}