@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);

:root {
  --orange-btn: #F34E1A;
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  overflow: auto
}

[type=checkbox],[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[hidden],template {
  display: none
}

body,html {
  width: 100%;
  height: 100%;
  font-size: 14px
}

body,html {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap
}

body {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  background: #FAFAFA;
  padding-top: 66px;
}
.banner,footer,header,main {
  flex-shrink: 0
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative
}
main {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-direction: column
}


.header{
  height: 66px;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  top: 0;
  background: #FAFAFA;
  z-index: 99;
}
.header .container{
  flex-grow: 1;
}
.header__content{
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap:20px;
  align-items: center;
}
.header__nav{
  display: flex;
  gap:20px;
  align-items: center;
}
.logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn{
  box-shadow: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  height: 48px;
  background: var(--orange-btn);
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.link{
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #0F0F10;
  text-decoration: none;
}
.banner{}
.banner__content{
  margin-top: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:32px
}
.banner__content h1{
  font-weight: 800;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(95.44deg, #0F0F10 0%, #F34E1A 50%, #0F0F10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner__desc{
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #0F0F10;
  width: 100%;
  max-width: 890px;

}
.banner .gplay{
  margin-top: 32px;
}
.banner__slider{
  max-width: 1116px;
  margin: 40px auto 0;
}
.banner__slider-item img{
  width: 100%;
}
h2{
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(95.44deg, #0F0F10 0%, #F34E1A 50%, #0F0F10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.what-offer{
  margin-top: 150px;
}

.what-offer__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:80px;
}
.what-offer__list{
  display: flex;
  gap:30px;
  justify-content: space-between;
}
.what-offer__item{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap:12px;
  width: 100%;
  max-width: 360px;
}

.what-offer__num{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 48px;
  height: 48px;
  background: rgba(243, 78, 26, 0.08);
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #F34E1A;
}
.what-offer__title{
  margin-top: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #0F0F10;
}
.what-offer__text{
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #8B8C8F;
}

.ability{
  margin-top: 150px;
  background: radial-gradient(circle, rgba(243,92,26,1) 0%, rgba(243,117,26,1) 100%);
}
.ability__content h2{
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  background: none;
  -webkit-text-fill-color:#FFFFFF;
}
.ability__content{
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  gap:64px;
}
.ability__list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}
.ability__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 24px;
  width: calc(50% - 10px);
}
.ability__icon{
  width: 48px;
  height: 48px;
  border: 1px solid #D9CDC9;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ability__title{
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0F0F10;
}
.ability__text{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #8B8C8F;
}
.tariff{
  margin-top: 150px;
}
.tariff__content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tariff__content h2{
  margin-bottom: 24px;
}

.tariff__desc{
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #8B8C8F;
  margin-bottom: 80px;
  width: 100%;
  max-width: 700px;
}
.tariff__block{
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  width: 100%;
  max-width: 530px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
}
.tariff__block-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tariff__block-header b{
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0F0F10;
}
.tariff__block-header span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  height: 38px;
  background: rgba(243, 78, 26, 0.08);
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #F34E1A;
}
.tariff__block hr{
  border: none;
  height: 1px;
  width: 100%;
  background: #EBEBEB;
}
.tariff__block-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tariff__block-list-item{
  display: flex;
  gap:16px;
  align-items: center;
}
.tariff__block-list-item span{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0F0F10;
}
.tariff__block-bottom{
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #8B8C8F;
}
.tariff__form{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.tariff__form-title{
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #0F0F10;
}
.tariff__form-desc{
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #8B8C8F;
  margin-top: 12px;
}
.tariff__form-row{
  display: flex;
  gap:20px;
  width: 100%;
  max-width: 640px;
  margin-top: 48px;

}
.tariff__form-row .input{
  max-width: 420px;
}
.input{
  width: 100%;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F10;
}
.input:focus, textarea:focus{
  border: 1px solid var(--orange-btn);
}
.textarea{
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  outline: none;
  resize: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F10;
}
.input::placeholder, textarea::placeholder{
color: #8B8C8F;
}
.tariff__form-row .btn{
  height: 56px;
  width: 200px;
}
.download{
  margin-top: 150px;
}
.download__content{
  background: radial-gradient(circle, rgba(243,92,26,1) 0%, rgba(243,117,26,1) 100%);
  border-radius: 32px;
  display: flex;
  gap:20px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 56px;

}
.download__content h2{
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: left;
  background: none;
  -webkit-text-fill-color:#FFFFFF;
}
.download__desc{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.84);
}
.download__left{
  width: 100%;
  max-width: 627px;
  display: flex;
  flex-direction: column;
  gap:28px;
}
.download__img{
  margin-bottom: -40px;
  display: flex;

}

.contact{
  margin-top: 150px;
}
.contact__content{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.contact__left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 29px;
  gap: 24px;
  width: calc(50% - 10px) ;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
}
.contact__title{
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0F0F10;
}
.contact__text{
  display: flex;
  flex-direction: column;
  gap:19px;
  font-size: 16px;
  line-height: 120%;
}
.contact__text b{
  font-weight: 700;
  color: #0F0F10;
}
.contact__text p{
  font-weight: 500;
  color:#8B8C8F
}
.contact__text a{
  font-weight: 500;
  color:var(--orange-btn);
  text-decoration: none;
}
.contact__form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  width: calc(50% - 10px) ;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
}
.contact__form form{
  display: flex;
  flex-direction: column;
  gap:8px;
  width: 100%;
}
.contact__form form .textarea,
.contact__form form .input{
  width: 100%;
}
.contact__form form .btn{
  width: 90px;
}
.faq{
  margin-top: 150px;
}
.faq__content{
  margin: 80px auto 0;
  width: 100%;
  max-width: 860px;

}
.at-tab {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #8B8C8F;
  padding-right: 32px;
}

