 
/* created corDream studio by R_Mich
 https://cordream.com/ru/ */


@font-face {
  font-family:Rostelecom ; 
  src: url(../Fonts/Rostelecom.otf);
 }
 *{
   font-family: Rostelecom;
 }
body {
  margin: 0;
  padding: 0;
  background-color: #151515;
}
a {
  text-decoration: none;
  color: #fff;
}
b {
  text-transform: uppercase;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
input, option, .btn {
  outline: none;
}
li {
  list-style: none;
}
h2, h1, h3, p {
  color: #fff;
  font-family: Rostelecom;
}
.wrapper {
  display: flex;
  outline: none;
  flex-direction: column;
  overflow: hidden;
} 
.copy {
  display: none;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 90px;
  background-color: #151515;
}
.header-block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 0;
  background-color: #151515;
  z-index: 100;
}
.logo {
  height: 60px;
  margin-top: 20px;
}
li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 20px;
}
li a:hover {
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
}
.login {
  display: flex;
  align-items: center;
}
.login-a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.login-a:hover {
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
}
.user {
  width: 25px;
  margin-right: 10px;
}
.btn {
  height: 50px;
  width: 160px;
  background-image: linear-gradient(to right, #fe7f48, #ff9946, #ffb348, #ffcd52, #fde662);
  color: #fff;
  box-shadow: 10px 20px  28px rgba(240, 216, 4, 0.25), 10px 10px 20px rgba(240, 198, 10, 0.22);
  font-size: 17px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 0;
}
.btn:hover {
  background-image: linear-gradient(to left, #fe7f48, #ff9946, #ffb348, #ffcd52, #fde662);
}
.otzyvy {
  width: 100vw;
  height: 100vh;
}
#vk_comments {
  margin: 0 auto;
  width: 90%;
}
#first-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.first-container-left {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: 50px;
  margin-top: 100px;
  justify-content: center;
}
.subtitle {
  margin: 0;
  margin-left: 240px;
}
.title {
  font-size: 36px;
  margin: 0;
  width: 900px;
}
.description {
  font-size: 24px;
}
.description-2 {
  font-size: 20px;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.advantages {
  display: flex;
  margin: 0 auto;
}
.advantages-img {
  width: 50px;
  margin: 0 auto;
}
.advantages-block {
  margin-right: 20px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first-container-right {
  display: flex;
  /* width: 40%; */
}
.card {
  width: 700px;
  margin-left: -200px;
  animation: sass 5s;
  -webkit-animation: sass 5s;
  opacity: 1;
}
@keyframes sass {
  0% {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.scroll{
    position: absolute;
    top: 97%;
    left: 49%;
    transform: translate(-50%,-50%);
  }
  .mouse{
    position: absolute;
    left: 50%;
    top: 93%;
    width: 25px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 60px;
  }
  .mouse::before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 2s infinite;
  }
  @keyframes mouse {
    from{
      opacity: 1;
      top: 1px;
    }
    to{
      opacity: 0;
      top: 45px;
    }
  }
 #about_us {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 100px;
 }
 .about_us-title, .partners-title {
   font-size: 40px;
   margin: 40px 0 0;
 }
 .about_us-subtitle, .partners-subtitle {
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0 50px;
 }
 .video_block {
   display: flex;
   width: 100%;
   justify-content: space-around;
   flex-wrap: wrap;
 }
 .video_block-content {
   display: flex;
   width: 100%;
 }
 .video {
   display: flex;
   width: 45%;
 }.video-link {
   margin: 20px 0 20px;
 }
 .blocks {
   display: flex;
 }
 .block {
   display: flex;
   margin: 20px;
 }
 .block-img {
   width: 50px;
   margin-right: 20px;
 }
 .block-text {
   display: flex;
   width: 450px;
   flex-direction: column;
 }
 .block-text-title {
   margin: 0;
 }
 .about_us-text {
   display: flex;
   flex-direction: column;
   width: 55%;
   align-items: center;
   justify-content: center;
   text-align: center;
 }
 .about_us-text-title {
   margin: 20px 0 0 0;
   font-size: 24px;
 }
 .about_us-text-subtitle {
   width: 700px;
   font-size: 17px;
 }
 #partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 350px;
  width: 100%;
  margin-top: 50px;
 }
 .partners-subtitle {
   font-size: 24px;
 }
 .partners-img {
   display: flex;
   width: 80%;
   justify-content: space-between;
   margin-top: 20px;
 }
 .partner-img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
 .partner-img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#advantages {
  display: flex;
  position: relative;
  width: 100%;
  height: 800px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-2 {
  display: flex;
  width: 500px;
  position: relative;
}
.card-animation {
  width: 300px;
  position: absolute;
  animation: card-animation 5s;
  -webkit-animation: card-animation 5s;
  animation-iteration-count: infinite;
}
@keyframes card-animation {
  0% {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}
}
.advantages-title {
  font-size: 40px;
  position: absolute;
  top: 0 ; 
  margin: 0;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.adw-blocks {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 110px;
  height: 600px;
  justify-content: space-between;
}
.adw-blocksr {
  right: 110px;
  top: 100px;
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 600px;
  justify-content: space-between;
}
.advantages-text {
  width: 350px;
  font-size: 17px; 
}
.adw-text1, .adw-text4 {
  margin-left: 50px;
}
.adw-text5, .adw-text8 {
  margin-left: -50px;
}
.adw-text2 {

}
.number {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-first {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#partnerPlus {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.news-title, .integrations-title {
  font-size: 40px;
  margin: 0;
}
.partnerPlus-title2 {
  margin: 0 auto 30px;
}
.partnerPlus-title {
  font-size: 40px;
  margin-top: 30px;
}
.partnerPlus-blocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 30px;
}
.partnerPlus-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 20px;
  text-align: center;
}
.partnerPlus-img {
  width: 50px;
}
.partnerPlus-next {
  width: 30px;
  margin-top: 10px;
}
.partnerPlus-description {
  font-size: 17px;
  width: 300px;
}
.integrations {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}
.integration {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.integration-block {
  display: flex;
  width: 45%;
}
.integration-text {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.integration-block-title {
  font-size: 24px;
  margin: 0;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.integration-block-description {
  font-size: 17px;
}
.integration-img {
  width: 70px;
  margin-right: 30px;
}
.franchise-img {
  width: 70px;
  margin: 30px;
}
.franchise {
  margin: 0;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.franchise-description {
  font-size: 17px;
  width: 80%;
  text-align: center;
}
#news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.news-blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.news-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin: 50px 30px;
}
.news-img {
  display: flex;
  width: 500px;
  height: 300px;
  opacity: 0.5;
}
.news-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 600px;
}
.news-text-title {
  display: flex;
  margin: 10px;
  font-size: 17px;
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-text-description {
  display: flex;
  font-size: 17px;
  text-align: center;
}
.date, .ofert {
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download {
  font-size: 17px;
  font-weight: 700;
  color: orange;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.download:hover {
  background-color: orange;
  color: #fff;
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: linear-gradient(to bottom, #151515, #111111, #0c0c0c, #060606, #000000);
  height: 200px;
  margin-top: 50px;
}
.logo-footer {
  height: 50px;
}
.footer-contacts {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  height: 50%;
  border-bottom: 1px solid rgba(255, 166, 0, 0.555);
  font-size: 20px;
  background-color: transparent;
}
.contact-link, .subscribe {
  display: flex;
  align-items: center;
}
.phone {
  width: 30px;
  margin-right: 15px;
}
.footer-link:hover {
  background: linear-gradient(30deg, #fe7f48 0%, #ff9946 25%, #ffb348 50%, #ffcd52 75%, #fde662 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subscribe-footer {
  width: 200px;
  height: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: none;
  font-size: 20px;
  text-align: center;
  outline: none;
  margin-right: 20px;
}
.footer-social {
  display: flex;
  width: 90%;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
.social-links {
  display: flex;
}
.social {
  width: 30px;
  margin: 0 10px;
}
#arrow {
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  display: flex;
  display: none;
  width: 90%;
  height: 60px;
  margin: 30px auto;
  z-index: 999
}
.logo-mob {
  height: 60px;
}
.header-mob {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  height: 55px;
  background-color: transparent;
  position: relative;
  
}
.nav {
  width: 100%;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
}
.nav__item {
  display: block;
  height: 56px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4583d8;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.nav__item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav__item:last-of-type {
  box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.4);
}
.nav__item:hover {
  background-color: #2768c1;
}
.nav__item:active {
  background-color: #2768c1;
  color: #fff;
}
.nav-burger {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: none;
  width: 25px;
  height: 23px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background: url("../img/icon-menu.svg") no-repeat;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
}
.nav-burger__checkbox {
  display: none;
}
.nav-burger__checkbox:checked + .nav-burger {
  background-image: url("../img/icon-cross.svg");
}
.nav-burger__checkbox:checked ~ .nav {
  visibility: visible;
}
.logo-mob {
  display: none;
}

.partner-field, .partner-label {
  display:none;
}