/*
* 24 - 7
*/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gilroy/Gilroy-Bold.woff2') format('woff2'), url('../fonts/gilroy/Gilroy-Bold.woff') format('woff'), url('../fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gilroy/Gilroy-Medium.woff2') format('woff2'), url('../fonts/gilroy/Gilroy-Medium.woff') format('woff'), url('../fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.gilroy-med {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
.gilroy-bold {
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
}
input:active,
button:active,
textarea:active {
  outline: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
.bodyOw {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.2;
}
.triangle:after {
  content: '';
  position: absolute;
  right: -9px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  transform: rotate(45deg);
  background-color: #fff;
}
.btn-custom {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
  border-radius: 5px;
  background: #13CE70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-custom:after {
  background-color: #13CE70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-custom:hover {
  color: #ffffff;
  background: #12C069;
}
.btn-custom:hover:after {
  background: #12C069;
}
.btn-big {
  padding: 20px 60px;
  font-size: 20px;
  line-height: 140%;
  min-width: 319px;
}
.btn-custom-purple {
  background: #6F42C1;
}
.btn-custom-purple:after {
  background: #6F42C1;
}
.btn-custom-purple:hover {
  background: #13CE70;
}
.btn-custom-purple:hover:after {
  background: #13CE70;
}
.box-btn-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
ul li {
  color: #373644;
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
  margin: 0;
}
.container {
  max-width: 1214px;
}
.container-width {
  max-width: 1466px;
}
.icon-red {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-color: #FF4444;
  border-radius: 50%;
}
.icon-green {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-color: #13CE70;
  border-radius: 50%;
}
.caption h2,
.caption h3,
.caption h4 {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-size: 42px;
  line-height: 140%;
}
.caption h4 {
  font-size: 40px;
}
.caption h5 {
  font-size: 35px;
}
.caption p {
  max-width: 1000px;
  margin: 35px auto 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
}
.arrow-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 4;
}
.arrow-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background-color: #13CE70;
  border-radius: 50%;
  transition: 0.4s;
}
.arrow-top-container:hover {
  background: #6F42C1;
}
.menu-sandwich {
  display: none;
  position: relative;
  height: 39px;
  width: 40px;
  min-width: 40px;
  border: 2px solid #6F42C1;
  border-radius: 5px;
  padding-top: 5px;
  margin-left: 5px;
}
.menu-sandwich-btn {
  transition: 0.3s;
}
.menu-sandwich-btn span {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 26px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #6F42C1;
  border-radius: 50px;
}
.menu-sandwich-btn span:before,
.menu-sandwich-btn span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 2px;
  width: 26px;
  margin-top: -6px;
  margin-left: -13px;
  background-color: #6F42C1;
  border-radius: 50px;
  transition: 0.3s;
}
.menu-sandwich-btn span:after {
  margin-top: 4px;
}
.sandwich-rotate {
  border: none;
}
.sandwich-rotate .menu-sandwich-btn span {
  height: 0px;
  background-color: #13CE70;
}
.sandwich-rotate .menu-sandwich-btn span:before {
  background-color: #13CE70;
  transform: rotate(45deg);
  margin-top: 0px;
}
.sandwich-rotate .menu-sandwich-btn span:after {
  background-color: #13CE70;
  transform: rotate(-45deg);
  margin-top: 0px;
}
.slick-track {
  display: flex;
}
.slider-box-item {
  height: auto;
  flex: 0 0 auto;
}
.slider-box,
.slide-zen {
  position: relative;
}
.slider-box .slider-box-arrow,
.slide-zen .slider-box-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  background-color: #6F42C1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
.slider-box .slider-box-arrow:hover,
.slide-zen .slider-box-arrow:hover {
  background-color: #13CE70;
}
.slider-box .slider-box-arrow-left,
.slide-zen .slider-box-arrow-left {
  left: -95px;
}
.slider-box .slider-box-arrow-right,
.slide-zen .slider-box-arrow-right {
  right: -95px;
}
.menu-top {
  background-color: #fff;
}
.menu-top > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 15px;
}
.menu-top > .container .button a.btn-custom:nth-child(1) {
  margin-right: 20px;
}
.menu-top > .container .info {
  display: flex;
}
.menu-top > .container .info img {
  padding-right: 40px;
}
.menu-top > .container .info p {
  font-size: 14px;
  line-height: 150%;
}
.menu-top > .container .info p br:nth-child(1),
.menu-top > .container .info p br:nth-child(3) {
  display: none;
}
.menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu nav > div:nth-of-type(1) {
  display: none;
  justify-content: space-between;
  margin-bottom: 30px;
}
.menu nav > div:nth-of-type(1) p {
  color: #FFFFFF;
  font-size: 18px;
}
.menu nav > div:nth-of-type(1) .menu-sandwich {
  top: -7px;
  right: -6px;
  padding-top: 0;
}
.menu nav > .button {
  display: none;
  margin-bottom: 20px;
}
.menu nav > .button a {
  margin-right: 5px;
}
.menu nav > .button a:nth-of-type(2) {
  margin-right: 0;
}
.menu nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu nav ul li {
  color: #13CE70;
}
.menu nav ul li:nth-child(1) {
  list-style-type: none;
}
.menu nav ul li:nth-child(1) a {
  padding-left: 0;
}
.menu nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 40px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
}
.menu nav ul li a span {
  padding: 30px 0 30px 0;
}
.menu nav ul li a img {
  display: none;
}
.menu nav ul li a:hover {
  color: #FFFFFF;
}
.menu nav ul li a:hover span {
  padding-bottom: 29px;
  border-bottom: 1px solid #FFFFFF;
}
.menu nav .network {
  margin-top: 30px;
  display: none;
}
.menu nav .network a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 103%;
}
.menu nav .network a > span {
  margin-right: 18px;
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.menu nav .network a > span img {
  width: 19px;
}
#main {
  background-color: #6F42C1;
}
.main {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.main-info {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 740px;
}
.main-info h1 {
  color: #FFFFFF;
  font-size: 63px;
  line-height: 103%;
}
.main-info h1 span {
  display: block;
  font-size: 34px;
}
.main-info .box-text {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-info .box-text > div {
  width: 33%;
  max-width: 220px;
  padding-right: 15px;
}
.main-info .box-text > div p {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 140%;
}
.main-info .box-btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.main-info .box-btn a {
  font-size: 20px;
  line-height: 140%;
  max-width: 319px;
  width: 100%;
  margin-right: 45px;
}
.main-info .box-btn p {
  max-width: 275px;
  color: #FFF9F9;
  font-size: 17px;
  line-height: 140%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
.main-img {
  position: relative;
}
.main-img > img {
  max-width: 100%;
}
.main-img .box {
  width: 168px;
  height: 168px;
  position: absolute;
  top: 50%;
  left: 0;
}
.main-img .box > img {
  position: absolute;
  top: 36px;
  left: 35px;
  max-width: 100%;
}
.main-img .box > span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  animation: moving 8s infinite linear;
}
.main-img .box > span img {
  max-width: 100%;
}
@keyframes moving {
  100% {
    transform: rotate(-360deg);
  }
}
#service {
  background-color: #E9F3F5;
  overflow: hidden;
  position: relative;
}
#service .cross-fon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#service .cross-fon-img {
  position: absolute;
}
#service .cross-fon-img:nth-of-type(1) {
  top: 470px;
  left: -400px;
}
#service .cross-fon-img:nth-of-type(2) {
  top: 635px;
  right: -400px;
}
.service {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  z-index: 2;
}
.service .box-info {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.service .box-info > img {
  max-width: 100%;
}
.service .box-info-text {
  position: absolute;
  width: 233px;
  padding: 35px 25px 17px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.service .box-info-text .icon-red {
  position: absolute;
  top: -30px;
}
.service .box-info-text p {
  text-align: left;
  font-size: 16px;
  line-height: 160%;
}
.service .box-info-text:nth-of-type(1) {
  top: 50px;
  left: 50px;
}
.service .box-info-text:nth-of-type(1) .icon-red {
  left: 30px;
}
.service .box-info-text:nth-of-type(2) {
  bottom: 150px;
  right: 50px;
}
.service .box-info-text:nth-of-type(2):after {
  top: calc(50% - 10px);
  right: auto;
  left: -9px;
}
.service .box-info-text:nth-of-type(2) .icon-red {
  right: 30px;
}
.service .box-number {
  display: flex;
  justify-content: space-between;
}
.service .box-number .benefits__element {
  width: 33%;
  text-align: center;
}
.service .box-number .benefits__element .benefits__number {
  font-size: 42px;
  line-height: 103%;
  color: #6F42C1;
}
.service .box-number .benefits__element .benefits__text {
  margin-top: 23px;
  font-size: 18px;
  line-height: 160%;
}
.service .box-number .benefits__element:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
.step {
  padding-top: 130px;
  padding-bottom: 90px;
}
.step .box-info {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 10px;
}
.step .box-info > div {
  position: relative;
  width: calc(100% / 6);
  min-width: 220px;
  margin-bottom: 15px;
  padding-right: 25px;
}
.step .box-info > div .triangle {
  position: relative;
  margin-top: 40px;
  padding: 15px;
  background-color: #6F42C1;
  border-radius: 5px;
}
.step .box-info > div .triangle p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 140%;
}
.step .box-info > div .triangle:after {
  background-color: #6F42C1;
  top: -9px;
  left: 20px;
  right: auto;
}
.step .box-info > div > img {
  position: absolute;
  top: 30px;
  right: 40px;
}
.step .box-info > div > p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 150%;
}
#advertising {
  overflow: hidden;
  background-color: #3A3641;
}
.advertising {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advertising .box-info {
  max-width: 620px;
}
.advertising .box-info h4 {
  font-size: 40px;
  line-height: 140%;
  color: #FFFFFF;
}
.advertising .box-info h4 span {
  color: #13CE70;
}
.advertising .box-info p {
  max-width: 640px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
.advertising .box-img {
  position: relative;
  margin-top: -20px;
}
.advertising .box-img > img {
  position: relative;
  max-width: 100%;
}
.advertising .box-img > img:nth-of-type(1) {
  position: absolute;
  left: -147px;
  top: 128px;
}
#cases {
  overflow: hidden;
}
.cases {
  padding-top: 130px;
  padding-bottom: 90px;
}
.cases .slider-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cases .slider-box-item {
  background: #E9F3F5;
  border-radius: 5px;
}
#cpa {
  overflow: hidden;
  background-color: #6F42C1;
}
.cpa {
  padding-top: 120px;
  padding-bottom: 100px;
}
.cpa .caption h3 {
  color: #FFFFFF;
}
.cpa .box-step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.cpa .box-step > img {
  margin-bottom: 40px;
}
.cpa .box-step > div {
  text-align: center;
  width: 123px;
  min-width: 123px;
}
.cpa .box-step > div > span {
  margin: auto;
}
.cpa .box-step > div p {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 140%;
}
.cpa .box-info {
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 65px 20px;
  z-index: 1;
}
.cpa .box-info .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
}
.cpa .box-info .img-parallax {
  position: absolute;
}
.cpa .box-info .img-parallax:nth-of-type(1) {
  z-index: -999;
  top: -140px;
  left: -185px;
}
.cpa .box-info .img-parallax:nth-of-type(2) {
  top: 210px;
  left: -135px;
}
.cpa .box-info .img-parallax:nth-of-type(3) {
  top: 290px;
  left: -50px;
}
.cpa .box-info .img-parallax:nth-of-type(4) {
  top: -100px;
  right: -80px;
}
.cpa .box-info .img-parallax:nth-of-type(5) {
  top: 100px;
  right: -150px;
}
.cpa .box-info .img-parallax:nth-of-type(6) {
  z-index: -999;
  bottom: -50px;
  right: -145px;
}
.cpa .box-info h5,
.cpa .box-info a,
.cpa .box-info p {
  position: relative;
  z-index: 2;
}
.cpa .box-info h5 {
  font-size: 35px;
  line-height: 140%;
  max-width: 966px;
  margin: 0 auto;
}
.cpa .box-info a {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cpa .box-info p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 150%;
}
.blogger {
  padding-top: 120px;
  padding-bottom: 110px;
}
.blogger .box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.blogger .box-info > div {
  display: flex;
  margin-bottom: 35px;
}
.blogger .box-info > div span {
  margin-right: 30px;
}
.blogger .box-info > div p {
  max-width: 420px;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
.blogger .box-info > div p strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
}
.blogger .box-img {
  position: relative;
}
.blogger .box-img > img {
  max-width: 100%;
}
.blogger .box-img > div {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  padding: 10px;
  border-radius: 50%;
  background-color: #FF4444;
}
.blogger .box-img > div p {
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}
#registration {
  background-color: #6F42C1;
}
.registration {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.registration > img {
  max-width: 100%;
}
.registration .box-info {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 600px;
}
.registration .box-info h4 {
  font-size: 40px;
  line-height: 140%;
  color: #FFFFFF;
}
.registration .box-info ul {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.registration .box-info ul li {
  color: #13CE70;
}
.registration .box-info ul li span {
  margin-top: 30px;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}
#tracking {
  background-color: #3A3641;
}
.tracking {
  padding-top: 130px;
  padding-bottom: 90px;
}
.tracking .caption h3 {
  max-width: 720px;
  color: #FFFFFF;
}
.tracking .box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.tracking .box > div {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.tracking .box > div img {
  max-width: 100%;
}
.tracking .box > div p {
  margin: 55px auto 0 auto;
  max-width: 370px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 150%;
}
#example {
  overflow: hidden;
  background-color: #E9F3F5;
}
.example {
  padding-top: 130px;
  padding-bottom: 110px;
}
.example .slider-box {
  margin-top: 100px;
}
.example .slider-box-item {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.example .slider-box-item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#reviews {
  overflow: hidden;
  background-color: #6F42C1;
}
.reviews {
  padding-top: 130px;
  padding-bottom: 110px;
}
.reviews .caption h3 {
  color: #FFFFFF;
}
.reviews .slider-box {
  margin-top: 100px;
}
.reviews .slider-box-arrow {
  background-color: #FF4444;
}
#case-tape-top {
  overflow: hidden;
  background-color: #E9F3F5;
}
#case-tape-top .case-tape {
  margin-top: 50px;
  margin-bottom: 50px;
}
#case-tape-top .case-tape .line .box h5 {
  margin-bottom: 15px;
}
#case-tape-top .case-tape .line .box p {
  margin-bottom: 5px;
}
#case-tape-foot {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 100px;
}
#case-tape-foot .case-tape {
  margin-top: 100px;
  margin-bottom: 80px;
}
.case-tape::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 10px;
  background-color: #EBF0F3;
}
.case-tape::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 10px;
  background-color: #1E874A;
}
.case-tape::-webkit-resizer {
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}
.case-tape::-webkit-scrollbar {
  width: 11px;
}
.case-tape .line {
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 20px auto;
}
.case-tape .line::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
}
.case-tape .line::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #dedede;
}
.case-tape .line::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 5px;
}
.case-tape .line::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.case-tape .line .box {
  display: flex;
  align-items: flex-start;
  min-height: 112px;
  width: 440px;
  min-width: 440px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  border: 3px solid #E9F3F5;
  background: #FFFFFF;
  border-radius: 10px;
}
.case-tape .line .box img {
  max-width: 104px;
  border-radius: 9px;
  margin-right: 25px;
}
.case-tape .line .box h5 {
  margin-bottom: 5px;
  color: #6F42C1;
  font-size: 17px;
  line-height: 150%;
}
.case-tape .line .box p {
  font-size: 16px;
  line-height: 150%;
}
.case-tape .line .box p span {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
#what {
  background-color: #E9F3F5;
}
.what {
  padding-top: 120px;
  padding-bottom: 100px;
}
.what .accordion {
  margin-top: 100px;
}
.what .accordion .card {
  border: none;
  margin-bottom: 10px;
}
.what .accordion .card-header {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  border: none;
}
.what .accordion .card-header h5 button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  white-space: pre-wrap;
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
  color: #464646;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}
