@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,500;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

*, *:before, *:after {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #7A0BDD;
  color: #f5f5f5;
}
*::-moz-selection {
  background: #7A0BDD;
  color: #f5f5f5;
}
*::-webkit-selection{
  background: #7A0BDD;
  color: #f5f5f5;
}
::-webkit-scrollbar{
    width:12px;
    height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #7A0BDD;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #7A0BDD;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #7A0BDD;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f1f1f1;
}
::-webkit-scrollbar-track:hover{
  background-color: #f1f1f1;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f1f1f1;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #fefefe;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  background: #fefefe;
  color: #212121;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 110px;
}
.home #page{
  padding: 0;
}
.error404 #page{
  padding: 0;
}
.open-popup{
  cursor: pointer;
}
.la-anchor{
  position: absolute;
  left: 0;
  top: -40px;
  opacity: 0;
  display: block;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  padding: 25px 0;
}
.wrap-line-mg-top{
  padding: 65px 0 0;
}
.wrap-line-mg-bm{
  padding: 0 0 65px;
}
#service-ks-1.bg-white{
  padding-top: 25px;
}
.wrap-grid{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
#header .wrap-grid{
  max-width: 1600px;
}
.table{
  width: 100%;
  height: 100vh;
  display: table;
  vertical-align: middle;
}
.table-cell{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#colorbox,
#colorbox *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.la-code{
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.form-message{
  display: none;
  font-size: 16px;
  line-height: 1.2;
  color: #f00;
  text-align: center;
  margin: 0 0 15px;
  float: left;
  width: 100%;
}
.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  resize: none;
  padding: 13px 20px;
  width: 100%;
  outline: none;
  color: #212121;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 0;
}
.form-item input,
.form-item select{
  height: 54px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
  z-index: 13;
}
.form-item .label{
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.form-item textarea{
  height: 165px;
  resize: none;
}
.form-item{
  margin: 0 0 20px;
  position: relative;
}
.form-text-info{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
}
.form-item .wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  font-weight: 400;
  padding-left: 0;
}
.form-btns{
  text-align: center;
}
.form-actions{
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
.form-actions .ajax-loader{
  margin: -20px 0 0 -8px !important;
  top: 0;
  left: 50%;
  position: absolute;
}
.form-actions input{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #0c7bc1;
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 220px;
  z-index: 9;
}
.form-actions input:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #0c7bc1;
  color: #ffffff;
  box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.wpcf7-spinner{
  display: none;
}

.la-hide{
  display: none !important;
}

.button{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #7A0BDD;
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 285px;
  z-index: 9;
}
.button:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background: #17FF9A;
  color: #212121;
  box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.form-actions .button{
  padding: 0;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.block__title{
  float: left;
  width: 100%;
  margin: 0 0 45px;
/*  padding-bottom: 35px;*/
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #7A0BDD;
  text-transform: uppercase;
}
/*.block__title:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #323033;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}*/
.block__description{
  float: left;
  width: 100%;
  margin: -25px 0 45px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  padding: 0 10%;
}
.block__content{
  float: left;
  width: 100%;
}
.block__buttons{
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.text-format p {
  margin: 0.65em 0;
}
.text-format ol{
  margin: 0.65em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.65em 0;
  list-style: none;
}
.text-format ol li{
  margin: 0.5em 0;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0 0 0 35px;
  margin: 1em 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 10px;
  height: 10px;
  display: block;
  background: #7A0BDD;
  transform: rotate(45deg);
}
.bg-green .text-format ul li:before{
  background: #eee;
}
.text-format table ul li:before{
  background: #7A0BDD;
}
.text-format b,
.text-format strong{
  font-weight: 700;
}
.text-format p{
  margin: 1em 0;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 700;
  margin: 1em 0 0.4em;
  line-height: 1.2;
}
.text-format h1{
  font-size: 1.6em;
}
.text-format h2{
  font-size: 1.4em;
}
.text-format h3{
  font-size: 1.2em;
}
.text-format h4{
  font-size: 1.1em;
}
.text-format h5{
  font-size: 1em;
}
.text-format h6{
  font-size: 0.9em;
}
.text-format p a{
  text-decoration: underline;
  color: #7A0BDD;
}
.text-format p a:hover{
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 0 auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 0 20px 15px 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 0 0 15px 20px;
}
.text-format a{
  color: #7A0BDD;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
}

.text-format table{
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 0.85em;
  line-height: 1.2;
  border: none;
  border-bottom: 3px solid #e0f1e1;
  text-align: left;
  color: #212121;
}
.text-format table tbody,
.text-format table thead{
    background: none;
    border: none;
    text-align: left;
}
.text-format table td{
    background: none;
    border: none;
    padding: 10px 10px;
    text-align: left;
}
.text-format table tr{
    background: #fff;
    border: none;
    text-align: left;
}
.text-format table tr:nth-child(2n+1){
    background: #e0f1e1;
}
.text-format table th{
    background: none;
    border: none;
    background: #7A0BDD;
    color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}
.text-format table td:nth-child(1),
.text-format table th:nth-child(1){
  padding-left: 20px;
}
.bg-green .text-format table th{
  background: #323033;
}
.text-format table,
.text-format table tr,
.text-format table td,
.text-format table th{
  vertical-align: top;
}
.text-format table ul li:before{
  top: 6px;
}

#menu-triger{
  display: none;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: left;
}
.hamburger,.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#menu-close{
  display: none;
  position: fixed;
  z-index: 331;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#page.open-menu #menu-close{
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 8px
}
.hamburger span:nth-child(4) {
  top: 16px
}
#page.open-menu .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#fade-menu{
  display: none;
  z-index: 991;
  background: rgba(0,0,0,0.6);
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  position: fixed;
}
.open-menu #fade-menu{
  display: block;
}

