/** @format */

html {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

body {
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #4e4e4e;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding-left: 20px;
  line-height: 150%;
}

ul li {
  color: #d5232f;
  padding-left: 10px;
}

ul li span {
  color: #4e4e4e;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #4e4e4e;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 90% 50% no-repeat;
  font-family: "Red Hat Text", sans-serif;
  outline: none;
  height: 40px;
  width: 100%;
  color: #1d1f20;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 400;
  /* border: 1px solid #c4c4c4; */
  border: none;
  text-transform: uppercase;
}

option {
  font-weight: 300;
  font-size: 12px;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1140px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 398px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

form .form-group {
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  font-size: 12px;
}

form .form-group label span {
  color: #d5232f;
}

form .form-group input[type="text"],
form .form-group input[type="tel"],
form .form-group input[type="email"] {
  height: 40px;
  width: 100%;
  color: #4e4e4e;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Red Hat Text", sans-serif;
  border: 1px solid #c4c4c4;
  padding-left: 20px;
  outline: none;
  background: none;
  border-radius: 0px;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Red Hat Text", sans-serif;
  outline: none;
  height: 44px;
}

button[type="submit"].not_agree {
  pointer-events: none;
  background: #cccccc;
  border: 1px solid #cccccc;
}

.agree {
  font-size: 12px;
}

input::-webkit-input-placeholder {
  color: #1d1f20;
}
input::-moz-placeholder {
  color: #1d1f20;
}
input:-ms-input-placeholder {
  color: #1d1f20;
}
input:-moz-placeholder {
  color: #1d1f20;
}

.form_title {
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 47px;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup {
  display: none;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.popup_container {
  width: 450px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: white;
  text-align: center;
  padding-bottom: 30px;
  padding: 20px 40px !important;
  padding-bottom: 15px !important;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 20px;
}

.btn {
  background: #d5232f;
  color: white;
  text-align: center;
  width: 250px;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #d5232f;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn span {
  display: inline-block;
  margin: 0 auto;
}
.btn:hover {
  background: #bd111d;
  border-color: #bd111d;
}
.btn:disabled {
  opacity: 0.5;
  cursor: wait;
}

.title {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #d5232f;
  position: absolute;
  bottom: -5px;
  left: -30px;
}

.title.animated {
  opacity: 1;
}

/*****************************************************************************************************************************/

/* header */

header {
  background: white;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__logo {
  width: 14%;
}

.header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
}

.header__menu li {
  padding: 0;
  margin: 0 10px;
}

.header__menu li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 500;
}

.header__menu li a:hover {
  color: #d5232f;
}

.header__choose-lang {
  position: relative;
  /* right: -50px; */
}

.header__choose-lang select {
  width: 45px;
  padding-left: 5px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.header__btn {
  /* margin-left: -80px;
    position: relative;
    left: -80px; */
}

.header__email {
  position: absolute;
  top: -10px;
  right: 3px;
  font-size: 12px;
  text-decoration: underline;
}

.header .m_btn {
  display: none;
}

.header__m_menu {
  display: none;
}

/*****************************************************************************************************************************/

/* intro */

.intro {
  background: url(../img/bg.jpg) top center no-repeat;
}

.intro__content {
  padding-top: 140px;
  padding-bottom: 100px;
}

.intro__title br {
  display: none;
}

.intro__title {
  font-size: 36px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.intro__title.active {
  opacity: 1;
}

.intro__list {
  opacity: 0;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.intro__list.active {
  opacity: 1;
}

.intro__list li {
  padding-top: 30px;
  font-size: 20px;
}

.intro__comment {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  padding-top: 40px;
  opacity: 0;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
}

.intro__comment.active {
  opacity: 1;
}

.intro__btn {
  margin-left: -430px;
  overflow: hidden;
  border: none;
  margin-top: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* animation: rington 1s ease-in-out infinite; */
  position: relative;
}

/* @keyframes rington {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.05);
    }
    100% {
        transform: scaleX(1);
    }
    
} */

.intro__btn.active {
  margin-left: 30px;
}

/* .intro__btn:after {
    content: "";
    height: 104%;
    width: 8px;
    background: white;
    transform: skew(-10deg);
    position: absolute;
    left: -20px;
    top: -1px;
    animation-name: flare;  
    -webkit-animation-duration: 3s;
    animation-duration: 3s; 
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
} */

/* @keyframes flare { 
    0% { left: -30px; }
    25% { left: 260px; }
    100% { left: 260px; } 
} */

/*****************************************************************************************************************************/

.who-we {
  background: url(../img/who_we_are_bg.jpg) 100% 100px no-repeat;
  margin-top: 70px;
  padding-bottom: 100px;
}

.who-we__text {
  background: white;
  padding: 50px 50px 150px 50px;
  font-weight: 300;
  line-height: 150%;
  box-shadow: -5px 5px 15px 4px rgba(0, 0, 0, 0.05);
  width: 37%;
  margin-top: 80px;
  margin-left: 40px;
  position: relative;
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.who-we__text.animated {
  transform: scale(1);
}

.who-we__text:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #d5232f;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/*****************************************************************************************************************************/

/* what-when */

.what-when .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

.what-when .container::after {
  content: "";
  width: 1px;
  height: 18%;
  background: #d5232f;
  position: absolute;
  top: 35%;
  left: 50%;
}

.what {
  width: 40%;
}

.what__title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.what__title.animated {
  opacity: 1;
}

.what__text {
  line-height: 150%;
  padding-top: 30px;
}

.when {
  width: 40%;
}

.when__title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.when__title.animated {
  opacity: 1;
}

.when__text {
  line-height: 150%;
  padding-top: 30px;
}

.when__list {
}

.when__btn {
  margin-left: 30px;
  margin-top: 30px;
}

/*****************************************************************************************************************************/

/* our growth */

.growth {
  background: url(../img/our_growth_bg.jpg) 0% 100px no-repeat;
  margin-top: 70px;
  /* padding-bottom: 55px; */
}

.growth__title {
  text-align: right;
}

.growth__title:after {
  bottom: -5px;
  left: unset;
  right: 221px;
}

.growth__text {
  background: white;
  padding: 50px 50px 100px 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.05);
  width: 37%;
  margin-top: 80px;
  margin-right: 40px;
  margin-left: auto;
  position: relative;
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.growth__text.animated {
  transform: scale(1);
}

.growth__text:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #d5232f;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.chart-wrapper {
  margin-top: 120px;
  display: flex;
  justify-content: space-evenly;
}

.bar-chart {
  width: 45%;
  /* margin: 0 auto; */
}

.pie-chart {
  width: 45%;
  /* width: 300px;
    height: 300px; */
  /* background: url(../img/pie.jpg) bottom no-repeat; */
}

.pie-chart__title {
  font-size: 20px;
  font-weight: 500;
  /* padding-bottom: 30px; */
  text-align: center;
  margin-bottom: 20px;
}

.pie-chart img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s linear;
}

.pie-chart img.animated {
  opacity: 1;
}

.month-income {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
}

.month-income span {
  color: #d5232f;
}

/* .circle {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
    background: #df9fa3;
} */

/* .circle:before {
    content: "";
    width: 2px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
} */

/* .part1 {
    position: absolute;
    top: 50%;
    left: -10%;
    width: 110%;
    height: 50%;
    background: #ee6f6f;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); 
    transform: rotate(0deg);
    -webkit-transform-origin: top center; 
    -ms-transform-origin: top center; 
    transform-origin: top center;
}

.part2 {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 50%;
    background: #f74a4a;
    z-index: 2;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(50deg);
    transform: rotate(70deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.part3 {
    position: absolute;
    top: 50%;
    left: -2%;
    width: 110%;
    height: 55%;
    background: linear-gradient(276deg, #d5232f 50%, transparent 50% 100%);
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
} */

.bar-chart__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.bar-chart__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 180px;
}

.parnters-count {
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-right: 15px;
  text-align: right;
  position: relative;
}

.parnters-count__title {
  position: absolute;
  right: 0;
  top: -30px;
  color: #4e4e4e;
  font-size: 12px;
  text-align: right;
  width: 200%;
  line-height: 110%;
}

.division {
  position: relative;
  width: 100%;
}

.division__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 100%;
}

.division__items span {
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
}

.division span:last-child {
  background: black;
}

.bar-chart__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.bar-chart__item-wrapper {
  width: 15%;
  height: 100%;
}

.bar-chart__item-wrapper .scale {
  position: relative;
  height: 100%;
  width: 10px;
  margin: 0 auto;
}

.bar-chart__item-wrapper .scale:before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d5232f;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.bar-chart__item-wrapper:nth-child(1) .scale.animated:before {
  height: 15%;
}

.bar-chart__item-wrapper:nth-child(2) .scale.animated:before {
  height: 25%;
}

.bar-chart__item-wrapper:nth-child(3) .scale.animated:before {
  height: 52%;
}

.bar-chart__item-wrapper:nth-child(4) .scale.animated:before {
  height: 82%;
}

.bar-chart__item-wrapper:nth-child(5) .scale.animated:before {
  height: 92%;
}

.bar-chart__years {
  color: black;
  font-size: 14px;
  width: 100%;
  padding-top: 10px;
  position: absolute;
  bottom: -25px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.bar-chart__years span {
  display: block;
  /* margin: 0 auto; */
  text-align: center;
  background: none !important;
}

/*****************************************************************************************************************************/

/* partners */

.partners {
  background: #eeeeee;
  margin-top: 80px;
  padding-bottom: 40px;
}

.partners__title {
  margin-bottom: 25px;
  padding-top: 40px;
}

.partners__text > span {
  font-size: 36px;
  font-weight: 500;
  color: #d5232f;
}

.partners__list {
}

.partners__btn {
  margin-top: 30px;
  margin-left: 30px;
}

/*****************************************************************************************************************************/

/* feedback */

.feedback {
  margin-top: 70px;
}

.feedback__title {
  margin-bottom: 35px;
}

.feedback__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback__item-wrapper {
  position: relative;
  width: 40%;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 150%;
  box-shadow: -5px 5px 15px 4px rgba(0, 0, 0, 0.05);
  padding: 50px 50px 50px 50px;
  background: white;
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feedback__item-wrapper:nth-child(2) {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feedback__item-wrapper:nth-child(3) {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.feedback__item-wrapper:nth-child(4) {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.feedback__item-wrapper.animated {
  transform: scale(1);
}

.feedback__item {
  height: 150px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feedback__item-wrapper:hover {
  cursor: pointer;
}

.feedback__item-wrapper:before {
  content: "";
  width: 10px;
  height: 60%;
  background: #4e4e4e;
  position: absolute;
  top: 10%;
  right: -10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feedback__item-wrapper:hover:before {
  background: #d5232f;
}

.feedback__item-wrapper.active:before {
  background: #d5232f;
}

.feedback__text span {
  color: #c4c4c4;
}

.feedback__more {
  display: inline-block;
  padding-top: 30px;
  color: #d5232f;
  font-weight: 500;
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.feedback__more:hover {
  color: #4e4e4e;
}

.feedback__item.active .feedback__more {
  opacity: 0;
}

/*****************************************************************************************************************************/

.projects {
  background: #eeeeee;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 50px;
  /* opacity: 0;
    -webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	transition: all 1s linear; */
}

/* .projects.animated {
    opacity: 1;
} */

.projects__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.project__item {
  max-width: 25%;
  width: 25%;
  margin-bottom: 30px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(0);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.project__item:nth-child(2) {
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.project__item:nth-child(3) {
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.project__item:nth-child(4) {
  -webkit-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  transition: transform 0.6s linear;
}
.project__item:nth-child(5) {
  -webkit-transition: transform 0.7s linear;
  -moz-transition: transform 0.7s linear;
  transition: transform 0.7s linear;
}
.project__item:nth-child(6) {
  -webkit-transition: transform 0.8s linear;
  -moz-transition: transform 0.8s linear;
  transition: transform 0.8s linear;
}

.project__item.animated {
  transform: scale(1);
}

.project__item:hover {
  filter: unset;
  -webkit-filter: unset;
  -moz-filter: unset;
  -ms-filter: unset;
  -o-filter: unset;
}

.faq {
  margin-top: 70px;
}

.faq .container:before {
  content: "?";
  color: #f8f8f8;
  font-size: 500px;
  font-weight: 700;
  position: absolute;
  top: -25%;
  right: 10%;
  z-index: -1;
}

.faq__items {
  margin-top: 20px;
}

.faq__items b {
  font-weight: 500;
  display: inline-block;
  padding: 15px 0;
}

.faq__btn {
  margin-left: 10px;
}

/*****************************************************************************************************************************/

.contacts-form {
  background: #4e4e4e;
  margin-top: 80px;
  padding-bottom: 40px;
}

.contacts-form .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.contacts {
  background: #2d2d2d;
  padding: 50px;
  padding-bottom: 90px;
  color: white;
  width: 35%;
  box-shadow: -5px 5px 15px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 90px;
  left: -150%;
  /* left: 0%; */
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.contacts.animated {
  left: 0;
}

.contacts__title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
}

.contacts__content {
  padding-top: 20px;
}

.contacts__content > span {
  font-weight: 500;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.contacts__item span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  margin-top: 10px;
  white-space: nowrap;
  color: #979797;
}

.contacts__item span:first-child {
  color: white;
}

.contacts__item span:first-child b {
  font-weight: 500;
  color: white;
}

.contacts__item b {
  font-weight: 300;
  color: #979797;
}

.contacts__item span:last-child {
  margin-top: 20px;
  color: white;
}

.contacts__item span a {
  color: white;
  text-decoration: underline;
}

.contacts__item span:before {
  content: url(../img/skype.png);
  position: absolute;
  top: 0;
  left: 0;
}

.contacts__item span:first-child:before {
  content: url(../img/email.png);
}

.contacts__item span.contacts__telegram:before {
  content: url(../img/telegram.png);
}

.bottom-form {
  width: 35%;
  background: #eeeeee;
  padding: 50px 50px 50px 65px;
  box-shadow: -5px 5px 15px 4px rgba(0, 0, 0, 0.15);
  margin-top: -80px;
  margin-left: -30px;
  position: relative;
  right: -150%;
  /* right: 0%; */
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bottom-form.animated {
  right: 0;
}

#form1 .form_title {
  font-size: 20px;
  font-weight: 500;
  color: #4e4e4e;
}

/*****************************************************************************************************************************/

@media (max-width: 1500px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1350px) {
}

/*IPAD PRO*/
@media (min-width: 768px) and (max-width: 1199px) {
  .title:after {
    left: -50px;
  }

  .header__menu {
    width: 50%;
  }

  .header__choose-lang {
    right: 0px;
  }

  .header__btn {
    width: 200px;
  }
  .header__email {
    top: -12px;
  }
  .who-we {
    background: url(../img/who_we_are_bg.jpg) 300px 100px no-repeat;
  }

  .what {
    width: 45%;
  }

  .when {
    width: 45%;
  }

  .growth {
    background: url(../img/our_growth_bg.jpg) -300px 100px no-repeat;
  }

  .growth__title:after {
    bottom: -5px;
    left: unset;
    right: 221px;
  }

  /* .bar-chart {
        width: 55%;
        margin-top: 80px;
    } */

  .feedback__item-wrapper {
    width: 37%;
  }

  .project__item {
    max-width: 22%;
    width: 22%;
  }

  .contacts {
    width: 40%;
  }

  .bottom-form {
    width: 40%;
  }
}

/*IPAD*/
@media (min-width: 768px) and (max-width: 991px) {
  header {
    top: -1px;
  }

  .header__menu {
    display: none;
  }

  .header__m_menu {
    list-style: none;
    position: absolute;
    z-index: 15;
    width: 100%;
    font-size: 16px;
    display: block;
    /* top: 74px; */
    right: -100%;
    text-align: center;
    background: white;
    padding: 40px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__m_menu.active {
    right: 0;
  }

  .header__m_menu li {
    padding: 0;
    padding-top: 15px;
  }

  .header__m_menu li:last-child a {
    text-decoration: underline;
  }

  .header__choose-lang {
    right: 0;
  }

  .header__btn {
    width: 250px;
  }

  .header__email {
    display: none;
  }

  .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 21px;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #bb162a;
  }

  .header .m_btn span:nth-child(1) {
    top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }

  .header .m_btn span:nth-child(3) {
    bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  .header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  .header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .intro__title {
    font-size: 28px;
    font-weight: 500;
  }

  .who-we {
    background: url(../img/who_we_are_bg.jpg) 0 100px no-repeat;
  }

  .who-we__text {
    padding: 40px 40px 100px 40px;
    width: 40%;
    margin-left: 0;
    font-size: 14px;
  }

  .what__title {
    font-size: 24px;
  }

  .when__title {
    font-size: 24px;
  }

  .growth {
    background: url(../img/our_growth_m_bg.jpg) 55% 100px no-repeat;
  }

  .growth__text {
    padding: 40px 40px 100px 40px;
    font-size: 14px;
    width: 40%;
    margin-right: 0;
  }

  .bar-chart {
    width: 70%;
    margin: 0 auto;
    /* margin-top: 100px; */
  }

  .pie-chart {
    width: 100%;
    margin-top: 70px;
  }

  .chart-wrapper {
    display: block;
  }

  .partners__text > span {
    font-size: 28px;
    font-weight: 500;
    color: #d5232f;
  }

  .feedback__item-wrapper {
    width: 39%;
    font-size: 14px;
    padding: 30px;
  }

  .contacts {
    padding: 30px;
    width: 42%;
    margin-top: 90px;
    padding-bottom: 80px;
  }

  .contacts__title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .bottom-form {
    width: 42%;
    padding: 30px 30px 30px 35px;
    margin-left: -15px;
  }

  #form1 .form_title {
    font-size: 16px;
    padding-bottom: 15px;
  }

  #form1 .form-group label {
    font-size: 12px;
  }
}

/*MOBILE*/

@media (max-width: 767px) {
  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }
  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }
  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }
  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }
  .popup_container {
    padding-bottom: 10px;
    padding: 10px 10px !important;
  }
  .popup_container h2 {
    font-size: 12px;
  }
  form .form-group {
    font-size: 11px;
  }
  .popup_container .agree {
    font-size: 10px;
  }

  body {
    font-size: 14px;
  }

  ul li {
    color: #d5232f;
    padding-left: 0;
  }

  .btn {
    width: 100%;
  }

  .title {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    text-align: left;
  }

  .title:after {
    content: "";
    width: 150px;
    left: -50px;
  }

  .header__logo {
    width: 30%;
  }

  .header__menu {
    display: none;
  }

  .header__m_menu {
    list-style: none;
    position: absolute;
    z-index: 15;
    width: 100%;
    font-size: 16px;
    display: block;
    /* top: 74px; */
    right: -100%;
    text-align: center;
    background: white;
    padding: 40px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__m_menu.active {
    right: 0;
  }

  .header__m_menu li {
    padding: 0;
    padding-top: 15px;
  }

  .header__m_menu li:last-child a {
    text-decoration: underline;
  }

  .header__btn {
    display: none;
  }

  .header__email {
    display: none;
  }

  .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 21px;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #bb162a;
  }

  .header .m_btn span:nth-child(1) {
    top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header .m_btn span:nth-child(2) {
    top: calc(50% - 2px);
    opacity: 1;
  }

  .header .m_btn span:nth-child(3) {
    bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  .header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  .header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .intro {
    background: url(../img/bg_mob.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
  }

  .intro ul li span {
    color: #ffffff;
  }

  .intro__content {
    padding-top: 95px;
    padding-bottom: 0;
  }

  .intro__title br {
    display: block;
  }

  .intro__title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 52%;
  }

  .intro__list li {
    padding-top: 15px;
    font-size: 14px;
  }

  .intro__list li br {
    display: none;
  }

  .intro__comment {
    padding-left: 20px;
    padding-top: 15px;
    color: #ffffff;
  }

  .intro__btn {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    border: none;
    margin-top: 15px;
  }

  .intro__btn.active {
    margin-left: 0;
  }

  @keyframes flare {
    0% {
      left: -30px;
    }
    25% {
      left: 460px;
    }
    100% {
      left: 460px;
    }
  }

  .who-we {
    background: url(../img/who_we_are_bg.jpg) 0 100px no-repeat;
    background-size: 50%;
    background-position: 50% 100%;
  }

  .who-we__text {
    padding: 0;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    background: none;
    margin-top: 40px;
    padding-bottom: 35%;
    box-shadow: none;
  }

  .who-we__text:before {
    display: none;
  }

  .what-when .container {
    display: block;
    margin-top: 40px;
  }

  .what {
    width: 100%;
  }

  .when {
    width: 100%;
    margin-top: 40px;
  }

  .when__btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .what-when .container::after {
    display: none;
  }

  .what__title {
    font-size: 24px;
  }

  .when__title {
    font-size: 24px;
  }

  .growth {
    background: url(../img/our_growth_m_bg.jpg) 55% 100px no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
  }

  .growth__title {
    text-align: left;
  }

  .growth__text {
    padding: 0;
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    background: none;
    margin-top: 40px;
    padding-bottom: 60%;
    box-shadow: none;
  }

  .growth__text:before {
    display: none;
  }

  .bar-chart {
    width: 100%;
    margin-top: 40px;
  }

  .bar-chart__title,
  .pie-chart__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    padding-bottom: 0;
  }

  .pie-chart {
    width: 100%;
    margin-top: 70px;
  }

  .month-income {
    font-size: 18px;
  }

  .chart-wrapper {
    display: block;
    margin-top: 0;
  }

  .parnters-count {
    font-size: 12px;
  }

  .parnters-count__title {
    position: absolute;
    right: -19px;
    top: -30px;
    color: #4e4e4e;
    font-size: 10px;
    text-align: center;
    width: 200%;
    line-height: 110%;
  }

  .partners__text > span {
    font-size: 24px;
    font-weight: 500;
    color: #d5232f;
  }

  .partners__btn {
    margin-top: 30px;
    margin-left: 0;
  }

  .feedback__item-wrapper {
    width: 100%;
    font-size: 14px;
    padding: 30px;
    margin-bottom: 20px;
  }

  .feedback__item {
    height: 100px;
  }

  .project__item {
    max-width: 40%;
    width: 40%;
  }

  .faq .container:before {
    top: -10%;
  }

  .faq__btn {
    margin-left: 0;
  }

  .contacts-form {
    background: #2d2d2d;
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .contacts-form .container {
    display: block;
  }

  .contacts {
    padding: 40px 0;
    width: 100%;
    margin-top: 70px;
    background: none;
    box-shadow: none;
  }

  .contacts__title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .bottom-form {
    width: 100%;
    padding: 0;
    margin-left: 0;
    box-shadow: none;
    background: none;
    margin-top: 0;
  }

  #form1 .form_title {
    font-size: 16px;
    padding-bottom: 15px;
    color: white;
  }

  #form1 .form-group label {
    font-size: 12px;
    color: white;
  }
}

@media (max-width: 554px) {
  .intro {
    background: url(../img/bg_mob.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
  }

  .who-we {
    background: url(../img/who_we_are_bg.jpg) 0 100px no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
  }

  .growth {
    background: url(../img/our_growth_m_bg.jpg) 55% 100px no-repeat;
    background-size: 100%;
    background-position: 50% 26%;
  }
}

@media (max-width: 385px) {
  .growth__text {
    padding-bottom: 65%;
  }
}

@media (max-width: 378px) {
  .intro {
    background: url(../img/bg_mob.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
  }
  .growth__text {
    padding-bottom: 68%;
  }

  .header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }
}

@media (max-width: 360px) {
  .title {
    font-size: 32px;
  }
  .bar-chart__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .intro__content {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .intro {
    background: url(../img/bg_mob.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
  }
  .intro__title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 55%;
  }

  .header .m_btn span:nth-child(2) {
    top: calc(50% - 2px);
    opacity: 1;
  }

  .who-we__text {
    padding-bottom: 30%;
  }

  .growth {
    background: url(../img/our_growth_m_bg.jpg) 55% 100px no-repeat;
    background-size: 100%;
    background-position: 50% 30%;
  }
}
