@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Ubuntu";
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  color: #949697;
  background: #292F2D;
}

.row {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1210px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

main.wrapper {
  padding-top: 100px;
}

.bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  display: flex;
}

.scroll {
  margin-top: -110px;
}

.lineMain {
  width: 2px;
  height: 180px;
  background: #7BAB13;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

h1, h2 {
  font-size: 80px;
  line-height: 92px;
  font-weight: 700;
  color: #7BAB13;
  text-align: right;
}

section.about .content .left h1.kz, h2.kz {
  font-size: 65px;
  line-height: 77px;
  margin-top: 15px;
}

h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #FFFFFF;
}

textarea {
  resize: none;
}

.cookies {
  width: 100%;
  z-index: 20;
  bottom: 30px;
  position: fixed;
}
.cookies.close {
  display: none;
}
.cookies .block {
  background: #3B403D;
  justify-content: space-between;
  border-radius: 7px;
  padding: 27px 30px;
  display: flex;
  width: calc(100% - 160px);
  margin: 0 auto;
}
.cookies .block p {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.cookies .block p a {
  color: #7BAB13;
  text-decoration: none;
}
.cookies .block p a:hover {
  text-decoration: underline;
}
.cookies .block a.btn {
  width: 158px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #7BAB13;
  border: 2px solid #7BAB13;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.5s;
}
.cookies .block a.btn:hover {
  background: #3B403D;
}

section .title {
  display: block;
  opacity: 0;
  transition: 1s;
}
section .title[data-animate-direction=right] {
  transform: translateX(-20%);
}
section .title[data-animate-direction=left] {
  transform: translateX(20%);
}
section .title.animate-left {
  transform: translateX(0);
  opacity: 1;
}
section .title.animate-right {
  transform: translateX(0);
  opacity: 1;
}

.border_radius {
  border-radius: 10px;
  overflow: hidden;
}
.border_radius img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header.top .widthAll {
  position: fixed;
  border-bottom: 1px solid #383D3E;
  border-top: 1px solid #383D3E;
  z-index: 10;
  width: 100%;
  background: #292F2D;
}
.header.top.scrolled .widthAll {
  position: fixed;
}
.header.top.scrolled .line {
  padding-top: 10px;
  padding-bottom: 0px;
}
.header.top .line {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
}
.header.top .line ul {
  display: flex;
  list-style: none;
}
.header.top .line ul a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s;
}
.header.top .line .logo a {
  display: block;
}
.header.top .line .logo img, .header.top .line .logo svg {
  display: block;
}
.header.top .line .menu .burger {
  display: none;
  position: absolute;
  top: 47px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.header.top .line .menu .burger * {
  transition: 0.5s;
}
.header.top .line .menu .burger span {
  position: absolute;
  width: 25px;
  left: calc(50% - 12.5px);
  top: calc(50% - 1px);
  height: 2px;
  background: #7BAB13;
}
.header.top .line .menu .burger span:nth-child(1) {
  top: calc(50% - 7px);
}
.header.top .line .menu .burger span:nth-child(3) {
  top: calc(50% + 5px);
}
.header.top .line .menu ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #7BAB13;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  left: -100%;
}
.header.top .line .menu ul li a {
  padding: 35px 12.5px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.header.top .line .menu ul li a:hover {
  color: #949697;
}
.header.top .line .menu ul li a:hover::after {
  left: 0;
}
.header.top .btn a {
  display: block;
  background: #7BAB13;
  border-radius: 5px;
  height: 32px;
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  border: 2px solid #7BAB13;
  transition: 0.5s;
}
.header.top .btn a:hover {
  background: #292F2D;
  color: #7BAB13;
}
.header.top .language {
  position: relative;
}
.header.top .language .lang span {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.header.top .language .lang span::before {
  content: url(../img/lang.svg);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.header.top .language ul {
  display: none;
  position: absolute;
  top: -25px;
  left: -25px;
  background: #7BAB13;
  border-radius: 5px;
  overflow: hidden;
}
.header.top .language ul a {
  display: block;
  line-height: 15px;
  padding: 5px 25px;
}
.header.top .language ul a:hover {
  background: #383E3B;
}
.header.top .language ul.active {
  display: block;
}

section.about {
  margin-top: 100px;
  position: relative;
}
section.about .bg {
  justify-content: end;
  margin-top: -20px;
}
section.about .lineMain {
  top: calc(50% - 90px);
  transition: 0.5s;
}
section.about .lineMain.active {
  animation: about 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.about .lineMain.active2 {
  animation: about2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.about .content {
  display: flex;
  flex-wrap: wrap;
}
section.about .content .left {
  margin-right: 120px;
  margin-left: 90px;
}
section.about .content .left p {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: right;
}
section.about .content .left a.btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 241px;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  height: 32px;
  transition: 0.5s;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
}
section.about .content .left a.btn:hover {
  border: 2px solid #7BAB13;
  color: #7BAB13;
}
section.about .content .right .img {
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
}
section.about .content .right .img img {
  width: 100%;
}

section.chanel {
  margin-top: 150px;
}
section.chanel .lineMain {
  top: calc(50% - 90px);
  transition: 0.5s;
  opacity: 0;
  top: -100px;
  display: none;
}
section.chanel .lineMain.active {
  animation: chanel 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.chanel .lineMain.active2 {
  animation: chanel2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.chanel .lineMain.active3 {
  animation: chanel3 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.chanel .lineMain.active4 {
  animation: chanel4 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.chanel .content .left {
  margin-top: 47px;
  margin-right: 120px;
  margin-left: 45px;
  text-align: center;
  color: #FFFFFF;
}
section.chanel .content .right {
  color: #FFFFFF;
}
section.chanel .content .right h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #7BAB13;
  text-align: center;
}
section.chanel .content .right ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.chanel .content .right ul li {
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  transition: 0.5s;
  width: 114px;
  padding: 20px 0;
  text-align: center;
  transition: 0.5s;
}
section.chanel .content .right ul li a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.chanel .content .right ul li:hover {
  background: #7BAB13;
}
section.chanel .content .right ul li:hover .img img, section.chanel .content .right ul li:hover .img svg {
  fill: #FFFFFF;
}
section.chanel .content .right ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.chanel .content .right ul li .img img, section.chanel .content .right ul li .img svg {
  display: block;
  fill: #5A5E5F;
  transition: 0.5s;
}

section.functional {
  margin-top: 160px;
}
section.functional .lineMain {
  height: 100px;
  top: -100%;
  opacity: 0;
}
section.functional .lineMain.active {
  animation: functional 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.functional .lineMain.active2 {
  animation: functional2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.functional .title {
  display: flex;
  justify-content: end;
  margin-right: 50px;
}
section.functional .title p {
  text-align: right;
  color: #FFFFFF;
}
section.functional .func {
  margin-top: 150px;
}
section.functional .func ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
}
section.functional .func ul li {
  width: calc(25% - 20px);
  margin: 31px 10px;
  position: relative;
}
section.functional .func ul li * {
  transition: 0.5s;
}
section.functional .func ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
section.functional .func ul li a:hover ~ h3 img, section.functional .func ul li a:hover ~ h3 svg {
  fill: #FFFFFF;
}
section.functional .func ul li a:hover ~ p {
  color: #FFFFFF;
}
section.functional .func ul li h3 {
  display: flex;
  margin-left: -50px;
  align-items: center;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 11px;
  font-weight: 300;
}
section.functional .func ul li h3 img, section.functional .func ul li h3 svg {
  fill: #7BAB13;
  display: block;
  margin-right: 10px;
}

section.application {
  margin-top: 120px;
}
section.application .scroll-container {
  position: relative;
}
section.application .scroll-container .content {
  position: absolute;
  top: 0;
  left: 0;
  background: #292F2D;
  width: 100%;
}
section.application .scroll-container .content.block1 {
  z-index: 3;
}
section.application .scroll-container .content.block2 {
  z-index: 2;
}
section.application .scroll-container .content.block3 {
  z-index: 1;
}

section.application .title {
  width: 100%;
  max-width: 520px;
}
section.application .title p {
  text-align: right;
  color: #FFFFFF;
}
section.application .slide-1 .lineMain {
  height: 180px;
  top: 100px;
}
section.application .slide-1 .lineMain.active {
  animation: slider 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-1 .lineMain.active3 {
  animation: slider3 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-2 .lineMain {
  opacity: 0;
  height: 110px;
  top: 50px;
}
section.application .slide-2 .lineMain.active2 {
  animation: slider2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-2 .lineMain.active4 {
  animation: slider4 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-2 .lineMain.active6 {
  animation: slider6 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-2 .lineMain.active8 {
  animation: slider8 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-3 .lineMain {
  height: 180px;
  top: 150px;
  opacity: 0;
}
section.application .slide-3 .lineMain.active5 {
  animation: slider5 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.application .slide-content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1210px;
  width: 100%;
  position: relative;
}
section.application .slide-content .content {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.application .slide-content .content .left .img {
  max-width: 500px;
  width: 100%;
  margin-right: 120px;
}
section.application .slide-content .content .left .img img, section.application .slide-content .content .left .img svg {
  width: 100%;
}
section.application .slide-content .content .right {
  width: calc(100% - 620px);
}
section.application .slide-content .content .right h3 {
  margin-bottom: 20px;
  color: #7BAB13;
}
section.application .slide-content .content .right p {
  color: #FFFFFF;
  margin-bottom: 50px;
}
section.application .slide-content .content .right ul {
  list-style: none;
  margin-left: 16px;
}
section.application .slide-content .content .right ul li {
  position: relative;
  margin-bottom: 28px;
}
section.application .slide-content .content .right ul li strong {
  color: #FFFFFF;
  display: block;
  font-weight: 300;
}
section.application .slide-content .content .right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 10px;
  background: #7BAB13;
}
section.application .slide-content .content .right a.btn {
  display: block;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  width: 158px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #FFFFFF;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 50px;
}
section.application .slide-content .content .right a.btn:hover {
  border-color: #7BAB13;
  color: #7BAB13;
}

/*
section.application {
    position: relative;
    .title {
        h2 {text-align: left;}
        p {text-align: right;color: #FFFFFF;max-width: 495px;width: 100%;}
    }
    .slider-indicators {
        position: absolute;
        top: calc(40% - 90px);
        width: 5px;
        margin: 0 auto;
        left: 0;right: 0;
        .indicator {
            width: 2px;
            padding: 0 10px;
            margin-left: -10px;
            height: 50px;margin-bottom: 10px;
            position: relative;
            transition: .5s;
            &::before {
                content: '';
                width: 2px;
                height: 100%;
                background: #5A5E5F;
                position: absolute;
            }
            &.active {
                &::before {
                background: #7BAB13;
            }
            }
        }
    }
    .slider-container {
        position: relative;
        height: 800px;
        overflow: hidden;
        .slider {
            height: 100%;
            display: flex;
            margin-top: 150px;
            flex-direction: column;
            .slide {
                height: 100%;
                display: flex;
                flex-shrink: 0;
                &.active .slide-content {
                    .content {
                        opacity: 1;
                        .left, .right {
                            transform: translate(0, 0);
                            opacity: 1;
                            transition: 0;
                        }
                    }
                }
            }
            .slide-content {
                margin: 0 auto;
                padding-left: 15px;
                padding-right: 15px;
                max-width: 1210px;
                width: 100%;
                position: relative;
                .content {
                    opacity: 0;
                    display: flex;
                    .left {
                        opacity: 0;
                        transition: 1.9s;
                        .img {
                            max-width: 500px;
                            width: 100%;
                            margin-right: 120px;
                        }
                    }
                    .right {
                        transform: translate(0, 100%);
                        opacity: 0;
                        transition: .9s;
                        h3 {margin-bottom: 20px;}
                        p {color: #FFFFFF;margin-bottom: 50px;}
                        ul {
                            list-style: none;
                            margin-left: 16px;
                            li {
                                position: relative;
                                margin-bottom: 28px;
                                strong {color: #FFFFFF; display: block;font-weight: 300;}
                                &::before {
                                    content: '';
                                    width: 6px;height: 6px;
                                    border-radius: 50%;
                                    position: absolute;
                                    left: -16px;
                                    top: 10px;
                                    background: #7BAB13;
                                }
                            }
                        }
                        a.btn {
                            display: block;
                            border-radius: 5px;
                            border: 2px solid #FFFFFF;
                            width: 158px;height: 32px;
                            display: flex;
                            align-items: center;justify-content: center;
                            font-size: 14px;font-weight: 500;line-height: 14px;
                            color: #FFFFFF;
                            transition: .5s;
                            text-decoration: none;
                            margin-top: 50px;
                            &:hover {
                                border-color: #7BAB13;
                                color: #7BAB13;
                            }
                        }
                    }
                }
            }
        }
    }
}
*/
section.advantage {
  padding-top: 150px;
}
section.advantage .scroll {
  margin-top: -100px;
  position: absolute;
}
section.advantage .bg img, section.advantage .bg svg {
  width: 90%;
  margin-top: -180px;
  height: 1400px;
}
section.advantage .title p {
  color: #FFFFFF;
  text-align: right;
}
section.advantage .title h2 {
  color: #FFFFFF;
}
section.advantage .advantages {
  margin-top: 140px;
}
section.advantage .advantages ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
section.advantage .advantages ul li {
  position: relative;
  border-radius: 10px;
  margin: 14px;
  padding: 15px;
  width: calc(33.33% - 28px);
  background: #383E3B;
  text-align: center;
}
section.advantage .advantages ul li * {
  transition: 0.5s;
}
section.advantage .advantages ul li a {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.advantage .advantages ul li a:hover ~ .img img, section.advantage .advantages ul li a:hover ~ .img svg {
  fill: #FFFFFF;
}
section.advantage .advantages ul li a:hover ~ .txt p, section.advantage .advantages ul li a:hover ~ .txt .read {
  color: #FFFFFF;
}
section.advantage .advantages ul li .img {
  width: 40px;
  height: 40px;
  margin: 85px auto 20px auto;
}
section.advantage .advantages ul li .img img, section.advantage .advantages ul li .img svg {
  fill: #7BAB13;
}
section.advantage .advantages ul li .txt {
  padding-bottom: 90px;
}
section.advantage .advantages ul li .txt h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 30px;
}
section.advantage .advantages ul li .txt p, section.advantage .advantages ul li .txt .text {
  height: 100px;
  overflow: hidden;
}
section.advantage .advantages ul li .txt .read {
  color: #7BAB13;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 60px;
}
section.advantage .advantages .read {
  margin-top: 50px;
}
section.advantage .advantages .read p {
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
section.advantage .advantages .read a.btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 241px;
  border-radius: 5px;
  border: 2px solid #7BAB13;
  height: 32px;
  transition: 0.5s;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #7BAB13;
}
section.advantage .advantages .read a.btn:hover {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

section.integration {
  margin-top: 150px;
}
section.integration .lineMain {
  height: 86px;
  top: 20px;
  opacity: 0;
}
section.integration .lineMain.active {
  animation: leneBl 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.integration .lineMain.active3 {
  animation: leneBl3 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.integration .title {
  width: 100%;
  max-width: 550px;
}
section.integration .title p {
  text-align: right;
  color: #FFFFFF;
}
section.integration .integrations {
  margin-top: 150px;
}
section.integration .integrations ul {
  list-style: none;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
  flex-wrap: wrap;
}
section.integration .integrations ul li {
  width: calc(25% - 28px);
  position: relative;
  margin: 14px;
  border-radius: 10px;
  background: #383E3B;
  padding: 30px 25px;
}
section.integration .integrations ul li * {
  transition: 0.5s;
}
section.integration .integrations ul li a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.integration .integrations ul li a:hover ~ .txt p {
  color: #FFFFFF;
}
section.integration .integrations ul li .img {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
section.integration .integrations ul li .txt h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
section.integration .integrations ul li .txt p, section.integration .integrations ul li .txt .text {
  font-size: 15px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

section.faq {
  margin-top: 150px;
}
section.faq .lineMain {
  height: 86px;
  top: 20px;
  opacity: 0;
}
section.faq .lineMain.active2 {
  animation: leneBl2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.faq .lineMain.active4 {
  animation: leneBl4 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.faq .lineMain.active6 {
  animation: leneBl6 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.faq .lineMain.active8 {
  animation: leneBl8 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.faq .title {
  width: 100%;
  max-width: 550px;
}
section.faq .title p {
  text-align: right;
  color: #FFFFFF;
}
section.faq .faqBlock {
  margin-top: 150px;
}
section.faq .faqBlock ul {
  list-style: none;
}
section.faq .faqBlock ul li {
  border-bottom: 1px solid #383D3E;
}
section.faq .faqBlock ul li.active .more {
  height: auto;
  padding-bottom: 30px;
}
section.faq .faqBlock ul li.active .title .bl:after {
  transform: rotate(180deg);
}
section.faq .faqBlock ul li.active .title h4 {
  color: #7bab13;
}
section.faq .faqBlock ul li .title {
  opacity: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
section.faq .faqBlock ul li .title h4 {
  margin: 20px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
  transition: 0.5s;
}
section.faq .faqBlock ul li .title .bl {
  width: 22px;
  height: 22px;
  border: 2px solid #949697;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.faq .faqBlock ul li .title .bl:after, section.faq .faqBlock ul li .title .bl:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #949697;
  position: absolute;
}
section.faq .faqBlock ul li .title .bl:after {
  transform: rotate(90deg);
  transition: 0.5s;
}
section.faq .faqBlock ul li .title:hover h4 {
  color: #7bab13;
}
section.faq .faqBlock ul li .more {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: 0.5s;
}

section.contact {
  margin-top: 150px;
  position: relative;
}
section.contact .bg {
  width: 100%;
  max-width: 49%;
  margin-top: 250px;
}
section.contact .bg img, section.contact .bg svg {
  width: 100%;
}
section.contact .lineMain {
  height: 130px;
  top: 70px;
  opacity: 0;
}
section.contact .lineMain.active5 {
  animation: leneBl5 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
section.contact .content {
  display: flex;
  flex-wrap: wrap;
}
section.contact .content h2 {
  font-size: 50px;
  color: #FFF;
}
section.contact .content .inf {
  text-align: right;
}
section.contact .content .left {
  max-width: 500px;
  width: 100%;
  margin-right: 130px;
  color: #FFFFFF;
}
section.contact .content .left .contact-form {
  margin-top: 590px;
}
section.contact .content .left .txt {
  margin-bottom: 40px;
}
section.contact .content .left form .lastName {
  display: none;
}
section.contact .content .left form input, section.contact .content .left form textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #FFFFFF;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 15px;
  color: #292F2D;
  margin-bottom: 10px;
  font-family: "Ubuntu";
}
section.contact .content .left form textarea {
  min-height: 126px;
}
section.contact .content .left form .ch {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.contact .content .left form .ch input {
  width: 15px;
  height: 15px;
  background: none;
  margin-top: 12px;
  display: none;
}
section.contact .content .left form .ch label {
  margin-left: 23px;
  font-size: 12px;
  line-height: 15px;
}
section.contact .content .left form .ch label a {
  color: #FFFFFF;
}
section.contact .content .left form .ch label a:hover {
  text-decoration: none;
}
section.contact .content .left form .ch input:checked ~ label::after {
  background: #383D3E;
}
section.contact .content .left form .ch label::after, section.contact .content .left form .ch .policy label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
section.contact .content .left form .ch label::after {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: none;
  top: 3px;
  left: 2px;
  display: block;
  border: 2px solid #FFFFFF;
}
section.contact .content .left form .ch label::before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #FFF;
}
section.contact .content .left form button {
  cursor: no-drop;
  margin-top: 40px;
  border: 2px solid #FFFFFF;
  background: none;
  width: 158px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0.5;
}
section.contact .content .left form button.none {
  opacity: 1;
  cursor: pointer;
}
section.contact .content .left form button.none:hover {
  color: #383D3E;
  border-color: #383D3E;
}
section.contact .content .right {
  padding-bottom: 0px;
}
section.contact .content .right .title h2 {
  text-align: left;
}
section.contact .content .right .title p {
  text-align: left;
  color: #FFFFFF;
}
section.contact .content .right .text .market a {
  margin-top: 150px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #949697;
  display: block;
  transition: 0.5s;
}
section.contact .content .right .text .market a:hover {
  color: #FFFFFF;
}
section.contact .content .right .text .phone a {
  display: block;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 30px;
}
section.contact .content .right .text .email {
  margin-top: 70px;
}
section.contact .content .right .text .email strong {
  font-weight: 500;
}
section.contact .content .right .text .email a {
  color: #949697;
  text-decoration: none;
  transition: 0.5s;
}
section.contact .content .right .text .email a:hover {
  color: #FFFFFF;
}
section.contact .content .right .text .addres {
  margin-top: 15px;
}
section.contact .content .right .text .addres strong {
  font-weight: 500;
}
section.contact .content .right .text .map {
  width: 100%;
  max-width: 462px;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 40px;
  height: 572px;
}
section.contact .content .right .text .map img {
  display: block;
}
section.contact .content .right .text .map iframe {
  width: 100%;
  height: 100%;
}
section.contact .content .right .text .icon {
  margin-top: 50px;
  margin-bottom: 140px;
}
section.contact .content .right .text .icon ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
section.contact .content .right .text .icon ul li + li {
  margin-left: 25px;
}
section.contact .content .right .text .icon ul li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #383E3B;
  border-radius: 50%;
  transition: 0.5s;
}
section.contact .content .right .text .icon ul li a:hover {
  background: #7BAB13;
}
section.contact .content .right .text .icon ul li a img, section.contact .content .right .text .icon ul li a svg {
  fill: #FFFFFF;
}
section.contact .content .right .text .wa {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 70px;
}

.docs_link ul {
  margin-top: 50px;
  list-style: none;
}
.docs_link ul li {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 30px 20px 30px;
  border: 1px solid #949697;
  border-radius: 7px;
  margin-bottom: 10px;
}
.docs_link ul li .txt {
  font-size: 15px;
  line-height: 20px;
}
.docs_link ul li .txt a {
  color: #7BAB13;
  text-decoration: none;
}
.docs_link ul li .txt a:hover {
  text-decoration: underline;
}
.docs_link ul li .txt h3 {
  margin-bottom: 10px;
  color: #7BAB13;
  font-size: 20px;
  font-weight: 500;
}
.docs_link ul li .actions {
  display: flex;
  align-items: start;
}
.docs_link ul li .actions svg {
  margin-right: 5px;
  display: block;
}
.docs_link ul li .actions a {
  font-size: 14px;
  color: #7BAB13;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.docs_link ul li .actions a:hover {
  text-decoration: underline;
}
.docs_link ul li .actions a + a {
  margin-left: 15px;
}

section.content.doc p + p {
  margin-bottom: 20px;
}
section.content.doc p a {
  color: #7BAB13;
  text-decoration: none;
}
section.content.doc p a:hover {
  text-decoration: underline;
}
section.content.doc h3 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin: 20px 0;
  color: #7BAB13;
  scroll-margin-top: 120px;
}
section.content.doc h4 {
  font-weight: 500;
  color: #FFF;
}
section.content.doc strong {
  font-weight: 400;
  color: #FFFFFF;
}
section.content.doc h4 {
  margin: 20px 0;
}
section.content.doc ul {
  list-style: none;
  margin: 20px 0;
}
section.content.doc ul li {
  padding-left: 25px;
  position: relative;
}
section.content.doc ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7BAB13;
  position: absolute;
  left: 5px;
  top: 10px;
}
section.content.doc ul li ul li::before {
  width: 10px;
  height: 2px;
  top: 13px;
  border-radius: 0;
}
section.content.doc ul a {
  color: #7BAB13;
  text-decoration: none;
}
section.content.doc ul a:hover {
  text-decoration: underline;
}
section.content.doc ol {
  margin: 20px 0;
  padding-left: 30px;
}
section.content.doc ol li {
  padding: 0;
}
section.content.doc ol li::before {
  display: none;
}

section.content.doc.api-docs pre {
  padding: 20px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 16px;
  margin: 20px 0;
  background: #5A5E5F;
  color: #FFFFFF;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  max-width: 100%;
}

section.content {
  margin-top: 50px;
  min-height: 80vh;
  padding-bottom: 30px;
}
section.content h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
section.content p + p {
  margin-top: 25px;
}
section.content .title {
  opacity: 1;
}

.footer.top .widthAll {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #292F2D;
}
.footer.top .line {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
}
.footer.top .line ul {
  display: flex;
  list-style: none;
}
.footer.top .line ul a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s;
}
.footer.top .line .logo a {
  display: block;
}
.footer.top .line .logo img, .footer.top .line .logo svg {
  display: block;
}
.footer.top .line .menu ul li a {
  padding: 35px 12.5px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.footer.top .line .menu ul li a:hover {
  color: #949697;
}
.footer.top .lineTwo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: start;
}
.footer.top .lineTwo .copyright {
  font-size: 14px;
  line-height: 20px;
}
.footer.top .lineTwo .docs ul {
  display: flex;
  list-style: none;
}
.footer.top .lineTwo .docs ul li + li {
  margin-left: 20px;
}
.footer.top .lineTwo .docs ul a {
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
.footer.top .lineTwo .docs ul a:hover {
  text-decoration: none;
}
.footer.top .btn a {
  display: block;
  background: #7BAB13;
  border-radius: 5px;
  height: 32px;
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  border: 2px solid #7BAB13;
  transition: 0.5s;
}
.footer.top .btn a:hover {
  background: #292F2D;
  color: #7BAB13;
}
.footer.top .language .lang {
  position: relative;
}
.footer.top .language .lang span {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.footer.top .language .lang span::before {
  content: url(../img/lang.svg);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.footer.top .language ul {
  display: none;
  position: absolute;
  top: -25px;
  left: -25px;
  background: #7BAB13;
  border-radius: 5px;
  overflow: hidden;
}
.footer.top .language ul a {
  display: block;
  line-height: 15px;
  padding: 5px 25px;
}
.footer.top .language ul a:hover {
  background: #383E3B;
}
.footer.top .language ul.active {
  display: block;
}

@keyframes about {
  0% {
    opacity: 1;
    top: calc(50% - 90px);
  }
  50% {
    scale: 0.2;
    opacity: 0;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@keyframes about2 {
  0% {
    opacity: 0;
    top: 100%;
  }
  50% {
    scale: 0.2;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: calc(50% - 90px);
  }
}
@keyframes chanel {
  0% {
    opacity: 0;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: calc(50% - 90px);
  }
}
@keyframes chanel2 {
  0% {
    opacity: 1;
    top: calc(50% - 90px);
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}
@keyframes chanel3 {
  0% {
    opacity: 1;
    top: calc(50% - 90px);
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@keyframes chanel4 {
  0% {
    opacity: 0;
    top: 100%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: calc(50% - 90px);
  }
}
@keyframes functional {
  0% {
    opacity: 0;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes functional2 {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}
@keyframes slider {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@keyframes slider3 {
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slider2 {
  0% {
    opacity: 0;
    top: -50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 50px;
  }
}
@keyframes slider4 {
  0% {
    opacity: 1;
    top: 50px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: -50%;
  }
}
@keyframes slider6 {
  0% {
    opacity: 1;
    top: 50px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@keyframes slider8 {
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 50px;
  }
}
@keyframes slider5 {
  0% {
    opacity: 0;
    top: -50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 150px;
  }
}
@keyframes slider7 {
  0% {
    opacity: 1;
    top: 150px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: -50%;
  }
}
@keyframes leneBl {
  0% {
    opacity: 1;
    top: 20px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@keyframes leneBl3 {
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 20px;
  }
}
@keyframes leneBl2 {
  0% {
    opacity: 0;
    top: -50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 20px;
  }
}
@keyframes leneBl4 {
  0% {
    opacity: 1;
    top: 20px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: -50%;
  }
}
@keyframes leneBl6 {
  0% {
    opacity: 1;
    top: 20px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@keyframes leneBl8 {
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 20px;
  }
}
@keyframes leneBl5 {
  0% {
    opacity: 0;
    top: -50%;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 1;
    top: 70px;
  }
}
@keyframes leneBl7 {
  0% {
    opacity: 1;
    top: 70px;
  }
  50% {
    scale: 0.2;
  }
  100% {
    opacity: 0;
    top: -50%;
  }
}
@media screen and (max-width: 1230px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .lineMain {
    display: none;
  }

  section.functional .func ul {
    padding-left: 0;
  }

  main.wrapper {
    padding-top: 120px;
  }

  h1, h2, section.about .content .left h1.kz, h2.kz {
    font-size: 60px;
    line-height: 70px;
  }

  .header.top .line {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .header.top .line .menu ul li a {
    padding: 20px 10px;
  }

  section.about {
    margin-top: 50px;
  }

  section.about .content .left {
    margin-right: 60px;
    margin-left: 40px;
    width: calc(100% - 500px);
  }
  section.about .content .left h1 br, section.about .content .left section.about .content .left h1.kz br, section.about .content .left h2.kz br {
    display: none;
  }

  section.about .content .right .img {
    max-width: 400px;
    margin-top: 20px;
  }

  section.functional, section.functional .func {
    margin-top: 80px;
  }

  section.functional .func ul li {
    width: calc(25% - 20px);
    text-align: center;
  }

  section.functional .func ul li h3 {
    margin-left: 0;
    display: block;
  }

  section.functional .func ul li h3 svg {
    margin: 0 auto 20px auto;
  }

  section.application, section.application .slide-content .content {
    margin-top: 80px;
  }

  section.application .slide-content .content .left .img {
    max-width: 400px;
    margin-right: 60px;
  }

  section.application .slide-content .content .right {
    width: calc(100% - 460px);
  }

  section.advantage {
    padding-top: 80px;
  }
  section.advantage .bg {
    display: none;
  }

  section.advantage .advantages {
    margin-top: 80px;
  }

  section.advantage .title {
    margin-right: 50px;
  }

  section.advantage .advantages ul li {
    width: calc(50% - 28px);
  }

  section.advantage .title h2 {
    color: #7BAB13;
  }

  section.integration {
    margin-top: 80px;
  }

  section.integration .integrations ul li {
    width: calc(50% - 28px);
  }

  section.contact .content .right .text .phone a {
    font-size: 35px;
    line-height: 42px;
  }

  section.faq, section.faq .faqBlock {
    margin-top: 80px;
  }

  section.contact {
    margin-top: 80px;
  }

  section.contact .content .right .text .market a,
section.contact .content .right .text .email {
    margin-top: 30px;
  }

  section.contact .content .right .text .map {
    height: 400px;
  }

  section.contact .content .right {
    width: calc(100% - 660px);
    padding-bottom: 40px;
  }

  section.contact .content .left .contact-form {
    margin-top: 300px;
  }

  section.contact .bg {
    margin-top: -120px;
    max-width: 57%;
  }

  section.contact .content .left .txt {
    margin-bottom: 30px;
  }

  .footer.top .lineTwo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .docs_link ul li {
    display: block;
  }

  .docs_link ul li .actions {
    margin-top: 20px;
  }

  section.contact .content .left {
    width: 400px;
  }

  section.contact .content .right {
    width: calc(100% - 560px);
    padding-bottom: 40px;
  }

  section.contact .bg {
    margin-top: -120px;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  section.content {
    margin-top: 150px;
  }

  .cookies .block {
    width: calc(100% - 30px);
  }

  main.wrapper {
    padding-top: 100px;
  }

  h1, h2, section.about .content .left h1.kz, h2.kz {
    font-size: 55px;
    line-height: 60px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .header.top .line {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .header.top .line .logo {
    margin-bottom: 10px;
  }

  .header.top .line .menu {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  .header.top .line .menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header.top .line .menu ul li a {
    padding: 10px 10px 25px;
  }

  .header.top .line .btn,
.header.top .line .language {
    margin: 5px 0;
  }

  section.about {
    margin-top: 180px;
  }

  section.about .content {
    flex-direction: column;
    text-align: center;
  }

  section.about .content .left {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 100%;
  }
  section.about .content .left h1 {
    text-align: center;
  }

  section.about .content .left p {
    text-align: center;
  }

  section.about .content .left a.btn {
    margin: 30px auto;
  }

  section.about .content .right .img {
    margin: 0 auto;
  }

  section.chanel .content {
    flex-direction: column;
    text-align: center;
  }

  section.chanel .content .left,
section.chanel .content .right {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 100%;
  }

  section.integration .title, section.faq .title {
    max-width: 100%;
  }
  section.integration .title h2, section.integration .title p, section.faq .title h2, section.faq .title p {
    text-align: center;
  }

  section.application .slide-content {
    padding: 0;
  }

  section.application .slide-content .content .right ul {
    padding-left: 15px;
  }

  section.chanel .content .left br,
section.application .slide-content .content .right p br,
section.application .slide-content .content .right p br,
section.application .slide-content .content .right p br,
section.advantage .title p br {
    display: none;
  }

  section.advantage .title p {
    text-align: center;
  }

  section.advantage .title {
    margin-right: 0;
  }

  section.integration .integrations ul li {
    text-align: center;
  }

  section.integration .integrations ul li .img {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  section.chanel .content .right ul {
    margin-left: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  section.functional {
    margin-top: 40px;
  }

  section.functional .func ul li {
    width: calc(33.33% - 20px);
  }

  section.functional .title {
    justify-content: center;
    margin-right: 0;
  }

  section.functional .title p {
    text-align: center;
  }

  section.application .title {
    max-width: 100%;
  }
  section.application .title h2, section.application .title p {
    text-align: center;
  }

  section.application .slide-content .content {
    flex-direction: column;
  }

  section.application .slide-content .content .left .img {
    margin: 0 auto 40px auto;
    max-width: 400px;
  }

  section.application .slide-content .content .right a.btn {
    margin-left: auto;
    margin-right: auto;
  }

  section.application .slide-content .content .right ul {
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  section.application .slide-content .content .right {
    text-align: center;
    width: 100%;
  }

  section.integration .integrations ul li {
    width: calc(50% - 28px);
  }

  section.integration .integrations {
    margin-top: 50px;
  }

  section.faq .faqBlock ul li .title h4 {
    font-size: 20px;
    padding-right: 15px;
  }

  section.contact .content {
    flex-direction: column;
  }

  section.contact .content .left {
    margin: 0 auto 60px auto;
    max-width: 100%;
    order: 2;
    width: 100%;
  }

  section.contact .content .right {
    padding-bottom: 40px;
    text-align: center;
    order: 1;
    width: 100%;
  }

  section.contact .content .right .text .icon ul {
    justify-content: center;
  }

  section.contact .content .right .title h2 {
    text-align: center;
  }

  section.contact .content .right .title p {
    text-align: center;
  }

  section.contact .content .right .text .map {
    margin: 30px auto;
    max-width: 100%;
    width: 100%;
  }
  section.contact .content .right .text .map img {
    width: 100%;
  }

  .footer.top .lineTwo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer.top .line > div, .footer.top .lineTwo > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer.top .line .language, .footer.top .lineTwo .language {
    display: none;
  }

  .footer.top .lineTwo .copyright {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 835px) {
  section.functional .func ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  section.content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section.content.doc h3 {
    font-size: 20px;
    line-height: 25px;
  }

  section.content.doc p {
    font-size: 15px;
    line-height: 20px;
  }

  section.content {
    margin-top: 20px;
  }

  .footer.top .line .menu {
    display: none;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  h1, h2, section.about .content .left h1.kz, h2.kz {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .header.top .line .menu ul {
    flex-direction: column;
    align-items: center;
  }

  .header.top .line .menu ul li a {
    padding: 14px;
  }

  section.advantage .advantages ul li {
    width: calc(100% - 28px);
  }

  .header.top .line .menu.active {
    top: 0;
    background: #292F2D;
  }
  .header.top .line .menu.active nav {
    display: block;
    margin-top: 30px;
  }

  .header.top .line .btn {
    position: relative;
    z-index: 21;
    display: none;
    order: 10;
  }

  .header.top .line .btn.active {
    display: block;
  }

  .header.top .widthAll {
    border: 0;
  }
  .header.top .widthAll.active {
    height: 100vh;
  }

  .header.top .line .language {
    position: relative;
    margin-left: -300px;
    margin-top: -47px;
  }

  .header.top .language .lang a::before {
    bottom: -7px;
  }

  .header.top .line .logo {
    position: relative;
    z-index: 21;
    margin-top: 30px;
  }

  .header.top .line .menu .burger {
    display: block;
  }
  .header.top .line .menu .burger * {
    transition: 0.5s;
  }
  .header.top .line .menu .burger.active {
    top: 45px;
    right: 15px;
  }
  .header.top .line .menu .burger.active span:nth-child(1) {
    transform: rotateZ(45deg);
    top: 50%;
    width: 15px;
  }
  .header.top .line .menu .burger.active span:nth-child(2) {
    width: 26px;
    height: 26px;
    background: none;
    border-radius: 5px;
    border: 2px solid #7BAB13;
    top: 13px;
    left: 7.5px;
  }
  .header.top .line .menu .burger.active span:nth-child(3) {
    transform: rotateZ(135deg);
    top: 50%;
    width: 15px;
  }

  .header.top.scrolled .line .menu .burger {
    top: 37px;
  }

  .header.top .line .menu nav {
    display: none;
  }

  section.about,
section.chanel,
section.functional,
section.application,
section.advantage,
section.integration,
section.faq,
section.contact {
    margin-top: 60px;
  }

  section.functional .func ul li {
    width: 100%;
    margin: 20px 0;
  }

  section.functional .func ul li h3 {
    margin-left: 0;
    justify-content: center;
  }

  section.integration .integrations ul li {
    width: calc(100% - 28px);
  }

  section.contact .content .right .text .phone a {
    font-size: 28px;
    line-height: 34px;
  }

  .footer.top .lineTwo {
    margin-bottom: 100px;
  }

  .header.top .language ul {
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  section.contact .content .left form .ch label br {
    display: none;
  }

  .footer.top .lineTwo {
    margin-bottom: 30px;
  }

  h1, h2, section.about .content .left h1.kz, h2.kz, h2.kz {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header.top .line .btn a {
    width: 140px;
  }

  section.about .content .left a.btn {
    width: 200px;
  }

  section.application .slide-content .content .right a.btn {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
  }

  section.contact .content .left form button {
    width: 140px;
  }

  section.contact .content .right .text .icon ul li a {
    width: 50px;
    height: 50px;
  }

  section.contact .content .right .text .icon ul li + li {
    margin-left: 15px;
  }

  .footer.top .line .btn a {
    width: 140px;
  }
}
/* Специфические правки для мобильных устройств */
@media screen and (max-width: 992px) {
  .bg {
    display: none;
  }

  .scroll {
    margin-top: 0;
  }

  section.advantage {
    padding-top: 100px;
  }

  section.advantage .bg img,
section.advantage .bg svg {
    margin-top: 0;
    max-width: 100%;
  }

  section.contact .bg {
    display: none;
  }

  section.contact .content .left .contact-form {
    margin-top: 0;
  }
}
/* Адаптация для landscape режима на мобильных */
@media screen and (max-height: 500px) and (orientation: landscape) {
  main.wrapper {
    padding-top: 80px;
  }

  .header.top .line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header.top .line .menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header.top .line .menu ul li a {
    padding: 8px 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .docs_link ul li .actions {
    display: block;
  }

  .docs_link ul li .actions a + a {
    margin: 15px 0 0;
  }

  section.content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  section.content.doc p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header.top .line .language {
    margin-left: -240px;
  }
}
@media screen and (max-width: 768px) {
  .footer.top .line .menu ul {
    flex-direction: column;
    align-items: center;
  }

  .footer.top .line .logo {
    margin-bottom: 15px;
  }

  .footer.top .lineTwo {
    margin-bottom: 40px;
  }

  .footer.top .line .menu ul li a {
    padding: 10px;
  }

  .footer.top .lineTwo .docs ul {
    flex-direction: column;
    align-items: center;
  }

  .footer.top .lineTwo .docs ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .footer.top .line .btn a {
    width: 140px;
  }

  .footer.top .lineTwo .docs ul li a {
    font-size: 12px;
  }

  .footer.top .lineTwo .copyright {
    font-size: 12px;
  }
}
/* Адаптация для landscape режима на мобильных */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .footer.top .line {
    padding-top: 20px;
  }

  .footer.top .line .menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer.top .line .menu ul li a {
    padding: 8px 6px;
    font-size: 12px;
  }

  .footer.top .lineTwo {
    margin-bottom: 80px;
  }
}