#header{
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 199;
  background: #fff;
}
.scrolled #header,
.open-menu #header{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.admin-bar #header{
  top: 30px;
}

#logo{
  float: left;
}
#logo a{
  display: block;
  outline: none;
  text-decoration: none;
}
#logo img{
  height: 50px;
  width: auto;
  display: block;
}

#block-menu{
  float: right;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0;
  font-weight: 700;
/*  font-family: 'Montserrat', sans-serif;*/
}
#block-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#block-menu ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#block-menu ul li + li{
  margin-left: 30px;
}
#block-menu ul li a{
  color: #7A0BDD;
  text-decoration: none;
  outline: none;
  display: block;
}
#block-menu ul li a:hover{
  text-decoration: underline;
}

#head-btn{
  float: right;
  padding: 3px 0;
  margin-left: 45px;
}
#head-btn .btn{
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 15px;
  padding-left: 35px;
  background: #7A0BDD;
  color: #fff;
  cursor: pointer;
/*  font-family: 'Montserrat', sans-serif;*/
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  outline: none;
}
#head-btn .btn:hover{
  color: #7A0BDD;
  background: #17FF9A;
}
#head-btn .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  width: 13px;
  height: 20px;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: contain;
}
#head-btn .btn:hover:before {
  background: url(../images/icon-play.png) center no-repeat;
  background-size: contain;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader.active{
  display: block;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -40px;
  z-index: 91;
  padding: 0;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.5);
  }
}


#to-top{
  position: fixed;
  z-index: 91;
  right: 30px;
  bottom: -125px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  color: #7A0BDD;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
#to-top.show{
  bottom: 25px;
}
#to-top:hover{
  background: #7A0BDD;
  color: #fff;
}


#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
   display: none; 
}
#popup-form.send{
  display: flex;
}
#popup-form .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
}
#popup-form .popup-cont-img{
  width: 80px;
  margin: 0 auto 20px;
}
#popup-form .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
#popup-form .popup-close:before,
#popup-form .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  color: #7A0BDD;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#popup-form .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}

