@import url(reset.css);
@import url(fonts.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(slick-theme.css);
@import url(slick.css);

body {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400
}

.wpcf7-response-output{
  display: none!important;
}

.cf7sg-response-output {
    display: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700
}

img,
svg,
embed,
object,
video {
  max-width: 100%;
  max-height: 100%
}

.wpcf7-not-valid-tip{
  text-align:center;
}

sup, sub{
    font-size: 60%;
}
sup{
    vertical-align: text-top;
}
a {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.slick-slider .draggable,
.slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-slider .img_wrap img {
  min-width: auto
}

@-webkit-keyframes right {
  0% {
    background-size: 0 100%
  }

  to {
    background-size: 100% 100%
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes simplePulse {

  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25%,
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes simplePulse {

  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25%,
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@-webkit-keyframes progressBarMove {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 20px 20px
  }
}

@keyframes progressBarMove {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 20px 20px
  }
}

@keyframes right {
  0% {
    background-size: 0 100%
  }

  to {
    background-size: 100% 100%
  }
}

@-webkit-keyframes rightBlue {
  0% {
    background-size: 0 100%;
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }

  to {
    background-size: 100% 100%;
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }
}

@keyframes rightBlue {
  0% {
    background-size: 0 100%;
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }

  to {
    background-size: 100% 100%;
    background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
    background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
  }
}

@-webkit-keyframes movingShadow {

  0%,
  to {
    -webkit-box-shadow: 0 20px 30px 0 #2b28ff;
    box-shadow: 0 20px 30px 0 #2b28ff
  }

  25% {
    -webkit-box-shadow: -20px 0 30px 0 #2b28ff;
    box-shadow: -20px 0 30px 0 #2b28ff
  }

  50% {
    -webkit-box-shadow: 0 -20px 30px 0 #2b28ff;
    box-shadow: 0 -20px 30px 0 #2b28ff
  }

  75% {
    -webkit-box-shadow: 20px 0 30px 0 #2b28ff;
    box-shadow: 20px 0 30px 0 #2b28ff
  }
}

@keyframes movingShadow {

  0%,
  to {
    -webkit-box-shadow: 0 20px 30px 0 #2b28ff;
    box-shadow: 0 20px 30px 0 #2b28ff
  }

  25% {
    -webkit-box-shadow: -20px 0 30px 0 #2b28ff;
    box-shadow: -20px 0 30px 0 #2b28ff
  }

  50% {
    -webkit-box-shadow: 0 -20px 30px 0 #2b28ff;
    box-shadow: 0 -20px 30px 0 #2b28ff
  }

  75% {
    -webkit-box-shadow: 20px 0 30px 0 #2b28ff;
    box-shadow: 20px 0 30px 0 #2b28ff
  }
}

@-webkit-keyframes arrowDown {

  0%,
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}

@keyframes arrowDown {

  0%,
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}


@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes upAndDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  33% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  66% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes upAndDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  33% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  66% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes rightRed {
  0% {
    background-size: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e36d2c), to(transparent));
    background-image: linear-gradient(to right, #e36d2c 100%, transparent 100%)
  }

  to {
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e36d2c), to(transparent));
    background-image: linear-gradient(to right, #e36d2c 100%, transparent 100%)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.hidden {
  opacity: 0
}

.visible {
  opacity: 1
}



br.later {
  display: none
}

br.later2 {
  display: none
}

br.tabO {
  display: none
}

@media(min-width:576px){
    br.s{
        display: none;
    }
}

@media (min-width:765px) {
  br.tab {
    display: none
  }

  br.later {
    display: inline
  }

  br.tabO {
    display: inline
  }
}

@media (min-width:991px) {
  br.desk {
    display: none
  }

  br.later2 {
    display: inline
  }

  br.tabO {
    display: none
  }
}

.siteWidth {
  max-width: 380px;
  margin: 0 auto
}

@media (min-width:576px) {
  .siteWidth {
    max-width: 570px
  }
}

@media (min-width:765px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width:991px) {
  .siteWidth {
    max-width: 970px
  }
}

@media (min-width:1140px) {
  .siteWidth {
    max-width: 1190px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 10
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.img_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.img_wrap .el img,
.img_wrap .el iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

h1.title,
h2.title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase
}

.section1 .topSide h1.title {
  font-size: 18px;
  line-height: 26px;
}

h1.title span,
h2.title span {
  color: #f16522
}

@media (min-width:576px) {

  .section1 .topSide h1.title {
    font-size: 42px;
    line-height: 55px;
  }

  h1.title,
  h2.title {
    font-size: 48px;
    line-height: 55px
  }
}

h3.title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center
}

@media (min-width:576px) {
  h3.title {
    font-size: 28px;
    line-height: 32px
  }
}

.description {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff
}

.description_small{
    font-family: 'TT Commons', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}


@media (min-width:576px) {
  .description {
    font-size: 22px;
    line-height: 25px
  }
    .description_small{
        font-size: 18px;
        line-height:22px;
    }
}

@media (min-width:991px) {
  .description {
    font-size: 28px;
    line-height: 32px
  }
   .description_small{
        font-size: 20px;
        line-height: 25px;
    }
}

.content_text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 21px
}

@media (min-width:576px) {
  .content_text {
    font-size: 20px;
    line-height: 25px
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  height: 50px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  border: 0;
  border-radius: 200px;
  width: 100%;
  min-width: 230px;
  background-color: #f16522;
  position: relative;
  z-index: 10
}

.btn span {
  font-size: 17px;
  line-height: 20px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  margin-right: 15px;
  color: #fff !important;
}

.btn .icon {
  width: 15px;
  height: 8px;
  fill: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn:hover {
  background-color: #ff5300
}

.btn:hover .icon {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.btn:disabled span {
  color: #ddd
}

.btn:disabled .icon {
  fill: #ddd
}

@media (min-width:576px) {
  .btn {
    height: 60px;
    max-width: 260px
  }
}

main {
  overflow: hidden
}

section {
  position: relative;
  background-color:#15171c;
}

#mainSprite {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden
}

header {
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 27px;
}

header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper .stickyElementWrapper {
  display: none;
  position: absolute;
  top: 265px;
  left: -200px;
  transform: rotate(270deg);
  width: 500px;
  height: 100px;
}

header .innerWrapper .stickyElementWrapper .stickyEl{
  background-color: #15171c;
  width: auto;
  height: 100px;
  padding: 0 40px;
  border: 1px solid #3d3f49;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .innerWrapper .stickyElementWrapper .stickyEl .title{
  font-size: 16px;
  color: #505561;
  margin-right: 15px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

header .innerWrapper .stickyElementWrapper .stickyEl .int{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #3b3f49;
  color: #505561;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width:1140px) {

  header .innerWrapper .stickyElementWrapper .stickyEl{
    opacity: 0
  }

  header .innerWrapper .stickyElementWrapper .stickyEl.active{
    opacity: 1
  }
}

@media (min-width:1140px) {
  header .innerWrapper .stickyElementWrapper {
    display: block
  }
}

header .innerWrapper .logo {
  position: relative;
  z-index: 200;
  width: 82px;
  height: 45px;
  fill: #fff;
  transition: all .4s ease;
}
.opened-mobile-menu header .innerWrapper .logo{
  margin-left: 25px;
}

header .innerWrapper .langBlock{
  display: none;
  justify-content: space-between;
  align-items: center;
  max-width: 130px;
  width: 100%;
}

@media(min-width:576px){
  header .innerWrapper .langBlock{
    display: flex;
    flex: 0 0 100%;
  }
}

@media(min-width:1140px){
  header .innerWrapper .langBlock{
    margin-left:auto;
    margin-right: auto;
  }
}

header .innerWrapper .langBlock a{
  font-size: 17px;
  font-family: 'TT Commons', sans-serif;
  color:#505561;
}
header .innerWrapper .langBlock a.active,
header .innerWrapper .langBlock a:hover{
  color:#ffffff;
}

header .innerWrapper .callBackBtn{
  cursor: pointer;
  display: block;
  height: 40px;
  background-color: transparent;
  border: 1px solid #F16522;
  color:#ffffff;
  padding: 0 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  font-size: 14px;
  line-height:40px;
  font-family: 'TT Commons', sans-serif;
}

header .innerWrapper .callBackBtn:hover{
  background-color:#F16522;
}




header .innerWrapper .navigation {
  background-color: #15171c;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 125px 40px;
}

header .innerWrapper .navigation > ul {
  width: 100%;
  overflow: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #3b3f49;
}
.mobile-header-element{
  border-top: 1px solid #3b3f49;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.mobile-header-element .phoneLink{

}
.langBlockDropdown-wrap{
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 34px 40px;
}
.phoneLink-wrap{
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}
.langBlockDropdown {
  position: relative;
}

@media(min-width:991px){
  header .innerWrapper .navigation ul li.mobileElement {
    display: none;
  }
}
.sub-menu{
  display: none;
  background: #20232C;
  border-radius: 0px 0px 4px 4px;
  padding: 20px;
}
.sub-menu .sub-menu{
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .innerWrapper .navigation .menu .sub-menu li a{
  border:none;
  padding-top: 3px;
  padding-bottom: 3px;
}

header .innerWrapper .navigation ul li.mobileElement .langBlock{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
header .innerWrapper .navigation ul li.mobileElement .langBlock a{
  color:#505561;
}
header .innerWrapper .navigation ul li.mobileElement .langBlock a.active,
header .innerWrapper .navigation ul li.mobileElement .langBlock a:hover{
  color:#ffffff;
}
header .innerWrapper .navigation ul li.mobileElement:before{
  display: none;

}
header .innerWrapper .navigation ul li.mobileElement .callBackBtn{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
header .innerWrapper .navigation ul li {
  text-align: left;
  position: relative;
}

header .innerWrapper .navigation .menu li a {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 19px;
  display: block;
  border-bottom: 1px solid #3b3f49;
  position: relative
}
.menu-item-has-children > a:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  opacity:0.1;
  margin-left: 7px;
}
header .innerWrapper .navigation ul li.active > a,
header .innerWrapper .navigation ul li.current-menu-item > a,
header .innerWrapper .navigation ul li a:hover {
  color: #F16522;
  border-color:currentColor;
}
.sub-menu .slick-arrow svg{
  display: none;
}
@media (min-width:991px) {
  header .innerWrapper .navigation ul li.active > a{
    color: #fff;
  }
  header .innerWrapper .navigation ul li.current-menu-item > a{
    color: #F16522;
  }
  header .innerWrapper .navigation .menu li a {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
  }
  header .innerWrapper .navigation > ul {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: unset;
    overflow: visible;
    border: none;
    justify-content: center;
	white-space: nowrap;
  }
  .sub-menu {
    position: absolute;
    left: 10px;
    top: 100%;
    border-top: 1px solid #F16522;
    min-width: 120px;
    display: flex !important;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
    opacity:0;
  }
  .sub-menu.slick-initialized {
    width: 500px;
    padding-bottom: 45px;
  }
  /*.menu > li > .sub-menu:has(.menu-item-has-children)[style*="display: block"]{*/
  /*  display:none!important;*/
  /*}*/
  .sub-menu .slick-track
  {
    display: flex !important;
  }

  .sub-menu  .slick-slide
  {
    height: inherit !important;
  }
  .menu > li > .sub-menu:has(.menu-item-has-children){
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: row;
  }
  .menu > li > .sub-menu:has(.menu-item-has-children) > li + li{
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 30px;
    min-width: 193px;
  }
  /*.menu > li > .sub-menu.slick-slider .slick-track > li:first-child{*/
  /*  padding-left: 0;*/
  /*}*/
  .menu > li > .sub-menu.slick-slider .slick-track > li{
    padding-left: 30px;
    padding-right: 30px;
    transition: .4s ease all;
  }
  .menu > li > .sub-menu.slick-slider .slick-track > li + li{
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  }
  .menu > li > .sub-menu.slick-slider .slick-track > li + li.slick-current{
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
  }
  header .innerWrapper .navigation .menu > li > .sub-menu:has(.menu-item-has-children) > li > a,
  header .innerWrapper .navigation .menu > li > .sub-menu.slick-slider .slick-track > li > a{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    border: 1px solid #F16522;
    border-radius: 51px;
    color: #F16522;
    padding: 5px 10px 2px;
    display: inline-block;
  }
  header .innerWrapper .navigation .menu > li > .sub-menu:has(.menu-item-has-children) .menu-item-has-children > a:after{
    display: none;
  }
  header .innerWrapper .navigation .menu > li > .sub-menu .sub-menu a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
  }
   .menu > li:hover > .sub-menu .sub-menu {
    display: block !important;
    border: none;
    padding: 0;
    position: static;
    margin-top: 15px;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
    opacity:1;
  }


  .sub-menu .slick-arrow{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto;
    transform: none;
    border: 1px solid #F16522;
    background-color: transparent;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    z-index: 3;
  }
  .sub-menu .slick-arrow:after{
    content: '';
    width: 8px;
    height: 8px;
    border-left: 2px solid #F16522;
    border-top: 2px solid #F16522;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
  }
  .sub-menu.slick-arrow:hover{
    background-color:#F16522;
  }
  .sub-menu .slick-arrow:hover:after{
    border-left-color:#ffffff;
    border-top-color:#ffffff;
  }

  .sub-menu .slick-arrow:before{
    display: none;
  }
  .sub-menu .slick-arrow.arrow__prev{
    right: 55px;
  }

  .sub-menu .slick-arrow.arrow__prev:after{
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-right: -1px;
  }
  .sub-menu .slick-arrow.arrow__next {
    right: 10px;
  }
  .sub-menu .slick-arrow.arrow__next:after{
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -1px;
  }
  .sub-menu .slick-arrow.slick-disabled{
    opacity: .6;
  }
}

header .innerWrapper .navigation .closeMenu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 53px;
  height: 53px;
  line-height: 1;
  border-radius: 50%;
  fill: #fff;
  border: 0;
  opacity: .1;
}

header .innerWrapper .navigation .closeMenu .icon {
  width: 13px;
  height: 13px
}

@media (min-width:576px) {
  header .innerWrapper .navigation .closeMenu {
    right: unset;
    left: calc(50% + 230px)
  }
}

@media (min-width:765px) {
  header .innerWrapper .navigation .closeMenu {
    right: unset;
    left: calc(50% + 320px)
  }
}

@media (min-width:991px) {
  header .innerWrapper .navigation .closeMenu {
    display: none
  }
}

@media (min-width:991px) {
  header .innerWrapper .navigation {
    position: static;
    padding: 0 20px;
    height: auto;
    min-height: unset;
    background-color: transparent;
    flex: 1;
  }
  .mobile-header-element{
    display: none;
  }
}

@media (min-width:1140px) {
  header .innerWrapper .navigation {
    margin-left: auto;
    margin-right:auto;
  }
}
header .innerWrapper .desktopBtn {
  display: none;
}

header .innerWrapper .phoneLink {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #F16522;
}

header .innerWrapper .phoneLink:hover {
  color: #fff
}
header .innerWrapper .openMenu {
  background-color: #f16522;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  fill: #fff;
  border: 0
}

header .innerWrapper .openMenu .icon {
  width: 16px;
  height: 12px
}
@media (min-width:991px) {
  header .innerWrapper .openMenu {
    display: none
  }
}

header.fixed {
  position: fixed;
  background-color: #15171c;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  padding-top: 15px;
  padding-bottom: 15px;
}

header.partners{}
header.partners .additionalLink{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #F16522;
    border-radius: 200px;
    background-color:transparent;
    transition: all .5s ease-in-out;
}
header.partners .additionalLink:hover{
    background-color:#F16522
}
header.partners .additionalLink span{
    font-size: 15px;
    line-height: 20px;
    font-family: 'TT Commons', sans-serif;
    font-weight: 400;
    margin-right: 15px;
    color: #fff;
    transform: translateY(2px);
}
@media(min-width:576px){
    header.partners .additionalLink{
        padding: 0 20px;
    }
    header.partners .additionalLink span{
        font-size: 17px;
    }
}
header.partners .additionalLink .icon{
    width: 15px;
    height: 8px;
    fill: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header.partners .additionalLink:hover .icon{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

footer .footerTop{
  background-color:#15171C;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #3b3f49;
  border-bottom: 1px solid #3b3f49;
}

@media(min-width: 991px){
  footer .footerTop{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}



footer .footerTop .innerWrapper {

}
@media(min-width: 765px){
  footer .footerTop .innerWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
      align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}


footer .footerTop .innerWrapper .column {
  text-align:center;
  margin-bottom: 40px;
}
@media(min-width:765px){
  footer .footerTop .innerWrapper .column {
    padding-left: 15px;
    padding-right: 15px;
    text-align:left;
    display: flex;
    flex-direction: column;
  }
  footer .footerTop .innerWrapper .column:nth-child(1) {
    flex: 0 0 33%;
  }
  footer .footerTop .innerWrapper .column:nth-child(2) {
    flex: 0 0 33%;
  }
  footer .footerTop .innerWrapper .column:nth-child(3) {
    flex: 0 0 33%;
  }
  footer .footerTop .innerWrapper .column:nth-child(4) {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  footer .footerTop .innerWrapper .column:nth-child(5) {
    flex: 0 0 50%;
  }
    footer.partners .footerTop .innerWrapper .column{
        flex: 0 0 auto!important;
        margin-bottom: 0;
    }


}

@media(min-width: 991px){
  footer .footerTop .innerWrapper .column {
    flex: 0 0 auto!important;
    margin-bottom: 0;
  }
}




footer .footerTop .innerWrapper .column:last-child {
  margin-bottom: 0;
}
footer .footerTop .innerWrapper .column .menuTitle {
  font-size: 18px;
  color:#F16522;
  margin-bottom: 10px;
  text-align:center;
}

@media(min-width:765px){
  footer .footerTop .innerWrapper .column .menuTitle {
    text-align:left;
    margin-bottom: 20px;
  }
}


footer .footerTop .innerWrapper .column ul {
  text-align:center;
}

@media(min-width:765px){
  footer .footerTop .innerWrapper .column ul {
    text-align:left;
      margin-top: -5px;
  }
}


footer .footerTop .innerWrapper .column ul li {
  margin-bottom: 15px;
}
footer .footerTop .innerWrapper .column ul li:last-child {
  margin-bottom: 0;
}
footer .footerTop .innerWrapper .column ul li a {
  font-size: 16px;
  color:#ffffff;
}
footer .footerTop .innerWrapper .column ul li a:hover {
  color:#f16522;
}
@media(min-width: 1140px){
    footer.partners .footerTop .innerWrapper .column .socials{
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer.partners .footerTop .innerWrapper .column .socialLink{
        flex: 0 0 47%;
    }
}
footer .footerTop .innerWrapper .column .socialLink {
  display: flex;
  justify-content: center;
  align-items: center;
  fill:#505561;
  color:#505561;
}

footer .footerTop .innerWrapper .column .socialLink:hover {
  color:#f16522;
  fill:#f16522;
}


@media(min-width:765px){
  footer .footerTop .innerWrapper .column .socialLink {
    justify-content: flex-start;
  }
}
footer .footerTop .innerWrapper .column .socialLink svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
footer .footerTop .innerWrapper .column .socialLink span {
  padding-top: 6px;
  font-size: 17px;
  line-height: normal;
}

footer .footerTop .innerWrapper .column .logoLink {
  display: inline-block;
  width: 72px;
  height: 32px;
  margin-bottom: 20px;
}

@media(min-width: 991px) {
  footer .footerTop .innerWrapper .column .logoLink {
    width: 90px;
    height: 39px;
  }
}
@media(min-width: 1140px) {
  footer .footerTop .innerWrapper .column .logoLink {
    width: 95px;
    height: 43px;
  }
    footer.partners .footerTop .innerWrapper .column .logoLink{
        width: 110px;
        height: 50px;
    }
}

footer .footerTop .innerWrapper .column .clutchBlockFooter {
  width: 195px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width: 765px){
  footer .footerTop .innerWrapper .column .clutchBlockFooter {
    margin-left: unset;
    margin-right: unset;
    margin-top: auto;
  }
}



footer .footerTop .innerWrapper .column .phoneLink,
footer.partners .footerTop .innerWrapper .column .mailLink {
  display: block;
  font-size: 17px;
    font-weight: 400;
  color:#f16522;
  margin-bottom: 20px;
}

@media(min-width: 765px){
  footer .footerTop .innerWrapper .column .phoneLink {
    width: fit-content;
  }
}

footer .footerTop .innerWrapper .column .phoneLink:hover,
footer.partners .footerTop .innerWrapper .column .mailLink:hover {
  color:#ffffff;
}


footer .footerTop .innerWrapper .column .mailLink,
footer.partners .footerTop .innerWrapper .column .phoneLink {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color:#ffffff;
  margin-bottom: 20px;
}
@media(min-width: 765px){
  footer .footerTop .innerWrapper .column .mailLink {
    width: fit-content;
  }
}




footer .footerTop .innerWrapper .column .mailLink:hover,
footer.partners .footerTop .innerWrapper .column .phoneLink:hover {
  color:#f16522;
}

footer .footerTop .innerWrapper .column .copyright {
  font-size: 14px;
  line-height: 16px;
  color: #a9a9a9;
}

@media(min-width: 991px){
  footer .footerTop .innerWrapper .column .copyright {
    margin-top: auto;
  }
}







footer .footerBottom{
  background-color:#15171C;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:765px){
  footer .footerBottom{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer.partners .footerBottom .copyright{
    font-family: 'TT Commons';
    font-weight: 400;
    color:#505561;
    font-size: 14px;
    text-align:center;
    margin-bottom: 20px;
}
@media(min-width:765px){
    footer.partners .footerBottom .copyright{
        margin-bottom: 0;
    }
}

footer .footerBottom .innerWrapper {}
@media(min-width: 765px){
  footer .footerBottom .innerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .footerBottom .innerWrapper .politicsBlock {
  margin-bottom: 30px;
}

@media(min-width:765px){
  footer .footerBottom .innerWrapper .politicsBlock {
    /*flex: 0 0 550px;*/
    margin-bottom: 0;
  }
}


footer .footerBottom .innerWrapper .politicsBlock ul {
  text-align: center;
}

@media(min-width:765px){
  footer .footerBottom .innerWrapper .politicsBlock ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align:left;
  }
}


footer .footerBottom .innerWrapper .politicsBlock ul li {
  margin-bottom: 20px;
}
@media(min-width: 765px){
  footer .footerBottom .innerWrapper .politicsBlock ul li {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
footer .footerBottom .innerWrapper .politicsBlock ul li:last-child {
  margin-bottom: 0;
}
footer .footerBottom .innerWrapper .politicsBlock ul li a {
  color:#898989;
  font-size: 16px;
}
footer .footerBottom .innerWrapper .politicsBlock ul li a:hover {
  color:#F16522;
}
footer .footerBottom .innerWrapper .rezartLogoBlock {
  text-align:center;
}
footer .footerBottom .innerWrapper .rezartLogoBlock a {
  display: inline-block;
  width: 33px;
  height: 19px;
  fill: #76777B
}

footer .footerBottom .innerWrapper .rezartLogoBlock a:hover {
  fill:#F16522
}



.section1 {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section1 .topSide {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.section1 .topSide h1.title {
  padding-right: 100px;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section1 .topSide h1.title {
    padding-right: 0;
    max-width: 500px
  }
}

@media (min-width:991px) {
  .section1 .topSide h1.title {
    margin-bottom: 0;
    max-width: 630px
  }
}


.section1 .topSide .absoluteElement {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 5px;
  left: calc(50% + 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section1 .topSide .absoluteElement .circleText {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute
}

@media (min-width:765px) {
  .section1 .topSide .absoluteElement .circleText {
    width: 114px;
    height: 114px
  }
}

@media (min-width:991px) {
  .section1 .topSide .absoluteElement .circleText {
    width: 126px;
    height: 126px
  }
}

.section1 .topSide .absoluteElement img {
  width: 80px
}

@media (min-width:576px) {
  .section1 .topSide .absoluteElement img {
    width: 83px
  }
}

.section1 .topSide .absoluteElement .icon-ellipseSmall {
  display: none
}

@media (min-width:765px) {
  .section1 .topSide .absoluteElement .icon-ellipseSmall {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute
  }
}

@media (min-width:991px) {
  .section1 .topSide .absoluteElement .icon-ellipseSmall {
    width: 174px;
    height: 174px
  }
}

.section1 .topSide .absoluteElement .icon-ellipseBig {
  display: none
}

@media (min-width:765px) {
  .section1 .topSide .absoluteElement .icon-ellipseBig {
    display: block;
    width: 220px;
    height: 220px;
    position: absolute
  }
}

@media (min-width:991px) {
  .section1 .topSide .absoluteElement .icon-ellipseBig {
    width: 230px;
    height: 230px
  }
}

@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  .section1 .topSide .absoluteElement .icon-ellipseBig {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg)
  }
}

.section1 .topSide .absoluteElement--pl img,
.section1 .topSide .absoluteElement--en img {
  display: none
}

@media (min-width:765px) {
  .section1 .topSide .absoluteElement--pl img,
  .section1 .topSide .absoluteElement--en img {
    display: block;
    width: 220px;
    height: 220px;
    position: absolute
  }
}

@media (min-width:991px) {
  .section1 .topSide .absoluteElement--pl img,
  .section1 .topSide .absoluteElement--en img {
    width: 230px;
    height: 230px
  }
}

@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  .section1 .topSide .absoluteElement--pl img,
  .section1 .topSide .absoluteElement--en img {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg)
  }
}

@media (min-width:350px) {
  .section1 .topSide .absoluteElement {
    left: calc(50% + 70px)
  }
}

@media (min-width:576px) {
  .section1 .topSide .absoluteElement {
    width: 118px;
    height: 118px;
    left: calc(50% + 170px);
    top: 35px
  }
}

@media (min-width:765px) {
  .section1 .topSide .absoluteElement {
    width: 220px;
    height: 220px;
    top: 5px
  }
}

@media (min-width:991px) {
  .section1 .topSide .absoluteElement {
    width: 230px;
    height: 230px;
    left: calc(50% + 250px)
  }
}

@media (min-width:1140px) {
  .section1 .topSide .absoluteElement {
    top: -40px;
    left: calc(50% + 345px)
  }
}

@media (min-width:991px) {
  .section1 .topSide {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-bottom: 75px
  }
}

@media (min-width:1140px) {
  .section1 .topSide {
    margin-bottom: 35px
  }
}

.section1 .middleText {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative
}

.section1 .middleText .empty path {
  -webkit-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out
}

.section1 .middleText .empty.run path {
  stroke-dasharray: 1400 6731
}

@media (min-width:991px) {
  .section1 .middleText .empty {
    width: 500px
  }
}

@media (min-width:1140px) {
  .section1 .middleText .empty {
    width: 633px;
    margin-right: 15px
  }
}

.section1 .middleText .gradient {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 170px;
  line-height: 120px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#21242d), color-stop(50%, #181b21), to(#15171c));
  background: -o-linear-gradient(top, #21242d 0, #181b21 50%, #15171c 100%);
  background: linear-gradient(to bottom, #21242d 0, #181b21 50%, #15171c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349
}

@media (min-width:576px) {
  .section1 .middleText .gradient {
    font-size: 250px;
    line-height: 250px
  }
}

@media (min-width:765px) {
  .section1 .middleText .gradient {
    font-size: 350px;
    line-height: 350px
  }
}

@media (min-width:991px) {
  .section1 .middleText .gradient {
    font-size: 250px;
    line-height: 215px
  }
}

@media (min-width:1140px) {
  .section1 .middleText .gradient {
    font-size: 325px;
    line-height: 285px
  }
}

.section1 .middleText .playBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  top: 100px;
  left: calc(50% - 145px);
  background-color: #f16522;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%
}

.section1 .middleText .playBtn .icon {
  width: 16px;
  height: 16px
}

.section1 .middleText .playBtn:before {
  content: '';
  width: 60px;
  height: 60px;
  background: rgba(241, 101, 34, .2);
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 50%;
  -webkit-animation: simplePulse 4s linear infinite;
  animation: simplePulse 4s linear infinite
}

@media (min-width:765px) {
  .section1 .middleText .playBtn:before {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px)
  }
}

.section1 .middleText .playBtn:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

@media (min-width:576px) {
  .section1 .middleText .playBtn {
    top: 170px;
    left: calc(50% - 202px)
  }
}

@media (min-width:765px) {
  .section1 .middleText .playBtn {
    top: 240px;
    left: calc(50% - 272px)
  }
}

@media (min-width:991px) {
  .section1 .middleText .playBtn {
    top: -25px;
    left: calc(50% + 40px)
  }
}

@media (min-width:1140px) {
  .section1 .middleText .playBtn {
    top: -10px;
    left: calc(50% + 69px)
  }
}

@media (min-width:991px) {
  .section1 .middleText {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-bottom: 45px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width:1140px) {
  .section1 .middleText {
    margin-bottom: 5px
  }
}

@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  .section1 .middleText {
    margin-bottom: -35px
  }
}

.section1 .bottomSide {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 55px
}

.section1 .bottomSide .text {
  margin-bottom: 35px
}

@media (min-width:765px) {
  .section1 .bottomSide .text {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px
  }
}

@media (min-width:576px) {
  .section1 .bottomSide .btnWrap .btn {
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:765px) {
  .section1 .bottomSide .btnWrap .btn {
    margin-left: unset;
    margin-right: unset
  }
}

@media (min-width:765px) {
  .section1 .bottomSide .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
  }
}

@media (min-width:1140px) {
  .section1 .bottomSide .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px
  }
}

@media (min-width:765px) {
  .section1 .bottomSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px
  }
}

@media (min-width:991px) {
  .section1 .bottomSide {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: unset
  }
}

.section1 .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:576px) {
  .section1 {
    padding-top: 90px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section1 {
    padding-top: 100px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section1 {
    padding-top: 110px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section1 {
    padding-top: 170px;
    padding-bottom: 20px
  }
}

@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  .section1 {
    padding-top: 100px
  }
}

.section2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section2 h2.title {
  margin-bottom: 35px
}

@media (min-width:991px) {
  .section2 h2.title {
    width: 175px;
    height: 175px;
    border: 1px solid #f16522;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    padding-top: 65px;
    margin-bottom: -175px;
    text-transform: none
  }

  .section2 h2.title span {
    color: #fff
  }
}

.section2 .sliderBlock .slick-dots {
  bottom: -50px
}

.section2 .sliderBlock .slick-dots li {
  width: auto;
  height: auto
}

.section2 .sliderBlock .slick-dots li button {
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #5f6471;
  width: 9px;
  height: 9px
}

.section2 .sliderBlock .slick-dots li button:before {
  display: none
}

.section2 .sliderBlock .slick-dots li.slick-active button {
  border-color: #f16522
}

.section2 .sliderBlock .slick-track{
  display: flex;
}

.section2 .sliderBlock .item {
  flex: 0 0 135px;
  width: 135px;
  height: 135px;
  text-align: center;
  border: 1px solid #3b3f49;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}



@media (min-width:350px) {
  .section2 .sliderBlock .item {
    flex: 0 0 165px;
    width: 165px;
    height: 165px
  }
}

@media (min-width:576px) {
  .section2 .sliderBlock .item {
    flex: 0 0 170px;
    width: 170px;
    height: 170px;
  }
}

@media (min-width:765px) {
  .section2 .sliderBlock .item {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
  }
}

@media (min-width:1140px) {
  .section2 .sliderBlock .item {
    flex: 0 0 175px;
    width: 175px;
    height: 175px;
    margin-left: 17px;
    margin-right: 17px
  }
}


@media (min-width:1140px) {
  .section2 .sliderBlock {
    margin-right: 120px;
    margin-left: 210px
  }
}

.section2 .controlBlock {
  display: none;
  border-radius: 200px;
  border: 1px solid #3b3f49;
  width: 100px;
  height: 175px;
  position: absolute;
  top: 0
}

.section2 .controlBlock button {
  cursor: pointer;
  display: block;
  border: 0;
  background-color: transparent;
  width: 60px;
  height: 60px;
  padding: 25px 25px;
  border-radius: 50%;
  stroke: #f16522;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section2 .controlBlock button:hover {
  stroke: #fff;
  background-color: #ff5200
}

.section2 .controlBlock .arrow_prev {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto
}

.section2 .controlBlock .arrow_next {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1140px) {
  .section2 .controlBlock {
    display: block;
    right: 18px
  }
}

@media (min-width:576px) {
  .section2 {
    padding-top: 65px;
    padding-bottom: 14px
  }
}

@media (min-width:765px) {
  .section2 {
    padding-top: 75px;
    padding-bottom: 26px
  }
}

@media (min-width:991px) {
  .section2 {
    padding-top: 85px;
    padding-bottom: 36px
  }
}

@media (min-width:1140px) {
  .section2 {
    padding-top: 85px;
    padding-bottom: 16px
  }
}

.section3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section3 h2.title {
  margin-bottom: 35px
}

@media (min-width:1140px) {
  .section3 h2.title {
    margin-bottom: 55px
  }
}

.section3 .firstFloor .topSide,
.section3 .firstFloor .bottomSide {
  margin-bottom: 35px
}

@media (min-width:765px) {

  .section3 .firstFloor .topSide,
  .section3 .firstFloor .bottomSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:1140px) {

  .section3 .firstFloor .topSide,
  .section3 .firstFloor .bottomSide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.section3 .firstFloor .bottomSide .imageBlock .absoluteElement {
  display: none
}

@media (min-width:1140px) {
  .section3 .firstFloor .bottomSide .imageBlock .absoluteElement {
    display: block;
    width: 407px;
    height: 407px;
    position: absolute;
    z-index: -1;
    top: -176px;
    left: -203px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .bottomSide .imageBlock {
    position: relative
  }
}

@media (min-width:765px) {
  .section3 .firstFloor .bottomSide .imageBlock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px
  }

  .section3 .firstFloor .bottomSide .textBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .bottomSide {
    margin-bottom: 128px
  }

  .section3 .firstFloor .bottomSide .imageBlock {
    margin-top: -43px
  }

  .section3 .firstFloor .bottomSide .textBlock .item .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    padding-right: 20px
  }
}

@media (min-width:765px) {
  .section3 .firstFloor .topSide .imageBlock {
    padding-left: 15px
  }

  .section3 .firstFloor .topSide .textBlock {
    padding-right: 15px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .topSide {
    margin-bottom: 100px
  }
}

.section3 .firstFloor .imageBlock {
  text-align: center
}

@media (min-width:765px) {
  .section3 .firstFloor .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
  }
}

@media (min-width:991px) {
  .section3 .firstFloor .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    padding-top: 27px
  }
}

.section3 .firstFloor .textBlock {
  margin-bottom: 35px
}

.section3 .firstFloor .textBlock .item {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  margin-bottom: 25px
}

.section3 .firstFloor .textBlock .item .iconBlock {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #3b3f49;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0
}

.section3 .firstFloor .textBlock .item .iconBlock .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 9px
}

.section3 .firstFloor .textBlock .item .iconBlock:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3f49;
  position: absolute;
  top: 18px;
  left: 35px;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section3 .firstFloor .textBlock .item .iconBlock.run:before {
  width: 280px
}

@media (min-width:576px) {
  .section3 .firstFloor .textBlock .item .iconBlock.run:before {
    width: 495px
  }
}

@media (min-width:765px) {
  .section3 .firstFloor .textBlock .item .iconBlock.run:before {
    width: 370px
  }
}

@media (min-width:991px) {
  .section3 .firstFloor .textBlock .item .iconBlock.run:before {
    width: 485px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .textBlock .item .iconBlock.run:before {
    width: 425px
  }
}

.section3 .firstFloor .textBlock .item .title {
  font-weight: 700;
  margin-bottom: 10px
}

@media (min-width:991px) {
  .section3 .firstFloor .textBlock .item .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    padding-right: 50px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .textBlock .item .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px
  }
}

.section3 .firstFloor .textBlock .item:last-child {
  margin-bottom: 0
}

@media (min-width:991px) {
  .section3 .firstFloor .textBlock .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .textBlock .item {
    padding-top: 65px
  }
}

@media (min-width:765px) {
  .section3 .firstFloor .textBlock {
    margin-bottom: 0
  }
}

@media (min-width:991px) {
  .section3 .firstFloor .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 535px;
    flex: 0 0 535px
  }
}

@media (min-width:1140px) {
  .section3 .firstFloor .textBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px
  }
}

.section3 .lastFloor {
  padding-top: 130px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10
}

.section3 .lastFloor .quotes {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 120px
}

.section3 .lastFloor h3.title {
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section3 .lastFloor h3.title {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto
  }
}

.section3 .lastFloor .text {
  text-align: center
}

@media (min-width:765px) {
  .section3 .lastFloor .text {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto
  }
}

.section3 .lastFloor:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section3 .lastFloor:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section3 .lastFloor.run:before {
  width: 100%
}

.section3 .lastFloor.run:after {
  width: 100%
}

@media (min-width:1140px) {
  .section3 .lastFloor {
    padding-top: 115px;
    padding-bottom: 88px
  }
}

@media (min-width:576px) {
  .section3 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section3 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section3 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section3 {
    padding-top: 70px;
    padding-bottom: 60px
  }
  
  .section3 .siteWidth {
    padding-left: 107px;
    padding-right: 107px;
  }
}

.section4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section4 .clutchBlock {
  background-color: #15171c;
  padding-bottom: 100px;
}

.section4 .titleBlock h2.title {
  margin-bottom: 35px
}

@media (min-width:765px) {
  .section4 .titleBlock h2.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
    margin-bottom: 0
  }
}

.section4 .titleBlock .description {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px
}

.section4 .titleBlock .description:before {
  content: '';
  width: 2px;
  height: 0;
  background-color: #f16522;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section4 .titleBlock .description.run:before {
  height: 90%
}

@media (min-width:765px) {
  .section4 .titleBlock .description.run:before {
    height: 70%
  }
}

@media (min-width:991px) {
  .section4 .titleBlock .description.run:before {
    height: 90%
  }
}

@media (min-width:765px) {
  .section4 .titleBlock .description {
    margin-bottom: 0
  }
}

@media (min-width:1140px) {
  .section4 .titleBlock .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px
  }
}

@media (min-width:765px) {
  .section4 .titleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
  }
}

@media (min-width:1140px) {
  .section4 .titleBlock {
    margin-bottom: 52px
  }
}

.section4 .swipeIcon {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  fill: #3b3f49
}

@media (min-width:765px) {
  .section4 .swipeIcon {
    display: none
  }
}

.section4 .tableBlock {
  width: 100%;
  overflow-x: scroll
}

.section4 .tableBlock .wrapper {
  width: 600px
}

.section4 .tableBlock .wrapper .leftSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 25px
}

.section4 .tableBlock .wrapper .rightSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 25px
}

.section4 .tableBlock .wrapper .imageBlock {
  margin-bottom: 35px
}

.section4 .tableBlock .wrapper .imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (min-width:1140px) {
  .section4 .tableBlock .wrapper .imageBlock.leftSide {
    padding-right: 50px
  }

  .section4 .tableBlock .wrapper .imageBlock.rightSide {
    padding-left: 20px;
    padding-right: 30px
  }
}

.section4 .tableBlock .wrapper .title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px
}

.section4 .tableBlock .wrapper .title span {
  color: #f16522
}

@media (min-width:1140px) {
  .section4 .tableBlock .wrapper .title {
    margin-bottom: 42px
  }
}

.section4 .tableBlock .wrapper .row0 {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative
}

.section4 .tableBlock .wrapper .row0:nth-child(1) {
  border: 0;
  padding: 0
}

.section4 .tableBlock .wrapper .row0:nth-child(1):before {
  display: none
}

.section4 .tableBlock .wrapper .row0:nth-child(2) {
  border: 0;
  padding: 0
}

.section4 .tableBlock .wrapper .row0:nth-child(2):before {
  display: none
}

.section4 .tableBlock .wrapper .row0:last-child:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3f49;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section4 .tableBlock .wrapper .row0:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section4 .tableBlock .wrapper .row0.run:before {
  width: 100%
}

.section4 .tableBlock .wrapper .row0.run:after {
  width: 100%
}

@media (min-width:1140px) {
  .section4 .tableBlock .wrapper .row0 {
    padding-top: 33px;
    padding-bottom: 32px
  }
}

.section4 .tableBlock .wrapper .item {
  padding-left: 40px;
  position: relative
}

.section4 .tableBlock .wrapper .item.leftSide:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../img/svg/cross-x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0
}

.section4 .tableBlock .wrapper .item.rightSide:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../img/svg/cross.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media (min-width:1140px) {
  .section4 .tableBlock .wrapper .item.rightSide:before {
    left: 20px
  }
}

@media (min-width:1140px) {
  .section4 .tableBlock .wrapper .item.rightSide {
    padding-left: 60px;
    padding-right: 30px
  }
}

@media (min-width:576px) {
  .section4 .tableBlock .wrapper {
    width: 750px
  }
}

@media (min-width:765px) {
  .section4 .tableBlock .wrapper {
    width: 100%
  }
}

@media (min-width:765px) {
  .section4 .tableBlock {
    overflow: unset
  }
}

@media (min-width:576px) {
  .section4 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section4 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section4 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section4 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.section5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section5 .formBlock {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}

.section5 .formBlock .wrapper {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section5 .formBlock .wrapper h3.title {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section5 .formBlock .wrapper h3.title {
    text-align: left
  }
}

.section5 .formBlock .wrapper .text {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section5 .formBlock .wrapper .text {
    margin-bottom: 0
  }
}

.section5 .formBlock .wrapper .btnWrap .btn {
  max-width: unset;
  width: 100%
}

@media (min-with:350px) {
  .section5 .formBlock .wrapper {
    max-width: 74%
  }
}

@media (min-width:765px) {
  .section5 .formBlock .wrapper {
    max-width: 85%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section5 .formBlock .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    padding-right: 25px
  }

  .section5 .formBlock .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px
  }
}

@media (min-width:991px) {
  .section5 .formBlock .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-right: 25px
  }

  .section5 .formBlock .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}

@media (min-width:1140px) {
  .section5 .formBlock .wrapper {
    max-width: 80%
  }
}

@media (min-width:765px) {
  .section5 .formBlock {
    padding-top: 75px;
    padding-bottom: 75px
  }
}

@media (min-width:765px) {
  .section5 .formBlock {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width:1140px) {
  .section5 .formBlock {
    padding-top: 85px;
    padding-bottom: 95px
  }
}

@media (min-width:576px) {
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section5 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section6 h2.title {
  max-width: 220px;
  margin-bottom: 35px
}
.section6.crmContentBlock_8 h2.title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:576px) {
  .section6 h2.title {
    max-width: 400px
  }
}

@media (min-width:991px) {
  .section6 h2.title {
    max-width: unset
  }
}

@media (min-width:1140px) {
  .section6 h2.title {
    margin-bottom: 65px
  }
}
.section6.crmContentBlock_8 .decisionsBlock{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.section6 .decisionsBlock .item {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative
}

.section6 .decisionsBlock .item > .icon {
  width: 70px;
  height: 70px;
  fill: none;
  margin-bottom: 35px
}

.section6 .decisionsBlock .item .btnWrap .btn{
  border: 1px solid #F16522;
  background-color: transparent;
}
.section6 .decisionsBlock .item .btnWrap .btn:hover{
  background-color:#F16522;
}

@media (min-width:765px) {
  .section6 .decisionsBlock .item > .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-bottom: 0
  }
}

.section6 .decisionsBlock .item .secCol {
  margin-bottom: 35px
}

.section6 .decisionsBlock .item .secCol .title {
  font-weight: 700;
  margin-bottom: 25px
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .secCol .title {
    margin-bottom: 35px
  }
}

.section6 .decisionsBlock .item .secCol .text {
  margin-bottom: 25px
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .secCol .text {
    margin-bottom: 42px
  }
}

@media (min-width:765px) {
  .section6 .decisionsBlock .item .secCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-bottom: 0
  }
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .secCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
  }
}

.section6 .decisionsBlock .item .thirdCol .title {
  font-weight: 700;
  margin-bottom: 25px
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .thirdCol .title {
    margin-bottom: 35px
  }
}

.section6 .decisionsBlock .item .thirdCol ul {
  margin-bottom: 35px
}

.section6 .decisionsBlock .item .thirdCol ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px
}

.section6 .decisionsBlock .item .thirdCol ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #f16522
}

