
:root {
  
}

@media (max-width: 799px) {
  :root {
    
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  :root {
   
  }
}
@media (min-width: 1280px) {
  :root {
    
  }
}






.anchor-nav {
  cursor: pointer;
}
.reset-anchor {
  text-decoration: none;
  color: unset;
}


.button-main {
  background-color: #FF0032;
  border: 1px solid #BCC3D080;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 16px;
  transition: background-color 0.3s;
  height: 50px;
  width: 256px;
}

.button-main:hover {
  background-color: #ff1846;
}

.button-main.button--white {
  background-color: white;
  color: #626C77;
  border: 1px solid #BCC3D080;
}
.button-main.button--white:hover {
  background-color: white;
}











.input-text {
  flex: 1;
  color: #2c3e50;
  border: 1px solid #BCC3D080;
  font-size: 16px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 16px;
  transition: background-color 0.3s;
  width: 240px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.input-tex::placeholder {
  color: #a0aec0;
  padding: 0 8px;
}

















.container {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.header--desktop {
  display: none;
  height: 72px;
  position: relative;
}
.header--desktop > .hd-icon {
  position: absolute;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.header--desktop > .hd-navigation {
  padding-left: 24px;
  padding-right: 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}


.header--mobile {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.header--mobile > .hm-content {
  min-width: 340px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 2px 4px 0px #0000000D;
}
.header--mobile > .hm-content > .hmc-header {
  max-width: 375px;
  height: 78px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 2px 4px 0px #0000000D;
}
.header--mobile > .hm-content > .hmc-header > .hmch-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header--mobile > .hm-content > .hmc-header > .hmch-button--menu {
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}
.header--mobile > .hm-content > .hmc-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.header--mobile > .hm-content > .hmc-menu > .hmc-menu-line {
  border-top: 1px solid #BCC3D080;
}
.header--mobile > .hm-content > .hmc-menu .hmc-menu-item  {
  padding-top: 30px;
  padding-bottom: 30px;
}


.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.content > .c-section-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content > .c-section-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}
.content > .c-section-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.content > .c-section-benefits > .csbf-boxes {
  display: flex;
  flex-wrap: wrap;
}
.content > .c-section-benefits > .csbf-boxes > .csbf-box {
  border-top: 1px solid #BCC3D080;
  width: 295px;
  min-height: 232px;
  min-width: 265px;
  max-width: 375px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content > .c-section-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content > .c-section-info > .csi-title {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 800px;
}
.content > .c-section-info > .csi-footer {
  align-self: flex-start;
}
.content > .c-section-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content > .c-section-features > .csf-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content > .c-section-features > .csf-content > .csfc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.content > .c-section-features > .csf-content > .csfc-grid > .csfcg-box {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 32px;
  background: #F2F3F7;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content > .c-section-support {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content > .c-section-support > .css-title {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 800px;
}
.content > .c-section-support > .css-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.content > .c-section-support > .css-content > .cssc-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content > .c-section-support > .css-content > .cssc-tags > .cssct-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.content > .c-section-support > .css-content > .cssc-tags > .cssct-list > .cssct-tag {
  min-width: 64px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-radius: 40px;
  background: #FFFFFF;
  border: 2px solid #BCC3D080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content > .c-section-support > .css-content > .cssc-tags > .cssct-icon {
  height: 64px;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.content > .c-section-support > .css-content > .cssc-docs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content > .c-section-support > .css-content > .cssc-docs > .csscd-links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.content > .c-section-support > .css-content > .cssc-docs > .csscd-links .csscd-link {
  display: flex;
  align-items: center;
}
.content > .c-section-support > .css-content > .cssc-docs > .csscd-links .csscd-link > .csscd-link-label {
  height: 36px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.content > .c-section-buy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  background: #F2F3F7;
  border-bottom: 40px;
  border-radius: 40px;
}
.content > .c-section-buy > .csb-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content > .c-section-buy > .csb-header > .csbh-content {
  display: flex;
  gap: 40px;
}
.content > .c-section-buy > .csb-header > .csbh-content > .csbh-content-next {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content > .c-section-buy > .csb-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}
.content > .c-section-buy > .csb-form > .csbf-input-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content > .c-section-buy > .csb-line {
  border: 1px solid #BCC3D080;
}
.content > .c-section-buy > .csb-section-contacts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content > .c-section-buy > .csb-section-contacts > .csb-sc-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content > .c-section-buy > .csb-section-contacts > .csb-sc-grid .csb-scg-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content > .c-section-buy > .csb-section-contacts > .csb-sc-grid > .csb-scg-next {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content > .c-section-buy > .csb-section-contacts > .csb-sc-grid > .csb-scg-next > .csb-scgn-next {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.content > .c-section-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
















.background-FFFFFF {
  background: #FFFFFF;
}
.color-FF0032 {
 color: #FF0032;
}
.color-000000 {
  color: #000000;
}
.color-1D2023 {
  color: #1D2023;
}
.color-626C77 {
  color: #626C77;
}
.color-0070E5 {
  color: #0070E5;
}
.color-969FA8 {
  color: #969FA8;
}














.width-100 {
  width: 100%;
}
.size-24px {
  width: 24px;
  height: 24px;
}
.size-36px {
  width: 36px;
  height: 36px;
}
.size-44px {
  width: 44px;
  height: 44px;
}
.max-width-800px {
  max-width: 800px;
}





.font-12-16-700 {
  font-family: MTS Wide;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 5%;
}
.font-14-20-400 {
  font-family: MTS Compact;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.font-14-20-500 {
  font-family: MTS Text;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.font-17-24-400 {
  font-family: MTS Text;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}
.font-17-24-500 {
  font-family: MTS Compact;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}

.font-20-24-500 {
  font-family: MTS Compact;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}
.font-20-28-400 {
  font-family: MTS Compact;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.font-24-28-500 {
  font-family: MTS Compact;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
}

.font-24-32-400 {
  font-family: MTS Compact;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.font-32-36-500 {
  font-family: MTS Wide;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
}

.font-36-36-500 {
  font-family: MTS Wide;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
}
.font-44-44-500 {
  font-family: MTS Wide;
  font-weight: 500;
  font-style: Medium;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
}

.font-72-72-500 {
  font-family: MTS Wide;
  font-weight: 500;
  font-style: Medium;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0%;
}





.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.white-space-pre {
  white-space: pre;
}














@media (max-width: 799px) {
  .content > .c-section-benefits {
    flex-direction: column-reverse;
  }
  .content > .c-section-features > .csf-content > .csfc-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .content > .c-section-buy > .csb-header > .csbh-content {
    flex-direction: column;
  }
  .content > .c-section-buy > .csb-section-contacts > .csb-sc-grid > .csb-scg-next > .csb-scgn-next {
    flex-direction: column;
  }
  .header--desktop {
    display: none;
  }
  .header--mobile {
    display: block;
  }
  .media-section-title-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  .media-section-features-box-title-font {
    font-family: MTS Compact;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .media-section-content-font {
    font-family: MTS Compact;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .media-section-promo-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0px;
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .header--desktop {
    display: block;
  }
  .header--mobile {
    display: none;
  }
  .media-section-title-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;
  }
  .media-section-features-box-title-font {
    font-family: MTS Compact;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .media-section-content-font {
    font-family: MTS Text;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .media-section-promo-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0%;
  }
}
@media (min-width: 1280px) {
  .header--desktop {
    display: block;
  }
  .header--mobile {
    display: none;
  }
  .media-section-title-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;

    text-transform: uppercase;
  }
  .media-section-features-box-title-font {
    font-family: MTS Compact;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .media-section-content-font {
    font-family: MTS Text;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .media-section-promo-font {
    font-family: MTS Wide;
    font-weight: 500;
    font-style: Medium;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0%;
  }
}