#home{
  position: relative;
}
#block-home{
  position: relative;
  z-index: 9;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
}
#block-home .img{
  position: absolute;
  right: 0;
  width: 45%;
  top: 100px;
  bottom: 25px;
}
#block-home .img span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#block-home .bl-wrap{
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 125px 0 45px;
  padding-right: 50%;
}
#block-home .title{
  margin: 0 0 20px;
  position: relative;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#block-home .title b{
  font-size: 45px;
  line-height: 1;
  color: #7A0BDD;
  font-weight: 800;
}
#block-home .title2{
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
/*  font-family: 'Montserrat', sans-serif;*/
  color: #7A0BDD;
  text-transform: uppercase;
}
#block-home .text{
  font-size: 21px;
  line-height: 1.4;
  margin-top: 10px;
}
#block-home .wrap-btns{
  margin: 45px 0 45px;
}
#block-home .button{
  background: #17FF9A;
  color: #7A0BDD;
  padding-left: 60px;
}
#block-home .button:before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 22px;
  width: 30px;
  height: 26px;
  background: url('../images/icon-play.png') center no-repeat;
  background-size: contain;
}
#block-home .button:after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 22px;
  width: 30px;
  height: 26px;
  background: url('../images/icon-play2.png') center no-repeat;
  background-size: contain;
  opacity: 0;
}
#block-home .button:hover{
  background: #7A0BDD;
  color: #fff;
}
#block-home .button:hover:before{
  opacity: 0;
}
#block-home .button:hover:after{
  opacity: 1;
}


#clients{}
#clients .owl-theme .owl-nav{
  display: none;
}
#block-clients .img{}
#block-clients .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-clients .img img.img-mob{
  display: none;
}
.view-clients .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}
.view-clients .item{
  padding: 0 20px;
}


#whom{
  position: relative;
}
#whom .fig1{
  position: absolute;
  left: -60px;
  top: -40px;
  width: 150px;
  height: 150px;
}
#whom .fig1 span{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/fig3.svg') center no-repeat;
  background-size: contain;
}
#block-whom{
  position: relative;
  z-index: 9;
}
#block-whom .img{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#block-whom .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-whom .img img.img-mob{
  display: none;
}


#advantages{
  position: relative;
}
#advantages .fig1{
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 120px;
  height: 120px;
}
#advantages .fig1 span{
  position: absolute;
  display: block;
  left: -65px;
  top: 0;
  width: 260px;
  height: 260px;
  background: url('../images/fig51.svg') center no-repeat;
  background-size: contain;
}
#advantages .fig2{
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
#advantages .fig2 span{
  position: absolute;
  display: block;
  left: 1px;
  bottom: 1px;
  width: 160%;
  height: 160%;
  background: url('../images/fig2.svg') center no-repeat;
  background-size: contain;
}
#block-advantages{
  position: relative;
  z-index: 9;
}
.view-advantages{
  float: left;
  width: 100%;
}
.view-advantages .items{
  margin: 0 -30px;
}
.view-advantages .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-advantages .item{
  width: 50%;
  padding: 0 30px;
}
.view-advantages .item:nth-child(n+3){
  margin-top: 45px;
}
.view-advantages .card{
  position: relative;
  padding-left: 95px;
}
.view-advantages .icon{
  position: absolute;
  left: 0;
  top: 0;
}
.view-advantages .icon span{
  display: block;
  width: 65px;
  height: 65px;
}
.view-advantages .name{
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #7A0BDD;
  text-transform: uppercase;
}
.view-advantages .text{
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
}


#process{
  background: #17FF9A;
}
#block-process{}
.view-process{
  float: left;
  width: 100%;
}
.view-process .items{
  margin: 0 -20px;
}
.view-process .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-process .item{
  width: 25%;
  padding: 0 20px;
}
.view-process .card{
  position: relative;
}
.view-process .icon{
  display: block;
  margin: 0 0 20px;
}
.view-process .icon span{
  display: block;
  width: 120px;
  height: 65px;
}
.view-process .name{
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #7A0BDD;
  text-transform: uppercase;
}
.view-process .name i{
  font-style: normal;
  color: #1b1b1b;
}
.view-process .text{
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.4;
}