.section6 .decisionsBlock .item .thirdCol ul li:last-child {
  margin-bottom: 0
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .thirdCol ul li {
    padding-left: 30px;
    margin-bottom: 25px
  }
}

.section6 .decisionsBlock .item .thirdCol ul.active ~ .link .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.section6 .decisionsBlock .item .thirdCol ul.active ~ .link:before {
  width: 110px
}

.section6 .decisionsBlock .item .thirdCol .link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 0;
  background-color: transparent
}

.section6 .decisionsBlock .item .thirdCol .link span {
  color: #f16522
}

.section6 .decisionsBlock .item .thirdCol .link .icon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  fill: #f16522;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section6 .decisionsBlock .item .thirdCol .link:before {
  content: '';
  width: 150px;
  height: 1px;
  border-bottom: 1px dotted #f16522;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section6 .decisionsBlock .item .thirdCol .link:hover span {
  color: #ff5200
}

.section6 .decisionsBlock .item .thirdCol .link:hover .icon {
  fill: #ff5200
}

.section6 .decisionsBlock .item .thirdCol .link:hover:before {
  opacity: 0
}

@media (min-width:765px) {
  .section6 .decisionsBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
  }
}

@media (min-width:991px) {
  .section6 .decisionsBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
  }
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px
  }
}

.section6 .decisionsBlock .item:last-child:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section6 .decisionsBlock .item:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section6 .decisionsBlock .item.run:before {
  width: 100%
}

.section6 .decisionsBlock .item.run:after {
  width: 100%
}

@media (min-width:765px) {
  .section6 .decisionsBlock .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:1140px) {
  .section6 .decisionsBlock .item {
    padding-top: 55px;
    padding-bottom: 63px
  }
}

@media (min-width:576px) {
  .section6 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section6 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 63px
  }
  
  .section6 .siteWidth {
    padding-left: 107px;
    padding-right: 107px;
  }
  
  .section6.crmContentBlock_8 .siteWidth {
    padding-left: 15px;
  }
}

.section7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section7 .formBlock {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;

}
.section7.implementationPage .formBlock{
    border-radius: 25px;
}
.section7.implementationPage .bgElement{
    position: absolute;
    width: 290px;
    top: 165px;
    right: -70px;
}

.section7.implementationPage .bgElement .line1{
    transform-origin: 50% 50%;
    animation: rotate linear infinite reverse 10s;
}
.section7.implementationPage .bgElement .line2{
    transform-origin: 50% 50%;
    animation: rotate linear infinite forwards 5s;
}
.section7.implementationPage .bgElement .line3{
    transform-origin: 50% 50%;
    animation: rotate linear infinite reverse 7s;
}


.section7 .formBlock .wrapper {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.section7 .formBlock .wrapper h3.title {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section7 .formBlock .wrapper h3.title {
    text-align: left
  }
    .section7.implementationPage .bgElement{
        width: 350px;
        top: 70px;
        right: calc(50% - 500px);
    }
}

@media(min-width: 991px){
    .section7.implementationPage .bgElement{
        width: 400px;
        top: 70px;
        right: calc(50% - 600px);
    }
}
@media(min-width: 1140px){
    .section7.implementationPage .bgElement{
        top: 20px;
        right: calc(50% - 675px);
    }
}

.section7 .formBlock .wrapper .text {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section7 .formBlock .wrapper .text {
    margin-bottom: 0
  }
}

.section7 .formBlock .wrapper .btnWrap .btn {
  max-width: unset;
  width: 100%
}

@media (min-width:350px) {
  .section7 .formBlock .wrapper {
    max-width: 74%
  }
}

@media (min-width:765px) {
  .section7 .formBlock .wrapper {
    max-width: 85%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section7 .formBlock .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    padding-right: 25px
  }

  .section7 .formBlock .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px
  }
}

@media (min-width:991px) {
  .section7 .formBlock .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-right: 25px
  }

  .section7 .formBlock .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}

@media (min-width:1140px) {
  .section7 .formBlock .wrapper {
    max-width: 80%
  }
}

@media (min-width:765px) {
  .section7 .formBlock {
    padding-top: 75px;
    padding-bottom: 75px
  }
}

@media (min-width:991px) {
  .section7 .formBlock {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width:1140px) {
  .section7 .formBlock {
    padding-top: 85px;
    padding-bottom: 95px
  }
    .section7.implementationPage .formBlock{
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:576px) {
  .section7 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section7 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section7 {
    padding-top: 50px;
    padding-bottom: 55px
  }
}

.section8 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}
.section8.aboutPage{
  padding-top: 90px;
}

.section8.aboutPage .sideElement{
  display: none;
  background-color: #15171c;
  width: fit-content;
  height: 100px;
  padding: 0 40px;
  border: 1px solid #3d3f49;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 45px;
  left: -30px;
  transform: rotate(270deg);
}
@media(min-width:1140px){
  .section8.aboutPage .sideElement{
    display: flex;
  }
}

.section8.aboutPage .sideElement .title{
  font-size: 16px;
  color: #505561;
  margin-right: 15px;
}
.section8.aboutPage .sideElement .int{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #3b3f49;
  color: #505561;
  text-align: center;
  font-size: 16px;
  transform: rotate(90deg);
}

@media(min-width:576px){
  .section8.aboutPage{
    padding-top: 100px;
  }
}
@media(min-width:765px){
  .section8.aboutPage{
    padding-top: 120px;
  }
}
@media(min-width:991px){
  .section8.aboutPage{
    padding-top: 130px;
  }
}
@media(min-width:1140px){
  .section8.aboutPage{
    padding-top: 170px;
  }
}






.section8 .firstFloor {
  margin-bottom: 40px
}

.section8 .firstFloor .leftSide {
  margin-bottom: 40px
}

.section8 .firstFloor .leftSide h2.title {
  margin-bottom: 35px
}

@media (min-width:1140px) {
  .section8 .firstFloor .leftSide h2.title {
    margin-bottom: 14px
  }
}

.section8 .firstFloor .leftSide .text {
  color: #737782
}

@media (min-width:765px) {
  .section8 .firstFloor .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 345px;
    flex: 0 0 345px;
    margin-bottom: 0
  }
}

@media (min-width:1140px) {
  .section8 .firstFloor .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px
  }
}

.section8 .firstFloor .rightSide {
  padding-left: 30px;
  position: relative
}

.section8 .firstFloor .rightSide .description {
  margin-bottom: 15px
}

@media (min-width:1140px) {
  .section8 .firstFloor .rightSide .description {
    margin-bottom: 26px
  }
}

.section8 .firstFloor .rightSide:before {
  content: '';
  width: 2px;
  height: 0;
  background-color: #f16522;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section8 .firstFloor .rightSide.run:before {
  height: 95%
}

@media (min-width:765px) {
  .section8 .firstFloor .rightSide.run:before {
    height: 64%
  }
}

@media (min-width:991px) {
  .section8 .firstFloor .rightSide.run:before {
    height: 60%
  }
}

@media (min-width:1140px) {
  .section8 .firstFloor .rightSide.run:before {
    height: 95%
  }
}

@media (min-width:1140px) {
  .section8 .firstFloor .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px
  }
}

@media (min-width:765px) {
  .section8 .firstFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:1140px) {
  .section8 .firstFloor {
    margin-bottom: 47px
  }
}

.section8 .secondFloor {
  margin-bottom: 45px
}

.section8 .secondFloor .imageBlock {
  margin-bottom: 35px;
  text-align: center
}

.section8 .secondFloor .imageBlock .absoluteCircle {
  display: none
}

@media (min-width:991px) {
  .section8 .secondFloor .imageBlock .absoluteCircle {
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: -1;
    top: 70px;
    left: -75px;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite
  }
}

@media (min-width:1140px) {
  .section8 .secondFloor .imageBlock .absoluteCircle {
    width: 200px;
    height: 200px;
    top: 45px;
    left: -85px
  }
}

@media (min-width:765px) {
  .section8 .secondFloor .imageBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 375px;
    position: relative;
    margin-top: -15px
  }
}
@media (min-width:765px) {
  .section8 .secondFloor .imageBlock {
    max-width: 470px;
  }
}
.section8 .secondFloor .itemsContent {
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 240px;
  position: relative
}

.section8 .secondFloor .itemsContent .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%
}

.section8 .secondFloor .itemsContent .item .int {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: transparent;
  -webkit-text-stroke: 1px #f16522;
  margin-bottom: 20px
}

@media (min-width:576px) {
  .section8 .secondFloor .itemsContent .item .int {
    font-size: 48px
  }
}

@media (min-width:1140px) {
  .section8 .secondFloor .itemsContent .item .int {
    margin-bottom: 25px
  }
}

@media (min-width:1140px) {
  .section8 .secondFloor .itemsContent .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%
  }
}

.section8 .secondFloor .itemsContent .absoluteEl {
  fill: none;
  width: 80px;
  height: 105px;
  position: absolute;
  bottom: 0;
  right: 50px;
  -webkit-animation: upAndDown 2s linear infinite;
  animation: upAndDown 2s linear infinite
}

@media (min-width:1140px) {
  .section8 .secondFloor .itemsContent .absoluteEl {
    right: 60px
  }
}

@media (min-width:576px) {
  .section8 .secondFloor .itemsContent {
    max-width: 390px;
    height: 300px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:765px) {
  .section8 .secondFloor .itemsContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px
  }
}

@media (min-width:1140px) {
  .section8 .secondFloor .itemsContent {
    margin-left: unset;
    padding-top: 10px
  }
}

@media (min-width:765px) {
  .section8 .secondFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width:1140px) {
  .section8 .secondFloor {
    margin-bottom: 32px
  }
}

.section8 .thirdFloor {
  position: relative;
}

.section8 .thirdFloor h2.title {
  margin-bottom: -5px;
  text-align: center
}

@media (min-width:991px) {
  .section8 .thirdFloor h2.title {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    border: 1px solid #f16522;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    padding-top: 55px;
    text-transform: none;
    margin-bottom: 0;
  }

  .section8 .thirdFloor h2.title span {
    color: #fff
  }
}

.section8 .thirdFloor .controlBlock {
  display: none;
  border-radius: 200px;
  border: 1px solid #3b3f49;
  width: 100px;
  height: 175px;
  position: absolute;
  bottom: 0
}

.section8 .thirdFloor .controlBlock button {
  cursor: pointer;
  display: block;
  border: 0;
  background-color: transparent;
  width: 60px;
  height: 60px;
  padding: 25px 25px;
  border-radius: 50%;
  stroke: #f16522;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section8 .thirdFloor .controlBlock button:hover {
  stroke: #fff;
  background-color: #ff5200
}

.section8 .thirdFloor .controlBlock .arrow_prev {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto
}

.section8 .thirdFloor .controlBlock .arrow_next {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1140px) {
  .section8 .thirdFloor .controlBlock {
    display: block;
    right: 18px
  }
}



.section8 .thirdFloor .companyBlock .slick-dots {
  bottom: -40px
}

.section8 .thirdFloor .companyBlock .slick-dots li {
  width: auto;
  height: auto
}

.section8 .thirdFloor .companyBlock .slick-dots li button {
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #5f6471;
  width: 9px;
  height: 9px
}

.section8 .thirdFloor .companyBlock .slick-dots li button:before {
  display: none
}

.section8 .thirdFloor .companyBlock .slick-dots li.slick-active button {
  border-color: #f16522
}






.section8 .thirdFloor .companyBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section8 .thirdFloor .companyBlock .slick-track{
  padding-top: 30px;
}

