html {
    box-sizing: border-box
}

*, *::after, *::before {
    box-sizing: inherit
}

ul, ol {
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin:      0;
    font-weight: normal
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    display:   block
}

input, button, textarea, select {
    font: inherit
}

a {
    text-decoration: none;
    color:           inherit
}

button {
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    padding:            0;
    border:           rgba(0,0,0,0);
    cursor:             pointer;
    display:            block
}

a, button, input, textarea {
    outline: rgba(0,0,0,0)
}

address {
    font-style: normal
}

@font-face {
    font-family:  "e-Ukraine-Light";
    src:          url("../fonts/e-Ukraine-Light.woff2") format("woff2"), url("../fonts/e-Ukraine-Light.woff") format("woff"), url("../fonts/e-Ukraine-Light.ttf") format("ttf");
    font-weight:  normal;
    font-style:   normal;
    font-display: swap
}

@font-face {
    font-family:  "e-Ukraine-Regular";
    src:          url("../fonts/e-Ukraine-Regular.woff2") format("woff2"), url("../fonts/e-Ukraine-Regular.woff") format("woff"), url("../fonts/e-Ukraine-Regular.ttf") format("ttf");
    font-weight:  normal;
    font-style:   normal;
    font-display: swap
}

@font-face {
    font-family:  "e-Ukraine-Bold";
    src:          url("../fonts/e-Ukraine-Bold.woff2") format("woff2"), url("../fonts/e-Ukraine-Bold.woff") format("woff"), url("../fonts/e-Ukraine-Bold.ttf") format("ttf");
    font-weight:  normal;
    font-style:   normal;
    font-display: swap
}

.container {
    width:   1280px;
    padding: 0 7px
}

.container.p0 {
    padding: 0 7px
}

.page__pt {
    padding-top: 120px
}

.section__pt {
    padding-top: 80px
}

.section__padding {
    padding: 80px 50px
}

.page__title {
    font-size:     35px;
    line-height:   42px;
    text-align:    center;
    margin-bottom: 80px
}

.section__title {
    font-size:     24px;
    line-height:   36px;
    margin-bottom: 80px
}

.line {
    height: 2px
}

.btn__all {
    font-size:   16px;
    line-height: 16px
}

.btn__all-icon {
    position: relative;
    width:    30px;
    height:   30px
}

.btn__all-icon::after {
    width:  20px;
    height: 20px;
    top:    5px;
    left:   5px
}

.btn__all--plus .btn__all-icon::before {
    width:  11px;
    height: 11px
}

.btn__all--mail .btn__all-icon {
    width:  34px;
    height: 34px
}

.btn__all--mail .btn__all-icon::after {
    width:  24px;
    height: 24px;
    top:    5px;
    left:   5px
}

.btn__all--mail .btn__all-icon::before {
    width:  12px;
    height: 12px
}

.header {
    padding: 15px 0
}

.header__wrapp {
    display:         flex;
    align-items:     center;
    justify-content: space-between
}

.header__inner {
    display:     flex;
    align-items: center;
    width:       100%
}

.header__nav {
    display: flex;
    width:   100%
}

.logo {
    width:  159px;
    height: 50px
}

.menu {
    display:         flex;
    justify-content: center;
    font-size:       14px;
    gap:             50px
}

.menu-item {
    width:   -moz-fit-content;
    width:   fit-content;
    padding: 0
}

.menu-item>a.active {
    color: #fff
}

.menu-item>a:hover {
    color: #fff
}

.menu-item-has-children, .menu-item-has-children>a {
    padding-right: 8px
}

.menu-item-has-children:hover .sub-menu, .menu-item-has-children>a:hover .sub-menu {
    display: block
}

.menu-item-has-children:hover .sub-menu {
    display: inline-flex
}

.menu-item-has-children:hover .menu-item-has-children-arrow svg {
    transform: rotate(-180deg);
    fill:    #fff !important
}

.menu-item-has-children:hover .menu-item-has-children-arrow path {
    fill: #fff
}