#values{
  position: relative;
}
#values .fig1{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  top: 50%;
}
#values .fig1 span{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
  background: url('../images/fig1.jpg') center no-repeat;
  background-size: contain;
}
#values .fig2{
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
#values .fig2 span{
  position: absolute;
  display: block;
  left: 1px;
  bottom: 1px;
  width: 160%;
  height: 160%;
  background: url('../images/fig2.svg') center no-repeat;
  background-size: contain;
}
#block-values{
  position: relative;
  z-index: 9;
}
.view-values{
  float: left;
  width: 100%;
}
.view-values .items{
  margin: 0 -20px;
}
.view-values .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-values .item{
  width: 33.3333%;
  padding: 0 20px;
}
.view-values .item:nth-child(n+4){
  margin-top: 45px;
}
.view-values .card{
  position: relative;
  padding-left: 65px;
}
.view-values .num{
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 85px;
  line-height: 1;
  font-weight: 800;
  color: #7A0BDD;
}
.view-values .name{
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #7A0BDD;
  text-transform: uppercase;
}
.view-values .text{
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}


#numbers{
  background: #17FF9A;
  padding: 40px 0;
}
#block-numbers{}
.view-numbers{
  float: left;
  width: 100%;
}
.view-numbers .items{
  margin: 0 -20px;
}
.view-numbers .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-numbers .item{
  width: 33.3333%;
  padding: 0 20px;
}
.view-numbers .card{
  position: relative;
  padding-left: 90px;
}
.view-numbers .icon{
  position: absolute;
  left: 0;
  top: 0;
}
.view-numbers .icon span{
  display: block;
  width: 65px;
  height: 80px;
}
.view-numbers .name{
  font-size: 65px;
  line-height: 1;
  font-weight: 800;
  color: #7A0BDD;
  text-transform: uppercase;
}
.view-numbers .name i{
  font-style: normal;
  font-size: 22px;
}
.view-numbers .text{
  margin: 7px 0 0;
  font-size: 18px;
  line-height: 1.2;
}


#block-form{
  position: relative;
  display: flex;
  align-items: center;
}
#block-form .la-left{
  width: 50%;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
#block-form .la-right{
  width: 50%;
  padding-left: 40px;
  position: relative;
  z-index: 3;
}
#block-form .title{
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #7A0BDD;
  text-transform: uppercase;
}
#block-form .title i{
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  margin-left: -40px;
  left: 100%;
  width: 12px;
  height: 12px;
  background: #7A0BDD;
  border-radius: 50%;
  display: block;
}
#block-form .title i:after{
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  height: 1;
  border-bottom: 2px dotted #7A0BDD;
  width: 600px;
  margin-top: -1px;
}
#block-form .title i:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 10px solid #17FF9A;
  display: block;
  z-index: 2;
}
#block-form .text{
  font-size: 21px;
  line-height: 1.4;
  margin-top: 25px;
}
#block-form .wrap-buttons{
  margin-top: 25px;
} 
#block-form .form{
  background: #7A0BDD;
  padding: 60px 45px;
  position: relative;
}
#block-form .form:before{
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  margin-left: -2px;
  top: 0;
  bottom: 0;
  width: 600px;
  background: #7A0BDD;;
}
#block-form .form-message{
  text-align: center;
  text-shadow: 0 0 5px #000;
}
#block-form .form .button{
  color: #212121;
  background: #17FF9A;
  width: 100%;
}
#block-form .la-buttons{
  margin-top: 30px;
}

.error404 #page{
  padding-top: 50px;
}

#which{
  background: #17FF9A;
}
#block-which{}
.view-which{
  font-size: 21px;
  line-height: 1.2;
  position: relative;
}
.view-which .items{
  margin: 0 -20px;
}
.view-which .items-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-which .item{
  width: 20%;
  padding: 0 20px;
  text-align: center;
}
.view-which .item .icon{
  margin: 0 0 15px;
}
.view-which .item .icon span{
  display: inline-block;
  width: 80px;
  height: 80px;
}
.view-which .item .text{
  font-weight: 600;
  color: #7A0BDD;
}


#presents{}
#block-presents{}
.view-presents{
  font-size: 22px;
  line-height: 25px;
}
.view-presents .items{
  margin: 0 -30px;
}
.view-presents .items-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-presents .item{
  width: 33.3333%;
  padding: 0 30px;
  margin: 0 0 20px;
}
.view-presents .item .text{
  position: relative;
  padding-left: 35px;
}
.view-presents .item .text:before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 5px solid #7A0BDD;
  border-radius: 50%;
}