.section8 .thirdFloor .companyBlock .item {
  width: 140px!important;
  height: 140px;
  text-align: center;
  border: 1px solid #3b3f49;
  background-color: #15171C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  z-index: 1;
  padding: 30px;
  transition: all .5s ease-in-out;
  margin-left: 5px;
  margin-right: 5px;
}

.section8 .thirdFloor .companyBlock .item .iconWrap{
  width: 32px;
  height: 32px;
  padding: 7px;
  border: 1px solid #3B3F49;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  fill:#ffffff;
  border-radius: 50%;
  background-color:#15171C;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.section8 .thirdFloor .companyBlock .item:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color:#15171C;
  border-radius: 50%;
}
.section8 .thirdFloor .companyBlock .item:after{
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: -2;
  top: 1px;
  left: 1px;
  background-color:#F16522;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}
.section8 .thirdFloor .companyBlock .item:hover{
  transform: translateY(-10px);
}
.section8 .thirdFloor .companyBlock .item:hover:after{
  transform: translateY(10px);
}
.section8 .thirdFloor .companyBlock .item:hover .iconWrap{
  opacity: 1;
}


.section8 .thirdFloor .companyBlock .item img {
  display: inline-block
}

@media (min-width:350px) {
  .section8 .thirdFloor .companyBlock .item {
    width: 160px!important;
    height: 160px
  }
}

@media (min-width:991px) {
  .section8 .thirdFloor .companyBlock {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px
  }
  .section8 .thirdFloor .companyBlock .item{
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width:1140px) {
  .section8 .thirdFloor .companyBlock {
    flex: 0 0 590px;
    margin-left: 50px;
  }
  .section8 .thirdFloor .companyBlock .item{
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width:991px) {
  .section8 .thirdFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
}


.section8 .circleBlock {
  display: none;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10
}

@media (min-width:765px) {
  .section8 .circleBlock {
    display: block
  }

  .section8 .circleBlock .movingElement {
    width: 400px;
    height: 400px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    -webkit-animation: rotate 25s linear infinite;
    animation: rotate 25s linear infinite
  }
}

@media (min-width:1140px) {
  .section8 .circleBlock {
    max-width: 840px;
    width: 614px;
    height: 614px;
  }

  .section8 .circleBlock .movingElement {
    width: 480px;
    height: 480px;
    top: calc(50% - 240px);
    left: calc(50% - 240px)
  }
}

.section8 .mobileCRMBlock .title {
  font-family: 'TT Commons', sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 35px
}

@media (min-width:576px) {
  .section8 .mobileCRMBlock .title {
    font-size: 31px
  }
}

.section8 .mobileCRMBlock .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section8 .mobileCRMBlock .wrapper .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #3b3f49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.section8 .mobileCRMBlock .wrapper .item img {
  max-width: 95px
}

.section8 .mobileCRMBlock .wrapper .item:last-child {
  margin-bottom: 0
}

@media (min-width:350px) {
  .section8 .mobileCRMBlock .wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    height: 160px
  }
}

@media (min-width:576px) {
  .section8 .mobileCRMBlock .wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    width: 175px;
    height: 175px
  }
}

@media (min-width:765px) {
  .section8 .mobileCRMBlock {
    display: none
  }
}

@media (min-width:576px) {
  .section8 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section8 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section8 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  /*.section8 {*/
  /*  padding-top: 70px;*/
  /*  padding-bottom: 47px*/
  /*}*/

  .section8 .siteWidth {
    padding-left: 107px;
    padding-right: 107px;
  }
  .section8.aboutPage2{
    padding-top: 30px;
    padding-bottom: 70px;
  }
  /* .section8.aboutPage2 .thirdFloor{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  } */
}


.section8_2{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width:576px) {
  .section8_2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width:765px) {
  .section8_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width:991px) {
  .section8_2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width:1140px) {
  .section8_2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section8_2 .siteWidth {
    padding-left: 107px;
  }
}


.section8_2 h2.title{
  margin-bottom: 30px;
}

@media(min-width:765px){
  .section8_2 h2.title{
    margin-bottom: 50px;
  }
}

.section8_2 .crmBlock{
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap:wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section8_2 .crmBlock .item{
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 160px;
  height: 90px;
  padding: 25px;
  border: 1px solid #3B3F49;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  background-color: #15171C;
  z-index: 1;
  transition: all .5s ease-in-out;
}



.section8_2 .crmBlock .item:before{}
.section8_2 .crmBlock .item:after{}


.section8_2 .crmBlock .item .iconWrap{
  width: 32px;
  height: 32px;
  padding: 7px;
  border: 1px solid #3B3F49;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  fill:#ffffff;
  border-radius: 50%;
  background-color:#15171C;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.section8_2 .crmBlock .item img{
  transition: all .3s ease-in-out;
  filter: brightness(.3);
}

.section8_2 .crmBlock .item:hover img{
  filter: brightness(1);
}

.section8_2 .crmBlock .item:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color:#15171C;
  border-radius: 10px;
}
.section8_2 .crmBlock .item:after{
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: -2;
  top: 1px;
  left: 1px;
  background-color:#F16522;
  border-radius: 10px;
  transition: all .5s ease-in-out;
}
.section8_2 .crmBlock .item:hover{
  transform: translate(-5px, -5px);
}
.section8_2 .crmBlock .item:hover:after{
  transform: translate(5px, 5px);
}
.section8_2 .crmBlock .item:hover .iconWrap{
  opacity: 1;
}



.crm_item .wrapper .logoWrap{}


@media(min-width:991px){
  .section8_2 .crmBlock{
    margin-left: -15px;
    margin-right: -15px;
  }
  .section8_2 .crmBlock .item{
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media(min-width:1140px){
  .section8_2 .crmBlock{
    margin-left: -20px;
    margin-right: -20px;
  }
  .section8_2 .crmBlock .item{
    margin-left: 20px;
    margin-right: 20px;
  }
}



.section9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section9.aboutPage .sideElement{
  display: none;
  background-color: #15171c;
  width: fit-content;
  height: 100px;
  padding: 0 40px;
  border: 1px solid #3d3f49;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 85px;
  left: -80px;
  transform: rotate(270deg);
}
@media(min-width:1140px){
  .section9.aboutPage{
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .section9.aboutPage .sideElement{
    display: flex;
  }
}

.section9.aboutPage .sideElement .title{
  font-size: 16px;
  color: #505561;
  margin-right: 15px;
}
.section9.aboutPage .sideElement .int{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #3b3f49;
  color: #505561;
  text-align: center;
  font-size: 16px;
  transform: rotate(90deg);
}






.section9 h2.title {
  margin-bottom: 35px
}

@media (min-width:1140px) {
  .section9 h2.title {
    margin-bottom: 57px
  }
}

.section9 .teamBlock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative
}

.section9 .teamBlock .item .firstCol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
}

@media (min-width:350px) {
  .section9 .teamBlock .item .firstCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }
}



.section9 .teamBlock .item .secCol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px
}

@media (min-width:350px) {
  /* .section9 .teamBlock .item .secCol {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 120px;
     flex: 0 0 120px
   }*/
}

@media (min-width:576px) {
  .section9 .teamBlock .item .secCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px
  }
}

@media (min-width:765px) {
  .section9 .teamBlock .item .secCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px
  }
}


.section9 .teamBlock .item .thirdCol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px
}

@media (min-width:350px) {
  .section9 .teamBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
  }
}

@media (min-width:576px) {
  .section9 .teamBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
  }
}

@media (min-width:765px) {
  .section9 .teamBlock .item .thirdCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
  }
}

.section9 .teamBlock .item .fourthCol {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 70px
}

@media (min-width:350px) {
  .section9 .teamBlock .item .fourthCol {
    padding-left: 85px
  }
}

@media (min-width:576px) {
  .section9 .teamBlock .item .fourthCol {
    padding-left: 107px
  }
}

@media (min-width:765px) {
  .section9 .teamBlock .item .fourthCol {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-top: 0
  }
}

@media (min-width:991px) {
  .section9 .teamBlock .item .fourthCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px
  }
}

@media (min-width:1140px) {
  .section9 .teamBlock .item .fourthCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px
  }
}



.section9 .teamBlock .item:last-child:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section9 .teamBlock .item:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section9 .teamBlock .item.run:before {
  width: 100%
}

.section9 .teamBlock .item.run:after {
  width: 100%
}

@media (min-width:350px) {
  .section9 .teamBlock .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
}

@media (min-width:765px) {
  .section9 .teamBlock .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.section9 .teamBlock .text span {
  color: #737782
}

.section9 .quotesBlock {
  padding-top: 115px;
  padding-bottom: 65px;
  position: relative;
  z-index: 10
}

.section9 .quotesBlock .quotes {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 120px
}

.section9 .quotesBlock h3.title {
  margin-bottom: 40px
}

@media (min-width:765px) {
  .section9 .quotesBlock h3.title {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1140px) {
  .section9 .quotesBlock h3.title {
    margin-bottom: 23px
  }
}

.section9 .quotesBlock .text {
  text-align: center
}

@media (min-width:765px) {
  .section9 .quotesBlock .text {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
  }
}

.section9 .quotesBlock:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section9 .quotesBlock:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #3b3f49;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.section9 .quotesBlock.run:before {
  width: 100%
}

.section9 .quotesBlock.run:after {
  width: 100%
}

@media (min-width:576px) {
  .section9 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section9 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 55px
  }
}

.section11 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #15171c
}

.section11 .formBlock {
  border-radius: 20px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px
}

.section11.casesPage .formBlock{
  max-width:960px;
  margin-left: auto;
  margin-right: auto;
}

.section11 .formBlock .wrapper .imageBlock.cases-page-image {
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .section11 .formBlock .wrapper .imageBlock.cases-page-image {
    margin: 0;
  }
}

.section11 .formBlock .wrapper {
  padding-top: 270px;
  max-width: 74%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative
}

.section11 .formBlock .wrapper .imageBlock {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

.section11 .formBlock .wrapper .imageBlock .icon {
  position: absolute;
  z-index: -1;
  fill: none
}

.section11 .formBlock .wrapper .imageBlock .icon-circleBig {
  width: 260px;
  height: 260px;
  top: calc(50% - 130px);
  left: calc(50% - 130px);
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite
}

@media (min-width:576px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleBig {
    width: 440px;
    height: 440px;
    top: calc(50% - 195px);
    left: calc(50% - 195px)
  }
}

@media (min-width:765px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleBig {
    top: calc(50% - 206px);
    left: calc(50% - 212px)
  }
}

@media (min-width:991px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleBig {
    top: calc(50% - 198px);
    left: calc(50% - 202px);
  }
}

.section11 .formBlock .wrapper .imageBlock .icon-circleSmall {
  width: 190px;
  height: 190px;
  top: calc(50% - 100px);
  left: calc(50% - 95px);
  animation: rotate 10s linear reverse infinite
}

@media (min-width:576px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleSmall {
    width: 300px;
    height: 300px;
    top: calc(50% - 155px);
    left: calc(50% - 145px)
  }
}

@media (min-width:765px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleSmall {
    top: calc(50% - 160px);
    left: calc(50% - 140px)
  }
}

@media (min-width:991px) {
  .section11 .formBlock .wrapper .imageBlock .icon-circleSmall {
    top: calc(50% - 150px);
    left: calc(50% - 150px)
  }
}

@media (min-width:991px) {
  .section11 .formBlock .wrapper .imageBlock {
    max-width: 412px;
    margin: unset;
    left: unset;
    top: -20px;
    right: -15px
  }
}

@media (min-width:1140px) {
  .section11 .formBlock .wrapper .imageBlock {
    right: 4px;
    top: -40px;
    margin: 50px 0 0;
  }
}

.section11 .formBlock .wrapper h3.title {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section11 .formBlock .wrapper h3.title {
    text-align: left
  }
}

.section11 .formBlock .wrapper .text {
  color: #15171c;
  margin-bottom: 25px
}

@media (min-width:765px) {
  .section11 .formBlock .wrapper .text {
    margin-bottom: 0
  }
}

.section11 .formBlock .wrapper .btnWrap .btn {
  max-width: unset;
  width: 100%
}

@media (min-width:576px) {
  .section11 .formBlock .wrapper {
    padding-top: 450px
  }
}

@media (min-width:765px) {
  .section11 .formBlock .wrapper {
    max-width: 85%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .section11 .formBlock .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    padding-right: 25px
  }

  .section11 .formBlock .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px
  }
}

@media (min-width:991px) {
  .section11 .formBlock .wrapper {
    padding-top: 0;
    display: block;
    padding-right: 450px
  }

  .section11 .formBlock .wrapper .leftSide {
    margin-bottom: 35px
  }
}

@media (min-width:1140px) {
  .section11 .formBlock .wrapper {
    max-width: 80%
  }
}

@media (min-width:765px) {
  .section11 .formBlock {
    padding-top: 75px;
    padding-bottom: 75px
  }
}