.menu .sub-menu {
    position:           absolute;
    top:                22px;
    padding:            10px 35px 10px 20px;
    flex-direction:     column;
    align-items:        flex-start;
    gap:                5px;
    font-size:          14px;
    font-style:         normal;
    font-weight:        300;
    line-height:        22px;
    background-color: #fff;
    color:            #273440
}

.menu .sub-menu .menu-item>a {
    display:        block;
    padding-bottom: 0;
    font-size:      14px;
    font-style:     normal;
    font-weight:    300;
    line-height:    22px;
    width:          -moz-max-content;
    width:          max-content
}

.menu .sub-menu .menu-item>a:hover {
    color: #0e7ae9
}

.menu-item-has-children-arrow {
    width:     7px;
    height:    7px;
    top:       50%;
    transform: translateY(-50%)
}

.lang {
    display:         flex;
    font-size:       14px;
    min-width:       159px;
    justify-content: flex-end
}

.lang__btn:hover {
    color: #fff
}

.lang__btn+.lang__btn {
    margin-left: 10px
}

.footer__inner {
    position: relative
}

.footer .menu {
    gap: 64px
}

.footer.menu .menu-item a {
    transition: all .5s
}

.footer .menu .menu-item a:hover {
    color: #fff
}

.main-scrin {
    padding-bottom: 22px
}

.main-scrin__inner {
    padding-left: 93px
}

.main-scrin__title {
    white-space:    nowrap;
    text-transform: uppercase;
    width:          auto;
    max-width:      100%;
    white-space:    nowrap;
    font-size:      clamp(24px, 8vw, 70px);
    line-height:    1.2;
    overflow:       hidden;
}

.main-scrin__subtitle {
  margin-top:  .75rem;
  font-size:   clamp(1rem, 1.2vw + .8rem, 1.25rem);
  line-height: 1.5;
  opacity:     .9;
}

.arrow-down {
    width:      50px;
    height:     50px;
    margin-top: 100px
}

.main-scrin__model-about .main-scrin__link-back {
    margin-bottom: 50px
}

.models__inner {
    position: relative !important
}

.models__list {
    margin-bottom: 50px
}

.models__item:nth-child(n+4) {
    display: block
}

.models__item-link {
    padding:    40px 30px;
    height:     500px;
    transition: all .7s
}

.models__item-link::before {
    border-left-width: 24px;
    border-bottom:     24px solid #12191f
}

.models__item-link:hover {
    background: rgba(39,52,64,.5)
}

.models__item-img {
    top: 43px
}

.models__item-title {
    font-size:   24px;
    line-height: 36px
}

.models__all {
    margin-bottom: 50px
}

.slick-arrow {
    position:        absolute;
    right:           0;
    top:             0px;
    font-size:       0;
    width:           50px;
    height:          50px;
    display:         flex;
    align-items:     center;
    justify-content: center
}

.slick-arrow::before {
    content:   "";
    width:     35px;
    height:    35px;
    position:  absolute;
    transform: rotate(45deg);
    border:    1px solid #738ba1
}

.slick-arrow svg {
    stroke:   #738ba1;
    transition: all .5s
}

.slick-arrow:hover svg {
    stroke: #fff
}

.slick-prev {
    right: 55px
}

.slick-next svg {
    transform: rotate(180deg)
}

.slick-slide {
    width:        412px;
    margin-right: 15px
}

.partners__inner {
    width:    100%;
    position: relative !important
}

.partners .section__title {
    margin-bottom: 101px
}

.partners__list {
    display:    flex;
    gap:        0;
    overflow-x: hidden;
    width:      100%
}

.partners__item {
    width: 233px
}

.partners__item-icon {
    width:         50px;
    height:        50px;
    margin-bottom: 10px
}

.partners .slick-arrow {
    top: 0
}

.slick-slider {
    position: initial
}

.about__inner {
    display:         flex;
    justify-content: space-between
}

.about__img {
    width:         315px;
    height:        410px;
    margin-bottom: 0
}

.about__content {
    gap:   30px;
    width: 735px
}