#footer-contacts{
  margin-top: 45px;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}
#footer-contacts .item + .item{
  margin-top: 15px;
}
#footer-contacts .item a{
  color: #252525;
  text-decoration: none;
  outline: none;
}
#footer-contacts .item a:hover{
  color: #7A0BDD;
  text-decoration: underline;
}
#footer-contacts .item + .item-socials{
  margin-top: 40px;
}
#footer-contacts .item-socials a:hover,
#footer-contacts .item-socials a{
  text-decoration: none;
  color: #fff;
}
#footer-contacts .item-socials a{
  font-size: 20px;
  line-height: 1;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  background: #212121;
  border-radius: 50%;
  vertical-align: middle;
}
#footer-contacts .item-socials a svg{
  width: 20px;
  height: auto;
  display: block;
  fill: #fff;
  margin: 0 auto;
}
#footer-contacts .item-socials a:hover{
  color: #fff;
  background: #7A0BDD;
}

#footer-bottom{
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 25px 0;
  margin-top: 65px;
}
#footer-bottom .developer{
  margin-top: 3px;
}
#footer-bottom .developer a{
  text-decoration: underline;
  color: #212121;
}
#footer-bottom .developer a:hover{
  color: #7A0BDD;
  text-decoration: none;
}

.section-tasks{
  position: relative;
}
.section-tasks .bg{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #17FF9A;
}
.section-tasks:nth-child(2n) .bg{
  left: auto;
  right: 0;
}
.block-tasks{
  position: relative;
  z-index: 9;
}
#block-tasks-content .block-tasks-la-desk{
  display: block;
}
#block-tasks-content .block-tasks-la-desk{
  display: none;
}
#block-tasks-content .owl-theme .owl-nav{
  display: none;
}
#block-tasks-content .owl-theme .owl-dots{
  margin-top: 20px;
}
#block-tasks-content .owl-theme .owl-dots .owl-dot{

}
#block-tasks-content .owl-theme .owl-dots .owl-dot span{
  width: 40px;
  height: 4px;
  border-radius: 2px;
}
#block-tasks-content .owl-theme .owl-dots .owl-dot.active span,
#block-tasks-content .owl-theme .owl-dots .owl-dot:hover span{
  background: #7A0BDD;
}

.view-clients .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
}
.view-clients .owl-theme .owl-dots .owl-dot.active span,
.view-clients .owl-theme .owl-dots .owl-dot:hover span{
  background: #7A0BDD;
}

.view-tasks{
  display: block;
  width: 100%;
  float: left;
}


#page-footer{
  position: relative;
}
#footer-contacts,
#footer-bottom{
  position: relative;
  z-index: 9;
}
#page-footer .fig1{
  position: absolute;
  left: -140px;
  top: -70px;
  width: 450px;
  height: 450px;
}
#page-footer .fig1 span{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/fig6.jpg') center no-repeat;
  background-size: contain;
}


#popup-cookies{
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
}
#popup-cookies .block{
  color: #212121;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background: #f5f5f5;
  padding: 12px 15px;
  width: 340px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
#popup-cookies .text{
  padding-right: 65px;
}
#popup-cookies .btn{
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  color: #fff;
  background: #7a0bdd;
  display: block;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}
#popup-cookies .btn:hover{
  color: #7a0bdd;
  background: #17FF9A;
}

