.v1-heroscreen{color:var(--heroscreen-main-color);container-type:inline-size;padding-bottom:48px;padding-top:var(--header-height);position:relative}.v1-heroscreen_front{padding-top:calc(48px + var(--header-height))}.v1-heroscreen__bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v1-heroscreen__bg-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v1-heroscreen .container{gap:48px}.v1-heroscreen .container,.v1-heroscreen__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v1-heroscreen__card{background:var(--heroscreen-block-bg);gap:20px;max-width:587px;padding:32px}.v1-heroscreen__card-title{font-size:36px;font-weight:600;letter-spacing:-.72px;line-height:120%}.v1-heroscreen__card-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v1-heroscreen__card-description a{color:var(--heroscreen-links-color)}.v1-heroscreen__card-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:16px}.v1-heroscreen__card-buttons,.v1-heroscreen__card-buttons__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v1-heroscreen__card-buttons__item{-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--heroscreen-button-bg);border-radius:var(--heroscreen-button-radius);color:var(--heroscreen-button-color);font-family:var(--font-2);gap:8px;justify-content:center;padding:12px 32px;text-align:center;text-decoration:none;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;width:calc(50% - 8px)}.v1-heroscreen__card-buttons__item:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v1-heroscreen__card-buttons__item:after,.v1-heroscreen__card-buttons__item:before{background-color:var(--heroscreen-button-bg-hover)}.v1-heroscreen__card-buttons__item svg{height:20px;width:20px}.v1-heroscreen__card-buttons__item span{font-size:16px;font-weight:500;line-height:150%;white-space:normal}@media (max-width:768px){.v1-heroscreen .container{gap:10px}.v1-heroscreen__card{margin:0 auto}}@media screen and (max-width:768px){.v1-heroscreen{padding:10px 0;padding-top:calc(10px + var(--header-height))}}@media (max-width:650px){.v1-heroscreen__card{gap:16px;padding:16px}.v1-heroscreen__card-title{font-size:30px;font-weight:600;line-height:130%}.v1-heroscreen__card-buttons__item{width:100%}}@media not all and (pointer:coarse){.v1-heroscreen__card-buttons__item:hover{background-color:var(--heroscreen-button-bg);color:var(--heroscreen-button-color-hover)}}