.about__content-subtitle {
    font-size:   24px;
    line-height: 36px
}

.about__mission {
    height: 500px
}

.about__mission .paralax__item--field {
    top: -4%
}

.about__mission-title {
    font-size:     16px;
    line-height:   24px;
    margin-bottom: 30px
}

.about__mission blockquote {
    font-size:   30px;
    line-height: 45px
}

.about__inner {
    display:         flex;
    justify-content: space-between;
    gap:             90px
}

.about__img {
    min-width: 315px;
    height:    410px
}

.function__inner {
    display:               grid;
    grid-template-columns: repeat(2, 1fr);
    gap:                   0
}

.function__descr {
    margin-bottom: 80px
}

.function__content-title {
    margin-bottom: 60px
}

.support__content-title {
    margin-bottom: 60px
}

.support__content-list {
    gap:                   0;
    margin-bottom:         80px;
    display:               grid;
    grid-template-columns: repeat(3, 1fr)
}

.support__content-item {
    flex-direction: row;
    align-items:    flex-start;
    gap:            20px
}

.support__content-subtitle {
    width: 100%
}

.support__content-subtitle br {
    display: block
}

.docs__title {
    margin-bottom: 60px
}

.docs__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap:               30px;
    -moz-column-gap:       10px;
    column-gap:            10px
}

.docs__item-icone {
    width:          50px;
    height:         50px;
    line-height:    14px;
    padding:        0 5px;
    padding-bottom: 13px
}

.news__link:hover .news__item-img::after {
    width:  50px;
    height: 50px
}

.news__title {
    margin-bottom: 30px
}

.news__list-img {
    gap:                   30px;
    grid-template-columns: repeat(3, 1fr)
}

.news__list-noimg {
    grid-template-columns: repeat(2, 1fr);
    grid-gap:              30px 10px
}

.news__list+.news__list {
    margin-top: 80px
}

.news__item-img {
    height: 210px
}

.news__item-img::after {
    width:      30px;
    height:     30px;
    transition: all .5s
}

.news__list-noimg .news__item-text {
    width: 547px
}

.news__list-noimg .news__link:hover .news__item-text {
    text-decoration-color: #0e7ae9;
    color:                 #0e7ae9
}

.news__item-text {
    transition: all .5s
}

.all-models__filter {
    overflow-x: auto
}

.all-models__filter-list {
    width:           100%;
    gap:             50px;
    justify-content: center
}

.all-models__item-descr {
    margin-bottom: 30px
}

.all-models__item-data {
    font-size:   14px;
    line-height: 21px;
    gap:         30px
}

.all-models__item-title {
    font-size:   35px;
    line-height: 52px
}

.all-models__item-feature {
    display:         flex;
    align-items:     center;
    justify-content: center;
    flex-direction:  row
}

.all-models__item-feature span {
    display: block;
    margin:  0 5px
}

.all-models__btn {
    margin-bottom: 30px
}

.all-models__item-img {
    height:    252px;
    max-width: 1007px
}

.radius {
    padding-bottom: 77px
}

.radius__content {
    position:      relative;
    margin-bottom: 10px
}

.radius__content-list {
    height: 283px
}

.radius__content-item {
    display:       block;
    border-bottom: 0;
    position:      absolute;
    top:           0;
    margin-top:    0 !important;
    height:        100%
}

.radius__content-title {
    flex-direction: column;
    gap:            10px;
    font-size:      12px;
    position:       absolute;
    color:        #273440;
    z-index:        1;
    transition:     all .5s
}

.radius__content-title::after {
    content:            "";
    position:           absolute;
    left:               50%;
    bottom:             -8px;
    transform:          translateX(-50%);
    width:              8px;
    height:             8px;
    border-radius:      50%;
    background-color: #273440;
    border:             2px solid #12191f;
    transition:         all .5s
}

.radius__content-title span svg {
    fill:     #273440;
    transition: all .5s;
    z-index:    3
}

.radius__content-title svg {
    width:  30px;
    height: 30px
}