@media (min-width:991px) {
  .section11 .formBlock {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (min-width:1140px) {
  .section11.aboutPage2 .formBlock,
  .section11.article_page .formBlock {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:576px) {
  .section11 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width:765px) {
  .section11 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (min-width:991px) {
  .section11 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (min-width:1140px) {
  .section11 {
    padding-top: 8px;
    padding-bottom: 80px
  }
  .section11.article_page{
    padding-top: 60px;
  }
}

.success {
  background-image: url(../img/pattern.png);
  background-repeat: no-repeat;
  background-position: center right calc(50% - 400px);
  background-size: 800px;
  background-color: #15171c;
  position: relative;
  z-index: 10
}

.success .middleText {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 170px;
  line-height: 120px;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.success .middleText span {
  display: block;
  text-align: center
}

@media (min-width:991px) {
  .success .middleText span {
    display: inline
  }
}

@media(min-width:1140px){
  .success .middleText span{
    font-size: 325px;
    line-height: 300px;
  }
}


.success .middleText .empty {
  color: transparent;
  -webkit-text-stroke: 1px #3b3f49
}

.success .middleText .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#21242d), color-stop(66%, #181b21), to(#15171c));
  background: -o-linear-gradient(top, #21242d 0, #181b21 66%, #15171c 100%);
  background: linear-gradient(to bottom, #21242d 0, #181b21 66%, #15171c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349
}

@media (min-width:576px) {
  .success .middleText {
    font-size: 250px;
    line-height: 160px
  }
}

@media (min-width:765px) {
  .success .middleText {
    font-size: 285px;
    line-height: 170px;
    top: 50%
  }
}

@media (min-width:991px) {
  .success .middleText {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-bottom: 45px;
    font-size: 250px;
    line-height: 235px;
  }
}

.success .textBlock {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  text-align: center
}

.success .textBlock .logo {
  display: inline-block;
  width: 140px;
  height: 60px;
  margin-bottom: 50px
}

@media (min-width:765px) {
  .success .textBlock .logo {
    margin-bottom: 70px
  }
}

.success .textBlock h1.title {
  color: #fff;
  margin-bottom: 35px;
  font-size: 50px
}

@media (min-width:576px) {
  .success .textBlock h1.title {
    font-size: 60px
  }
}

@media (min-width:765px) {
  .success .textBlock h1.title {
    margin-bottom: 40px
  }
}

.success .textBlock .text {
  margin-bottom: 35px
}

@media (min-width:765px) {
  .success .textBlock .text {
    margin-bottom: 150px
  }
}

.success .textBlock .btnWrap .btn {
  margin-left: auto;
  margin-right: auto
}

@media (min-width:765px) {
  .success .textBlock {
    max-width: 780px;
    top: 50%
  }
}

@media (min-width:1140px) {
  .success .textBlock {
    max-width: unset
  }
}

.success .innerWrapper {
  height: 100vh;
  min-height: 670px;
  position: relative
}

@media (min-width:765px) {
  .success {
    background-size: 1100px
  }
}

.hiddenBlock {
  display: none
}

form .inputWrapper {
  margin-bottom: 20px;
  position: relative
}

form .inputWrapper input {
  display: block;
  border-radius: 200px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 50px;
  font-size: 17px;
  color: #505561;
  border: 0;
  text-align: center;
  outline: 0;
  background-color: #ececec;
  line-height: normal;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:focus {
  border-color: #ab9b77
}

form .inputWrapper input:focus::-webkit-input-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus::-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-ms-input-placeholder {
  opacity: 0
}

form .inputWrapper input::-webkit-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-moz-placeholder {
  color: #a7a7a7;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input::-moz-placeholder {
  color: #a7a7a7;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-ms-input-placeholder {
  color: #a7a7a7;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width:576px) {
  form .inputWrapper input {
    height: 60px
  }
}

form .inputWrapper .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

form .inputWrapper textarea {
  resize: none;
  display: block;
  height: 120px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 20px;
  color: #000;
  border: 1px solid #e6e6e6;
  text-align: left;
  padding: 10px 20px 10px 20px;
  outline: 0;
  line-height: normal;
  background-color: transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper textarea:hover {
  border-color: #00aca8
}

form .inputWrapper textarea:hover::-webkit-input-placeholder {
  opacity: 0
}

form .inputWrapper textarea:hover:-moz-placeholder {
  opacity: 0
}

form .inputWrapper textarea:hover::-moz-placeholder {
  opacity: 0
}

form .inputWrapper textarea:hover:-ms-input-placeholder {
  opacity: 0
}

form .inputWrapper textarea::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper textarea:-moz-placeholder {
  color: #fff;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper textarea::-moz-placeholder {
  color: #fff;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper textarea:-ms-input-placeholder {
  color: #fff;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width:576px) {
  form .inputWrapper textarea {
    height: 135px
  }
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
  color: #ff0404;
  text-decoration: none;
  font-family: 'TT Commons', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 18px;
  height: 18px
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 2px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 180px
}

@media (min-width:576px) {
  form .inputWrapper .allert span {
    font-size: 14px;
    min-width: 210px
  }
}

form .inputWrapper .allert:hover {
  text-align: center
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -2px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

form .inputWrapper.error input {
  border-color: red
}

form .selectWrapper{


}
form .selectWrapper .desc{
  display: block;
  text-align:center;
  font-family: 'TT Commons', sans-serif;
  color:#ffffff;
  font-size: 17px;
  margin-bottom: 10px;
}



form .selectWrapper select{
  display: block;
  width: 100%;
  cursor: pointer;
  height: 40px;
  border: none;
  padding: 0 15px;
  padding-right: 25px;
  border-radius: 20px;
  background-color:#ececec;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color:#505561;
}
form .selectWrapper .wpcf7-form-control-wrap{
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  flex-grow: 1;
}



form .selectWrapper .wpcf7-form-control-wrap:after{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 3px;
  margin: auto;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}

form .textWrapper .text-form {
  font-size: 12px;
  text-align: center;
  padding: 0 0 20px 10px;
}

.orderPanel {
  border-radius: 40px;;
  border: 4px solid #E9803A;
  background: #fafafa;
  width: 90%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
#callBackForm{
  background-color:#F16522;
}
#callBackForm .btnWrap .btn:hover{
  background-color:#ffffff!important;
}

#callBackForm .btnWrap .btn:hover span{
  color:#000000!important;

}

.orderPanel .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 22px;
  padding: 2px;
  top: 15px;
  right: 25px;
  font-size: 20px;
  background-color: #f1f1f1;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  color: #000
}

.orderPanel .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #f16522
}

@media (min-width:576px) {
  .orderPanel .mfp-close {
    right: unset;
    width: 46px;
    height: 46px;
    left: calc(50% + 205px);
    font-size: 25px
  }
}

.orderPanel .wrapper {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto
}

.orderPanel .wrapper .title {
  margin-bottom: 40px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center
}

@media (min-width:576px) {
  .orderPanel .wrapper .title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px
  }
}

@media (min-width:991px) {
  .orderPanel .wrapper .title {
    margin-bottom: 40px
  }
}

.orderPanel .wrapper .btnWrap {
  margin-top: 40px
}

.orderPanel .wrapper .btnWrap .btn {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 20px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  color: #fff !important;
}

.orderPanel#callBackForm .wrapper .btnWrap .btn {
  background-color:#000000;
}

.orderPanel .wrapper .btnWrap .btn span {
  color: #fff
}

.orderPanel .wrapper .btnWrap .btn .icon {
  fill: #fff
}

@media (min-width:576px) {
  .orderPanel .wrapper {
    max-width: 375px
  }
}

@media (min-width:576px) {
  .orderPanel {
    max-width: 555px;
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.modalPolitics {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 25px 15px;
  border-radius: 5px;
  border: 1px solid #e6e4e2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07)
}

.modalPolitics .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 5px;
  right: 20px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #bdaf8d
}

@media (min-width:576px) {
  .modalPolitics .mfp-close {
    top: 15px;
    right: 45px
  }
}

@media (min-width:765px) {
  .modalPolitics .mfp-close {
    right: unset;
    left: calc(50% + 330px)
  }
}

@media (min-width:991px) {
  .modalPolitics .mfp-close {
    left: calc(50% + 430px)
  }
}

.modalPolitics .title {
  margin-bottom: 25px
}

.modalPolitics .title h2 {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 15px
}

@media (min-width:576px) {
  .modalPolitics .title h2 {
    font-size: 30px
  }
}

.modalPolitics .title .description {
  font-family: 'TT Commons', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center
}

.modalPolitics .content {
  font-family: 'TT Commons', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.modalPolitics .content p {
  margin-bottom: 10px
}

.modalPolitics .content p:last-child {
  margin-bottom: 0
}

.modalPolitics .content .smallTitle {
  font-weight: 500;
  font-size: 20px
}

.modalPolitics .content .bigText {
  font-size: 22px;
  font-weight: 700
}

@media (min-width:576px) {
  .modalPolitics {
    -webkit-box-shadow: 0 0 0 8px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 0 8px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07);
    padding: 45px 35px;
    padding-bottom: 35px
  }
}


@media (min-width:765px) {
  .section9 .teamBlock .item .firstCol {
    margin-top: -7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
}
.circleBlock-items {
  width: 614px;
  height: 614px;
  border: 1px solid #2D3037;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  -webkit-animation: rotate1 20s linear infinite;
  animation: rotate1 20s linear infinite
}

.circleBlock-items li {
  position: absolute;
  width: 37.31px;
  height: 37.27px;
  background: #15171C;
  border-radius: 50%;

}


.circleBlock-items li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.circleBlock-items li:nth-child(2) {
  right: 118px;
  top: 30px;
}
.circleBlock-items li:nth-child(3) {
  top: 160px;
  right: 9px;
}
.circleBlock-items li:nth-child(4) {
  top: 336px;
  right: -14px;
}
.circleBlock-items li:nth-child(5) {
  bottom: 89px;
  right: 55px;
}
.circleBlock-items li:nth-child(6) {
  bottom: -3px;
  right:  194px;
}
.circleBlock-items li:nth-child(7) {
  bottom: -5px;
  left: 198px;
}
.circleBlock-items li:nth-child(8) {
  bottom: 84px;
  left:  58px;
}
.circleBlock-items li:nth-child(9) {
  bottom: 240px;
  left: -15px;
}
.circleBlock-items li:nth-child(10) {
  top: 160px;
  left: 8px;
}
.circleBlock-items li:nth-child(11) {
  top: 32px;
  left: 119px;
}

.circleBlock-items li:before {
  content: "";
  position: absolute;
  width: 14.71px;
  height: 14.7px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #15171C;
  border: 1px solid #2D3037;
  border-radius: 50%;
}

.circleBlock-items_title {
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) ;
}

.circleBlock-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.circleBlock-logo .item img {
  max-width: 104px;
  max-height: 28px;
}
.circleBlock-logo .item {
  position: absolute;
}
.circleBlock-logo .item:nth-child(1) {
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.circleBlock-logo .item:nth-child(2) {
  top: 32px;
  right: 7px;
}
.circleBlock-logo .item:nth-child(3) {
  right: -104px;
  top: 163px;
}
.circleBlock-logo .item:nth-child(4) {
  top: 342px;
  right: -120px;
}
.circleBlock-logo .item:nth-child(5) {
  bottom: 95px;
  right: -42px;
}
.circleBlock-logo .item:nth-child(6) {
  bottom: -33px;
  right: 149px
}
.circleBlock-logo .item:nth-child(7) {
  bottom: -35px;
  left: 165px;
}
.circleBlock-logo .item:nth-child(8) {
  bottom: 85px;
  left: -44px;
}
.circleBlock-logo .item:nth-child(9) {
  bottom: 250px;
  left: -125px;
}
.circleBlock-logo .item:nth-child(10) {
  top: 160px;
  left: -90px;
}
.circleBlock-logo .item:nth-child(11) {
  top: 30px;
  left: 15px;
}

section .middleText {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative
}

section .middleText .empty path {
  -webkit-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out
}

section .middleText .empty.run path {
  stroke-dasharray: 1400 6731;
}

@media (min-width:991px) {
  section .middleText .empty {
    width: 500px
  }
}

@media (min-width:1140px) {
  section .middleText .empty {
    width: 633px;
    margin-right: 15px
  }
}

section .middleText .gradient {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 170px;
  line-height: 160px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#21242d), color-stop(50%, #181b21), to(#15171c));
  background: -o-linear-gradient(top, #21242d 0, #181b21 50%, #15171c 100%);
  background: linear-gradient(to bottom, #21242d 0, #181b21 50%, #15171c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349
}

@media (min-width:576px) {
  section .middleText .gradient {
    font-size: 250px;
    line-height: 250px
  }
}

@media (min-width:765px) {
  section .middleText .gradient {
    font-size: 350px;
    line-height: 350px
  }
}

@media (min-width:991px) {
  section .middleText .gradient {
    font-size: 250px;
    line-height: 235px
  }
}

@media (min-width:1140px) {
  section .middleText .gradient {
    font-size: 325px;
    line-height: 300px
  }
}

@media (min-width:991px) {
  section .middleText {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width:1140px) {
  section .middleText {
  }
}

@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  section .middleText {
    margin-bottom: -35px
  }
  .topBlock h1.title {
    transform: translateY(-200px);
  }
}

.topBlock.crmPage,
.topBlock.partnersPage{
  margin-bottom: 0;
}

.topBlock{
  padding-top: 115px;
  background-color:#15171c;
  margin-bottom: -40px;
}

.single .topBlock{
  display: none;
}

@media (min-width:576px) {
  .topBlock{
    padding-top: 135px;
    margin-bottom: -70px;
  }
}
@media (min-width:765px) {
  .topBlock{
    padding-top: 140px;
    margin-bottom: -90px;
  }
}
@media (min-width:991px) {
  .single .topBlock{
    display: block;
  }
  .topBlock{
    padding-top: 145px;
    margin-bottom: -90px;
  }
}

@media (min-width:991px) {
  .topBlock {
    padding-top: 150px;
  }
}
.topBlock.partnersPage .imgWrap{
    margin-bottom: 20px;
}
.topBlock h1.title{
  text-align:center;
  transform:translateY(-170px);
  position: relative;
  z-index:1;
}
.topBlock.crmPage h1.title,
.topBlock.partnersPage h1.title{
  transform: none;
  text-align:left;
  margin-bottom: 15px;
}



@media (min-width:576px) {
  .topBlock h1.title{
    transform: translateY(-270px);
  }
}

@media (min-width:765px) {
  .topBlock h1.title{
    transform: translateY(-360px);
  }
}
@media (min-width:991px) {
  .topBlock h1.title{
    transform: translateY(-170px);
  }
}
@media (min-width:1140px) {
  .topBlock h1.title{
    transform: translateY(-220px);
  }
}
@media (min-width:1140px) and (min-height:620px) and (max-height:680px) {
  .topBlock h1.title {
    transform: translateY(-185px);
  }
}




.blog_section_1{
  padding-top: 50px;
  background-color:#15171c;
  padding-bottom: 0;
}

@media (min-width:991px) {
  .blog_section_1{
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.blog_section_1 .pseudoSelectBlock{
  position: relative;

}

.blog_section_1 .pseudoSelectBlock >.activeElement{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  width: 100%;
  position:relative;
  border: 1px solid #505561;
  height: 48px;
  line-height: 46px;
  border-radius: 3px;
  background-color: transparent;
}

.blog_section_1 .pseudoSelectBlock >.activeElement.active{
  border-color:#ffffff;
}

.blog_section_1 .pseudoSelectBlock .activeElement .icon{
  flex: 0 0 16px;
  width: 16px;
  height: 14px;
  margin-right: 10px;
}
.blog_section_1 .pseudoSelectBlock .activeElement span{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  color:#ffffff;
  font-size: 20px;
}
.blog_section_1 .pseudoSelectBlock .selectDropdown{
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 10px;
  top: calc(100% + 10px);
  left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  transform: rotateY(90deg);
}

.blog_section_1 .pseudoSelectBlock .selectDropdown.active{
  transform: rotateY(0);
}

.blog_section_1 .pseudoSelectBlock .selectDropdown button{
  display: block;
  width: 100%;
  text-align:left;
  font-family: 'TT Commons', sans-serif;
  margin: 7px 0;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  color:#000000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.blog_section_1 .pseudoSelectBlock .selectDropdown button:before{
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #505561;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all .3s ease-in-out;
}

.blog_section_1 .pseudoSelectBlock .selectDropdown button.active:before,
.blog_section_1 .pseudoSelectBlock .selectDropdown button:hover:before{
  border: 3px solid #F16522;
}

.blog_section_1 .searchWrapper{
  position:relative;
}

.blog_section_1 .searchWrapper:before{
  content: url('data:image/svg+xml; utf8, <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6464 16.3599C15.8417 16.5551 16.1583 16.5551 16.3536 16.3599C16.5488 16.1646 16.5488 15.848 16.3536 15.6528L15.6464 16.3599ZM7.19231 12.8846C4.04853 12.8846 1.5 10.3361 1.5 7.19231H0.5C0.5 10.8884 3.49625 13.8846 7.19231 13.8846V12.8846ZM1.5 7.19231C1.5 4.04853 4.04853 1.5 7.19231 1.5V0.5C3.49625 0.5 0.5 3.49625 0.5 7.19231H1.5ZM7.19231 1.5C10.3361 1.5 12.8846 4.04853 12.8846 7.19231H13.8846C13.8846 3.49625 10.8884 0.5 7.19231 0.5V1.5ZM12.8846 7.19231C12.8846 8.76581 12.2468 10.1894 11.2145 11.2203L11.9211 11.9279C13.1336 10.7171 13.8846 9.04194 13.8846 7.19231H12.8846ZM11.2145 11.2203C10.1841 12.2492 8.76286 12.8846 7.19231 12.8846V13.8846C9.03846 13.8846 10.7108 13.1364 11.9211 11.9279L11.2145 11.2203ZM11.2142 11.9276L15.6464 16.3599L16.3536 15.6528L11.9213 11.2205L11.2142 11.9276Z" fill="white"/></svg>');
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.blog_section_1 .searchWrapper input{
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #505561;
  border-radius: 3px;
  background-color: transparent;
  padding-left: 40px;
  font-size: 20px;
  font-family: 'TT Commons', sans-serif;
  color:#ffffff;
}
.blog_section_1 .searchWrapper input:focus{
  border-color:#ffffff;
}
.blog_section_1 .searchWrapper input::-webkit-input-placeholder {
  color:#ffffff;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}
.blog_section_1 .searchWrapper input:-moz-placeholder{
  color:#ffffff;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}
.blog_section_1 .searchWrapper input::-moz-placeholder{
  color:#ffffff;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}
.blog_section_1 .searchWrapper input:-ms-input-placeholder{
  color:#ffffff;
  -ms-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.blog_section_1 .searchWrapper input:focus::-webkit-input-placeholder{
  opacity: 0
}
.blog_section_1 .searchWrapper input:focus:-moz-placeholder{
  opacity: 0;
}
.blog_section_1 .searchWrapper input:focus::-moz-placeholder {
  opacity: 0;
}
.blog_section_1 .searchWrapper input:focus:-ms-input-placeholder{
  opacity: 0;
}

.blog_section_1 .innerWrapper{
  width: 42vw !important;
}
.blog_section_1 .innerWrapper .leftSide{
  margin-bottom: 20px;
}
.blog_section_1 .innerWrapper .rightSide{}

@media (min-width:765px) {
  .blog_section_1 .innerWrapper{
    display: flex;
    justify-content: space-between;
  }
  .blog_section_1 .innerWrapper .leftSide,
  .blog_section_1 .innerWrapper .rightSide{
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}

.blog_content{
  padding-top: 50px;
  background-color:#15171c;
  padding-bottom: 70px;
}

.blog_content .container-fluid{
  z-index: 9;
}

.blog_content .contentWrapper{
  margin-bottom: 30px;
}
@media(min-width:576px){
  .blog_content .contentWrapper{
    margin-bottom: 50px;
  }
}
@media(min-width:991px){
  .blog_content .contentWrapper{
    margin-bottom: 70px;
  }
}
.blog_content .btnWrap{
  display: flex;
  justify-content: center;
}
.blog_content .btnWrap .btn{}
.blog_content .btnWrap .btn .icon{
  transform: rotate(90deg);
}
.blog_content .btnWrap .btn:hover .icon{
  transform: rotate(90deg) translateX(5px);
}


@media(min-width:765px){
  .blog_content {
    padding-top: 60px;
    padding-bottom:90px;
  }
  .blog_content .contentWrapper{
    display: flex;
    flex-wrap:wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .blog_content .article_item{
    flex: 0 0 calc(100% / 2);
    margin-bottom: 50px;
  }
}
@media(min-width:991px){
  .blog_content .article_item{
    flex: 0 0 calc(100% / 3);
    border-right: 1px solid #505561;
    margin-bottom: 80px;
  }
  .blog_content .article_item:nth-child(1),
  .blog_content .article_item:nth-child(2){
    flex: 0 0 calc(100% / 2);
  }
  .blog_content .article_item:nth-child(1) .wrapper .imgWrap,
  .blog_content .article_item:nth-child(2) .wrapper .imgWrap{
    height: 280px;
  }
  .blog_content .article_item:nth-child(1) .wrapper .itemTitle,
  .blog_content .article_item:nth-child(2) .wrapper .itemTitle{
    font-size: 28px;
    line-height:32px;
    min-height: 95px;
  }
  .blog_content .article_item:nth-child(3n + 2){
    border-right: none;
  }
}



.article_item{
  margin-bottom: 30px;
}
@media(min-width:765px){
  .article_item{
    padding: 0 20px;
  }
}
@media(min-width:1140px){
  .blog_content .contentWrapper{
    margin-left: -25px;
    margin-right: -25px;
  }
  .article_item{
    padding: 0 25px;
  }
  .blog_content .article_item:nth-child(1) .wrapper .imgWrap,
  .blog_content .article_item:nth-child(2) .wrapper .imgWrap{
    height: 330px;
  }
}
.article_item .wrapper{
}
.article_item .wrapper .imgWrap{
  height: 220px;
  position:relative;
  margin-bottom: 20px;
}

@media(min-width:576px){
  .article_item .wrapper .imgWrap{
    height:340px;
  }
}
@media(min-width:991px){
  .article_item .wrapper .imgWrap{
    height:165px;
  }
}
@media(min-width:1140px){
  .article_item .wrapper .imgWrap{
    height:205px;
  }
}


.article_item .wrapper .imgWrap img{
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article_item .wrapper .metaBlock{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.article_item .wrapper .metaBlock .metaItem{
  display: flex;
  margin-right: 25px;
}

.article_item .wrapper .metaBlock .metaItem:last-child{
  margin-right: 0;
}

.article_item .wrapper .metaBlock .metaItem .icon{
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-right: 10px;
}

.article_item .wrapper .metaBlock .metaItem span{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color:#ffffff;
}

.article_item .wrapper .itemTitle{
  display: block;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  min-height: 82px;
  color:#ffffff;
  margin-bottom: 25px;
}
.article_item .wrapper .itemTitle:hover{
  color:#F16522;
  text-decoration: underline;
}


.article_item .wrapper .categoryLink{
  display: inline-block;
  color:#505561;
  font-family: 'TT Commons', sans-serif;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article_item .wrapper .categoryLink:hover{
  color:#F16522
}
.simpleText *{
  color:#ffffff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}
.simpleText *:last-child{
  margin-bottom: 0;
}
.simpleText h2{
  font-family: 'TT Commons', sans-serif;
  line-height: normal;
}
.simpleText h3{
  font-family: 'TT Commons', sans-serif;
  line-height: normal;
}
.simpleText h4{
  font-family: 'TT Commons', sans-serif;
  line-height: normal;
}
.simpleText h5{
  font-family: 'TT Commons', sans-serif;
  line-height: normal;
}

.simpleText figure img{
  max-width: 100%!important;
  max-height: 100%!important;
  height: auto!important;
}

.simpleText figure ul{
  margin-left: -10px;
  margin-right: -10px;
}
.simpleText figure ul li{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  margin-bottom: 10px;
}
.simpleText figure ul li:before {
  display: none;
}
@media(min-width:600px){
  .simpleText figure ul li{
    margin: 0!important;
  }
}




.simpleText p{}
.simpleText ul{}
.simpleText ul li{
  position:relative;
  padding-left: 20px;
  margin-bottom: 7px;
}

.simpleText ul li:before{
  content: '';
  position:absolute;
  width:7px;
  height: 7px;
  border: 1px solid #F16522;
  border-radius: 50%;
  top: 7px;
  left: 0;
}
.simpleText ol{
  counter-reset: dicimalList;
}
.simpleText ol li{
  counter-increment: dicimalList;
  position:relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
.simpleText ol li:before{
  content: counter(dicimalList)'.';
  color:#F16522;
  position:absolute;
  top: 0;
  left: 0;
}
.simpleText blockquote{
  text-align:center;
  padding-top: 100px;
  padding-bottom: 65px;
  position: relative;
  z-index: 10;
  border-top: 1px solid #3b3f49;
  border-bottom: 1px solid #3b3f49;
  font-weight:700;
  font-size: 24px;
  line-height: 28px;
}

.simpleText blockquote:before{
  content: '';
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 60px;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/quotes.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: 80px;
}



@media(min-width:765px){
  .simpleText *{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .simpleText blockquote{
    font-size: 28px;
    line-height: 32px;
  }
  .simpleText blockquote:before{
    width: 100px;
    background-size: 100px;
    height: 80px;
  }
  .simpleText ol li,
  .simpleText ul li{
    margin-bottom: 12px;
    padding-left: 25px;
  }

  .simpleText h2{
    font-size: 40px;
  }
  .simpleText h3{
    font-size: 35px;
  }
  .simpleText h4{
    font-size: 30px;
  }
  .simpleText h5{
    font-size: 25px;
  }
  
  .simpleText h2 span{
    font-size: 40px;
    line-height: 1;
  }
  .simpleText h3 span{
    font-size: 35px;
    line-height: 1;
  }
  .simpleText h4 span{
    font-size: 30px;
  }
  .simpleText h5 span{
    font-size: 25px;
  }


}



.article_page_section{
  padding-bottom: 30px;
  padding-top: 115px;
}

@media(min-width:576px){
  .article_page_section{
    padding-top: 130px;
  }
}

@media(min-width:765px){
  .article_page_section{
    padding-bottom: 40px;
  }
}

.article_page_section .articleContent{
  margin-bottom: 30px;
}

.article_page_section .tagsBlock{
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #3b3f49;
  border-bottom: 1px solid #3b3f49;
  margin-bottom: 30px;
}
.article_page_section .tagsBlock a{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  color:#505561;
  font-size: 17px;
}

.article_page_section .tagsBlock a:hover{
  color:#F16522;
}

@media(min-width:765px) {
  .article_page_section .articleContent {
    margin-bottom: 70px;
  }
  .article_page_section .tagsBlock{
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .article_page_section .tagsBlock a{
    margin-right: 30px;
  }
}

.article_page_section .socialsBlock{
  display: flex;
  align-items: center;
  height: 100px;
  padding: 25px;
  border-radius: 100px;
  border: 1px solid #3B3F49;
  width: fit-content;
}

.article_page_section .socialsBlock .socTitle{
  font-family: 'TT Commons', sans-serif;
  font-size: 20px;
  color:#505561;
  margin-right: 20px;
}
.article_page_section .socialsBlock .linksBlock{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_page_section .socialsBlock .linksBlock a{
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #505561;
  padding: 15px;
  fill: #505561;
  transition: .3s ease-in-out;
}
.article_page_section .socialsBlock .linksBlock a:hover{
  fill:#F16522;
  border-color:#F16522
}

@media(min-width:991px){
  .article_page_section .socialsBlock{
    transform: rotate(-90deg);
    position: absolute;
    top: 550px;
    left: -240px;
    bottom: unset;
  }
  .article_page_section .socialsBlock.sticky{
    position:fixed;
    bottom: unset;
    top: 210px;
    left: calc(50% - 600px);
  }
  .article_page_section .socialsBlock.stayDown{
    position: absolute;
    top: unset;
    bottom: 120px;
    left: -240px;
  }
  .article_page_section .socialsBlock .linksBlock a{
    transform: rotate(90deg);
  }
}
@media(min-width:1140px){
  .article_page_section .socialsBlock{
    top: 550px;
    left: -345px;
  }
  .article_page_section .socialsBlock.sticky{
    left: calc(50% - 705px);
  }
}



@media(min-width:991px){
  .article_page_section .siteWidth{
    max-width: 720px;
  }
}


.article_page_section .imgWrap{
  margin-bottom:20px;
  transform: none !important;
  margin-bottom: 30px !important;
}

@media(min-width:991px){
  .article_page_section .imgWrap{
    height: 450px;
    margin-bottom: -30px;
    transform: translateY(-50px);
  }
  .article_page_section .imgWrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media(min-width:1140px){
  .article_page_section .imgWrap{
    margin-bottom: -80px;
    transform: translateY(-100px);
    height: 500px;
  }
}
.article_page_section .metaBlock{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  margin-bottom: 20px;
}

.article_page_section .metaBlock .metaItem{
  display: flex;
  margin-right: 25px;
  margin-bottom: 10px;
}

.article_page_section .metaBlock .metaItem span.author {
  margin-left: 10px;
}

.article_page_section .metaBlock .metaItem:last-child{
  margin-right: 0;
}

.article_page_section .metaBlock .metaItem .icon{
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-right: 10px;
}

.article_page_section .metaBlock .metaItem span{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color:#ffffff;
}
.article_page_section .metaBlock .categoryBlock{
  margin-bottom: 10px;
}
.article_page_section .metaBlock .categoryBlock a{
  color:#505561;
  font-size: 18px;
  font-weight: 400;
  font-family: 'TT Commons', sans-serif;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media(min-width:765px){
  .article_page_section .metaBlock .categoryBlock a{
    font-size: 20px;
    margin-bottom: 0;
  }
}

.article_page_section .itemTitle{
  display: block;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color:#ffffff;
  margin-bottom: 25px;
}
@media(min-width:991px){
  .article_page_section .itemTitle{
    font-size: 48px;
    line-height: 50px;
  }
}

.article_page_populars{
  padding-bottom: 30px;

}

.article_page_populars h2.title{
  margin-bottom: 25px;
  text-transform: none;
    padding-left: 5%;

}
@media(min-width:576px){
  .article_page_populars h2.title{
    margin-bottom: 35px;
  }
}
@media(min-width:765px){
  .article_page_populars h2.title{
      padding-left: 0;
    margin-bottom: 40px;
  }
}

.article_page_populars .innerWrapper{
    max-width: 90%;
    margin: 0 auto;
}
.article_page_populars .innerWrapper .slickArrow{
    cursor: pointer;
    position:absolute;
    z-index: 1;
    top: 75px;
    width: 50px;
    height: 50px;
    background-color:#F16522;
    border: none;
    border-radius: 50%;
}
.article_page_populars .innerWrapper .slickArrow.arrow__next{
    right: -25px;
}
.article_page_populars .innerWrapper .slickArrow.arrow__prev{
    left: -25px;
}
.article_page_populars .innerWrapper .article_item{
    padding: 0 1px;
}

@media(min-width:576px){
    .article_page_populars .innerWrapper .slickArrow{
        top: 150px;
    }
}
@media(min-width:991px){
    .article_page_populars .innerWrapper .slickArrow{
        top: 75px;
    }
}

@media(min-width:765px){
  .article_page_populars .innerWrapper{
    display:flex;
    flex-wrap:wrap;
    max-width: 100%;
      margin-left: -5px;
      margin-right: -5px;
  }
  .article_page_populars .innerWrapper .article_item{
    flex: 0 0 calc(100% / 2);
      padding: 0 5px;

  }
}

@media(min-width:991px){
  .article_page_populars .innerWrapper{
  }
  .article_page_populars .innerWrapper .article_item{
    flex: 0 0 calc(100% / 3);
      padding: 0 5px;
  }
}

@media(min-width:1140px){
    .article_page_populars .innerWrapper{
        margin-left: -10px;
        margin-right: -10px;
    }
    .article_page_populars .innerWrapper .article_item{
        flex: 0 0 calc(100% / 4);
        padding: 0 10px;
    }
}


.article_page_populars .innerWrapper .article_item{}

@media(min-width:576px){
  .article_page_populars{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .article_page_populars{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .article_page_populars{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}





.contact_page_section{
  padding-bottom:60px;
  padding-top:60px
}

@media(min-width:576px){
  .contact_page_section{
    padding-bottom:70px;
  }
}
@media(min-width:765px){
  .contact_page_section{
    padding-bottom:80px;
  }
}
@media(min-width:991px){
  .contact_page_section{
    padding-bottom:100px;
  }
}
.contact_page_section .tabsBlock{
  display: flex;
  border-bottom: 1px solid #505561;
  margin-bottom: 30px;
}

@media(min-width: 576px){
  .contact_page_section .tabsBlock{
    margin-bottom: 40px;
  }
}

@media(min-width:765px){
  .contact_page_section .tabsBlock{
    margin-bottom: 50px;
  }
}

@media(min-width:991px){
  .contact_page_section .tabsBlock{
    margin-bottom: 80px;
  }
}


.contact_page_section .tabsBlock .contactBtn{
  flex-grow:1;
  max-width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 50px;
  border-bottom: 1px solid #505561;
  border-right: 1px solid #505561;
  margin-bottom: -1px;
  cursor: pointer;
}
.contact_page_section .tabsBlock .contactBtn.active{
  border-bottom-color: #F16522;
}
@media(max-width:990px){
  .contact_page_section .tabsBlock .contactBtn:last-child{
    border-right: none;
  }
}

@media(min-width:991px){
  .contact_page_section .tabsBlock .contactBtn{
    height: 60px;
  }
}

.contact_page_section .tabsBlock .contactBtn svg{
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 8px;
}
@media(min-width:765px){
  .contact_page_section .tabsBlock .contactBtn svg{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 15px;
  }
}
.contact_page_section .tabsBlock .contactBtn span{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color:#ffffff;
}
@media(min-width:765px){
  .contact_page_section .tabsBlock .contactBtn span{
    font-size: 28px;
  }
}

.contact_page_section .tabsContentBlock{}
.contact_page_section .tabsContentBlock .tabContent{
  display: none;
}

.contact_page_section .tabsContentBlock .tabContent.active{
  display: block;
}

@media(min-width:991px){
  .contact_page_section .tabsContentBlock .tabContent.active{
    display: flex;
  }
}

.contact_page_section .tabsContentBlock .tabContent .textBlock{
  margin-bottom: 40px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:991px){
  .contact_page_section .tabsContentBlock .tabContent .textBlock{
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    order: 2;
  }
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .iconWrap{
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock h2.title{
  color: #ffffff;
  text-transform: none;
  margin-bottom: 20px;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem{
  font-size: 20px;
  line-height: 23px;
  color:#ffffff;
  font-family: 'TT Commons', sans-serif;
  margin-bottom: 20px;
}

@media(min-width: 765px){
  .contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem a{
  color:#ffffff;
  font-weight: 600;
  position:relative;
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem a:before{
  content: '';
  width: 100%;
  height: 2px;
  background-color:#ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem a:hover{
  color:#F16522;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock .addressItem a:hover:before{
  display: none;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock{
  display: flex;
  align-items: center;
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock a{
  display: block;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 1px solid #585D68;
  border-radius: 50%;
  margin-right: 12px;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock a:last-child{
  margin-right: 0;
}
.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock a .icon{
  fill:#ffffff;
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock a:hover{
  border-color:#F16522;
}

.contact_page_section .tabsContentBlock .tabContent .textBlock .socialsBlock a:hover .icon{
  fill:#F16522
}

.contact_page_section .tabsContentBlock .tabContent .formBlock{
  background-color:#ffffff;
  border-radius: 20px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:991px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock{
    order:1;
    margin-left: unset;
    margin-right: 30px;
  }
}

@media(min-width:1140px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock{
    margin-right: 140px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper{
  padding:45px 50px;
  margin-left: auto;
  margin-right:auto;
}

@media(max-width: 340px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper{
    padding: 45px 30px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper .btnWrap .btn{
  max-width: 100%;
}
@media(min-width:576px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper{
    padding: 75px 80px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper .formTitle{
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper .formText{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media(min-width:765px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock .wrapper .formTitle{
    font-size: 28px;
    line-height: 32px;
  }
}

.crmPage .middleText,
.partnersPage .middleText{
  display: block;
}

.crmPage .description{
  margin-bottom: 15px;
  font-weight: 400;
}
.partnersPage .description_small{
    margin-bottom: 15px;
}

@media(min-width:576px){
  .crmPage .description{
    margin-bottom: 25px;
  }
    .partnersPage .description_small{
        margin-bottom: 25px;
    }
}

@media(min-width:1140px){
  .crmPage .description{
    margin-bottom: 35px;
  }
    .partnersPage .description_small{
        margin-bottom: 35px;
    }
}

.crmPage .rightSideText,
.partnersPage .rightSideText{
  margin-bottom: 30px;
}
@media(min-width:576px){
  .crmPage .rightSideText .btnWrap .btn,
  .partnersPage .rightSideText .btnWrap .btn{
    max-width:300px;
  }
}
@media(min-width:991px){
  .crmPage .middleText,
  .partnersPage .middleText{
    flex: 0 0 50%;
    order: 1;
    margin-right: 20px;
  }
  .crmPage .middleText .gradient,
  .partnersPage .middleText .gradient{
    text-align:right;
    margin-right: -15px;
  }
  .crmPage .innerWrapper,
  .partnersPage .innerWrapper{
    display: flex;
  }
  .crmPage .rightSideText,
  .partnersPage .rightSideText{
    order: 2;
    max-width: 435px;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media(min-width:1140px){
  .crmPage .rightSideText,
  .partnersPage .rightSideText{
    padding-top: 5px;
  }
  .crmPage .middleText .gradient,
  .partnersPage .middleText .gradient{
    margin-right: -20px;
    font-size: 300px;
  }
}

.crmPage_section_1{
  margin-top: -50px;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media(min-width:576px){
  .crmPage_section_1{
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media(min-width:765px){
  .crmPage_section_1{
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media(min-width:991px){
  .crmPage_section_1{
    padding-top: 90px;
    padding-bottom: 70px;
  }
    .crmPage_section_1.aboutPage{
      padding-top: 70px;
      padding-bottom: 70px;
    }
}
@media(min-width:1140px){
  .crmPage_section_1{
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .crmPage_section_1.aboutPage{
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.crmPage_section_1 h2.title{
  margin-bottom: 30px;
}
@media(min-width:765px){
  .crmPage_section_1 h2.title{
    margin-bottom: 50px;
  }
}

.crmPage_section_1 .contentWrapper{
  max-width:420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}

@media(min-width:765px){
  .crmPage_section_1 .contentWrapper{
    display: flex;
    flex-wrap:wrap;
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
  .crmPage_section_1 .contentWrapper .crm_item{
    flex: 0 0 calc(100% / 2);
  }
}

@media(min-width:991px){
  .crmPage_section_1 .contentWrapper .crm_item{
    flex: 0 0 calc(100% / 3);
  }
}

.crm_item{
  max-width: 390px;
  padding: 0 15px;
  margin-bottom: 30px;
}



.crm_item .wrapper{
  padding: 80px 50px 35px;
  position:relative;
  z-index: 1;
  border-bottom: 1px solid #3B3F49;
  border-radius: 20px;
}
.crm_item .wrapper:before{
  content: '';
  position:absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  border-left: 1px solid #3B3F49;
  border-right: 1px solid #3B3F49;
  border-radius: 20px;
}
.crm_item .wrapper:after{
}
.crm_item .wrapper:after{
  content: '';
  position:absolute;
  top: 20px;
  left: 29%;
  width: 71%;
  height: 60px;
  border-top: 1px solid #3B3F49;
  border-right: 1px solid #3B3F49;
  border-radius: 15px;
}

@media(min-width:576px){
  .crm_item .wrapper:after{
    top: 14px;
  }
}
@media(min-width:765px){
  .crm_item .wrapper:after{
    top: 17px;
  }
}

@media(min-width:991px){
  .crm_item .wrapper:after{
    top: 25px;
  }
}
@media(min-width:1140px){
  .crm_item .wrapper:after{
    top: 14px;
  }
}


.crm_item .wrapper .icon-top_folder{
  position:absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  fill:transparent;
  transition: all .3s ease-in-out;
}
.crm_item:hover .wrapper .icon-top_folder{
  fill:#F16522;
}

@media(min-width:576px){
  .crm_item .wrapper{
    padding: 80px 50px 45px;
  }
}

.crm_item .wrapper .logoWrap{
  position:relative;
  z-index: 3;
  margin-bottom: 30px;
  height: 40px;
}

.crm_item .wrapper .logoWrap img{
  transition: all .5s ease-in-out;
  filter: brightness(.3)
}
.crm_item:hover .wrapper .logoWrap img{
  filter: brightness(1);
}

.crm_item .wrapper .text{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: 'TT Commons', sans-serif;
  color:#ffffff;
  margin-bottom: 30px;
  height: 100px;
  overflow: hidden;
}
.crm_item .wrapper .btnWrap{}
.crm_item .wrapper .btnWrap .btn{
  max-width: 100%;
  min-width: unset;
  background-color: transparent;
  border: 1px solid #F16522;
}

.crm_item .wrapper .btnWrap .btn:hover{
  background-color:#F16522;
}

.crmPage_section_2{
  padding-top: 20px;
  padding-bottom: 40px;
}
.crmPage_section_2 .bgElement{
    position: absolute;
    width: 250px;
    top: 120px;
    left: -70px;
}
.crmPage_section_2 .bgElement .line1{
    transform-origin: 50% 50%;
    animation: rotate linear infinite forwards 10s;
}
.crmPage_section_2 .bgElement .line2{
    transform-origin: 50% 50%;
    animation: rotate linear infinite reverse 5s;
}
.crmPage_section_2 .bgElement .line3{
    transform-origin: 50% 50%;
    animation: rotate linear infinite forwards 7s;
}



@media(min-width:576px){
  .crmPage_section_2{
    padding-bottom: 50px;
  }
}
@media(min-width:765px){
  .crmPage_section_2{
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media(min-width:991px){
  .crmPage_section_2{
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media(min-width:1140px){
  .crmPage_section_2{
    padding-top: 50px;
  }
    .crmPage_section_2 .bgElement{
        width: 400px;
        top: 160px;
        left: calc(50% - 675px)
    }
}

.crmPage_section_2 .blockWrapper{
  background-color: #fff;
  border: 4px solid #E9803A;
  border-radius: 20px;
  padding: 45px 50px;
  max-width:960px;
  margin-left: auto;
  margin-right:auto;
}

@media(min-width:765px){
  .crmPage_section_2 .blockWrapper{
    display: flex;
    align-items: center;
  }
}

@media(min-width:1140px){
  .crmPage_section_2 .blockWrapper{
    padding: 40px 0px 25px 60px;
  }
}

.crmPage_section_2 .blockWrapper .leftSide{
  margin-bottom: 70px;
}

@media(min-width:765px){
  .crmPage_section_2 .blockWrapper .leftSide{
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media(min-width: 1140px){
  .crmPage_section_2 .blockWrapper .leftSide{
    flex: 0 0 45%;
  }
}


.crmPage_section_2 .blockWrapper .leftSide h3.title{
  font-family: 'TT Commons', sans-serif;
  font-size: 24px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 15px;
  color: #15171c;
}
.crmPage_section_2 .blockWrapper .leftSide .description{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 50px;
  color: #15171c;
}

.leftSide .description.form {
    color: #000;
}
.leftSide .title.form {
    color: #000;
}

@media(min-width:765px){
  .crmPage_section_2 .blockWrapper .leftSide .description{
    margin-bottom: 25px;
  }
}


.crmPage_section_2 .blockWrapper .leftSide .formBlock{}
.crmPage_section_2 .blockWrapper .leftSide .formBlock .btnWrap{}
.crmPage_section_2 .blockWrapper .leftSide .formBlock .btnWrap .btn{
  background-color:#f16522;
  max-width: 100%;
  min-width: unset;
}


.crmPage_section_2 .blockWrapper .rightSide{}
.crmPage_section_2 .blockWrapper .rightSide .iconWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.crmPage_section_2 .blockWrapper .rightSide .iconWrap img{
  width: 100%;
  height: 340px;
  object-fit: contain;
}

@media(min-width:765px){
  .crmPage_section_2 .blockWrapper .rightSide{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .crmPage_section_2 .blockWrapper .leftSide .formBlock{
    max-width:400px;
  }

  .crmPage_section_2 .blockWrapper .rightSide .iconWrap{
    width: 100%;
    padding: 25px 0;
  }

  .crmPage_section_2 .blockWrapper .rightSide .iconWrap img{
    width: 100%;
    height: auto;
    max-height: 340px;
  }
}
@media(min-width:991px){
  .crmPage_section_2 .blockWrapper .rightSide .iconWrap{
    padding: 51px 0;
  }
  .crmPage_section_2 .blockWrapper .rightSide .iconWrap img{
    max-height: 470px;
  }
}

.crmPage_section_3{
  padding-top: 10px;
  padding-bottom: 40px;
}

.crmPage_section_3 .topBorder{
  border-top: 1px solid #3b3f49;
}

.crmPage_section_3 .seoBlockWrapper{
  max-width:960px;
  margin-left: auto;
  margin-right:auto;
  overflow: hidden;
  max-height: 220px;
  padding: 50px 0px 0px 0px;
  transition: all .3s ease-in-out;
}
.crmPage_section_3 .seoBlockWrapper.open{
  max-height: 5000px;
}



.crmPage_section_3 .btnWrap{
  text-align:center;
  margin-top: 20px;
}

.crmPage_section_3 .btnWrap .btn{
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.crmPage_section_3 .btnWrap .btn svg{
  transform: rotate(90deg);
}
.crmPage_section_3 .btnWrap .btn .opened{
  display:none;
}
.crmPage_section_3 .btnWrap .btn.open svg{
  transform: rotate(-90deg);
}
.crmPage_section_3 .btnWrap .btn.open .opened{
  display: block;
}
.crmPage_section_3 .btnWrap .btn.open .closed{
  display: none;
}




.crmPage_section_3 .seoBlockWrapper h2{
  text-align: center;
  margin-bottom: 23px;
}

.crmPage_section_3 .seoBlockWrapper p{
  margin-bottom: 23px;
}
.crmPage_section_3 .seoBlockWrapper h3{
  text-align: center;
  margin-bottom: 23px;
}
.crmPage_section_3 .seoBlockWrapper ol{
  counter-reset: dicimalList;
}

.crmPage_section_3 .seoBlockWrapper ol li{
  counter-increment: dicimalList;
}

.crmPage_section_3 .seoBlockWrapper ul li:before{
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #f16522
}

.crmPage_section_3 .seoBlockWrapper ol li:before{
  content: counter(dicimalList)'.';
  color: #F16522;
  position: absolute;
  top: 0;
  left: 0;
}

.crmPage_section_3 .seoBlockWrapper ul li, .crmPage_section_3 .seoBlockWrapper ol li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}


.crmPage_section_3 .seoBlockWrapper ul, .crmPage_section_3 .seoBlockWrapper ol{
  margin: 25px 0px;
}

.casePage_section_1{
  background-color:#15171c;
  padding-top: 70px;
  margin-top: -50px;
  padding-bottom: 50px;
}
@media(min-width:576px){
  .casePage_section_1{
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media(min-width:765px){
  .casePage_section_1{
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media(min-width:991px){
  .casePage_section_1{
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
@media(min-width:1140px){
  .casePage_section_1{
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.casePage_section_1{}
.casePage_section_1 .contentWrapper{
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.casePage_section_1 .contentWrapper .case_item{}


@media(min-width:765px){
  .casePage_section_1 .contentWrapper{
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap:wrap;

  }
  .casePage_section_1 .contentWrapper .case_item{
    flex: 0 0 calc(100% / 2);
  }
}

@media(min-width:991px){
  .casePage_section_1 .contentWrapper .case_item:nth-child(1){
    flex: 0 0 100%;
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper{
    display:flex;
    flex-wrap:wrap;
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .logoWrap{
    order: 1;
    flex: 0 0 calc(100% + 70px);
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .imgWrap{
    order: 3;
    margin-left: auto;
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .title{
    order: 2;
    font-size: 48px;
    line-height: 48px;
    width: 100%;
    max-width: 100%;
    max-height: 190px;
    overflow: hidden;
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .text{
    order: 4;
    max-width: 500px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    height: 100px;
  }
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .btnWrap{
    order: 5;
    flex: 0 0 230px;
    margin-left: auto;
    align-self: flex-start;
  }

  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper{
    padding-bottom: 0px;
  }


  .casePage_section_1 .contentWrapper .case_item{
    flex: 0 0 calc(100% / 3);
  }
}

@media(min-width:1140px){
  .casePage_section_1 .contentWrapper .case_item:nth-child(1) .wrapper .logoWrap{
    flex: 0 0 calc(100% + 120px);
  }
}

.case_item{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.case_item .wrapper{
  border: 1px solid #3B3F49;
  border-radius: 20px;
  position: relative;
  color:#ffffff;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 45px;
}

@media(min-width:1140px){
  .case_item .wrapper{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
}

.case_item .wrapper .logoWrap{
  position:relative;
  margin-left: -35px;
  margin-right: -35px;
  top: -1px;
  border: 1px solid #3B3F49;
  border-radius: 20px;
  height: 70px;
  padding: 15px;
  text-align:center;
  margin-bottom: 40px;
}

.case_item .wrapper .logoWrap img{
  transition: all .5s ease-in-out;
  filter: brightness(.3)
}
.case_item:hover .wrapper .logoWrap img{
  filter: brightness(1);
}

.case_item:hover .wrapper .logoWrap{
  border-color:#F16522;
}


@media(min-width:1140px){
  .case_item .wrapper .logoWrap{
    margin-left: -60px;
    margin-right: -60px;
  }
}

.case_item .wrapper .imgWrap{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.case_item .wrapper .title{
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media(min-width:765px){
  .case_item .wrapper .title{
    font-size: 28px;
    line-height: 28px;
  }

}

.case_item .wrapper .text{
  font-size: 18px;
  line-height: 22px;
  height: 125px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media(min-width:765px){
  .case_item .wrapper .text{
    font-size: 20px;
    line-height: 25px;
  }
}

.case_item .wrapper .btnWrap{}
.case_item .wrapper .btnWrap .btn{
  min-width: unset;
  max-width: 100%;
  border: 1px solid #F16522;
  background-color: transparent;
}
.case_item .wrapper .btnWrap .btn:hover{
  background-color:#F16522;
}


.caseContentBlock_1{
  padding-top: 100px;
  padding-bottom: 0px;
}
@media(min-width:576px){
  .caseContentBlock_1{
    padding-top: 100px;
  }
}
@media(min-width:765px){
  .caseContentBlock_1{
    padding-top: 100px;
  }
}
@media(min-width:991px){
  .caseContentBlock_1{
    padding-top: 100px;
  }
}
@media(min-width:1140px){
  .caseContentBlock_1{
    padding-top: 100px;
  }
}


.caseContentBlock_1_1{
  padding-top: 30px;
  padding-bottom: 70px;
}
@media(min-width:576px){
  .caseContentBlock_1_1{
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
@media(min-width:765px){
  .caseContentBlock_1_1{
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
@media(min-width:991px){
  .caseContentBlock_1_1{
    padding-top: 30px;
    padding-bottom: 180px;
  }
}
@media(min-width:1140px){
  .caseContentBlock_1_1{
    padding-top: 100px;
  }
}

.caseContentBlock_1 .siteWidth{
  max-width:960px;
}

@media(min-width:765px){
  .caseContentBlock_1:before{
    /*content: '';*/
    /*width: 960px;*/
    /*height: 1px;*/
    /*background-color:#3B3F49;*/
    /*bottom: 0;*/
    /*left: calc(50% - 480px);*/
    /*position:absolute;*/
  }
}

@media(min-width:765px){
  .caseContentBlock_2_2:before{
    content: '';
    width: 960px;
    height: 1px;
    background-color:#3B3F49;
    top: 0;
    left: calc(50% - 480px);
    position:absolute;
  }
}

.caseContentBlock_1 .logoBlock{
  width: 200px;
  height: 70px;
  border-radius: 20px;
  border: 1px solid #3B3F49;
  background-color:#15171c;
  padding: 15px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 90px;*/
  position:relative;
  z-index: 1;
}

@media(min-width:991px){
  .caseContentBlock_1 .logoBlock:before{
    content: '';
    width: 380px;
    background-color:#3B3F49;
    height: 1px;
    position:absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 480px);
    margin: auto;
  }
  .caseContentBlock_1 .logoBlock:after{
    content: '';
    width: 380px;
    background-color:#3B3F49;
    height: 1px;
    position:absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% + 100px);
    margin: auto;
  }
}

.caseContentBlock_1 .inputWrapper{}

@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper{
    /*display: flex;*/
    /*align-items: center;*/
    margin-left: -15px;
    margin-right: -15px;
  }
}

.caseContentBlock_1 .inputWrapper .leftSide{
}
@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .leftSide{
    /*order:1;*/
    /*flex: 0 0 430px;*/
  }
}



.caseContentBlock_1 .inputWrapper .leftSide .imgWrap{
  position:relative;
  max-width: 430px;
  margin-left: auto;
  margin-right:auto;
}
.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg{
  width: 235px;
  height: 510px;
  background-color:red;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}

.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg.portrait{
  width: 100%;
  height: 220px;
}
.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg a{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color:#F16522;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg a svg{
  transition: all .3s ease-in-out;
}

.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg a:hover svg{
  transform: scale(1.5);
}
.caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg a:before{
  content: '';
}




@media(min-width:576px){
  .caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg.portrait{
    height: 280px;
  }
}
@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .leftSide .imgWrap .bgImg.portrait{
    height: 340px;
  }
}



.caseContentBlock_1 .inputWrapper .rightSide{
  margin-bottom: 80px;

}

@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .rightSide{
    /*order: 2;*/
    /*flex-grow: 1;*/
    /*margin-left: 100px;*/
    margin-bottom: 100px;
  }
}


.caseContentBlock_1 .inputWrapper .rightSide h1.title{
  font-size: 28px;
  line-height: 28px;
  font-family: 'TT Commons', sans-serif;
  text-align:center;
  margin-bottom: 25px;

}

@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .rightSide h1.title{
    text-align:left;
  }
}


.caseContentBlock_1 .inputWrapper .rightSide .description{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align:center;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .rightSide .description{
    text-align:left;
    max-width: unset;
    margin-left: unset;
    margin-right:unset;
    margin-bottom: 30px;
  }
}


.caseContentBlock_1 .inputWrapper .rightSide .btnWrap{

}
.caseContentBlock_1 .inputWrapper .rightSide .btnWrap .btn{
  margin-left: auto;
  margin-right:auto;
}
@media(min-width:991px){
  .caseContentBlock_1 .inputWrapper .rightSide .btnWrap .btn{
    margin-left: unset;
  }
}

.caseContentBlock_2{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media(min-width:576px){
  .caseContentBlock_2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:765px){
  .caseContentBlock_2{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media(min-width:991px){
  .caseContentBlock_2{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media(min-width:1140px){
  .caseContentBlock_2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.caseContentBlock_2 .siteWidth{
  max-width:990px;
}

.caseContentBlock_2 .innerWrapper{}
.caseContentBlock_2 .innerWrapper .contentItem{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
}
.caseContentBlock_2 .innerWrapper .contentItem .greyTitle{
  color:#737782;
  margin-bottom: 7px;
}
.caseContentBlock_2 .innerWrapper .contentItem .orangeTitle{
  text-transform: uppercase;
  color:#F16522;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.caseContentBlock_2 .innerWrapper .contentItem .text{
  color:#ffffff;
}
.caseContentBlock_2 .innerWrapper .contentItem ul{}
.caseContentBlock_2 .innerWrapper .contentItem ul li{
  color:#ffffff;
  margin-bottom: 8px;
  position:relative;
  padding-left: 15px;
}

.caseContentBlock_2 .innerWrapper .contentItem ul li:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #F16522;
  border-radius: 5px;
  position:absolute;
  top: 9px;
  left: 0;
}
@media(min-width:576px){
  .caseContentBlock_2 .innerWrapper .contentItem ul li{
    margin-bottom: 12px;
  }
  .caseContentBlock_2 .innerWrapper .contentItem ul li:before{

  }
}

@media(min-width:991px){
  .caseContentBlock_2 .innerWrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .caseContentBlock_2 .innerWrapper .lefSide,
  .caseContentBlock_2 .innerWrapper .rightSide{
    flex: 0 0 calc(100% / 2);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.caseContentBlock_3{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .caseContentBlock_3{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .caseContentBlock_3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .caseContentBlock_3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .caseContentBlock_3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.caseContentBlock_3 h2.title{
  text-align:center;
  margin-bottom: 30px;
}
@media(min-width:765px){
  .caseContentBlock_3.left h2.title{
    text-align:left;
  }
  .caseContentBlock_3 h2.title{
    margin-bottom: 50px;
  }
}

.caseContentBlock_3 .contentWrapper{}
.caseContentBlock_3 .contentWrapper .case_item{}

.caseContentBlock_3.pageAbout .contentWrapper .case_item{
  display: none;
}
.caseContentBlock_3.pageAbout .contentWrapper .case_item:nth-child(-n+3){
  display: block;
}

@media(min-width:765px){
  .caseContentBlock_3 .contentWrapper{
    display: flex;
    flex-wrap:wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .caseContentBlock_3 .contentWrapper .case_item{
    flex: 0 0 calc(100% / 2);
  }
}

@media(min-width:991px){
  .caseContentBlock_3 .contentWrapper .case_item{
    flex: 0 0 calc(100% / 3);
  }
}


.caseContentBlock_3 .showLessBtn{
  margin-top: 30px;
}
@media(min-width:765px){
  .caseContentBlock_3 .showLessBtn{
    margin-top: 50px;
  }
}



.caseContentBlock_3 .showLessBtn button{
  cursor: pointer;
  background-color:transparent;
  border: none;
  position:relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.caseContentBlock_3 .showLessBtn button:before{
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #f16522;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all .3s ease-in-out;
}

.caseContentBlock_3 .showLessBtn button:hover:before{
  opacity: 0;
}




.caseContentBlock_3 .showLessBtn button span{
  font-size: 17px;
  color:#f16522;
}
.caseContentBlock_3 .showLessBtn button svg{
  width: 13px;
  height: 13px;
  margin-left: 5px;
  fill: #f16522;
}




.crmContentBlock_1{
  padding-top: 115px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_1{
    padding-top: 135px;
    padding-bottom: 35px;
  }
}
@media(min-width:765px){
  .crmContentBlock_1{
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media(min-width:991px){
  .crmContentBlock_1{
    padding-top: 145px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_1{
    padding-top: 150px;
    padding-bottom: 60px;
  }
}

.crmContentBlock_1 .innerWrapper{
  margin-bottom: 40px;
}
.crmContentBlock_1 .innerWrapper .rightSide{
  margin-bottom: 40px;
}
.crmContentBlock_1 .innerWrapper .rightSide .logoBlock{
  width: 160px;
  height: 60px;
  border-radius: 20px;
  padding: 15px;
  text-align:center;
  border: 1px solid #3B3F49;
  margin-bottom: 20px;
}
.crmContentBlock_1 .innerWrapper .rightSide h1.title{
  margin-bottom: 20px;
}
.crmContentBlock_1 .innerWrapper .rightSide .description{
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color:#ffffff;
  margin-bottom: 20px;
}
.crmContentBlock_1 .innerWrapper .rightSide .btnWrap{}
.crmContentBlock_1 .innerWrapper .rightSide .btnWrap .btn{
  max-width: 100%;
}

.crmContentBlock_1 .bottomTextBlock{}
.crmContentBlock_1 .bottomTextBlock .title{
  color:#ffffff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  position:relative;
  padding-bottom: 10px;
}
.crmContentBlock_1 .bottomTextBlock .title:before{
  content: '';
  height: 2px;
  width: 115px;
  background-color:#F16522;
  position:absolute;
  bottom: 0;
  left:0;
}
.crmContentBlock_1 .bottomTextBlock .text{
  color:#ffffff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
@media(min-width:765px){
  .crmContentBlock_1 .innerWrapper{
    margin-bottom: 60px;
  }
  .crmContentBlock_1 .bottomTextBlock{
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .crmContentBlock_1 .bottomTextBlock .title{
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 30px;
    margin-right: 40px;
    flex: 0 0 auto;
  }
  .crmContentBlock_1 .bottomTextBlock .title:before{
    bottom: unset;
    right: 0;
    top: 0;
    left: unset;
    width: 2px;
    height: 95%;
  }
  .crmContentBlock_1 .bottomTextBlock .text{
      font-size: 26px;
      line-height: 28px;
  }
}


@media(min-width:991px){
  .crmContentBlock_1 .innerWrapper .rightSide .btnWrap .btn{
    max-width: 260px;
  }
}

.crmContentBlock_1 .innerWrapper .leftSide{}
.crmContentBlock_1 .innerWrapper .leftSide .imgWrap{
  border: 2px solid #F16522;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 8px;
}
.crmContentBlock_1 .innerWrapper .leftSide .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
}

@media(min-width:991px){
  .crmContentBlock_1 .innerWrapper{
    display: flex;
  }
  .crmContentBlock_1 .innerWrapper .leftSide{
    order: 1;
    flex: 0 0 560px;
  }
  .crmContentBlock_1 .innerWrapper .leftSide .imgWrap{
    padding: 15px;
  }
  .crmContentBlock_1 .innerWrapper .rightSide{
    order: 2;
    margin-left: 30px;
    margin-bottom: 0;
  }
}

@media(min-width:1140px){
  .crmContentBlock_1 .innerWrapper .leftSide{
    flex: 0 0 660px;
  }
  .crmContentBlock_1 .innerWrapper .rightSide{
    margin-left: 120px;
  }
}

.crmContentBlock_2{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_2{
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .crmContentBlock_2{
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .crmContentBlock_2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_2{
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.crmContentBlock_2 h2.title{
  margin-bottom: 30px;
}

@media(min-width:765px){
  .crmContentBlock_2 h2.title{
    margin-bottom: 50px;
  }
}

.crmContentBlock_2 .contentWrapper{
  margin-bottom: -30px;
}
.crmContentBlock_2 .contentWrapper .contentItem{
  position:relative;

  margin-bottom: 30px;
}
.crmContentBlock_2 .contentWrapper .contentItem .iconWrap{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.crmContentBlock_2 .contentWrapper .contentItem .title{
  color:#ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 10px;
}
.crmContentBlock_2 .contentWrapper .contentItem .title span{
  position:relative;
}
.crmContentBlock_2 .contentWrapper .contentItem .title span:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F16522;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.crmContentBlock_2 .contentWrapper .contentItem .text{
  color:#ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

@media(min-width:765px){
  .crmContentBlock_2 .contentWrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -40px;
  }
  .crmContentBlock_2 .contentWrapper .contentItem{
    flex: 0 0 calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .crmContentBlock_2 .contentWrapper .contentItem .iconWrap{
    left: 10px;
  }
}

@media(min-width:991px){
  .crmContentBlock_2 .contentWrapper{
    margin-left: -15px;
    margin-right: -15px;
  }
  .crmContentBlock_2 .contentWrapper .contentItem{
    padding-left: 15px;
    padding-right: 15px;
  }
  .crmContentBlock_2 .contentWrapper .contentItem .iconWrap{
    left: 15px;
  }
}


.crmContentBlock_4{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .crmContentBlock_4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .crmContentBlock_4{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_4{
    padding-bottom: 70px;
  }
}

.crmContentBlock_4 .innerWrapper{
  border: 2px solid #F16522;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}




.crmContentBlock_4 .innerWrapper:before{
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #3B3F49;
  border-radius: 20px;
}



.crmContentBlock_4 .innerWrapper .rightSide{

}
.crmContentBlock_4 .innerWrapper .rightSide .imgWrap{
  margin-left: auto;
  margin-right:auto;
  padding: 8px;
  border-radius: 20px;
  overflow: hidden;
}

.crmContentBlock_4 .innerWrapper .rightSide .imgWrap img{
  overflow: hidden;
  border-radius: 20px;
}

.crmContentBlock_4 .innerWrapper .leftSide{
  color:#ffffff;
  text-align:center;
  margin-bottom: 30px;
}
.crmContentBlock_4 .innerWrapper .leftSide h4.title{
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.crmContentBlock_4 .innerWrapper .leftSide .text{
  font-size: 20px;
  line-height: 25px;
}

@media(min-width:991px){
  .crmContentBlock_4 .innerWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .crmContentBlock_4 .innerWrapper .leftSide{
    flex: 0 0 45%;
    text-align:left;
    margin-bottom: 0;
  }
  .crmContentBlock_4 .innerWrapper .rightSide{
    flex: 0 0 50%;
  }
  .crmContentBlock_4 .innerWrapper .leftSide h4.title{
    margin-bottom: 40px;
  }
}

@media(min-width:1140px) {
  .crmContentBlock_4 .innerWrapper {
    padding: 100px 120px;
  }
}

.crmContentBlock_5{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_5{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .crmContentBlock_5{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .crmContentBlock_5{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_5{
    padding-bottom: 70px;
  }
}

.crmContentBlock_5 h2.title{
  margin-bottom: 30px;
}
@media(min-width: 765px){
  .crmContentBlock_5 h2.title{
    margin-bottom: 50px;
  }
}
.crmContentBlock_5 .contentWrapper{
  counter-reset: list;
  margin-bottom: -50px;
}
.crmContentBlock_5 .contentWrapper .contentItem{

  counter-increment: list;
  margin-bottom: 50px;
}

@media(min-width: 765px){
  .crmContentBlock_5 .contentWrapper .contentItem{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 960px;
    margin-left: auto;
  }
}

.crmContentBlock_5 .contentWrapper .contentItem .textWrap{
  margin-bottom: 20px;
}
@media(min-width: 765px){
  .crmContentBlock_5 .contentWrapper .contentItem .textWrap{
    margin-bottom: 0;
    position:relative;
    padding-left: 70px;
  }
}

@media(min-width:991px){
  .crmContentBlock_5 .contentWrapper .contentItem .textWrap{
    padding-left: 100px;
  }
}



.crmContentBlock_5 .contentWrapper .contentItem .textWrap:before{
  content: '0'counter(list);
  display: block;
  -webkit-text-stroke: 1px #F16522;
  font-size: 48px;
  font-weight: 700;
  color:#15171c;
  margin-bottom: 10px;
}
@media(min-width: 765px){
  .crmContentBlock_5 .contentWrapper .contentItem .textWrap:before{
    margin-bottom: 0;
    position:absolute;
    top: 0;
    left: 0;
  }
}




.crmContentBlock_5 .contentWrapper .contentItem .textWrap .title{
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color:#ffffff;
  margin-bottom: 10px;
}
.crmContentBlock_5 .contentWrapper .contentItem .textWrap .text{
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color:#ffffff;
}
.crmContentBlock_5 .contentWrapper .contentItem .imgWrap{
  height:60vw;
}
@media(min-width:576px){
  .crmContentBlock_5 .contentWrapper .contentItem .imgWrap{
    height: 300px;
  }
}
@media(min-width:765px){
  .crmContentBlock_5 .contentWrapper .contentItem .imgWrap{
    flex: 0 0 250px;
    margin-left: 25px;
  }
}

.crmContentBlock_5 .contentWrapper .contentItem .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-position:center;
  object-fit: cover;
}

@media(min-width:765px){
  .crmContentBlock_5 .contentWrapper .contentItem:nth-child(even){
    margin-left: unset;
  }
  .crmContentBlock_5 .contentWrapper .contentItem:nth-child(even) .imgWrap{
    order: 1;
    margin-left: 0;
    margin-right: 25px;
  }
  .crmContentBlock_5 .contentWrapper .contentItem:nth-child(even) .textWrap{
    order: 2;
  }
}
@media(min-width:991px){
  .crmContentBlock_5 .contentWrapper .contentItem{
    margin-bottom: 40px;
  }
  .crmContentBlock_5 .contentWrapper .contentItem .imgWrap{
    flex: 0 0 460px;
    height: 300px;
  }
  .crmContentBlock_5 .contentWrapper .contentItem .imgWrap{
    margin-left: 40px;
  }
  .crmContentBlock_5 .contentWrapper .contentItem:nth-child(even) .imgWrap{
    margin-left: 0;
    margin-right: 40px;
  }
}



.crmContentBlock_6{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_6{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .crmContentBlock_6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .crmContentBlock_6{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_6{
    padding-bottom: 70px;
  }
}

.crmContentBlock_6 h2.title{
  margin-bottom: 30px;
}

@media(min-width: 765px){
  .crmContentBlock_6 h2.title{
    margin-bottom: 50px;
  }
}
.crmContentBlock_6 .contentWrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-bottom: -20px;
}

@media(min-width: 576px){
  .crmContentBlock_6 .contentWrapper{
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media(min-width: 765px){
  .crmContentBlock_6 .contentWrapper{
    margin-bottom: -40px;
  }
}


@media(min-width: 1140px){
  .crmContentBlock_6 .contentWrapper{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}



.crmContentBlock_6 .contentWrapper .contentItem{
  flex: 0 0 45%;
  margin-bottom: 20px;
}
.crmContentBlock_6 .contentWrapper .contentItem .imgWrap{
  width: 150px;
  height: 150px;
  padding: 35px;
  border: 1px solid #F16522;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width:576px){
  .crmContentBlock_6 .contentWrapper .contentItem .imgWrap{
    width: 160px;
    height: 160px;
  }
}
@media(min-width:991px){
  .crmContentBlock_6 .contentWrapper .contentItem .imgWrap{
    width: 176px;
    height: 176px;
  }
}



@media(min-width: 576px){
  .crmContentBlock_6 .contentWrapper .contentItem{
    max-width: unset;
    flex: 0 0 calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(min-width: 765px) {
  .crmContentBlock_6 .contentWrapper .contentItem {
    margin-bottom: 40px;
  }
}
@media(min-width: 991px) {
  .crmContentBlock_6 .contentWrapper .contentItem {
    flex: 0 0 calc(100% / 4);
  }
}

.crmContentBlock_6 .contentWrapper .contentItem .title{
  text-align:center;
  font-size: 18px;
  font-weight: 700;
  color:#ffffff;
}



.crmContentBlock_7{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media(min-width:576px){
  .crmContentBlock_7{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:765px){
  .crmContentBlock_7{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(min-width:991px){
  .crmContentBlock_7{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_7{
    padding-bottom: 70px;
  }
}
.crmContentBlock_7 .topSide{
  margin-bottom: 40px;
}
@media(min-width:765px){
  .crmContentBlock_7 .topSide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}



.crmContentBlock_7 .topSide h2.title{
  margin-bottom: 30px;
}

@media(min-width:765px){
  .crmContentBlock_7 .topSide h2.title{
    flex: 0 0 375px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media(min-width:1140px){
  .crmContentBlock_7 .topSide h2.title{
    flex: 0 1 auto;
  }
}


.crmContentBlock_7 .topSide .imgWrap{
  height: 65vw;
}
@media(min-width:576px){
  .crmContentBlock_7 .topSide .imgWrap{
    height: 350px;
  }
}

@media(min-width:576px){
  .crmContentBlock_7 .topSide .imgWrap{
    flex: 0 0 500px;
    height: 280px;
  }
}




.crmContentBlock_7 .topSide .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.crmContentBlock_7 .contentWrapper{
  counter-reset: list;
}
@media(min-width:765px){
  .crmContentBlock_7 .contentWrapper{
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media(min-width:991px) {
  .crmContentBlock_7 .contentWrapper {
    display: flex;
  }
}



.crmContentBlock_7 .contentWrapper .slick-dots {
  bottom: -35px;
}
.crmContentBlock_7 .contentWrapper .slick-dots li button:before{
  color:#ffffff;
}
.crmContentBlock_7 .contentWrapper .contentItem{
  padding-top: 10px;
  font-size: 20px;
  line-height: 25px;
  color:#ffffff;
  counter-increment: list;
}

@media(min-width: 765px){
  .crmContentBlock_7 .contentWrapper .contentItem{
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(min-width:1140px){
  .crmContentBlock_7 .contentWrapper .contentItem{
    flex: 0 0 200px;
  }
}
.crmContentBlock_7 .contentWrapper .contentItem:before{
  content: '0'counter(list);
  display: block;
  -webkit-text-stroke: 1px #F16522;
  font-size: 48px;
  font-weight: 700;
  color: #15171c;
  margin-bottom: 10px;
}
@media(min-width: 991px){
  .crmContentBlock_7 .contentWrapper .contentItem:before{
    margin-bottom: 60px;
  }

  .crmContentBlock_7 .contentWrapper .contentItem:first-child:after{
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #676E7E;
    position: absolute;
    top: 65px;
    left: 15px;
  }

}


.crmContentBlock_7 .contentWrapper .contentItem .title{
  font-weight: 700;
  margin-bottom: 5px;
}

.crmContentBlock_7 .contentWrapper .contentItem .text{
  font-weight: 400;
}



































/*lang dropdown*/
header .innerWrapper > .langBlockDropdown {
  display: none;
  justify-content: space-between;
}

@media (min-width:1140px) {
  header .innerWrapper .langBlockDropdown {
    max-width: 60px;
    width: 60px;
    display: inline-block;
    position: relative;
    background-color: #15171c;
  }
}

header .innerWrapper .langBlockDropdown ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

header .innerWrapper .langBlockDropdown ul li {
  display: block;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  width: 100%;
}

header .innerWrapper .langBlockDropdown li a {
  font-family: 'TT Commons', sans-serif;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #505561;
}

header .innerWrapper .langBlockDropdown li a:hover,
header .innerWrapper .langBlockDropdown li a:focus-within {
  color: #ffffff;
  cursor: pointer;
}

header .innerWrapper .langBlockDropdown li a:focus-within {
  outline: none;
}

header .innerWrapper .langBlockDropdown ul li ul {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  display: none;
}

header .innerWrapper .langBlockDropdown ul li:hover > ul,
header .innerWrapper .langBlockDropdown ul li:focus-within > ul,
header .innerWrapper .langBlockDropdown ul li ul:hover,
header .innerWrapper .langBlockDropdown ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

header .innerWrapper .langBlockDropdown ul li ul li {
  clear: both;
  width: 100%;
}

header .innerWrapper .langBlockDropdown .languageSelector {
  display: flex;
  transition: all .35s;
  border: 0px;
  background: #15171c;
  color: #505561;
  cursor: pointer;
  font-family: 'TT Commons', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  width: 100%;
}

header .innerWrapper .langBlockDropdown .languageSelector:hover {
  transition: all .35s;
  color: #ffffff;
}

header .innerWrapper .langBlockDropdown .languages {
  display: none;
  position: absolute;
  margin: 0;
  background: #15171c;
  bottom: 100%;
  right: 0;
  left: 0;
}

header .innerWrapper .langBlockDropdown .languageSelector.active:after {
  content: "\25B2";
  font-size: 10px;
  padding: 0 5px 0 5px;
  vertical-align: top;
}

header .innerWrapper .langBlockDropdown .languageSelector:after {
  content: "\25BC";
  font-size: 10px;
  padding: 0 5px 0 5px;
  vertical-align: top;
}

header .innerWrapper .langBlockDropdown li:nth-child(1) {
  border-top: 0px;
}

header .innerWrapper .langBlockDropdown li:not(:last-child) {
  border-bottom: 0px;
}
/*end lang dropdown*/


.zoho_landing_section_1{
  padding-top: 90px;
  padding-bottom: 35px;
}
.zoho_landing_section_1 .innerWrapper{}

.zoho_landing_section_1 .innerWrapper .imgWrap{
  position: relative;
  height: 250px;
  padding: 15px;
  border: 1px dotted #F16522;
  border-radius: 20px;
  margin-bottom: 85px;
}

.zoho_landing_section_1 .innerWrapper .imgWrap .primaryImg{
  display: block;
  position: absolute;
  border-radius: 20px;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-position: center;
  object-fit: cover;
}
.zoho_landing_section_1 .innerWrapper .imgWrap .logoImg{
  display: block;
  max-width: 335px;
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media(max-width:576px){
  .zoho_landing_section_1 .innerWrapper .imgWrap .logoImg{
    max-width: 250px;
  }
}


.zoho_landing_section_1 .innerWrapper h1.title{
  margin-bottom: 20px;
}
.zoho_landing_section_1 .innerWrapper .text{
  margin-bottom: 30px;
}
.zoho_landing_section_1 .innerWrapper .btnWrap{}

.zoho_landing_section_1 .innerWrapper .btnWrap .btn{
  max-width: 100%;
}

@media(min-width:576px){
  .zoho_landing_section_1 .innerWrapper .imgWrap{
    height: 350px;
  }
}

@media(min-width:767px){
  .zoho_landing_section_1 .innerWrapper .imgWrap{
    height: 380px;
  }
  .zoho_landing_section_1 .innerWrapper .btnWrap .btn{
    max-width: 300px;
  }
}
@media(min-width:991px){
  .zoho_landing_section_1 .innerWrapper{
    position: relative;
    padding-left: 60%;
  }
  .zoho_landing_section_1 .innerWrapper .imgWrap{
    position: absolute;
    width: 55%;
    height: 330px;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
@media(min-width:1140px){
  .zoho_landing_section_1{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .zoho_landing_section_1 .innerWrapper{
    padding-left: 60.5%;
  }
  .zoho_landing_section_1 .innerWrapper .imgWrap{
    height: 375px;
    top: -25px;
    left: -15px;
    width: 54%;
  }
  .zoho_landing_section_1 .innerWrapper .text{
    margin-bottom: 40px;
  }
}


.zoho_landing_section_2{
  padding-top: 35px;
  padding-bottom: 35px;
}

.zoho_landing_section_2 h2.title{
  margin-bottom: 70px;
}
@media(max-width:576px){
  .zoho_landing_section_2 h2.title{
    margin-bottom: 40px;
  }
}
.zoho_landing_section_2 .contentWrapper{
}
.zoho_landing_section_2 .contentWrapper .contentItem{
  position:relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.zoho_landing_section_2 .contentWrapper .contentItem:last-child{
  margin-bottom: 0;
}
.zoho_landing_section_2 .contentWrapper .contentItem:after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color:#3B3F49;
}
.zoho_landing_section_2 .contentWrapper .contentItem .iconWrap{
  margin-bottom: 40px;
}
.zoho_landing_section_2 .contentWrapper .contentItem .iconWrap img{
  display: block;
}
.zoho_landing_section_2 .contentWrapper .contentItem .textWrap{}
.zoho_landing_section_2 .contentWrapper .contentItem .textWrap .title{
  color:#ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}



@media(min-width:576px){
  .zoho_landing_section_2{
  }
}
@media(min-width:765px){
  .zoho_landing_section_2{
  }

  .zoho_landing_section_2 .contentWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zoho_landing_section_2 .contentWrapper .contentItem{
    flex: 0 0 48%;
  }

}
@media(min-width:991px){
  .zoho_landing_section_2{
  }
  .zoho_landing_section_2 .contentWrapper{}
  .zoho_landing_section_2 .contentWrapper .contentItem{
    flex: 0 0 21%;
    position:relative;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
@media(min-width:1140px){
  .zoho_landing_section_2{
    padding-top: 25px;
  }
}

.zoho_landing_section_3{
  padding-top: 35px;
  padding-bottom: 35px;
}

.zoho_landing_section_3 h2.title{
  margin-bottom: 40px;
}
.zoho_landing_section_3 .contentWrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.zoho_landing_section_3 .contentWrapper .contentItem{
  flex: 0 0 48%;
  border: 1px solid #3B3F49;
  padding: 25px;
  display: flex;
  height: 85px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 15px;
}

@media(min-width:576px){
  .zoho_landing_section_3{
  }
  .zoho_landing_section_3 .contentWrapper .contentItem {
    flex: 0 0 32%;
  }
}
@media(min-width:765px){
  .zoho_landing_section_3{
  }
  .zoho_landing_section_3 .contentWrapper{
    margin-bottom: -25px;
  }
  .zoho_landing_section_3 .contentWrapper .contentItem {
    margin-bottom: 25px;
  }
}
@media(min-width:991px){
  .zoho_landing_section_3{
  }
  .zoho_landing_section_3 .contentWrapper{
    margin-bottom: -35px;
  }
  .zoho_landing_section_3 .contentWrapper .contentItem {
    flex: 0 0 22.5%;
    padding: 30px;
    height: 135px;
    margin-bottom: 35px;
  }
}
@media(min-width:1140px){
  .zoho_landing_section_3{
    padding-top: 55px;
    padding-bottom: 45px;
  }
}


.zoho_landing_section_4{
  padding-top: 35px;
  padding-bottom: 35px;
}
.zoho_landing_section_4 h2.title{
  margin-bottom: 90px;
}
.zoho_landing_section_4 .controlBlock{
  position: absolute;
  top: 75px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  height: 60px;
  border: 1px solid #3B3F49;
  border-radius: 120px;
}
.zoho_landing_section_4 .controlBlock .countBlock{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#ffffff;
  font-size: 16px;
}

.zoho_landing_section_4 .controlBlock .countBlock .total{
  color:#737782;
}


.zoho_landing_section_4 .controlBlock .slick-arrow{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  background-color: transparent;
  transition: all .3s ease-in-out;
}
.zoho_landing_section_4 .controlBlock .slick-arrow:after{
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #F16522;
  border-top: 2px solid #F16522;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}
.zoho_landing_section_4 .controlBlock .slick-arrow:hover{
  background-color:#F16522;
}
.zoho_landing_section_4 .controlBlock .slick-arrow:hover:after{
  border-left-color:#ffffff;
  border-top-color:#ffffff;
}

.zoho_landing_section_4 .controlBlock .slick-arrow:before{
  display: none;
}
.zoho_landing_section_4 .controlBlock .slick-arrow.slick-prev{
  left: 5px;
}

.zoho_landing_section_4 .controlBlock .slick-arrow.slick-prev:after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zoho_landing_section_4 .controlBlock .slick-arrow.slick-next{
  right: 5px;
}
.zoho_landing_section_4 .controlBlock .slick-arrow.slick-next:after{
  transform: translate(-50%, -50%) rotate(135deg);
}



.zoho_landing_section_4 .contentWrapper{
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 35px;
}
@media(min-width:765px){
  .zoho_landing_section_4 .contentWrapper{
    margin-bottom: 0;
  }
}

.zoho_landing_section_4 .contentWrapper .contentItem{
  border: 1px solid #3B3F49;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../img/quotes.png);
  background-repeat: no-repeat;
  background-position:top 30px right 30px;
  background-size: 80px;
}

.zoho_landing_section_4 .contentWrapper .contentItem .title{
  font-weight: 700;
  color:#ffffff;
  font-size: 28px;
  line-height: 100%;
  padding-right: 70px;
  margin-bottom: 30px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .text{
  margin-bottom: 40px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock{
  margin-top: auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock .imgWrap{
  flex: 0 0 60px;
  height: 60px;
  margin-right: 20px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock .imgWrap {
    filter: grayscale(100%);
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock .textWrap{
  font-size:20px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock .textWrap .name{
  font-weight: 700;
  color:#ffffff;
  margin-bottom: 10px;
}
.zoho_landing_section_4 .contentWrapper .contentItem .bottomBlock .textWrap .duty{
  font-weight: 400;
  color:#737782;
}

.zoho_landing_section_4 .contentWrapper .contentItem .facebook_button{
  border: 1px solid #585D68;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 5px;
  padding-left: 20px;
  line-height: normal;
}
.zoho_landing_section_4 .contentWrapper .contentItem .facebook_button span{
  color:#ffffff;
  font-size: 17px;
  margin-right: 15px;
  margin-bottom: -3px;
  transition: all .3s ease-in-out;
}
.zoho_landing_section_4 .contentWrapper .contentItem .facebook_button svg{
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 5px;
  border: 1px dashed #F16522;
  border-radius: 50%;

}
.zoho_landing_section_4 .contentWrapper .contentItem .facebook_button:hover span{
  color:#F16522;
}


.zoho_landing_section_4 .btnWrap{

}

.zoho_landing_section_4 .btnWrap .btn{
  max-width: 100%;
}
.zoho_landing_section_4 .btnWrap .btn span{
  font-size: 13px;
}

@media(min-width:576px){
  .zoho_landing_section_4 .btnWrap .btn span{
    font-size: 17px;
  }
}

@media(min-width:576px){
  .zoho_landing_section_4{
  }
  .zoho_landing_section_4 h2.title{
    padding-right: 200px;
    margin-bottom: 30px;
  }
  .zoho_landing_section_4 .controlBlock{
    top: 15px;
    left: unset;
    width: 200px;
    height: 80px;
  }
  .zoho_landing_section_4 .controlBlock .slick-arrow{
    width: 60px;
    height: 60px;
  }
  .zoho_landing_section_4 .controlBlock .slick-arrow.slick-prev{
    left: 10px;
  }
  .zoho_landing_section_4 .controlBlock .slick-arrow.slick-next{
    right: 10px;
  }
  .zoho_landing_section_4 .contentWrapper .contentItem{
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px;
  }
}
@media(min-width:765px){
  .zoho_landing_section_4{
  }
}
@media(min-width:991px){
  .zoho_landing_section_4{
  }
  .zoho_landing_section_4 .contentWrapper .contentItem{
    padding: 50px 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .zoho_landing_section_4 .btnWrap .btn{
    max-width: 385px
  }
}
@media(min-width:1140px){
  .zoho_landing_section_4{
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .zoho_landing_section_4.aboutPage{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .zoho_landing_section_4.frontPage{
    padding-top: 60px;
    padding-bottom: 30px;
  }
}


/* duplicated styles for .zoho_landing_section12 */
.zoho_landing_section12{
  padding-top: 35px;
  padding-bottom: 35px;
}
.zoho_landing_section12 h2.title{
  margin-bottom: 90px;
}
.zoho_landing_section12 .controlBlock{
  position: absolute;
  top: 75px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  height: 60px;
  border: 1px solid #3B3F49;
  border-radius: 120px;
}
.zoho_landing_section12 .controlBlock .countBlock{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#ffffff;
  font-size: 16px;
}

.zoho_landing_section12 .controlBlock .countBlock .total{
  color:#737782;
}


.zoho_landing_section12 .controlBlock .slick-arrow{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  background-color: transparent;
  transition: all .3s ease-in-out;
}
.zoho_landing_section12 .controlBlock .slick-arrow:after{
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #F16522;
  border-top: 2px solid #F16522;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}
.zoho_landing_section12 .controlBlock .slick-arrow:hover{
  background-color:#F16522;
}
.zoho_landing_section12 .controlBlock .slick-arrow:hover:after{
  border-left-color:#ffffff;
  border-top-color:#ffffff;
}

.zoho_landing_section12 .controlBlock .slick-arrow:before{
  display: none;
}
.zoho_landing_section12 .controlBlock .slick-arrow.slick-prev{
  left: 5px;
}

.zoho_landing_section12 .controlBlock .slick-arrow.slick-prev:after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zoho_landing_section12 .controlBlock .slick-arrow.slick-next{
  right: 5px;
}
.zoho_landing_section12 .controlBlock .slick-arrow.slick-next:after{
  transform: translate(-50%, -50%) rotate(135deg);
}


.zoho_landing_section12 .contentWrapper{
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 35px;
}
@media(min-width:765px){
  .zoho_landing_section12 .contentWrapper{
    margin-bottom: 0;
  }
}

.zoho_landing_section12 .contentWrapper .contentItem{
  border: 1px solid #3B3F49;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../img/quotes.png);
  background-repeat: no-repeat;
  background-position:top 30px right 30px;
  background-size: 80px;
}

.zoho_landing_section12 .contentWrapper .contentItem .title{
  font-weight: 700;
  color:#ffffff;
  font-size: 28px;
  line-height: 100%;
  padding-right: 70px;
  margin-bottom: 30px;
}
.zoho_landing_section12 .contentWrapper .contentItem .text{
  margin-bottom: 40px;
  height: 175px;
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock{
  margin-top: auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock .imgWrap{
  flex: 0 0 60px;
  height: 60px;
  margin-right: 20px;
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock .imgWrap {
    filter: grayscale(100%);
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock .textWrap{
  font-size:20px;
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock .textWrap .name{
  font-weight: 700;
  color:#ffffff;
  margin-bottom: 10px;
}
.zoho_landing_section12 .contentWrapper .contentItem .bottomBlock .textWrap .duty{
  font-weight: 400;
  color:#737782;
}

.zoho_landing_section12 .contentWrapper .contentItem .facebook_button{
  border: 1px solid #585D68;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 5px;
  padding-left: 20px;
  line-height: normal;
}
.zoho_landing_section12 .contentWrapper .contentItem .facebook_button span{
  color:#ffffff;
  font-size: 17px;
  margin-right: 15px;
  margin-bottom: -3px;
  transition: all .3s ease-in-out;
}
.zoho_landing_section12 .contentWrapper .contentItem .facebook_button svg{
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 5px;
  border: 1px dashed #F16522;
  border-radius: 50%;
}
.zoho_landing_section12 .contentWrapper .contentItem .facebook_button:hover span{
  color:#F16522;
}

.zoho_landing_section12 .btnWrap{

}

.zoho_landing_section12 .btnWrap .btn{
  max-width: 100%;
}
.zoho_landing_section12 .btnWrap .btn span{
  font-size: 13px;
}

@media(min-width:576px){
  .zoho_landing_section12 .btnWrap .btn span{
    font-size: 17px;
  }
}

@media(min-width:576px){
  .zoho_landing_section12{
  }
  .zoho_landing_section12 h2.title{
    padding-right: 200px;
    margin-bottom: 30px;
  }
  .zoho_landing_section12 .controlBlock{
    top: 15px;
    left: unset;
    width: 200px;
    height: 80px;
  }
  .zoho_landing_section12 .controlBlock .slick-arrow{
    width: 60px;
    height: 60px;
  }
  .zoho_landing_section12 .controlBlock .slick-arrow.slick-prev{
    left: 10px;
  }
  .zoho_landing_section12 .controlBlock .slick-arrow.slick-next{
    right: 10px;
  }
  .zoho_landing_section12 .contentWrapper .contentItem{
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px;
  }
}
@media(min-width:765px){
  .zoho_landing_section12{
  }
}
@media(min-width:991px){
  .zoho_landing_section12{
  }
  .zoho_landing_section12 .contentWrapper .contentItem{
    padding: 50px 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .zoho_landing_section12 .btnWrap .btn{
    max-width: 385px
  }
}
@media(min-width:1140px){
  .zoho_landing_section12{
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .zoho_landing_section12.aboutPage{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .zoho_landing_section12.frontPage{
    padding-top: 60px;
    padding-bottom: 30px;
  }
}







.zoho_landing_section_5{
  padding-top: 35px;
  padding-bottom: 35px;
}
.zoho_landing_section_5 h2.title{
  margin-bottom: 40px;
}

.zoho_landing_section_5 .contentWrapper{}
.zoho_landing_section_5 .contentWrapper .contentItem{
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3B3F49;
}

.zoho_landing_section_5 .contentWrapper .contentItem:first-child{
  border-top: 1px solid #3B3F49;
}


.zoho_landing_section_5 .contentWrapper .contentItem .iconWrap{
  margin-bottom: 30px;
}

.zoho_landing_section_5 .contentWrapper .contentItem .titleWrap{
  margin-bottom: 30px;
}

.zoho_landing_section_5 .contentWrapper .contentItem .titleWrap .title{
  font-weight: 700;
  color:#ffffff;
  font-size: 28px;
  line-height: 90%;
  margin-bottom: 15px;
}
.zoho_landing_section_5 .contentWrapper .contentItem .titleWrap .subTitle{
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color:#F16522
}
.zoho_landing_section_5 .contentWrapper .contentItem .pointsWrap{

}

.zoho_landing_section_5 .contentWrapper .contentItem .pointsWrap ul{}
.zoho_landing_section_5 .contentWrapper .contentItem .pointsWrap ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.zoho_landing_section_5 .contentWrapper .contentItem .pointsWrap ul li:last-child{
  margin-bottom: 0;
}


.zoho_landing_section_5 .contentWrapper .contentItem .pointsWrap ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #F16522;
  position: absolute;
  top: 9px;
  left: 0;
}

@media(min-width:576px){
  .zoho_landing_section_5{
  }
}
@media(min-width:765px){
  .zoho_landing_section_5{
  }
  .zoho_landing_section_5 .contentWrapper .contentItem {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem .iconWrap {
    flex: 0 0 100px;
    margin-bottom: 0;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem .titleWrap{
    flex: 0 0 34%;
    margin-bottom: 0;
  }
}
@media(min-width:991px){
  .zoho_landing_section_5{
  }
  .zoho_landing_section_5 h2.title{
    margin-bottom: 60px;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem .iconWrap {
    flex: 0 0 160px;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem .titleWrap {
    flex: 0 0 38%;
  }
  .zoho_landing_section_5 .contentWrapper .contentItem .titleWrap .title{
    margin-bottom: 25px;
  }
}
@media(min-width:1140px){
  .zoho_landing_section_5{
    padding-top: 70px;
    padding-bottom: 55px;
  }
}










.zoho_landing_section_6{
  padding-top: 35px;
  padding-bottom: 70px;
}

.zoho_landing_section_6 h2.title{
  margin-bottom: 30px;
}



.zoho_landing_section_6 .contentWrapper .authorBlock{
  flex: 0 0 48%;
  border: 1px solid #3B3F49;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
.zoho_landing_section_6 .contentWrapper .authorBlock:last-child{
  margin-bottom: 0;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .imgWrap{
  position: relative;
  padding-right: 30px;
  margin-bottom: 30px;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .imgWrap .note{
  position: absolute;
  top: 77px;
  right: -80px;
  font-size: 20px;
  color: #737782;
  transform: rotate(90deg);
}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap{}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap .name{
  font-size: 28px;
  line-height: 25px;
  color:#ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap .duty{
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color:#F16522;
  margin-bottom: 15px;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap ul{}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap ul li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap ul li:last-child{
  margin-bottom: 0;
}
.zoho_landing_section_6 .contentWrapper .authorBlock .textWrap ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #F16522;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media(min-width:576px){
  .zoho_landing_section_6{
  }
}
@media(min-width:765px){
  .zoho_landing_section_6{
  }
  .zoho_landing_section_6 .contentWrapper{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(min-width:991px){
  .zoho_landing_section_6{
    padding-bottom: 80px;
  }
  .zoho_landing_section_6 .contentWrapper{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .zoho_landing_section_6 .contentWrapper .authorBlock {
    flex: 0 0 48%;
    padding: 55px;
    margin-bottom: 0;
  }
  .zoho_landing_section_6 .contentWrapper .authorBlock .imgWrap{
    padding-right: 80px;
    margin-bottom: 50px;
  }
  .zoho_landing_section_6 .contentWrapper .authorBlock .imgWrap .note{
    right: -35px;
  }
  .zoho_landing_section_6 .contentWrapper .authorBlock .textWrap .duty{
    margin-bottom: 35px;
  }
  .zoho_landing_section_6 .contentWrapper .authorBlock .textWrap ul li{
    margin-bottom: 25px;
  }
}
@media(min-width:1140px){
  .zoho_landing_section_6{
    padding-top: 40px;
    padding-bottom: 110px;
  }
}


.zoho_landing_formSection{}

.zoho_landing_formSection .innerWrapper{
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px;

}
.zoho_landing_formSection .innerWrapper .textWrap{
  margin-bottom: 30px;

}
.zoho_landing_formSection .innerWrapper .textWrap h2.title{
  color:#15171C;
  margin-bottom: 20px;
}
.zoho_landing_formSection .innerWrapper .textWrap .text{
  color:#15171C;
}
.zoho_landing_formSection .innerWrapper .formWrap .btnWrap{}
.zoho_landing_formSection .innerWrapper .formWrap .btnWrap .btn{
  max-width: 100%;
}

@media(min-width:576px){
  .zoho_landing_formSection{
  }
}
@media(min-width:765px){
  .zoho_landing_formSection{
  }
  .zoho_landing_formSection .innerWrapper{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(min-width:991px){
  .zoho_landing_formSection{
  }
  .zoho_landing_formSection .innerWrapper{
    max-width: 100%;
    padding: 55px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zoho_landing_formSection .innerWrapper .textWrap {
    flex: 0 0 48%;
    margin-bottom: 0;
  }
  .zoho_landing_formSection .innerWrapper .formWrap{
    flex: 0 0 45%
  }
}
@media(min-width:1140px){
  .zoho_landing_formSection{
  }
  .zoho_landing_formSection .innerWrapper {
    padding: 85px 100px;
  }
  .zoho_landing_formSection .innerWrapper .textWrap {
    flex: 0 0 44%;
  }
  .zoho_landing_formSection .innerWrapper .formWrap{
    flex: 0 0 51%
  }
}

.zoho_landing_section_7{
  padding-top: 70px;
  padding-bottom: 30px;
}



.zoho_landing_section_7 .innerWrapper .mapWrap{
  position: relative;
  border-radius: 20px;
  height: 350px;
}
.zoho_landing_section_7 .innerWrapper .mapWrap iframe{
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zoho_landing_section_7 .innerWrapper .infoWrap{
  margin-bottom: 40px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .iconWrap{
  margin-bottom: 25px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap h2.title{
  margin-bottom: 15px
}
.zoho_landing_section_7 .innerWrapper .infoWrap .subTitle{
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color:#F16522;
  text-decoration: underline;
  margin-bottom: 20px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .address{
  font-size: 24px;
  line-height: 28px;
  color:#ffffff;
  margin-bottom: 15px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap a{
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  color:#ffffff;
  line-height: 28px;
  text-decoration: underline;
}
.zoho_landing_section_7 .innerWrapper .infoWrap a:hover{
  text-decoration: none;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .infoLine{
  margin-bottom: 10px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .infoLine span{
  font-size: 24px;
  color:#ffffff;
  line-height: 28px;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .socialsBlock{
  display: flex;
}

.zoho_landing_section_7 .innerWrapper .infoWrap .socialsBlock a{
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 13px;
  border: 1px solid #585D68;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 0;
  fill:#ffffff;
  transition: all .3s ease-in-out;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .socialsBlock a:hover{
  fill:#F16522;
  border-color: #F16522;
}
.zoho_landing_section_7 .innerWrapper .infoWrap .socialsBlock a:last-child{
  margin-right: 0;
}

@media(min-width:576px){
  .zoho_landing_section_7{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .zoho_landing_section_7 .innerWrapper .mapWrap{
    height: 420px;
  }
}
@media(min-width:765px){
  .zoho_landing_section_7{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zoho_landing_section_7 .innerWrapper{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(min-width:991px){
  .zoho_landing_section_7{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .zoho_landing_section_7 .innerWrapper{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .zoho_landing_section_7 .innerWrapper .infoWrap{
    order: 2;
    flex: 0 0 355px;
    margin-bottom: 0;
  }
}
.zoho_landing_section_7 .innerWrapper .mapWrap{
  order: 1;
  flex: 0 0 60%;
  height: 550px;
}
@media(min-width:1140px){
  .zoho_landing_section_7{
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.politicsPage{
  padding-top: 70px;
  padding-bottom: 40px;
}

@media(min-width: 576px){
  .politicsPage{
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media(min-width: 765px){
  .politicsPage{
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
@media(min-width: 991px){
  .politicsPage{
    padding-bottom: 70px;
  }
}
@media(min-width: 1140px){
  .politicsPage{
    padding-top: 140px;
    padding-bottom: 80px;
  }
}


.politicsPage h1{
  text-transform: uppercase;
  font-size:32px;
  color:#ffffff;
  line-height: normal;
  margin-bottom: 20px;
}

@media(min-width:765px){
  .politicsPage h1{
    font-size: 48px;
    margin-bottom: 30px;

  }
}
@media(min-width:1140px){
  .politicsPage .siteWidth{
    max-width: 960px;
  }
}

.politicsPage .mainContent{
  color:#737782;

}

.politicsPage .mainContent *{
  margin-bottom: 15px;
}

.politicsPage .mainContent *:last-child{
  margin-bottom: 0;
}

.partnersBoarded{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partnersBoarded{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partnersBoarded{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partnersBoarded{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media(min-width:1140px){}

.partnersBoarded .innerWrapper{
    padding: 40px;
    border: 2px solid #F16522;
    border-radius: 30px;
}
.partnersBoarded .innerWrapper .leftSide{
    margin-bottom: 30px;
}
.partnersBoarded .innerWrapper h2.title{
    margin-bottom: 20px;
}
.partnersBoarded .innerWrapper .description span{
    color:#F16522;
}
.partnersBoarded .innerWrapper .note{
    font-family: 'TT Commons';
    font-weight: 400;
    color:#737782;
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
}
.partnersBoarded .innerWrapper .rightSide{
    text-align:center;
}
.partnersBoarded .innerWrapper .rightSide .imgWrap{
    opacity: 0;
}
@meida(min-width: 576px){
    .partnersBoarded .innerWrapper{
        padding: 50px;
    }
    .partnersBoarded .innerWrapper .note{
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
    }
}


@media(min-width:765px){
    .partnersBoarded .innerWrapper{
        padding: 60px;
    }
    .partnersBoarded .innerWrapper .leftSide{
        flex: 0 0 70%;
    }
}

@media(min-width:991px){
    .partnersBoarded .innerWrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 70px;
    }
    .partnersBoarded .innerWrapper .leftSide{
        flex: 0 0 60%;
        margin-bottom: 0;
    }
}

@media(min-width:1140px) {
    .partnersBoarded .innerWrapper{
        padding: 70px 90px;
    }
    .partnersBoarded .innerWrapper .leftSide {
        flex: 0 0 55%;
    }
}

.partners_section2{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partners_section2{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partners_section2{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partners_section2{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media(min-width:1140px){}

.partners_section2 h2.title{
    margin-bottom: 20px;
}
.partners_section2 .description{
    margin-bottom: 30px;
    position:relative;
    padding-left: 30px;
}
.partners_section2 .description:before{
    content: '';
    width: 2px;
    height: 90%;
    position: absolute;
    top: 4px;
    left: 0;
    background-color:#F16522;
}

@media(min-width:765px){
    .partners_section2 h2.title{
        margin-bottom: 30px;
    }
    .partners_section2 .description{
        margin-bottom: 40px;
    }
}

@media(min-width:1140px){
    .partners_section2 h2.title{
        margin-bottom: 40px;
    }
    .partners_section2 .description{
        margin-bottom: 60px;
    }
}

.partners_section2 .contentWrapper{

}
.partners_section2 .contentWrapper .contentItem{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    color:#ffffff;
    counter-increment: itemNum;
}
.partners_section2 .contentWrapper .contentItem:before{
    content: '';
    width: 0;
    height: 1px;
    background-color:#3B3F49;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
}

.partners_section2 .contentWrapper .contentItem.run:before{
    width: 100%;
}

.partners_section2 .contentWrapper .contentItem:last-child:after{
    content: '';
    width: 0%;
    height: 1px;
    background-color:#3B3F49;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s ease-in-out;
}
.partners_section2 .contentWrapper .contentItem.run:last-child:after{
    width: 100%;
}


.partners_section2 .contentWrapper .contentItem .title{
    font-family: 'TT Commons';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-left: 50px;
    margin-bottom: 20px;
    color:#ffffff;
}
.partners_section2 .contentWrapper .contentItem .title:before{
    content: counter(itemNum);
    font-size: 16px;
    color:#ffffff;
    position: absolute;
    top: 18px;
    left: 0;
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    background-image: url('../img/svg/circle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.partners_section2 .contentWrapper .contentItem .pointsBlock ul{
    margin-bottom: -10px;
}
.partners_section2 .contentWrapper .contentItem .pointsBlock ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}


.partners_section2 .contentWrapper .contentItem .pointsBlock ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #F16522;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
@media(min-width:576px){
    .partners_section2 .contentWrapper .contentItem{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .partners_section2 .contentWrapper .contentItem .title{
        font-size: 22px;
        line-height: 25px;
    }
    .partners_section2 .contentWrapper .contentItem .title:before{
        top: 30px;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock ul li{
        padding-left: 20px;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock ul li:before{
        top: 7px;
    }

}
@media(min-width: 765px){
    .partners_section2 .contentWrapper .contentItem{
        display: flex;
        justify-content: space-between;
    }
    .partners_section2 .contentWrapper .contentItem .title{
        flex: 0 0 30%;
        padding-left: 50px;
        padding-right: 20px;
        margin-bottom: 0;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock{
        flex: 0 0 70%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock ul{
        display: flex;
        flex-wrap: wrap;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock ul li{
        padding-right: 20px;
        flex: 0 0 50%;
    }
}
@media(min-width:991px){
    .partners_section2 .contentWrapper .contentItem{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .partners_section2 .contentWrapper .contentItem .title:before{
        top: 40px;
    }

}
@media(min-width:1140px){
    .partners_section2 .contentWrapper .contentItem{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .partners_section2 .contentWrapper .contentItem .title{
        flex: 0 0 23%;
    }
    .partners_section2 .contentWrapper .contentItem .title:before{
        top: 50px;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock{
        flex: 0 0 77%;
    }
    .partners_section2 .contentWrapper .contentItem .pointsBlock ul li{
        flex: 0 0 calc(100% / 3);
    }
}


.partners_section3{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partners_section3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partners_section3{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partners_section3{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.partners_section3 h2.title{
    margin-bottom: 20px;
}

@media(min-width:576px){
    .partners_section3 h2.title{
        margin-bottom: 30px;
    }
}

@media(min-width:765px){
    .partners_section3 h2.title{
        margin-bottom: 40px;
    }
}


.partners_section3 .crmBlock{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap:wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -30px;
}
.partners_section3 .crmBlock .item{
    opacity: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 160px;
    height: 90px;
    padding: 25px;
    border: 1px solid #3B3F49;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #15171C;
    z-index: 1;
    transition: all .5s ease-in-out;
}



.partners_section3 .crmBlock .item:before{}
.partners_section3 .crmBlock .item:after{}


.partners_section3 .crmBlock .item .iconWrap{
    width: 32px;
    height: 32px;
    padding: 7px;
    border: 1px solid #3B3F49;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    fill:#ffffff;
    border-radius: 50%;
    background-color:#15171C;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.partners_section3 .crmBlock .item img{
    transition: all .3s ease-in-out;
    filter: brightness(.3);
}

.partners_section3 .crmBlock .item:hover img{
    filter: brightness(1);
}

.partners_section3 .crmBlock .item:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color:#15171C;
    border-radius: 10px;
}
.partners_section3 .crmBlock .item:after{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    z-index: -2;
    top: 1px;
    left: 1px;
    background-color:#F16522;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}
.partners_section3 .crmBlock .item:hover{
    transform: translate(-5px, -5px);
}
.partners_section3 .crmBlock .item:hover:after{
    transform: translate(5px, 5px);
}
.partners_section3 .crmBlock .item:hover .iconWrap{
    opacity: 1;
}



.crm_item .wrapper .logoWrap{}

@media(min-width:576px){
    .partners_section3 .crmBlock .item{
        flex: 0 0 260px;
        height: 130px;
    }
}
@media(min-width:765px){
    .partners_section3 .crmBlock .item{
        flex: 0 0 350px;
        height: 140px;
    }
}
@media(min-width:991px){
    .partners_section3 .crmBlock{
        margin-left: -15px;
        margin-right: -15px;
    }
    .partners_section3 .crmBlock .item{
        flex: 0 0 293px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(min-width:1140px){
    .partners_section3 .crmBlock{
        margin-left: -20px;
        margin-right: -20px;
    }
    .partners_section3 .crmBlock .item{
        flex: 0 0 358px;
        padding: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.partners_section4{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partners_section4{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partners_section4{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partners_section4{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.partners_section4 h2.title{
    margin-bottom: 30px;
}
.partners_section4 .description{
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.partners_section4 .description:before{
    content: '';
    width: 2px;
    height: 90%;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #F16522;
}
@media(min-width:576px){
    .partners_section4 h2.title{
        margin-bottom: 50px;
    }
}

@media(min-width:765px){
    .partners_section4 h2.title{
        margin-bottom: 30px;
    }
    .partners_section4 .description{
        margin-bottom: 40px;
    }
}

@media(min-width:991px){
    .partners_section4 h2.title{
        margin-bottom: 40px;
    }
    .partners_section4 .description{
        margin-bottom: 60px;
    }
}
.partners_section4 .contentWrapper{
    margin-bottom: 50px;
}
.partners_section4 .contentWrapper .contentItem{
    opacity: 0;
    margin-bottom: 40px;
}
.partners_section4 .contentWrapper .contentItem:last-child{
    margin-bottom: 0;
}
.partners_section4 .contentWrapper .contentItem .iconWrap{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.partners_section4 .contentWrapper .contentItem .title{
    color:#ffffff;
    font-family: 'TT Commons';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

@media(min-width: 576px){
    .partners_section4 .contentWrapper{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .partners_section4 .contentWrapper .contentItem{
        flex: 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 50px;
    }
    .partners_section4 .contentWrapper .contentItem .iconWrap{
        width: 68px;
        height: 68px;
        margin-bottom: 30px;
    }
    .partners_section4 .contentWrapper .contentItem .title{
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
@media(min-width:991px){
    .partners_section4 .contentWrapper{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .partners_section4 .contentWrapper .contentItem{
        flex: 0 0 calc(100% / 3);
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }
}

.partners_section5{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partners_section5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partners_section5{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partners_section5{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.partners_section5 h2.title{
    margin-bottom: 20px;
}

@media(min-width:576px){
    .partners_section5 h2.title{
        margin-bottom: 30px;
    }
}

@media(min-width:765px){
    .partners_section5 h2.title{
        margin-bottom: 40px;
    }
}

@media(min-width:1140px){
    .partners_section5 h2.title{
        margin-bottom: 50px;
    }
}

.partners_section5 .innerWrapper .contentWrapper{
    margin-bottom: 50px;
}
.partners_section5 .innerWrapper .contentWrapper .contentItem{
    opacity: 0;
    margin-bottom: 40px;
}
.partners_section5 .innerWrapper .contentWrapper .contentItem:last-child{
    margin-bottom: 0;
}
.partners_section5 .innerWrapper .contentWrapper .contentItem .iconWrap{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.partners_section5 .innerWrapper .contentWrapper .contentItem .title{
    color:#ffffff;
    font-family: 'TT Commons';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

@media(min-width: 576px){
    .partners_section5 .innerWrapper .contentWrapper{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .partners_section5 .innerWrapper .contentWrapper .contentItem{
        flex: 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 50px;
    }
    .partners_section5 .innerWrapper .contentWrapper .contentItem .iconWrap{
        width: 78px;
        height: 78px;
        margin-bottom: 30px;
    }
    .partners_section5 .innerWrapper .contentWrapper .contentItem .title{
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
@media(min-width:991px){
    .partners_section5 .innerWrapper .contentWrapper{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .partners_section5 .innerWrapper .contentWrapper .contentItem{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }
}
.partners_section5 .innerWrapper .sliderWrapper{
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}
.partners_section5 .innerWrapper .sliderWrapper .slick-dots{
    bottom: -30px;
}
.partners_section5 .innerWrapper .sliderWrapper .slick-dots li{
    margin: 0;
}
.partners_section5 .innerWrapper .sliderWrapper .slick-dots li button{}
.partners_section5 .innerWrapper .sliderWrapper .slick-dots li button:before{
    font-size: 10px;
    opacity: 1;
    color:#585D68;
}
.partners_section5 .innerWrapper .sliderWrapper .slick-dots li.slick-active button:before{

    color:#F16522;
}
.partners_section5 .innerWrapper .sliderWrapper .slickArrow{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width:50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    fill:#ffffff;
    background-color:#F16522;
    margin: auto;
    transition: all .3s ease-in-out;
}
.partners_section5 .innerWrapper .sliderWrapper .slickArrow:hover{
    background-color:#000000;
}
.partners_section5 .innerWrapper .sliderWrapper .slickArrow.arrow__prev{
    left: -25px;
}

.partners_section5 .innerWrapper .sliderWrapper .slickArrow.arrow__next{
    right: -25px;
}

@media(min-width: 576px){
    .partners_section5 .innerWrapper .sliderWrapper{
        max-width: 250px;
    }
}
@media(min-width: 765px){
    .partners_section5 .innerWrapper .sliderWrapper{
        max-width: 360px;
    }
    .partners_section5 .innerWrapper .sliderWrapper .slickArrow{
        width: 70px;
        height: 70px;
    }
    .partners_section5 .innerWrapper .sliderWrapper .slickArrow.arrow__prev{
        left: -35px;
    }

    .partners_section5 .innerWrapper .sliderWrapper .slickArrow.arrow__next{
        right: -35px;
    }
}
@media(min-width: 991px){
    .partners_section5 .innerWrapper{
        display: flex;
        justify-content: space-between;
    }
    .partners_section5 .innerWrapper .leftSide{
        flex: 0 0 60%;
    }
    .partners_section5 .innerWrapper .sliderWrapper{
        flex: 0 0 28.5%;
        margin-left: unset;
        margin-right: unset;
    }
}

.partners_section6{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:576px){
    .partners_section6{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(min-width:765px){
    .partners_section6{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(min-width:991px){
    .partners_section6{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.partners_section6 h2.title{
    margin-bottom: 20px;
}

@media(min-width:576px){
    .partners_section3 h2.title{
        margin-bottom: 30px;
    }
}

@media(min-width:991px){
    .partners_section6 h2.title{
        margin-bottom: 40px;
    }
}
.partners_section6 .contentWrapper{
    display: flex;
    flex-wrap:wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.partners_section6 .contentWrapper .contentItem{
    flex: 0 0 calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B3F49;
    border-radius: 15px;
    padding: 20px;
    height: 90px;
    margin-bottom: 20px;
    opacity: 0;
}
@media(min-width: 576px){
    .partners_section6 .contentWrapper .contentItem{
        flex: 0 0 calc((100% / 3) - 20px);
    }
}

@media(min-width:991px){
    .partners_section6 .contentWrapper{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .partners_section6 .contentWrapper .contentItem{
        height: 130px;
        padding: 25px;
        flex: 0 0 calc((100% /4) - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
}

@media(min-width:1140px){
    .partners_section6 .contentWrapper{
        margin-bottom: -40px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .partners_section6 .contentWrapper .contentItem{
        flex: 0 0 calc((100% /4) - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        padding: 35px;
    }
}

.partners_section7{
    padding-top: 40px;
    padding-bottom: 80px;
}

@media(min-width:576px){
    .partners_section7{
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
@media(min-width:765px){
    .partners_section7{
        padding-top: 60px;
        padding-bottom: 120px;
    }
}
@media(min-width:991px){
    .partners_section7{
        padding-top: 70px;
        padding-bottom: 140px;
    }
}

.partners_section7 h2.title{
    margin-bottom: 30px;
}

.partners_section7 .innerWrapper .leftSide{
    margin-bottom: 30px;
}

.partners_section7 .innerWrapper .rightSide{
    margin-bottom: -20px;
}
.partners_section7 .innerWrapper .rightSide .ownerBlock{
    opacity: 0;
    border: 1px solid #3B3F49;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}
.partners_section7 .innerWrapper .rightSide .ownerBlock .imgWrap {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
}
.partners_section7 .innerWrapper .rightSide .ownerBlock .imgWrap img{
    border-radius: 50%;
}
.partners_section7 .innerWrapper .rightSide .ownerBlock .imgWrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/svg/orange_circle.svg');
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partners_section7 .innerWrapper .rightSide .ownerBlock .name{
    font-family: 'TT Commons';
    font-weight: 700;
    color:#ffffff;
    font-size: 22px;
    line-height: 25px;
}
.partners_section7 .innerWrapper .rightSide .ownerBlock .duty{
    font-family: 'TT Commons';
    font-weight: 400;
    color:#737782;
    font-size: 18px;
    line-height: 21px;
}

@media(min-width: 576px){
    .partners_section7 .innerWrapper .rightSide{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock{
        flex: 0 0 48%;
        margin-bottom: 0;
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock .imgWrap {
        width: 120px;
        height: 120px;
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock .name{
        font-size: 28px;
        line-height: 32px;
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock .duty{
        font-size: 20px;
        line-height: 25px;
    }
}

@media(min-width:991px){
    .partners_section7 .innerWrapper{
        display: flex;
        justify-content: space-between;
    }
    .partners_section7 .innerWrapper .leftSide{
        flex: 0 0 300px;
        margin-bottom: 0;
    }
    .partners_section7 .innerWrapper .rightSide{
        flex: 1 0 auto
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock{
        padding: 40px;
    }
    .partners_section7 .innerWrapper .rightSide .ownerBlock .imgWrap {
        margin-bottom: 50px;
    }
}
@media(min-width:1140px){
    .partners_section7 .innerWrapper .rightSide{
        flex: 0 0 750px;
    }

}

.implementationPageBlock1{
    background-size: 650px;
    background-repeat: no-repeat;
    background-position: center top 80px;
    padding-top: 115px;
    padding-bottom: 30px;
}
.implementationPageBlock1 .innerWrapper{}
.implementationPageBlock1 .innerWrapper h1.title{
    margin-bottom: 15px;
}
.implementationPageBlock1 .innerWrapper .textBlock{}
.implementationPageBlock1 .innerWrapper .textBlock .desc{
    margin-bottom: 15px;
}
.implementationPageBlock1 .innerWrapper .textBlock .btnWrap{}



@media(min-width: 576px){
    .implementationPageBlock1{
        background-size: 900px;
        padding-top: 135px;
        padding-bottom: 40px;
    }
}
@media(min-width: 765px){
    .implementationPageBlock1{
        background-size: 1160px;
        padding-top: 140px;
        padding-bottom: 50px;
    }
}
@media(min-width: 991px){
    .implementationPageBlock1{
        background-size: 1160px;
        background-position: center top 100px;
        padding-top: 260px;
        padding-bottom: 80px;
    }
    .implementationPageBlock1 .innerWrapper{
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .implementationPageBlock1 .innerWrapper h1.title{
        padding-right: 30px;
    }
    .implementationPageBlock1 .innerWrapper .textBlock{
        flex: 0 0 400px;
    }
    .implementationPageBlock1 .innerWrapper .textBlock .desc{
        margin-bottom: 30px;
    }
}
@media(min-width: 1140px){
    .implementationPageBlock1{
        padding-top: 345px;
        padding-bottom: 100px;
    }
}




.implementationPageBlock2{
    padding-top: 50px;
    padding-bottom: 30px;
}
.implementationPageBlock2 .bgElement{
    position: absolute;
    width: 290px;
    top: 165px;
    left: -70px;
}
.implementationPageBlock2 .bgElement .line1{
    transform-origin: 50% 50%;
    animation: rotate linear infinite forwards 10s;
}
.implementationPageBlock2 .bgElement .line2{
    transform-origin: 50% 50%;
    animation: rotate linear infinite reverse 5s;
}
.implementationPageBlock2 .bgElement .line3{
    transform-origin: 50% 50%;
    animation: rotate linear infinite forwards 7s;
}
.implementationPageBlock2 h2.title{
    position:relative;
    margin-bottom: 30px;
}
.implementationPageBlock2 h2:before{
    content: '';
    width: 0;
    height: 1px;
    background-color: #3b3f49;
    transition: all 2s ease-in-out;
    position: absolute;
    top: -25px;
    left: 0;
}
.implementationPageBlock2 h2.run:before{
    width: 100%;
}
.implementationPageBlock2 .contentWrapper{
    margin-bottom: -20px;
}
.implementationPageBlock2 .contentWrapper .contentItem{
    margin-bottom: 20px;
}
.implementationPageBlock2 .contentWrapper .contentItem .itemWrapper{
    border: 1px solid #3B3F49;
    border-radius: 20px;
    height: 350px;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
}
.implementationPageBlock2 .contentWrapper .contentItem.imageBlock .itemWrapper{
    border: none;
    position:relative;
}
.implementationPageBlock2 .contentWrapper .contentItem.imageBlock .itemWrapper img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.implementationPageBlock2 .contentWrapper .contentItem .itemWrapper .int{
    width:91px;
    height: 51px;
    background-image: url(../img/svg/intEllipse.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 19px;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    color:#ffffff;
    margin-bottom: 30px;
}
.implementationPageBlock2 .contentWrapper .contentItem .itemWrapper .title{
    font-family: 'TT Commons', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color:#ffffff;
    margin-bottom: 30px;
}
.implementationPageBlock2 .contentWrapper .contentItem .itemWrapper .text{
    margin-top: auto;
}

@media(min-width: 576px){
    .implementationPageBlock2{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .implementationPageBlock2 h2:before{
        top: -30px;
    }
    .implementationPageBlock2 .bgElement{
        position: absolute;
        width: 320px;
        top: 265px;
        left: calc(50% - 300px);
    }
    .implementationPageBlock2 .contentWrapper{
        max-width: 400px;
        margin: 0 auto;
    }
}
@media(min-width: 765px){
    .implementationPageBlock2{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .implementationPageBlock2 h2:before{
        top: -35px;
    }
    .implementationPageBlock2 .bgElement{
        left: calc(50% - 450px);

    }

    .implementationPageBlock2 h2.title{
        margin-bottom: 50px;
    }
    .implementationPageBlock2 .contentWrapper{
        max-width: unset;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .implementationPageBlock2 .contentWrapper .contentItem{
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .implementationPageBlock2 .contentWrapper .contentItem .itemWrapper{
        height: 390px;
    }
}
@media(min-width: 991px){
    .implementationPageBlock2{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .implementationPageBlock2 h2:before{
        top: -40px;
    }
    .implementationPageBlock2 .bgElement{
        width: 400px;
        left: calc(50% - 550px);
    }
    .implementationPageBlock2 .contentWrapper .contentItem{
        flex: 0 0 calc(100% / 3);
    }
}
@media(min-width: 1140px){
    .implementationPageBlock2{
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .implementationPageBlock2 h2:before{
        top: -45px;
    }
    .implementationPageBlock2 .bgElement{
        left: calc(50% - 775px);
    }
    .implementationPageBlock2 .contentWrapper{
        margin-left: -20px;
        margin-right: -20px;
    }
    .implementationPageBlock2 .contentWrapper .contentItem{
        padding-left: 20px;
        padding-right: 20px;
    }
}


.implementationPageBlock3{
    padding-top: 30px;
    padding-bottom: 30px;
}
.implementationPageBlock3 h2.title{
    margin-bottom: 30px;
}
.implementationPageBlock3 .contentWrapper{
    margin-bottom: -20px;
}

.implementationPageBlock3 .contentWrapper .contentItem{
    margin-bottom: 20px;
}
.implementationPageBlock3 .contentWrapper .contentItem .checkImg{
    display: none;
}
.implementationPageBlock3 .contentWrapper .contentItem .logoBlock{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3B3F49;
    border-radius: 20px;
    height: 330px;
    position: relative;
}
.implementationPageBlock3 .contentWrapper .contentItem .logoBlock:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    border: 1px dashed #F16522;
}
.implementationPageBlock3 .contentWrapper .contentItem .logoBlock img{
    max-width: 190px;
}

.implementationPageBlock3 .contentWrapper .contentItem .textBlock{
    margin-top: -1px;
    position: relative;
    padding: 40px;
    border: 1px solid #3B3F49;
    border-radius: 20px;
    min-height: 330px;
}

.implementationPageBlock3 .contentWrapper .contentItem .textBlock .title{
    font-family: 'TT Commons', sans-serif;
    font-weight:700;
    font-size: 28px;
    margin-bottom: 25px;
    color:#ffffff;
}
.implementationPageBlock3 .contentWrapper .contentItem .textBlock .text{
    margin-bottom: 25px;
}


@media(min-width: 576px){
    .implementationPageBlock3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .implementationPageBlock3 .contentWrapper{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 765px){
    .implementationPageBlock3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .implementationPageBlock3 .contentWrapper{
        max-width: unset;
    }
    .implementationPageBlock3 .contentWrapper .contentItem{
        display:flex;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .logoBlock{
        flex: 0 0 325px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .textBlock{
        margin-top: 0;
        margin-left: -1px;
    }
}
@media(min-width: 991px){
    .implementationPageBlock3{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .implementationPageBlock3 h2.title{
        margin-bottom: 50px;
    }
    .implementationPageBlock3 .contentWrapper{
        margin-bottom: -40px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem{
        margin-bottom: 40px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .logoBlock{
        flex: 0 0 400px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .textBlock{
        padding: 55px 80px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .checkImg{
        display: block;
        width:160px;
        height: 136px;
        position: absolute;
        top: 70px;
        right:-60px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .checkImg svg path{
        stroke-dasharray: 453;
        stroke-dashoffset: 453;
        transition: all 2s ease-in-out;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .checkImg.run svg path{
        stroke-dashoffset: 0;
    }

}
@media(min-width: 1140px){
    .implementationPageBlock3{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .implementationPageBlock3 .contentWrapper .contentItem .textBlock{
        width: 100%;
        padding: 70px 80px;
    }
}

.crmSpecFormBlock{
    padding-top: 30px;
    padding-bottom: 30px;
}

.crmSpecFormBlock .formBlockWrapper{}
.crmSpecFormBlock .formBlockWrapper .runningLineBlock{
    padding: 30px 0;
    padding-bottom: 15px;
}
.crmSpecFormBlock .formBlockWrapper .runningLineBlock .marqueeBlock{
    font-family: 'TT Commons', sans-serif;
    color:#ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
}
.crmSpecFormBlock .formBlockWrapper .runningLineBlock .marqueeBlock .js-marquee{
    text-transform: uppercase;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock{
    background-color:#F16522;
    position: relative;
    border-radius: 20px;
    padding:50px 25px 0;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .corner{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .imgElement{
    margin-top: 30px;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .imgElement img{
    display: block;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock{}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock h4.title{
    color:#ffffff;
    font-family: 'TT Commons', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock .text{
    margin-bottom: 30px;
}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock form{}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock form .btnWrap{}
.crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock form .btnWrap .btn{
    max-width: 100%;
    background-color:#000000;
}
@media(min-width: 576px){
    .crmSpecFormBlock{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .crmSpecFormBlock .formBlockWrapper{
        max-width: 400px;
        margin: 0 auto;
    }
}

@media(min-width: 765px){
    .crmSpecFormBlock{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .corner{
        width: 120px;
    }
}

/* English language optimization classes */
.form-block-en {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    border-radius: 20px !important;
    border: 4px solid #E9803A !important;
}

.form-block-en-3 {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
}

.image-block-en {
    top: 90px !important;
}

.right-side-en {
    /* Additional styling for English right side if needed */
    /* Can be used for future English-specific styling */
}

@media(min-width: 991px){
    .crmSpecFormBlock{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .crmSpecFormBlock .formBlockWrapper{
        max-width: 100%;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock{
        padding: 70px;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .formBlock{
        max-width: 360px;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .imgElement{
        position: absolute;
        bottom: 0;
        right: 85px;
        width: 300px;
        margin-top: 0;
    }
}

@media(min-width: 1140px){
    .crmSpecFormBlock{
        padding-bottom: 70px;
    }
    .crmSpecFormBlock .formBlockWrapper{
        max-width: 1160px;
        margin: 0 auto;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock{
        min-height: 530px;
        padding: 100px;
    }
    .crmSpecFormBlock .formBlockWrapper .bottomOrangeBlock .imgElement{
        width: 410px;
        right: 160px;
    }
}

/*new header*/
header .innerWrapper > .phoneLink{
  display: none;
}
.opened-mobile-menu {
  overflow: hidden;
}
@media(min-width: 991px){
  header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 30px;
    background-color: #15171c;
  }
  .opened-mobile-menu {
    overflow: visible;
  }
  header .innerWrapper > .langBlockDropdown{
    display: block;
    margin-right: 20px;
  }
  header .innerWrapper > .phoneLink {
    display: flex;
    margin-right: 20px;
    padding: 7px 20px;
    align-items: center;
    color: #fff;
  }
  header .innerWrapper > .phoneLink span{
    display: none;
  }
  header .innerWrapper .desktopBtn {
    display: block;
    white-space: nowrap;
  }
  header .innerWrapper .langBlockDropdown .languages {
    top: 100%;
    text-align: left;
    bottom: auto;
  }
  .phoneLink img{
    vertical-align: middle;
  }
  header .innerWrapper .langBlockDropdown .languageSelector{
    color: #fff;
  }
  header .innerWrapper .langBlockDropdown .languageSelector:after {
    color: #505561;
  }
  header .innerWrapper .navigation .menu >  li > a:before{
    position: absolute;
    bottom: -28px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: transparent;
    content: '';
    pointer-events: none;
  }
  header.fixed .innerWrapper .navigation .menu > li > a:before {
    bottom: -23px;
  }
  header .innerWrapper .navigation .menu >  li.menu-item-has-children  > a:before{
    right: 25px;
  }
  header .innerWrapper .navigation .menu >  li.menu-item-has-children:hover:after{
    height: 45px;
    top: 99%;
    content:'';
    position: absolute;
    left: 0;
    right: 0;
  }
  header .innerWrapper .navigation .menu >  li:hover > .sub-menu{
    /*display: flex  !important;*/
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    opacity:1;
  }
  header .innerWrapper .navigation .menu >  li.current-menu-item > a:before{
    background-color: #F16522;
  }
  .sub-menu {
    top: calc(100% + 27px);
    flex-direction: column;
  }
  .fixed .sub-menu {
    top: calc(100% + 22px);
  }
  header .innerWrapper .navigation .menu >  li > a.active,
  header .innerWrapper .navigation .menu >  li:hover > a{
    color: #F16522;
  }
  header .innerWrapper .navigation .menu >  li > a.active:after,
  header .innerWrapper .navigation .menu >  li:hover > a:after{
    border-color: currentColor transparent transparent transparent;
    opacity: 1;
  }
  header .innerWrapper .navigation .menu li .sub-menu a{
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 3px;
  }
}
@media (min-width:1200px) {
  header .innerWrapper > .phoneLink span{
    display: block;
    margin-left: 10px;
  }
}
@media (min-width:1440px) {
  header{
    padding: 20px 45px;
  }
  header .innerWrapper .navigation .menu li a {
    font-size: 18px;
    padding: 5px 20px;
  }
  header .innerWrapper .navigation .menu >  li > a:before{
    left: 20px;
    bottom: -35px;
    right: 20px;
  }
  header.fixed .innerWrapper .navigation .menu > li > a:before {
    bottom: -30px;
  }
  header .innerWrapper .navigation .menu >  li.menu-item-has-children  > a:before{
    right: 35px;
  }
  .sub-menu {
    top: calc(100% + 34px);
    left: 20px;
  }
  .fixed .sub-menu {
    top: calc(100% + 29px);
  }
  header .innerWrapper .logo {
    width: 110px;
    height: 61px;
  }
  header .innerWrapper > .phoneLink {
    margin-right: 24px;
  }
  header .innerWrapper .callBackBtn{
    font-size: 18px;
  }
  header .innerWrapper > .phoneLink span {
    margin-left: 22px;
  }
}


/*****Additional Css********/
@media(max-width: 991px){
	ul#menu-glavnoe-menyu-eng .sub-menu>li:nth-child(1)>a {
		text-transform: uppercase;
		color: #c05b22;
		font-weight: 600;
	}
	ul#menu-glavnoe-menyu-eng .menu-item:nth-child(1)>.sub-menu>li:nth-child(1)>a {
		text-transform: uppercase;
		 color: #c05b22;
		font-weight: 600;
	}
	header .innerWrapper .navigation .menu .sub-menu li a {
		border: none;
		padding-top: 5px;
		padding-bottom: 3px;
	}
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu .sub-menu {
		display: block!Important;
		color: white;
	}
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu .sub-menu a {
		color: white!important;
		text-transform: none!important;
	}
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu>li>a {
		margin-bottom: 10px;
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 10px;
		text-transform: uppercase;
		border: 1px solid #F16522;
		border-radius: 51px;
		color: #F16522;
		padding: 6px 10px 3px;
		display: inline-block;
	}
	
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu>li {
		margin-top: 20px;
	}
	
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu>li:last-child:before{
		content: '';
		width: 100%;
		height: 1px;
		background: #f16522;
		position: absolute;
		margin-top: -20px;
	}
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu>li:last-child{
		margin-top: 25px;
	}
	.menu-item-type-custom:nth-child(2)>a.active ~ .sub-menu>li>a:after{
		display:none;
	}
	
	.phoneLink-wrap {
		justify-content: start!important;
	}
	header .innerWrapper .langBlockDropdown .languageSelector {
		color: #ffffff;
	}
	.mobile-header-element {
		border-top: 1px solid #3b3f49;
		position: relative;
		margin-top: 15px;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
	}
	
	header .innerWrapper .navigation .menu li a {
		padding-bottom: 10px;
	}
	header .innerWrapper .callBackBtn.mobBtn {
		display: block!important;
		position: absolute;
		cursor: pointer;
		display: block;
		height: 40px;
		bottom: 0px;
		top: 40px;
		/*background-color: #F16522;*/
		border: 1px solid #F16522;
		color: #ffffff;
		padding: 0 20px;
		border-radius: 50px;
		font-weight: 500;
		transition: all .3s ease-in-out;
		font-size: 14px;
		line-height: 40px;
		font-family: 'TT Commons', sans-serif;
		min-width: 130px;
		margin-top: 26px;
	}
	header .innerWrapper .navigation {
		z-index: 999;
		display: block!Important;
		overflow-y: scroll!important;
	}
	.mobile-header-element {
		border-top: none;
	}
	.langBlockDropdown-wrap {
		border-left: none;
	}
	button.languageSelector {
		margin-top: 40px;
		margin-left: -45px;
		position: absolute;
	}
	header .innerWrapper .logo.main {
		transition: all .1s ease;
	}
	header .innerWrapper .navigation .closeMenu {
		top: 26px;
		right: 29px;
		background-color: #F16522;
		width: 40px;
		height: 40px;
		line-height: 0;
		opacity: 1;
	}
	#mobMenu svg.icon.icon-logo2 {
		max-width: 85px;
		max-height: 50px;
		margin-top: -106px;
		margin-left: -24px;
		position: absolute;
		transition: all .1s ease;
	}
	body:not(.opened-mobile-menu) .logo.mob{
		opacity:0;
	}
	.opened-mobile-menu .logo.main{
		opacity:0;
	}
	header .innerWrapper .navigation > ul {
		margin-top: -20px;
	}
	
	/**************************/
	
	header .innerWrapper .langBlock {
		display: block;
		width: 100%;
		max-width: 150px;
	}
	header .innerWrapper .langBlock a {
		padding: 5px;
	}
	
	.langBlockDropdown-wrap {
		position: absolute;
		width: 100%;
		display: flex;
		margin-top: -25px;
		justify-content: center;
	}
	.phoneLink-wrap {
		margin-top: 45px;
	}

	header .innerWrapper .callBackBtn.mobBtn {
		top: 52px;
	}
	/*************************/
	
	a.phoneLink {
		display: none;
	}

}

@media(min-width: 991px){
	.logo.mob{
		display:none;
	}
	header .innerWrapper .callBackBtn.mobBtn {
		display:none!important;
	}
	.current-menu-item.menu-item-703:not(.activ) > a,
	.current-menu-item.menu-item-3283:not(.activ) > a{
		color: white!important;
	}

	.current-menu-item.menu-item-703:not(.activ) > a:before,
    .current-menu-item.menu-item-3283:not(.activ) > a:before{
		background-color: transparent!important;
	} 
	.menu-item.activ > a{
		color: #F16522!important;
	}
	.menu-item.activ > a:before{
		background-color: #F16522!important;
	}
	
	header .innerWrapper .navigation .menu li a {
		font-size: 18px;
		padding: 5px 6px;
	}
	
	header .innerWrapper .navigation .menu > li > a:before {
		left: 7px;
		bottom: -35px;
		right: 7px;
	}

}

@media(min-width: 991px) and (max-width: 1600px){
	
	header .innerWrapper > .langBlockDropdown {
		margin-right: -8px;
	}
	header .innerWrapper > .phoneLink {
		margin-right: 7px;
	}

}

@media (min-width: 1140px){
	.section6 {
		padding-top: 70px;
	}

	.section6 h2.title {
		padding-top: 30px;
	}
}


.menu-item-has-children > a:after {
    opacity: 1!important;
	color: #505561!important;
	border-color: #505561 transparent transparent transparent;
}
.section7 .btnWrap .btn span {
    margin-right: 0;
}
/*********************/

/** CSS for Our clients block*/
.grid-imgs {
  display: grid;
  column-gap: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
	padding-top:10px;
}

.grid-imgs.collapsed {
  grid-template-rows: repeat(3, 1fr);
  overflow: hidden;
  grid-auto-rows: 0;
}

.grid-imgs.collapsed .grid-imgs-item:nth-child(11) {
  display: none;
}

.grid-imgs.collapsed .collapse-btn span.text-opened {
  display: none;
}
.grid-imgs .collapse-btn span.text-opened {
  display: inline-block;
}

.grid-imgs .collapse-btn span.text-collapsed {
  display: none;
}
.grid-imgs.collapsed .collapse-btn span.text-collapsed {
  display: inline-block;
}

/* .title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
} */
.grid-imgs-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 170px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #3c3f48;
  background-color:#15171c;
  cursor: pointer;
  margin-bottom: 34px;
	padding: 0 10px;
	margin-top:1px;
}

.grid-imgs-item img {
  max-width: 100%;
  height: auto;
}
.grid-imgs-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e26d38;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.logo,
.logo-hovered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.logo-hovered {
  display: none;
}

.grid-imgs-item:hover .logo {
  display: none;
}
.grid-imgs-item:hover .logo-hovered {
  display: flex;
}
.grid-imgs-item:hover {
  top: -6px;
  left: -5px;
}
.grid-imgs-item:hover::before {
  opacity: 1;
  top: 6px;
  left: 5px;
}

.grid-imgs-item .logo span {
  display: inline-block;
  margin: 8px 0 7px 0;
  color: #e26d38;
  font-size: 16px;
  line-height: 14px;
}
.collapse-btn {
  display: flex;
  border-radius: 50px;
  border: 1px solid #e26d38;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  padding: 25px 46px;
  cursor: pointer;
}
.collapse-btn span {
  display: inline-block;
  margin-right: 18px;
}
.grid-imgs-btn {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	border:none;
	outline:none;
	background:transparent;
	cursor:pointer;
	margin-top:10px;
}
.grid-imgs-title{
	width: 100%;
	display:flex;
	justify-content:center;
}
.grid-imgs-title h2 {
	color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.grid-imgs-title h2 span {
	display:block;
}
.grid-imgs-title svg {
	margin-top: 9px;
	margin-left:10px;
}
.grid-imgs .button{
	display:flex;
	align-items:center;
	justify-content: center;
}
@media (min-width: 991px) {
  .grid-imgs {
    grid-template-columns: repeat(6, minmax(70px, 170px));
  }
  .grid-imgs.collapsed {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
    grid-auto-rows: 0;
  }
  .grid-imgs.collapsed .button {
    grid-row: 3;
    grid-column: span 2;
    margin-left: 50px;
  }
	
	.grid-imgs .button{
		
	}
	.grid-imgs-title-wrap{
		display:flex;
		align-items: center;
		grid-column:span 3;
		grid-row:1;
	}
	

  .grid-imgs .button {
    grid-row: 6;
    grid-column: span 2;
    margin: auto 0;
 
  }
  .grid-imgs-item:nth-child(2) {
    grid-column: 4;
    grid-row: 1;
  }
  .grid-imgs-item:nth-child(3) {
    grid-column: 5;
    grid-row: 1;
  }
  .grid-imgs-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
  .grid-imgs-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .grid-imgs-item:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
  }
  .grid-imgs-item:nth-child(7) {
    grid-column: 6;
    grid-row: 2;
  }
  .grid-imgs-item:nth-child(8) {
    grid-column: 1;
    grid-row: 3;
  }
  .grid-imgs-item:nth-child(9) {
    grid-row: 3;
    grid-column: 3;
  }
  .grid-imgs-item:nth-child(10) {
    grid-column: 4;
    grid-row: 3;
  }
  .grid-imgs-item:nth-child(11) {
    grid-column: 5;
    grid-row: 3;
  }
  .grid-imgs-item:nth-child(12) {
    grid-row: 4;
    grid-column: 2;
  }
  .grid-imgs-item:nth-child(13) {
    grid-row: 4;
    grid-column: 3;
  }
  .grid-imgs-item:nth-child(14) {
    grid-row: 4;
    grid-column: 5;
  }
  .grid-imgs-item:nth-child(15) {
    grid-row: 4;
    grid-column: 6;
  }
  .grid-imgs-item:nth-child(16) {
    grid-row: 5;
    grid-column: 1;
  }
	.grid-imgs-item:nth-child(17) {
    grid-row: 5;
    grid-column: 3;
  }

  .grid-imgs-item:nth-child(18) {
    grid-row: 5;
    grid-column: 4;
  }
  .grid-imgs-item:nth-child(19) {
    grid-row: 5;
    grid-column: 6;
  }
  .grid-imgs-item:nth-child(20) {
    grid-row: 6;
    grid-column: 2;
  }
  .grid-imgs-item:nth-child(21) {
    grid-row: 6;
    grid-column: 3;
  }
  .grid-imgs-item:nth-child(22) {
    grid-row: 6;
    grid-column: 3;
  }
}

@media (max-width: 990px) {
  .grid-imgs {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }
  .grid-imgs.collapsed .button {
    grid-row: 3;
    grid-column: 3;
  }
  .grid-imgs-item:nth-child(10) {
    display: none;
  }
	.collapse-btn{
		padding: 25px 36px;
	}
	.grid-imgs-title-wrap{
		display:flex;
		grid-column: span 2;
		align-items:center;
	}
}
@media(max-width: 764px){
	.grid-imgs-title-wrap{
		display: flex;
    grid-column: span 3;
    align-items: center;
	}
	.grid-imgs-title{
		justify-content:start;
	}
	.collapse-btn{
		padding: 25px 0;
		width: 100%;
		font-size: 13px;
	}
}
@media (max-width: 575px) {
	.grid-imgs-title-wrap{
		display: flex;
		grid-column: span 2;
		align-items: center;
	}
  .grid-imgs {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-imgs.collapsed .button {
    grid-row: 3;
    grid-column: 2;
  }
  .grid-imgs-item:nth-child(7) {
    display: none;
  }
	.grid-imgs-title h2{
		font-size: 26px;
	}
	.grid-imgs-title svg {
		margin-top: -1px;
	}
	.grid-imgs .grid-imgs-title-wrap{
		margin-bottom: 35px;
	}
}
@media (max-width: 460px) {
  .grid-imgs {
    grid-template-columns: 1fr 1fr;
  }
  .grid-imgs.collapsed {
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-imgs-item:nth-child(4) {
    display: none;
  }
  .grid-imgs.collapsed .button {
    grid-row: 3;
    grid-column: 2;
  
  }
}
@media(max-width: 390px){
	.grid-imgs{
		grid-template-columns: 1fr;
	}
	.grid-imgs.collapsed {
		grid-template-columns: 1fr;
	}
	.grid-imgs.collapsed .button {
		grid-row: 5;
		grid-column: 1;
	}
	.grid-imgs-title-wrap{
		grid-column: 1;
	}
	.grid-imgs.collapsed{
		  grid-template-rows: repeat(5, 1fr);
	}
}

/* FAQ Section Styles */
.zoho_landing_section_faq{
  padding-top: 35px;
  padding-bottom: 35px;
}

.zoho_landing_section_faq h3.title{
  text-align: center;
  margin-bottom: 25px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.zoho_landing_section_faq .faq-accordion-section{
  max-width: 100%;
  margin: 0 auto;
}

.zoho_landing_section_faq .faq-item{
  border: 1px solid #3B3F49;
  border-radius: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.zoho_landing_section_faq .faq-item[open]{
  border-color: #F16522;
}

.zoho_landing_section_faq .faq-question{
  display: block;
  padding: 20px 25px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.zoho_landing_section_faq .faq-question::-webkit-details-marker{
  display: none;
}

.zoho_landing_section_faq .faq-question::marker{
  display: none;
}

.zoho_landing_section_faq .faq-question::after{
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: #F16522;
  transition: all 0.3s ease-in-out;
}

.zoho_landing_section_faq .faq-item[open] .faq-question::after{
  content: '−';
  transform: translateY(-50%) rotate(0deg);
}

.zoho_landing_section_faq .faq-question:hover{
  color: #F16522;
}

.zoho_landing_section_faq .answer-content{
  padding: 0 25px 20px 25px;
}

.zoho_landing_section_faq .answer-content p{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  padding-top: 10px;
}

@media(min-width:576px){
  .zoho_landing_section_faq h3.title{
    font-size: 32px;
    margin-bottom: 35px;
  }
  .zoho_landing_section_faq .faq-question{
    font-size: 20px;
    padding: 25px 30px;
  }
  .zoho_landing_section_faq .answer-content{
    padding: 0 30px 25px 30px;
  }
  .zoho_landing_section_faq .answer-content p{
    font-size: 17px;
  }
}

@media(min-width:765px){
  .zoho_landing_section_faq{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .zoho_landing_section_faq h3.title{
    font-size: 36px;
    margin-bottom: 40px;
  }
  .zoho_landing_section_faq .faq-question{
    font-size: 20px;
    padding: 30px 35px;
  }
  .zoho_landing_section_faq .answer-content{
    padding: 0 35px 30px 35px;
  }
  .zoho_landing_section_faq .answer-content p{
    font-size: 18px;
  }
}

@media(min-width:991px){
  .zoho_landing_section_faq{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zoho_landing_section_faq h3.title{
    font-size: 40px;
    margin-bottom: 45px;
  }
  .zoho_landing_section_faq .faq-accordion-section{
    max-width: 900px;
  }
}

@media(min-width:1140px){
  .zoho_landing_section_faq{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* ====== GLOBAL FIXES ====== */
body.error404 {
  background-color: #15171c!important;
overflow-x: hidden;
}
.error-404 h2,
.error-404 .widget-title,
.error-404 h2.widget-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #ff5c1b;
    margin-bottom: 20px;
}

.error-404.not-found {
padding: 120px 20px 80px;
max-width: 900px;
margin: 0 auto;
text-align: center;
color: #ffffff;
position: relative;
}

/* Крупный заголовок */
.error-404 .page-title {
font-size: 64px;
font-weight: 800;
margin-bottom: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 1.5px;
line-height: 1.1;
}

/* Описание */
.error-404 .page-content > p.page-description {
font-size: 20px;
line-height: 28px;
color: #b6b6b6;
max-width: 720px;
margin: 0 auto 45px;
}

.page-content p {
font-size: 28px;
line-height: 32px;
}

.page-content .widget-title {
font-size: 28px;
line-height: 32px;
}


/* ====== WIDGETS BASE ====== */
.error-404 .widget {
background: #161616;
padding: 30px 32px;
border-radius: 16px;
margin-bottom: 45px;
box-shadow: 0 0 18px rgba(255, 92, 27, 0.12);
text-align: left;
}

.error-404 .widget-title {
color: #ff5c1b !important;
font-size: 24px;
margin-bottom: 22px;
font-weight: 700;
}

/* ====== RECENT POSTS ====== */
.widget_recent_entries ul li a {
color: #d1d5db;
font-size: 18px;
transition: 0.25s;
}

.widget_recent_entries ul li a:hover {
color: #ff5c1b;
}


/* ====== TAGS ====== */
.widget_tag_cloud {
padding-bottom: 35px;
}

.widget_tag_cloud .tagcloud a {
background: #111;
color: #ff5c1b !important;
border: 1px solid #ff5c1b;
padding: 10px 16px;
border-radius: 12px;
margin: 6px;
display: inline-block;
font-size: 16px !important;
transition: 0.25s;
}

.widget_tag_cloud .tagcloud a:hover {
background: #ff5c1b;
color: #000 !important;
}


/* ====== MOBILE ====== */
@media (max-width: 768px) {
.error-404 .page-title {
  font-size: 44px;
}


.error-404 .widget {
  padding: 24px;
}
}
/* === СТИЛЬ ДЛЯ СПИСКА СВЕЖИХ ЗАПИСЕЙ === */
.widget_recent_entries ul li,
.widget_recent_entries ul li a {
    font-size: 20px;
    line-height: 25px;
    color: #d1d5db;
    transition: 0.25s;
}

.widget_recent_entries ul li a:hover {
    color: #ff5c1b;
}

/* Custom styles for Contact Form 7 intl-tel-input */


.intl-tel-input.allow-dropdown {
    width: 100% !important;
}

.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input.wpcf7-form-control {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.intl-tel-input.allow-dropdown input[type="tel"]:focus,
.intl-tel-input.allow-dropdown input.wpcf7-form-control:focus {
    text-align: center !important;
}


.intl-tel-input .selected-flag {
  border-radius: 200px 0 0 200px;
}

.intl-tel-input .flag-container {
  font-size: 15px;
}

form .inputWrapper textarea.wpcf7-textarea {
    display: block;
    width: 100%;
    height: 60px;
    box-sizing: border-box;

    border-radius: 200px !important;
    background-color: #eee;
    border: 0;
    outline: 0;
    box-shadow: none;

    font-family: 'TT Commons', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;

    text-align: center;
    line-height: normal;

    padding: 20px 30px; /* Чтобы текст дышал */
    min-height: 60px;   /* как инпут, но “растягивается” */

    resize: none; /* убрать ручное растягивание */

    transition: all .4s ease-in-out;
}

/* Placeholder */
form .inputWrapper textarea.wpcf7-textarea::placeholder {
    color: #b0b0b0;
    text-align: center;
}

/* Styles for the contact block */

.crmContacts{
  width: 350px;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:576px){
  .crmContacts{
    margin-bottom: 50px;
  }
}

@media(min-width:765px){
  .crmContacts{
    margin-bottom: 60px;
  }
}

@media(min-width:991px){
  .crmContacts{
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    order: 2;
  }
}

.crmContacts__title{
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

@media(min-width:576px){
  .crmContacts__title{
    font-size: 42px;
    margin-bottom: 35px;
  }
}

@media(min-width:765px){
  .crmContacts__title{
    font-size: 48px;
    margin-bottom: 40px;
  }
}

@media(min-width:991px){
  .crmContacts__title{
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
}

.crmContacts__list{
  margin-bottom: 30px;
}

.crmContacts__item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 4px solid #6b6b6b;
}

.crmContacts__item:last-child{
  border-bottom: 4px solid #6b6b6b;
}

@media(min-width:576px){
  .crmContacts__item{
    padding: 18px 0;
  }
}

@media(min-width:765px){
  .crmContacts__item{
    padding: 20px 0;
  }
}

.crmContacts__item-country{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}

@media(min-width:576px){
  .crmContacts__item-country{
    font-size: 20px;
  }
}

@media(min-width:765px){
  .crmContacts__item-country{
    font-size: 22px;
  }
}

.crmContacts__item-phone{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.crmContacts__item-phone:hover {
  color: #F16522;
}

@media(min-width:576px){
  .crmContacts__item-phone{
    font-size: 20px;
  }
}

@media(min-width:765px){
  .crmContacts__item-phone{
    font-size: 22px;
  }
}


.crmAddress_in_country__item {
  margin-bottom: 20px;
}

.crmAddress_in_country__item:last-child {
  margin-bottom: 0;
}

.crmAddress_in_country__item-address {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 15px;
  white-space: pre-line;
}

@media(min-width:576px){
  .crmAddress_in_country__item-address{
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media(min-width:765px){
  .crmAddress_in_country__item-address{
    font-size: 22px;
  }
}

.crmAddress_in_country__item-email {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.crmAddress_in_country__item-email:hover {
  color: #F16522;
}

@media(min-width:576px){
  .crmAddress_in_country__item-email{
    font-size: 20px;
  }
}

@media(min-width:765px){
  .crmAddress_in_country__item-email{
    font-size: 22px;
  }
}


.contact_page_section .tabsContentBlock .tabContent .formBlock_eng{
  background-color:#ffffff;
  border-radius: 20px;
  max-width: 542px;
  max-height: 670px;
}

@media(min-width:991px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock_eng{
    order:1;
    margin-left: unset;
    margin-right: 30px;
  }
}

@media(min-width:1140px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock_eng{
    margin-right: 140px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper{
  padding:45px 50px;
  margin-left: auto;
  margin-right:auto;
}

@media(max-width: 340px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper{
    padding: 45px 30px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper .btnWrap .btn{
  max-width: 100%;
}
@media(min-width:576px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper{
    padding: 75px 80px;
  }
}

.contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper .formTitle{
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper .formText{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media(min-width:765px){
  .contact_page_section .tabsContentBlock .tabContent .formBlock_eng .wrapper .formTitle{
    font-size: 28px;
    line-height: 32px;
  }
}

/* Styles for iconWrap in section5 and section7 leftSide */
.section5 .formBlock .wrapper .leftSide .iconWrap {
  padding-top: 12px;
  max-width: 70%;
}

.section7 .formBlock .wrapper .leftSide .iconWrap {
  padding-top: 12px;
  max-width: 70%;
}

.section5 .siteWidth.container-fluid,
.section7 .siteWidth.container-fluid,
.section11 .siteWidth.container-fluid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 960px !important;
}

@media (max-width: 768px) {
  .section11 .formBlock {
    padding-top: 0;
  }
  
  .section11 .formBlock .wrapper .leftSide {
    padding-top: 20px;
  }

  .blog_section_1 .innerWrapper {
    width: 50vw !important;
  }
}