.what .accordion .card-header h5 button span {
  text-align: left;
  padding-right: 15px;
}
.what .accordion .card-header h5 button i {
  position: relative;
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #E9F3F5;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.what .accordion .card-header h5 button i:after,
.what .accordion .card-header h5 button i:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  width: 10px;
  background-color: #6F42C1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.what .accordion .card-header h5 button i:after {
  left: 17px;
  transform: rotate(-45deg);
}
.what .accordion .card-header h5 button i:before {
  right: 17px;
  transform: rotate(45deg);
}
.what .accordion .card-header h5 button:hover i {
  background-color: #13CE70;
}
.what .accordion .card-header h5 button:hover i:after,
.what .accordion .card-header h5 button:hover i:before {
  background-color: #FFFFFF;
}
.what .accordion .card-header button.collapsed i:after {
  left: 17px;
  transform: rotate(45deg);
}
.what .accordion .card-header button.collapsed i:before {
  right: 17px;
  transform: rotate(-45deg);
}
.what .accordion .card-body {
  padding: 0 25px 35px 25px;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
.what .accordion .card-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.what .accordion .card-body p,
.what .accordion .card-body ul li,
.what .accordion .card-body a {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}
#zen {
  overflow: hidden;
}
.zen {
  padding-top: 120px;
  padding-bottom: 100px;
}
.zen .slide-zen {
  margin-top: 100px;
}
.zen .slide-zen-item {
  background: #E9F3F5;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 227px;
  height: 140px;
}
.zen .slide-zen-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.zen .slide-zen-item a img {
  max-width: 85%;
}
#connection {
  background-color: #6F42C1;
}
.connection {
  padding-top: 60px;
  padding-bottom: 60px;
}
.connection .caption {
  display: flex;
  justify-content: space-between;
}
.connection .caption h5 {
  color: #FFFFFF;
  line-height: 140%;
}
.connection .caption a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 103%;
}
.connection .caption a span {
  margin-right: 35px;
  width: 47px;
  min-width: 47px;
  height: 47px;
}
#foot {
  background-color: #252426;
}
.foot-top {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #A0A9AB;
}
.foot-top ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.foot-top ul li {
  color: #13CE70;
}
.foot-top ul li:nth-child(1) {
  list-style-type: none;
}
.foot-top ul li:nth-child(1) a {
  padding-left: 0;
}
.foot-top ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px 10px 40px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
}
.foot-top ul li a:hover {
  color: #13CE70;
}
.foot-boot {
  padding-top: 65px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
}
.foot-boot > div a:nth-of-type(1) {
  margin-right: 80px;
  color: #13CE70;
  font-size: 30px;
  line-height: 100%;
}
.foot-boot > div a:nth-of-type(2) {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
}
.foot-boot .arrow-top {
  display: none !important;
  position: static;
  margin: 40px auto 0 auto;
}
.cases .slider-box,
.reviews .slider-box {
  margin-top: 100px;
}
.cases .slider-box-item,
.reviews .slider-box-item {
  padding: 30px;
  background: #E9F3F5;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.cases .slider-box-item .head,
.reviews .slider-box-item .head {
  display: flex;
  align-items: center;
}
.cases .slider-box-item .head img,
.reviews .slider-box-item .head img {
  margin-right: 30px;
}
.cases .slider-box-item .head p,
.reviews .slider-box-item .head p {
  font-size: 18px;
  line-height: 140%;
}
.cases .slider-box-item .head p a,
.reviews .slider-box-item .head p a {
  display: inline-block;
  margin-top: 5px;
}
.cases .slider-box-item .number,
.reviews .slider-box-item .number {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #DAE5E8;
  border-bottom: 2px solid #DAE5E8;
}
.cases .slider-box-item .number > div,
.reviews .slider-box-item .number > div {
  padding-right: 15px;
  min-width: 140px;
}
.cases .slider-box-item .number > div p:nth-of-type(1),
.reviews .slider-box-item .number > div p:nth-of-type(1) {
  font-size: 16px;
  line-height: 140%;
}
.cases .slider-box-item .number > div p:nth-of-type(2),
.reviews .slider-box-item .number > div p:nth-of-type(2) {
  margin-top: 5px;
  color: #6F42C1;
  font-size: 22px;
  line-height: 140%;
}
.cases .slider-box-item .text,
.reviews .slider-box-item .text {
  margin-top: 20px;
}
.cases .slider-box-item .text > div,
.reviews .slider-box-item .text > div {
  margin-bottom: 20px;
}
.cases .slider-box-item .text > div:nth-last-of-type,
.reviews .slider-box-item .text > div:nth-last-of-type {
  margin-bottom: 0;
}
.cases .slider-box-item .text p,
.reviews .slider-box-item .text p {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
.cases .slider-box-item .text p:nth-last-of-type,
.reviews .slider-box-item .text p:nth-last-of-type {
  margin-bottom: 0;
}
.cases .slider-box-item .info-text,
.reviews .slider-box-item .info-text {
  margin-top: 20px;
}
.cases .slider-box-item .info-text p,
.reviews .slider-box-item .info-text p {
  font-size: 16px;
  line-height: 140%;
}
.cases .slider-box-item .info-text p:nth-of-type(2),
.reviews .slider-box-item .info-text p:nth-of-type(2) {
  margin-top: 5px;
  color: #FF4444;
  font-size: 25px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 680px;
  }
}
.modal-links .modal-header {
  border: none;
}
.modal-links .modal-body {
  position: relative;
}
.modal-links .modal-body .close {
  position: absolute;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -50px;
  right: -50px;
}
.modal-links .modal-body .close span {
  position: relative;
  top: -2px;
}
.modal-links .modal-body h5 {
  text-align: center;
  font-size: 30px;
  line-height: 140%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.modal-links .modal-body .block {
  display: flex;
}
.modal-links .modal-body .block > a {
  display: block;
  width: calc(50%);
  text-align: center;
  padding: 25px;
  margin: 10px;
  background: #E9F3F5;
  border-radius: 5px;
}
.modal-links .modal-body .block > a img {
  max-width: 100%;
}
.modal-links .modal-body .block > a h6 {
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 140%;
}
.modal-links .modal-body .block > a p {
  max-width: 235px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 140%;
}
.modal-links .modal-body .block > a:hover h6 {
  color: #373644;
}
.modal-links .modal-body .block > a:hover h6 span {
  border-bottom: 1px solid #373644;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .slick-track {
    margin-bottom: 30px;
  }
  .menu-sandwich {
    display: block;
  }
  .menu {
    border: none;
  }
  .menu nav {
    display: none;
    top: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    height: 100vh;
    width: 100%;
    padding: 20px;
    background: #2C2929;
    z-index: 99;
  }
  .menu nav > div:nth-of-type(1) {
    display: flex;
  }
  .menu nav > .button {
    display: block;
  }
  .menu nav > .button .btn-custom {
    margin-bottom: 10px;
    width: 155px;
  }
  .menu nav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu nav ul li {
    border-bottom: 2px solid #3A2E4F;
    list-style-type: none;
  }
  .menu nav ul li:nth-child(1) {
    border-top: 2px solid #3A2E4F;
  }
  .menu nav ul li a {
    padding: 0;
  }
  .menu nav ul li a span {
    padding: 18px 0;
  }
  .menu nav ul li a span:hover {
    border: none;
    padding: 18px 0;
  }
  .menu nav ul li a img {
    display: inline-block;
  }
  .menu nav .network {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .menu nav > .button {
    display: flex;
    flex-wrap: wrap;
  }
  .menu nav > .button .btn-custom {
    width: calc(50% - 5px);
    min-width: 150px;
  }
  .menu nav > .button .btn-custom:nth-of-type(1) {
    margin-right: 10px;
  }
  .arrow-top {
    display: none !important;
    bottom: 15px;
    right: 15px;
  }
  .arrow-top-container {
    width: 45px;
    height: 45px;
  }
  .cases .slider-box,
  .reviews .slider-box {
    margin-top: 50px;
  }
  .cases .slider-box-item,
  .reviews .slider-box-item {
    padding: 15px;
  }
  .cases .slider-box-item .head img,
  .reviews .slider-box-item .head img {
    margin-right: 20px;
  }
  .cases .slider-box-item .head p,
  .reviews .slider-box-item .head p {
    font-size: 17px;
  }
  .cases .slider-box-item .number > div,
  .reviews .slider-box-item .number > div {
    padding-right: 5px;
    min-width: 70px;
  }
  .cases .slider-box-item .number > div:nth-of-type(1),
  .reviews .slider-box-item .number > div:nth-of-type(1) {
    min-width: 110px;
  }
  .cases .slider-box-item .number > div p:nth-of-type(1),
  .reviews .slider-box-item .number > div p:nth-of-type(1) {
    font-size: 14px;
  }
  .cases .slider-box-item .number > div p:nth-of-type(2),
  .reviews .slider-box-item .number > div p:nth-of-type(2) {
    font-size: 17px;
  }
  .cases .slider-box-item .text,
  .reviews .slider-box-item .text {
    margin-top: 20px;
  }
  .cases .slider-box-item .text p,
  .reviews .slider-box-item .text p {
    font-size: 15px;
  }
  .cases .slider-box-item .info-text,
  .reviews .slider-box-item .info-text {
    margin-top: 20px;
  }
  .cases .slider-box-item .info-text p,
  .reviews .slider-box-item .info-text p {
    font-size: 15px;
  }
  .cases .slider-box-item .info-text p:nth-of-type(2),
  .reviews .slider-box-item .info-text p:nth-of-type(2) {
    font-size: 18px;
  }
  .slider-box,
  .slide-zen {
    position: relative;
  }
  .slider-box .slider-box-arrow,
  .slide-zen .slider-box-arrow {
    display: none !important;
  }
  .btn-custom {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .btn-big {
    padding: 20px 30px;
    font-size: 18px;
    min-width: 200px;
    width: 100%;
    max-width: 320px;
  }
  .caption h2,
  .caption h3,
  .caption h4 {
    font-size: 25px;
    line-height: 130%;
  }
  .caption h4 {
    font-size: 22px;
  }
  .caption h5 {
    font-size: 20px;
  }
  .caption p {
    max-width: 320px;
    margin: 30px auto 0 auto;
    font-size: 15px;
    line-height: 150%;
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
  }
  .menu-top > .container {
    padding: 13px 15px;
  }
  .menu-top > .container .button {
    display: none;
  }
  .menu-top > .container .info img {
    width: 90px;
    padding-right: 20px;
  }
  .menu-top > .container .info p {
    font-size: 10px;
    line-height: 110%;
  }
  .menu-top > .container .info p br:nth-child(2) {
    display: none;
  }
  .menu-top > .container .info p br:nth-child(1),
  .menu-top > .container .info p br:nth-child(3) {
    display: block;
  }
  .main {
    display: block;
    margin-top: 30px;
  }
  .main-info {
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 320px;
  }
  .main-info h1 {
    font-size: 30px;
  }
  .main-info h1 span {
    font-size: 18px;
  }
  .main-info .box-text {
    display: block;
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .main-info .box-text > div {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .main-info .box-text > div img {
    margin-top: 5px;
    margin-right: 20px;
  }
  .main-info .box-text > div p {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  .main-info .box-btn {
    display: block;
    margin-top: 0;
  }
  .main-info .box-btn a {
    font-size: 18px;
    margin-right: 0;
  }
  .main-info .box-btn a:after {
    top: auto;
    right: calc(50% - 9px);
    bottom: -9px;
  }
  .main-info .box-btn p {
    text-align: center;
    margin-top: 20px;
    max-width: 319px;
    font-size: 14px;
  }
  .main-img {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .main-img .box {
    width: 122px;
    height: 122px;
  }
  .main-img .box > img {
    top: 27px;
    left: 26px;
    width: 70px;
    height: 70px;
  }
  .main-img .box > span {
    padding: 10px;
  }
  #service .cross-fon {
    display: none;
  }
  .service {
    padding-top: 60px;
    padding-bottom: 5px;
  }
  .service .box-info {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .service .box-info > img {
    margin-bottom: 40px;
  }
  .service .box-info-text {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 60px auto;
    box-shadow: none;
  }
  .service .box-info-text .icon-red {
    left: 50%;
  }
  .service .box-info-text p {
    text-align: center;
    font-size: 15px;
    line-height: 150%;
  }
  .service .box-info-text:after {
    display: none;
  }
  .service .box-info-text:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .service .box-info-text:nth-of-type(1) .icon-red {
    left: calc(50% - 27px);
  }
  .service .box-info-text:nth-of-type(2) {
    bottom: 0;
    right: 0;
  }
  .service .box-info-text:nth-of-type(2) .icon-red {
    left: calc(50% - 27px);
    right: auto;
  }
  .service .box-number {
    display: block;
  }
  .service .box-number .benefits__element {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
  .service .box-number .benefits__element .benefits__number {
    font-size: 35px;
    line-height: 103%;
  }
  .service .box-number .benefits__element .benefits__text {
    margin-top: 10px;
    font-size: 17px;
  }
  .service .box-number .benefits__element:nth-of-type(2) {
    display: block;
  }
  .service .box-number .benefits__element:nth-of-type(2) img {
    display: none;
  }
  .step {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .step .box-info {
    display: block;
    margin-top: 50px;
  }
  .step .box-info > div {
    width: 100%;
    min-width: 220px;
    max-width: 320px;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
  }
  .step .box-info > div .icon-red {
    margin: auto;
  }
  .step .box-info > div .triangle {
    position: relative;
    margin-top: 30px;
  }
  .step .box-info > div .triangle p {
    text-align: center;
  }
  .step .box-info > div .triangle:after {
    left: calc(50% - 5px);
  }
  .step .box-info > div > img {
    display: none;
  }
  .step .box-info > div > p {
    margin-top: 15px;
  }
  .advertising {
    display: block;
    padding-top: 60px;
  }
  .advertising .box-info {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
  .advertising .box-info h4 {
    text-align: center;
    font-size: 25px;
    line-height: 140%;
  }
  .advertising .box-info p {
    text-align: center;
    font-size: 15px;
  }
  .advertising .box-img {
    width: fit-content;
    padding-left: 60px;
    margin: 0 auto;
    position: relative;
  }
  .advertising .box-img > img {
    position: relative;
    max-width: 100%;
  }
  .advertising .box-img > img:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 95px;
    width: 120px;
  }
  .advertising .box-img > img:nth-of-type(2) {
    max-width: 230px;
  }
  .cases {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cases .slider-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cpa {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cpa .box-step {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cpa .box-step > img {
    display: none;
  }
  .cpa .box-step > div {
    margin: 0 auto 30px auto;
    text-align: center;
    width: 123px;
    min-width: 123px;
  }
  .cpa .box-step > div p {
    margin-top: 15px;
  }
  .cpa .box-info {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 35px 15px;
    z-index: 1;
  }
  .cpa .box-info .img-parallax img {
    display: none !important;
  }
  .cpa .box-info h5 {
    font-size: 25px;
  }
  .cpa .box-info a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cpa .box-info p {
    font-size: 17px;
    line-height: 140%;
  }
  .blogger {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blogger .box {
    display: block;
    margin-top: 50px;
  }
  .blogger .box-info > div {
    display: flex;
    margin-bottom: 35px;
  }
  .blogger .box-info > div span {
    margin-right: 30px;
  }
  .blogger .box-info > div p {
    max-width: 420px;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
  }
  .blogger .box-info > div p strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
  }
  .blogger .box-img > div {
    bottom: 10px;
    right: 10px;
    height: 150px;
    width: 150px;
    padding: 10px;
  }
  .blogger .box-img > div p {
    font-size: 15px;
  }
  .registration {
    display: block;
    padding-top: 50px;
  }
  .registration .box-info {
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .registration .box-info h4 {
    font-size: 25px;
  }
  .registration .box-info ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .registration .box-info ul li span {
    margin-top: 20px;
    font-size: 18px;
    line-height: 150%;
  }
  .registration .box-info .btn-custom {
    margin: 0 auto;
    display: block;
  }
  .tracking {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tracking .box {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .tracking .box > div {
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
  .tracking .box > div p {
    margin: 15px auto 0 auto;
    font-size: 15px;
  }
  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .example .slider-box {
    margin-top: 50px;
  }
  .example .slider-box-item {
    padding: 15px;
  }
  .example .slider-box-item img {
    max-width: 100%;
  }
  .reviews {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .reviews .slider-box {
    margin-top: 50px;
  }
  #case-tape-top .case-tape {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #case-tape-top .case-tape .line .box img {
    width: 90px;
  }
  #case-tape-foot {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #case-tape-foot .case-tape {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .case-tape .line {
    overflow: auto;
    margin-bottom: 10px;
  }
  .case-tape .line .box {
    min-height: 112px;
    width: 320px;
    min-width: 320px;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .case-tape .line .box img {
    margin-right: 15px;
  }
  .case-tape .line .box h5 {
    font-size: 16px;
  }
  .case-tape .line .box p {
    font-size: 14px;
    line-height: 140%;
  }
  .what {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .what .accordion {
    margin-top: 50px;
  }
  .what .accordion .card-header h5 button {
    font-size: 16px;
  }
  .what .accordion .card-header h5 button i {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .what .accordion .card-header h5 button i:after {
    left: 18px;
  }
  .what .accordion .card-header h5 button i:before {
    right: 18px;
  }
  .what .accordion .card-header h5 button.collapsed i:after {
    left: 18px;
  }
  .what .accordion .card-header h5 button.collapsed i:before {
    right: 18px;
  }
  .zen {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zen .slide-zen {
    margin-top: 50px;
  }
  .zen .slide-zen-item {
    height: 110px;
  }
  .connection {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .connection .caption {
    display: block;
    text-align: center;
  }
  .connection .caption a {
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .connection .caption a span {
    margin-right: 15px;
    width: 37px;
    min-width: 37px;
    height: 37px;
  }
  .connection .caption a span img {
    width: 15px;
  }
  .foot-top {
    display: none;
  }
  .foot-boot {
    padding-top: 45px;
    padding-bottom: 45px;
    display: block;
    text-align: center;
  }
  .foot-boot > div a {
    display: block;
  }
  .foot-boot > div a:nth-of-type(1) {
    margin-right: 0;
    font-size: 26px;
    line-height: 100%;
  }
  .foot-boot > div a:nth-of-type(2) {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 100%;
  }
  .foot-boot .btn-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .foot-boot .arrow-top {
    display: block !important;
    width: fit-content;
  }
  .modal-links .modal-body .close {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
  }
  .modal-links .modal-body h5 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .modal-links .modal-body .block {
    display: block;
  }
  .modal-links .modal-body .block > a {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin: 10px 0;
  }
  .modal-links .modal-body .block > a h6 {
    font-size: 20px;
  }
  .modal-links .modal-body .block > a p {
    max-width: 235px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .arrow-top {
    display: none !important;
    bottom: 15px;
    right: 15px;
  }
  .arrow-top-container {
    width: 45px;
    height: 45px;
  }
  .menu nav > .button .btn-custom {
    width: 185px;
  }
  .cases .slider-box,
  .reviews .slider-box {
    margin-top: 60px;
  }
  .cases .slider-box-item,
  .reviews .slider-box-item {
    padding: 20px;
  }
  .cases .slider-box-item .head p,
  .reviews .slider-box-item .head p {
    font-size: 18px;
  }
  .cases .slider-box-item .number > div p:nth-of-type(1),
  .reviews .slider-box-item .number > div p:nth-of-type(1) {
    font-size: 16px;
  }
  .cases .slider-box-item .number > div p:nth-of-type(2),
  .reviews .slider-box-item .number > div p:nth-of-type(2) {
    font-size: 18px;
  }
  .cases .slider-box-item .text,
  .reviews .slider-box-item .text {
    margin-top: 20px;
  }
  .cases .slider-box-item .text p,
  .reviews .slider-box-item .text p {
    font-size: 15px;
  }
  .cases .slider-box-item .info-text,
  .reviews .slider-box-item .info-text {
    margin-top: 20px;
  }
  .cases .slider-box-item .info-text p,
  .reviews .slider-box-item .info-text p {
    font-size: 15px;
  }
  .cases .slider-box-item .info-text p:nth-of-type(2),
  .reviews .slider-box-item .info-text p:nth-of-type(2) {
    font-size: 20px;
  }
  .slider-box,
  .slide-zen {
    position: relative;
  }
  .slider-box .slider-box-arrow,
  .slide-zen .slider-box-arrow {
    display: none !important;
  }
  .btn-custom {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 16px;
  }
  .btn-big {
    padding: 20px 35px;
    font-size: 18px;
    min-width: 200px;
    width: 100%;
    max-width: 320px;
  }
  .caption h2,
  .caption h3,
  .caption h4 {
    font-size: 30px;
    line-height: 130%;
  }
  .caption h4 {
    font-size: 28px;
  }
  .caption h5 {
    font-size: 26px;
  }
  .caption p {
    max-width: 420px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
  }
  .menu-top > .container {
    padding: 13px 15px;
  }
  .menu-top > .container .button {
    display: none;
  }
  .menu-top > .container .info img {
    width: 90px;
    padding-right: 20px;
  }
  .menu-top > .container .info p {
    font-size: 12px;
    line-height: 110%;
  }
  .menu-top > .container .info p br:nth-child(2) {
    display: none;
  }
  .menu-top > .container .info p br:nth-child(1),
  .menu-top > .container .info p br:nth-child(3) {
    display: block;
  }
  .main {
    display: block;
    margin-top: 30px;
  }
  .main-info {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
  }
  .main-info h1 {
    font-size: 36px;
  }
  .main-info h1 span {
    font-size: 20px;
  }
  .main-info .box-text {
    display: block;
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .main-info .box-text > div {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .main-info .box-text > div img {
    margin-top: 5px;
    margin-right: 20px;
  }
  .main-info .box-text > div p {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
  .main-info .box-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .main-info .box-btn a {
    font-size: 18px;
    margin-right: 0;
  }
  .main-info .box-btn a:after {
    top: auto;
    right: calc(50% - 9px);
    bottom: -9px;
  }
  .main-info .box-btn p {
    margin: 20px auto;
    text-align: center;
    max-width: 319px;
    font-size: 14px;
  }
  .main-img {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
  }
  .main-img .box {
    width: 122px;
    height: 122px;
  }
  .main-img .box > img {
    top: 27px;
    left: 26px;
    width: 70px;
    height: 70px;
  }
  .main-img .box > span {
    padding: 10px;
  }
  #service .cross-fon {
    display: none;
  }
  .service {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  .service .box-info {
    margin-top: 60px;
    padding-bottom: 0;
  }
  .service .box-info > img {
    max-width: 420px;
    display: block;
    margin: 0 auto 60px auto;
  }
  .service .box-info-text {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 60px auto;
    box-shadow: none;
  }
  .service .box-info-text .icon-red {
    left: 50%;
  }
  .service .box-info-text p {
    text-align: center;
    font-size: 15px;
    line-height: 150%;
  }
  .service .box-info-text:after {
    display: none;
  }
  .service .box-info-text:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .service .box-info-text:nth-of-type(1) .icon-red {
    left: calc(50% - 27px);
  }
  .service .box-info-text:nth-of-type(2) {
    bottom: 0;
    right: 0;
  }
  .service .box-info-text:nth-of-type(2) .icon-red {
    left: calc(50% - 27px);
    right: auto;
  }
  .service .box-number {
    display: block;
  }
  .service .box-number .benefits__element {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
  .service .box-number .benefits__element .benefits__number {
    font-size: 35px;
    line-height: 103%;
  }
  .service .box-number .benefits__element .benefits__text {
    margin-top: 10px;
    font-size: 17px;
  }
  .service .box-number .benefits__element:nth-of-type(2) {
    display: block;
  }
  .service .box-number .benefits__element:nth-of-type(2) img {
    display: none;
  }
  .step {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .step .box-info {
    display: block;
    margin-top: 50px;
  }
  .step .box-info > div {
    width: 100%;
    min-width: 220px;
    max-width: 320px;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
  }
  .step .box-info > div .icon-red {
    margin: auto;
  }
  .step .box-info > div .triangle {
    position: relative;
    margin-top: 30px;
  }
  .step .box-info > div .triangle p {
    text-align: center;
  }
  .step .box-info > div .triangle:after {
    left: calc(50% - 5px);
  }
  .step .box-info > div > img {
    display: none;
  }
  .step .box-info > p {
    margin-top: 15px;
  }
  .advertising {
    display: block;
    padding-top: 60px;
  }
  .advertising .box-info {
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
  .advertising .box-info h4 {
    text-align: center;
    font-size: 30px;
    line-height: 140%;
  }
  .advertising .box-info p {
    text-align: center;
    font-size: 16px;
  }
  .advertising .box-img {
    padding-left: 160px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
  }
  .advertising .box-img > img {
    position: relative;
    max-width: 100%;
  }
  .advertising .box-img > img:nth-of-type(1) {
    position: absolute;
    left: 17px;
    top: 128px;
  }
  .advertising .box-img > img:nth-of-type(2) {
    max-width: 400px;
  }
  .cases {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cases .slider-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cpa {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cpa .box-step {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .cpa .box-step > img {
    display: none;
  }
  .cpa .box-step > div {
    margin: 0 auto 30px auto;
    text-align: center;
    width: 123px;
    min-width: 123px;
  }
  .cpa .box-step > div p {
    margin-top: 15px;
  }
  .cpa .box-info {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 35px 15px;
    z-index: 1;
  }
  .cpa .box-info .img-parallax img {
    display: none !important;
  }
  .cpa .box-info h5 {
    font-size: 25px;
  }
  .cpa .box-info a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cpa .box-info p {
    font-size: 17px;
    line-height: 140%;
  }
  .blogger {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blogger .box {
    display: block;
    margin-top: 50px;
  }
  .blogger .box-info > div {
    display: flex;
    margin-bottom: 35px;
  }
  .blogger .box-info > div span {
    margin-right: 30px;
  }
  .blogger .box-info > div p {
    max-width: 420px;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
  }
  .blogger .box-info > div p strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
  }
  .blogger .box-img > div {
    bottom: 10px;
    right: 10px;
    height: 150px;
    width: 150px;
    padding: 10px;
  }
  .blogger .box-img > div p {
    font-size: 15px;
  }
  .registration {
    display: block;
    padding-top: 60px;
  }
  .registration .box-info {
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .registration .box-info h4 {
    font-size: 28px;
  }
  .registration .box-info ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .registration .box-info ul li span {
    margin-top: 25px;
    font-size: 18px;
    line-height: 150%;
  }
  .registration .box-info .btn-custom {
    margin: 0 auto;
    display: block;
  }
  .tracking {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tracking .box {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .tracking .box > div {
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
  .tracking .box > div p {
    margin: 15px auto 0 auto;
    font-size: 15px;
  }
  .example {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .example .slider-box {
    margin-top: 60px;
  }
  .example .slider-box-item {
    padding: 15px;
  }
  .example .slider-box-item img {
    max-width: 100%;
  }
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reviews .slider-box {
    margin-top: 60px;
  }
  #case-tape-top .case-tape {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #case-tape-foot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #case-tape-foot .case-tape {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .case-tape .line {
    overflow: auto;
  }
  .case-tape .line .box {
    width: 420px;
    min-width: 420px;
    padding: 15px;
  }
  .case-tape .line .box img {
    margin-right: 15px;
  }
  .what {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .what .accordion {
    margin-top: 60px;
  }
  .what .accordion .card-header h5 button {
    font-size: 16px;
  }
  .what .accordion .card-header h5 button i {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .what .accordion .card-header h5 button i:after {
    left: 18px;
  }
  .what .accordion .card-header h5 button i:before {
    right: 18px;
  }
  .what .accordion .card-header h5 button.collapsed i:after {
    left: 18px;
  }
  .what .accordion .card-header h5 button.collapsed i:before {
    right: 18px;
  }
  .zen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .zen .slide-zen {
    margin-top: 60px;
  }
  .zen .slide-zen-item {
    height: 110px;
  }
  .connection {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .connection .caption {
    display: block;
    text-align: center;
  }
  .connection .caption a {
    margin: 25px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .connection .caption a span {
    margin-right: 25px;
    width: 37px;
    min-width: 37px;
    height: 37px;
  }
  .foot-top {
    display: none;
  }
  .foot-boot {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .foot-boot > div a {
    display: block;
  }
  .foot-boot > div a:nth-of-type(1) {
    margin-right: 0px;
    font-size: 28px;
    line-height: 100%;
  }
  .foot-boot > div a:nth-of-type(2) {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 100%;
  }
  .foot-boot .btn-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .foot-boot .arrow-top {
    display: block !important;
    width: 100%;
  }
  .foot-boot .arrow-top #set-top {
    width: fit-content;
    margin: 0 auto ;
  }
  .modal-links .modal-body .close {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
  }
  .modal-links .modal-body h5 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .modal-links .modal-body .block > a {
    text-align: center;
    padding: 15px;
    margin: 10px 5px;
  }
  .modal-links .modal-body .block > a h6 {
    font-size: 20px;
  }
  .modal-links .modal-body .block > a p {
    max-width: 235px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrow-top {
    bottom: 15px;
    right: 15px;
  }
  .arrow-top-container {
    width: 45px;
    height: 45px;
  }
  .menu nav > .button .btn-custom {
    width: 225px;
  }
  .cases .slider-box,
  .reviews .slider-box {
    margin-top: 70px;
  }
  .slider-box,
  .slide-zen {
    position: relative;
  }
  .slider-box .slider-box-arrow,
  .slide-zen .slider-box-arrow {
    display: none !important;
  }
  .btn-custom {
    padding: 15px 20px;
    line-height: 16px;
    font-size: 18px;
  }
  .btn-big {
    padding: 20px 40px;
    min-width: 200px;
    width: 100%;
    max-width: 320px;
    font-size: 18px;
  }
  .caption h2,
  .caption h3,
  .caption h4 {
    font-size: 34px;
    line-height: 130%;
  }
  .caption h4 {
    font-size: 32px;
  }
  .caption h5 {
    font-size: 30px;
  }
  .caption p {
    max-width: 620px;
    margin: 30px auto 0 auto;
    font-size: 18px;
  }
  .menu-top > .container {
    padding: 13px 15px;
  }
  .menu-top > .container .button {
    display: none;
  }
  .menu-top > .container .info img {
    width: 90px;
    padding-right: 20px;
  }
  .menu-top > .container .info p {
    font-size: 12px;
    line-height: 110%;
  }
  .menu-top > .container .info p br:nth-child(2) {
    display: none;
  }
  .menu-top > .container .info p br:nth-child(1),
  .menu-top > .container .info p br:nth-child(3) {
    display: block;
  }
  .main {
    display: block;
    margin-top: 40px;
  }
  .main-info {
    margin: 0 auto;
  }
  .main-info h1 {
    font-size: 46px;
  }
  .main-info h1 span {
    font-size: 26px;
  }
  .main-info .box-text {
    border-bottom: none;
  }
  .main-info .box-text > div p {
    font-size: 16px;
  }
  .main-info .box-btn {
    margin: 0 0 40px 0;
  }
  .main-info .box-btn a {
    font-size: 18px;
  }
  .main-info .box-btn p {
    max-width: 319px;
    font-size: 15px;
  }
  .main-img {
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
  }
  .service {
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .service .box-info {
    margin-top: 70px;
    padding-bottom: 0;
  }
  .service .box-info > img {
    max-width: 420px;
    display: block;
    margin: 0 auto 60px auto;
  }
  .service .box-info-text {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 60px auto;
    box-shadow: none;
  }
  .service .box-info-text .icon-red {
    left: 50%;
  }
  .service .box-info-text p {
    text-align: center;
  }
  .service .box-info-text:after {
    display: none;
  }
  .service .box-info-text:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .service .box-info-text:nth-of-type(1) .icon-red {
    left: calc(50% - 27px);
  }
  .service .box-info-text:nth-of-type(2) {
    bottom: 0;
    right: 0;
  }
  .service .box-info-text:nth-of-type(2) .icon-red {
    left: calc(50% - 27px);
    right: auto;
  }
  .service .box-number .benefits__element {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
  .service .box-number .benefits__element .benefits__number {
    font-size: 35px;
  }
  .service .box-number .benefits__element:nth-of-type(2) {
    display: block;
  }
  .service .box-number .benefits__element:nth-of-type(2) img {
    display: none;
  }
  .step {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .step .box-info {
    display: block;
    margin-top: 70px;
  }
  .step .box-info > div {
    width: 100%;
    min-width: 220px;
    max-width: 320px;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
  }
  .step .box-info > div .icon-red {
    margin: auto;
  }
  .step .box-info > div .triangle {
    position: relative;
    margin-top: 30px;
  }
  .step .box-info > div .triangle p {
    text-align: center;
  }
  .step .box-info > div .triangle:after {
    left: calc(50% - 5px);
  }
  .step .box-info > div > img {
    display: none;
  }
  .step .box-info > div > p {
    margin-top: 15px;
  }
  .advertising {
    display: block;
    padding-top: 85px;
  }
  .advertising .box-info {
    margin: 0 auto 30px auto;
  }
  .advertising .box-info h4 {
    text-align: center;
    font-size: 32px;
    line-height: 140%;
  }
  .advertising .box-info p {
    text-align: center;
  }
  .advertising > img {
    display: block;
  }
  .advertising .box-img {
    padding-left: 160px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
  }
  .advertising .box-img > img {
    position: relative;
    max-width: 100%;
  }
  .advertising .box-img > img:nth-of-type(1) {
    position: absolute;
    left: 17px;
    top: 128px;
  }
  .advertising .box-img > img:nth-of-type(2) {
    max-width: 400px;
  }
  .cases {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .cases .slider-box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cpa {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .cpa .box-step {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cpa .box-info {
    padding: 45px 20px;
  }
  .cpa .box-info .img-parallax img {
    display: none !important;
  }
  .cpa .box-info h5 {
    font-size: 28px;
  }
  .blogger {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .blogger .box {
    display: block;
    margin-top: 70px;
  }
  .blogger .box-img > div {
    bottom: 40px;
    right: 165px;
    height: 180px;
    width: 180px;
    padding: 10px;
  }
  .blogger .box-img > div p {
    font-size: 16px;
  }
  .registration {
    align-items: flex-end;
    align-content: flex-start;
    padding-top: 0;
  }
  .registration .box-info {
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .registration .box-info h4 {
    font-size: 28px;
  }
  .registration .box-info ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .registration .box-info ul li span {
    margin-top: 25px;
    font-size: 18px;
    line-height: 150%;
  }
  .registration img {
    max-width: 300px;
  }
  .tracking {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tracking .box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .tracking .box > div p {
    margin: 35px auto 0 auto;
    font-size: 15px;
  }
  .example {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .example .slider-box {
    margin-top: 70px;
  }
  .reviews {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .reviews .slider-box {
    margin-top: 70px;
  }
  #case-tape-top .case-tape {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #case-tape-foot {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  #case-tape-foot .case-tape {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .case-tape .line {
    overflow: auto;
  }
  .what {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .what .accordion {
    margin-top: 70px;
  }
  .zen {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .zen .slide-zen {
    margin-top: 70px;
  }
  .connection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .connection .caption a {
    min-width: 300px;
    margin-top: 25px;
    font-size: 28px;
  }
  .foot-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot-top ul li a {
    padding: 10px 50px 10px 30px;
  }
  .foot-boot {
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .foot-boot > div a {
    display: block;
  }
  .foot-boot > div a:nth-of-type(1) {
    margin-right: 0px;
    color: #13CE70;
    font-size: 30px;
    line-height: 100%;
  }
  .foot-boot > div a:nth-of-type(2) {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 100%;
  }
  .foot-boot .btn-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .foot-boot .arrow-top {
    display: none !important;
  }
  .modal-links .modal-body .close {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
  }
  .modal-links .modal-body h5 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu nav > .button .btn-custom {
    width: 225px;
  }
  .cases .slider-box,
  .reviews .slider-box {
    margin-top: 70px;
  }
  .slider-box,
  .slide-zen {
    position: relative;
  }
  .slider-box .slider-box-arrow,
  .slide-zen .slider-box-arrow {
    display: none !important;
  }
  .btn-custom {
    padding: 15px 20px;
    line-height: 16px;
    font-size: 18px;
  }
  .btn-big {
    padding: 20px 40px;
    min-width: 200px;
    width: 100%;
    max-width: 320px;
    font-size: 18px;
  }
  .caption h2,
  .caption h3,
  .caption h4 {
    font-size: 36px;
    line-height: 130%;
  }
  .caption h4 {
    font-size: 34px;
  }
  .caption h5 {
    font-size: 32px;
  }
  .caption p {
    max-width: 680px;
    margin: 30px auto 0 auto;
    font-size: 18px;
  }
  .menu-top > .container {
    padding: 13px 15px;
  }
  .menu-top > .container .button {
    display: none;
  }
  .menu-top > .container .info img {
    width: 90px;
    padding-right: 20px;
  }
  .menu-top > .container .info p {
    font-size: 12px;
    line-height: 110%;
  }
  .menu-top > .container .info p br:nth-child(2) {
    display: none;
  }
  .menu-top > .container .info p br:nth-child(1),
  .menu-top > .container .info p br:nth-child(3) {
    display: block;
  }
  .main {
    display: block;
    margin-top: 40px;
  }
  .main-info {
    margin: 0 auto;
  }
  .main-info h1 {
    font-size: 50px;
  }
  .main-info h1 span {
    font-size: 30px;
  }
  .main-info .box-text {
    border-bottom: none;
  }
  .main-info .box-text > div p {
    font-size: 16px;
  }
  .main-info .box-btn {
    margin: 0 0 40px 0;
  }
  .main-info .box-btn a {
    font-size: 18px;
  }
  .main-info .box-btn p {
    max-width: 319px;
    font-size: 15px;
  }
  .main-img {
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
  }
  #service .cross-fon-img:nth-of-type(1) {
    top: 470px;
    left: -400px;
  }
  #service .cross-fon-img:nth-of-type(2) {
    top: 635px;
    right: -400px;
  }
  .service {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .service .box-info {
    margin-top: 70px;
    padding-bottom: 40px;
  }
  .service .box-info > img {
    max-width: 620px;
    display: block;
    margin: 0 auto 60px auto;
  }
  .service .box-info-text:nth-of-type(1) {
    top: 20px;
    left: 0;
  }
  .service .box-info-text:nth-of-type(2) {
    bottom: 50px;
    right: 0;
  }
  .advertising .box-info {
    margin: 0 auto 30px auto;
  }
  .advertising .box-info h4 {
    font-size: 32px;
    line-height: 140%;
  }
  .advertising .box-img {
    position: relative;
    margin: -20px -60px 0 160px;
  }
  .advertising .box-img > img {
    position: relative;
    max-width: 100%;
  }
  .advertising .box-img > img:nth-of-type(1) {
    position: absolute;
    left: -147px;
    top: 128px;
  }
  .advertising .box-img > img:nth-of-type(2) {
    max-width: 400px;
  }
  .cases {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .cases .slider-box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cpa {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .cpa .box-step {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cpa .box-info .img-parallax img {
    display: none !important;
  }
  .blogger {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .blogger .box {
    margin-top: 70px;
  }
  .blogger .box-img > div {
    position: absolute;
    bottom: 60px;
    right: 65px;
    height: 160px;
    width: 160px;
    padding: 10px;
  }
  .blogger .box-img > div p {
    font-size: 16px;
  }
  .registration {
    align-items: flex-end;
    align-content: flex-start;
    padding-top: 0;
  }
  .registration .box-info {
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .registration .box-info h4 {
    font-size: 34px;
  }
  .registration .box-info ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .registration .box-info ul li span {
    margin-top: 25px;
    font-size: 18px;
  }
  .registration img {
    max-width: 350px;
  }
  .tracking {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tracking .box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .tracking .box > div p {
    margin: 40px auto 0 auto;
  }
  .example {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .example .slider-box {
    margin-top: 70px;
  }
  .reviews {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .reviews .slider-box {
    margin-top: 70px;
  }
  #case-tape-top .case-tape {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #case-tape-foot {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  #case-tape-foot .case-tape {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .case-tape .line {
    overflow: auto;
  }
  .what {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .what .accordion {
    margin-top: 70px;
  }
  .zen {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .zen .slide-zen {
    margin-top: 70px;
  }
  .connection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .connection .caption a {
    min-width: 300px;
    margin-top: 25px;
    font-size: 30px;
  }
  .foot-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot-boot {
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .foot-boot > div a:nth-of-type(1) {
    font-size: 30px;
  }
  .foot-boot > div a:nth-of-type(2) {
    font-size: 16px;
  }
  .foot-boot .btn-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .foot-boot .arrow-top {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1351px) {
  .step {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .step .box-info {
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .step .box-info > div {
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .step .box-info > div .icon-red {
    margin: auto;
  }
  .step .box-info > div .triangle {
    margin-top: 30px;
  }
  .step .box-info > div .triangle p {
    text-align: center;
  }
  .step .box-info > div .triangle:after {
    left: calc(50% - 5px);
  }
  .step .box-info > div > img {
    display: none;
  }
  .step .box-info > div > p {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .slider-box .slider-box-arrow-left,
  .slide-zen .slider-box-arrow-left {
    left: -75px;
  }
  .slider-box .slider-box-arrow-right,
  .slide-zen .slider-box-arrow-right {
    right: -75px;
  }
  .cases,
  .example,
  .reviews,
  .zen {
    max-width: 1040px ;
  }
}
/*# sourceMappingURL=style.css.map */