.at-title {
  cursor: pointer;
  position: relative;
}

.at-title:hover {

}

.at-title:after {
  content: "+";
  position: absolute;
  top: 0;
  transform-origin: center;
  right: 0;
  transition: all 0.2s ease;
  width: 32px;
  height: 32px;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
}

.at-title.active:after {
  transform: rotate(45deg);
}

.at-item {
  border-bottom: 1px solid #EBEBEB;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.at-title span {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0F0F10;
}
.footer{
  margin-top: 150px;
}
.footer__content{
  display: flex;
  flex-direction: column;
}
.footer__top{
  margin-bottom: 24px;
}
.footer__top .container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.footer__top .container a{
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #8B8C8F;
  text-decoration: none;
}
.footer__bottom{
  border-top: 1px solid #EBEBEB;
  padding: 24px 0;
}
.footer__bottom .container{
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #8B8C8F;
}
@media (max-width: 768px){
  .header{
    height: 64px;
  }
  .header .link{
    display: none;
  }
  .container{
    padding: 0 16px;
  }
  .logo img{
    width: 125px;
  }
  .btn{
    height: 40px;
    font-size: 14px;
  }
  .banner__content{
    margin-top: 64px;
    gap:22px
  }
  .banner__content h1{
    font-size: 36px;
  }
  .banner__desc{
    font-size: 16px;
    line-height: 1.4;
  }
  .banner .gplay{
    margin-top: 18px;
  }
  .banner__slider{
    max-width: 262px;
    margin-top: 13px;
  }
  .gplay img{
    width: 164px;
  }
  h2{
    font-size: 28px;
    line-height: 120%;
  }
  .what-offer{
    margin-top: 77px;
  }
  .what-offer__content{
    gap: 34px;
  }
  .what-offer__list{
    flex-direction: column;
    align-items: center;
    gap:31px;
  }
  .what-offer__item{
    gap:10px;
  }
  .what-offer__title{
    font-size: 20px;
    line-height: 120%;
  }
  .ability{
    margin-top: 74px;
  }
  .ability__content{
    padding: 40px 0;
    gap:30px ;
  }
  .ability__content h2{
    font-size: 28px;
    line-height: 120%;
  }
  .ability__list{
    flex-direction: column;
    gap:5px;
  }
  .ability__item{
    width: 100%;
    padding: 16px;
    gap:14px;
    border-radius: 18px;
  }
  .ability__icon{
    width: 40px;
    height: 40px;
  }
  .ability__title{
    font-size: 20px;
  }
  .ability__text{
    font-size: 14px;
    line-height: 140%;
  }
  .tariff{
    margin-top: 82px;
  }
  .tariff__desc{
    margin-bottom: 31px;
  }
  .tariff__block{
    padding: 20px;
    gap: 18px;
  }
  .tariff__block-header b{
    font-size: 20px;
    line-height: 120%;
  }
  .tariff__block-header span{
    font-size: 14px;
  }
  .tariff__block-list-item{
    gap:7px
  }
  .tariff__block-list-item span{
    font-size: 14px;
  }
  .tariff__form{
    margin-top: 33px;
  }
  .tariff__form-title{
    font-size: 20px;
  }
  .tariff__form-row{
    flex-direction: column;
    margin-top: 24px;
    gap: 8px;
  }
  .tariff__form-row .input,.tariff__form-row .btn{
    max-width: none;
    width: 100%;
  }
  .download{
    margin-top: 78px;
  }
  .download__content{
    flex-direction: column;
    padding: 23px 18px;
    align-items: center;
    border-radius: 27px;
  }
  .download__content .gplay{
    margin-top: 8px;
  }
  .download__content h2{
    font-size: 28px;
    line-height: 120%;
    text-align: center;
  }
  .download__desc{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
  .download__left{
    align-items: center;
    gap: 16px;
  }
  .download__img{
    margin-bottom: -24px;
  }
  .download__img img{
    width: 234px;
  }
  .contact{
    margin-top: 81px;
  }
  .contact__content{
    margin-top: 31px;
    flex-direction: column;
    gap:13px
  }
  .contact__left,
  .contact__form{
    width: 100%;
    padding: 20px 19px;
    gap:16px;
  }
  .contact__title{
    font-size: 20px;
    line-height: 120%;
  }
  .contact__text{
    gap: 18px;
    font-size: 14px;
    line-height: 120%;
  }
  .contact__text p{
    font-size: 14px;
    line-height: 120%;
  }
  .contact__form form .btn{
    max-width: none;
    width: 100%;
    height: 56px;
    margin-top: 10px;
  }
  .faq{
    margin-top: 82px;
  }
  .at-title span{
    font-size: 16px;
    line-height: 120%;
  }
  .faq__content{
    margin: 31px auto 0;
  }

  .footer{
    margin-top: 80px;
  }

}