.radius__content-title:hover {
    color: #fff
}

.radius__content-title:hover span svg {
    fill:  #fff;
    z-index: 3
}

.radius__content-title:hover::after {
    background-color: #81d9fe;
    border:             1px solid #fff
}

.radius__content-range, .radius__content-level {
    display: none
}

.radius__content-target {
    display: none
}

.radius__content-chart {
    display:  block;
    position: absolute;
    bottom:   0;
    left:     0;
    width:    100%;
    height:   214px
}

.radius__content-chart svg {
    width:  100%;
    height: 100%
}

.radius__content-chart svg path {
    stroke:   #273440;
    transition: all .5s
}

.radius__content-chart.hover {
    z-index: 1
}

.radius__content-chart.hover svg path {
    stroke:  url(#paint0_linear_1002_5916);
    z-index: 2
}

.radius__all {
    margin-top: 50px
}

.radius__content-item:nth-child(1) {
    left:  100px;
    width: 264px
}

.radius__content-item:nth-child(1) a {
    left: 45px
}

.radius__content-item:nth-child(2) {
    left:  100px;
    width: 400px
}

.radius__content-item:nth-child(2) a {
    left: 155px
}

.radius__content-item:nth-child(3) {
    left:  206px;
    width: 484px
}

.radius__content-item:nth-child(3) a {
    left: 210px
}

.radius__content-item:nth-child(4) {
    left:  206px;
    width: 634px
}

.radius__content-item:nth-child(4) a {
    left: 320px
}

.radius__content-item:nth-child(5) {
    left:  206px;
    width: 634px
}

.radius__content-item:nth-child(5) a {
    left: 480px
}

.radius__content-item:nth-child(6) {
    right: 0;
    width: 440px
}

.radius__content-item:nth-child(6) a {
    left: 175px
}

.radius__content-bpla-title {
    display:   block;
    position:  absolute;
    top:       30px;
    left:      0;
    color:   #273440;
    font-size: 12px
}

.radius__content-radius {
    display:        block;
    padding-bottom: 10px;
    border-bottom:  2px solid #0e7ae9;
    color:        #273440;
    font-size:      12px;
    display:        flex
}

.radius__content-radius-inner {
    display: flex
}

.radius__content-radius-title {
    padding-right: 37px;
    position:      relative
}

.radius__content-radius-title::after {
    content:            "";
    position:           absolute;
    width:              2px;
    height:             7px;
    bottom:             -10px;
    right:              0;
    background-color: #0e7ae9
}

.radius__content-radius-distance {
    display:         flex;
    justify-content: center;
    position:        relative;
    color:         #fff
}

.radius__content-radius-distance::after {
    content:            "";
    position:           absolute;
    width:              2px;
    height:             7px;
    bottom:             -10px;
    right:              0;
    background-color: #0e7ae9
}

.radius__content-radius-distance:nth-child(1) {
    width: 115px
}

.radius__content-radius-distance:nth-child(2) {
    width: 148px
}

.radius__content-radius-distance:nth-child(3) {
    width: 137px
}

.radius__content-radius-distance:nth-child(4) {
    width: 185px
}

.radius__content-radius-distance:nth-child(5) {
    width: 151px
}

.radius__content-radius-distance:nth-child(6) {
    width: 104px
}

.radius__content-radius-distance:nth-child(7) {
    width: 130px
}

.radius__content-radius-distance:nth-child(8) {
    width: 195px
}

.radius__content-tipe {
    display:       flex;
    align-items:   center;
    margin-bottom: 23px;
    height:        29px
}

.radius__content-tipe-inner {
    display:               grid;
    grid-template-columns: 585px 254px 327px;
    align-items:           center;
    height:                100%
}

.radius__content-tipe-title {
    color:      #273440;
    font-size:    12px;
    width:        82px;
    margin-right: 17px;
    line-height:  initial
}

.radius__content-tipe-item {
    font-size:   12px;
    font-style:  normal;
    font-weight: 300;
    padding:     4px 20px;
    height:      100%;
    background:  linear-gradient(90deg, rgba(14, 122, 233, 0.7) 0%, rgba(14, 122, 233, 0) 100.11%);
    display:     flex;
    align-items: center;
    position:    relative
}

.radius__content-tipe-item::after {
    content:            "";
    position:           absolute;
    bottom:             0;
    left:               0;
    width:              0;
    height:             0;
    border:             0 solid rgba(0,0,0,0);
    border-right-width: 20px;
    border-left-width:  0px;
    border-bottom:      20px solid #12191f
}

.radius__content-icon-list {
    display:      flex;
    padding-left: 123px
}

.radius__content-icon-item {
    width:           65px;
    height:          50px;
    display:         flex;
    align-items:     center;
    justify-content: center
}

.radius__content-icon-item span {
    display: block;
    width:   100%;
    height:  100%
}

.radius__content-icon-item span svg {
    width:      100%;
    height:     100%;
    fill:     #273440;
    transition: all .5s
}

.radius__content-icon-item.hover span svg {
    fill: #0e7ae9
}

.radius__content-icon-item:nth-child(1) {
    margin-right: 67px
}

.radius__content-icon-item:nth-child(2) {
    margin-right: 80px
}

.radius__content-icon-item:nth-child(3) {
    margin-right: 87px
}

.radius__content-icon-item:nth-child(4) {
    margin-right: 100px
}

.radius__content-icon-item:nth-child(5) {
    margin-right: 68px
}

.radius__content-icon-item:nth-child(6) {
    margin-right: 55px
}

.radius__content-icon-item:nth-child(7) {
    margin-right: 94px
}

.appointment__list {
    grid-template-columns: repeat(4, 1fr)
}

.bplaset__subtitle {
    width: 897px
}

.bplaset__descr-item {
    width: 400px
}

.bplaset__galery-item {
    height: 300px
}

.application__gallery-item {
    height: 500px
}

.application__gallery-inner .application__gallery-item {
    height: 500px
}

.application__gallery-item.video:hover::after {
    width:  80px;
    height: 80px
}

.model-about__preview-img {
    width:  906px;
    height: 183px
}

.model-about__text {
    width: 895px
}

.main-scrin__model-about {
    padding: 146px 0 119px
}

.main-scrin__model-about .main-scrin__inner {
    padding: 0 50px
}

.contacts__inner {
    padding: 50px 50px 80px 50px;
    gap:     66px
}

.contacts__text {
    width:         735px;
    margin-bottom: 90px
}

.all-models__wrapp .container {
    padding: 0 !important
}

.all-projects__list li {
    padding: 50px
}

.all-projects__item-img {
    width:       250px;
    height:      250px;
    margin-left: 0
}

.burger {
    display: none
}

.main-scrin__background {
    width:  1518px;
    height: 1518px
}

.main-scrin__bg {
    left:   59%;
    width:  1000px;
    height: 600px
}

.circle {
    left: 18%
}

.circle-1 {
    width:  146px;
    height: 146px
}

.circle-2 {
    width:  362px;
    height: 362px
}

.circle-3 {
    width:  654px;
    height: 654px
}

.circle-4 {
    width:  1018px;
    height: 1018px
}

.circle-5 {
    width:  1518px;
    height: 1518px
}

.circle-6 {
    width:  1018px;
    height: 1018px
}

.content.content-small-width {
    width: 897px
}

.burger {
    display: none
}

.main-scrin__background {
    width:  1518px;
    height: 1518px
}

.main-scrin__bg {
    left:   59%;
    width:  1000px;
    height: 600px
}

.circle {
    left: 18%
}

.circle-1 {
    width:  146px;
    height: 146px
}

.circle-2 {
    width:  362px;
    height: 362px
}

.circle-3 {
    width:  654px;
    height: 654px
}

.circle-4 {
    width:  1018px;
    height: 1018px
}

.circle-5 {
    width:  1518px;
    height: 1518px
}

.circle-6 {
    width:  1018px;
    height: 1018px
}

.content.content-small-width {
    width: 897px
}