#cases{
}
.view-cases{
  float: left;
  width: 100%;
}
.view-cases .items{
  margin: 0 -15px;
}
.view-cases .item{
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.view-cases .item:nth-child(3n+1){
  clear: both;
}
.view-cases .item:nth-child(n+4){
  margin-top: 65px;
}
.view-cases .item .img{
  margin: 0 0 20px;
}
.view-cases .item .img a{
  display: block;
  outline: none;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.view-cases .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-cases .item .name{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.view-cases .item .name a{
  color: #212121;
  text-decoration: none;
  outline: none;
}
.view-cases .item .name a:hover{
  color: #7A0BDD;
}
.view-cases .item .text{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

#blog{
}
.view-blog{
  float: left;
  width: 100%;
}
.view-blog .items{
  margin: 0 -15px;
}
.view-blog .item{
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.view-blog .item:nth-child(3n+1){
  clear: both;
}
.view-blog .item:nth-child(n+4){
  margin-top: 65px;
}
.view-blog .item .img{
  margin: 0 0 20px;
  background: #313131;
}
.view-blog .item .img a{
  display: block;
  outline: none;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.view-blog .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-blog .item .img a:hover img{
  opacity: 0.65;
}
.view-blog .item .name{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.view-blog .item .name a{
  color: #212121;
  text-decoration: none;
  outline: none;
}
.view-blog .item .name a:hover{
  color: #7A0BDD;
}
.view-blog .item .text{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

.view-price{
  margin: 0 -10px;
}
.view-price .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-price .item{
  width: 25%;
  display: flex;
  padding: 0 10px;
}
.view-price .card{
  width: 100%;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 25px 15px;
  padding-bottom: 100px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.view-price .card .wrap-btns{
    width: 100%;
    left: 0;
    bottom: 30px;
    position: absolute;
  }
.view-price .card .name{
  color: #7A0BDD;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.view-price .card .desc{
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  color: #616161;
}
.view-price .card .text{
  font-size: 16px;
  line-height: 1.2;
  margin-top: 15px;
  text-align: left;
  padding: 0 10px;
}
.view-price .card .text ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.view-price .card .text ul li{
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  display: block;
  position: relative;
}
.view-price .card .text ul li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #7a0bdd;
  margin-right: 5px;
  font-size: 11px;
  line-height: 18px;
  width: 18px;
  background: #17FF9A;
  vertical-align: middle;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.view-price .card .text ul li + li{
  margin-top: 10px;
}
.view-price .card .btn{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #7A0BDD;
  padding: 12px 15px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index: 9;
}
.view-price .card .wrap-btns{
  margin-top: 25px;
  padding: 0 10%;
}
.view-price .card .btn:hover{
  color: #7A0BDD;
  background: #17FF9A;
}

#other-post{
  background: #f5f5f5;
  margin-top: 85px;
}

.pagination{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  line-height: 1;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.pagination ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li{
  display: inline-block;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}
.pagination ul li a{
  color: #000;
  text-decoration: none;
  outline: none;
  padding: 0 5px;
}
.pagination ul li a:hover{
  text-decoration: underline;
}
.pagination ul li a.active{
  color: #7A0BDD;
  font-weight: 700;
}

#block-post .block__title{
  font-size: 36px;
  text-transform: none;
  margin: 0 0 15px;
  text-align: left;
}
#block-post .post-date{
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.2;
  opacity: 0.6;
  font-weight: 500;
}
#block-post .post-date .fa{
  position: relative;
  top: -1px;
  margin-right: 3px;
}
#block-post .post-img{
  margin: 0 0 25px;
}
#block-post .post-img img{
  display: inline-block;
  width: 100%;
  max-width: 800px;
  height: auto;
}

#block-case{}
#block-case .bl-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#block-case .bl-left{
  width: 50%;
  padding-right: 25px;
}
#block-case .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-case .bl-right{
  width: 50%;
  padding-left: 25px;
}
#block-case .item{

}
#block-case .item + .item{
  margin: 40px 0 0;
}
#block-case .item-label{
  margin: 0 0 10px;
  position: relative;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
#block-case .item-text{

}




.view-blog .item .btn{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #7A0BDD;
  padding: 12px 15px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index: 9;
}
.view-blog .item .wrap-btns{
  margin-top: 25px;
  padding: 0 10%;
}
.view-blog .item .btn:hover{
  color: #7A0BDD;
  background: #17FF9A;
}

.view-cases .item .btn{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #7A0BDD;
  padding: 12px 15px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index: 9;
}
.view-cases .item .wrap-btns{
  margin-top: 25px;
  padding: 0 10%;
}
.view-cases .item .btn:hover{
  color: #7A0BDD;
  background: #17FF9A;
}