body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.headercontainer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 135px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #000;
  border-bottom: 1px solid #03a9f4;
  background-color: rgba(3, 169, 244, 0);
}

.brand {
  width: 116px;
  height: 71px;
  margin-top: 39px;
  background-image: url('../images/isit_white_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link {
  padding-top: 45px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #0b1a28;
}

.nav-link.w--current {
  position: relative;
  margin-top: -43px;
  border-top: 7px solid #000;
  color: #000;
}

.body {
  background-color: #ececec;
  background-image: url('../images/new_design_isit.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  background-color: rgba(3, 169, 244, 0);
}

.contentcontainer {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 227px;
}

.contentcontainer.contacts {
  padding-top: 0px;
}

.hpheading {
  margin-bottom: 70px;
  font-family: Kelsonsansbg, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.23;
  font-weight: 700;
  text-align: center;
}

.yellow-link {
  color: #f3b411;
  text-decoration: none;
}

.paragraphcenter {
  color: #fff;
  text-align: center;
}

.paragraphcenter.black {
  margin-bottom: 20px;
  color: #000;
}

.whitestripe {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 170px;
  margin-top: 569px;
  border-top: 1px solid #f3b411;
  background-color: #fff;
}

.whitestripe.spheres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.whitestripe.services {
  position: absolute;
  display: block;
  margin-top: 570px;
}

.whitestripe.services.en-version {
  margin-top: 520px;
}

.circlecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hpcirlce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  height: 285px;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: #03a9f4;
  border-radius: 150px;
  background-image: url('../images/road.png');
  background-position: 50% 50%;
  background-size: 290px 290px;
  background-repeat: no-repeat;
  -webkit-transition: all 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: all 1000ms cubic-bezier(.165, .84, .44, 1);
  text-decoration: none;
}

.hpcirlce:hover {
  border-color: #000;
  background-position: 0% 0%;
  background-size: 310px 310px;
}

.hpcirlce.image2 {
  background-image: url('../images/infrastruktura.jpg');
  background-position: 0px 0px;
  background-size: 280px 280px;
  background-repeat: no-repeat;
}

.hpcirlce.image2:hover {
  background-size: 310px 310px;
}

.hpcirlce.image-3 {
  background-image: url('../images/meki-merki.jpg');
}

.hpcirlce.image-4 {
  background-image: url('../images/tehnicheska-pomosht.jpg');
}

.smallcircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 150px;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.h3-center {
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-family: Kelsonsansbg, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.p-smalltext {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
}

.home-page-list {
  padding-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.hp-list-item {
  height: auto;
  padding-left: 25px;
  background-image: url('../images/blue_elipse.png');
  background-position: 0% 8px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  line-height: 2.1;
}

.text {
  margin-bottom: 20px;
}

.columns {
  padding-top: 30px;
  padding-bottom: 30px;
}

.elaboration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 253px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 90px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #0b1a28;
}

.elaboration.services {
  height: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.elaboration.services.fonds.tab2 {
  margin-top: 20px;
}

.elaboration.fond-tab {
  width: 1070px;
  height: 313px;
  margin-top: 84px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading {
  margin-top: 0px;
  padding-right: 35px;
  padding-bottom: 25px;
  padding-left: 35px;
  background-image: url('../images/bg-headline-blue.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Kelsonsansbg, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.heading.services {
  background-image: none;
  font-size: 18px;
  text-align: left;
}

.elaborate-more {
  margin-right: 30px;
}

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #03a9f4;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: uppercase;
}

.blue-button.services {
  width: 300px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 300px;
  background-image: url('../images/bg-footer.jpg');
  background-position: 50% 0%;
  background-size: auto;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 88px;
  height: 54px;
  margin-right: 70px;
}

.footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-text {
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #373737;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-text.right {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.footer-text.contact-us {
  margin-top: 6px;
  margin-bottom: 20px;
  text-align: left;
}

.fotoer-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #000;
}

.footer-phone {
  font-family: 'Roboto Slab', sans-serif;
  color: #373737;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.made-by-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  height: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-grand {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Kelsonsansbg, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
}

.h3-center {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 36px;
}

.who-are-we {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1284px;
  height: 206px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: -53px;
  padding-top: 26px;
  padding-right: 57px;
  padding-left: 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/who-we-are.png');
  background-position: 0px 0px;
  background-size: auto;
}

.answer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.answer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Kelsonsansbg, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.answer-paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.yellow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 61px;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7cd71;
}

.yellow-blck-text {
  color: #373737;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mission-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: Kelsonsansbg, sans-serif;
  font-size: 18px;
}

.blue-divider {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #03a9f4;
}

.column.left {
  padding-left: 0px;
}

.phrases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b1a28;
}

.phrases.spheres {
  height: 165px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phrase-text {
  margin-right: 70px;
  margin-left: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.phrase-text._14 {
  font-size: 14px;
  line-height: 1.4;
}

.idit-logo {
  margin-left: 10px;
  padding-left: 0px;
}

.spheresflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spherecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 45px;
  margin-bottom: 50px;
  margin-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spheretext {
  line-height: 2;
  text-align: center;
}

.top-image {
  width: 173px;
  height: 173px;
  margin: 140px auto 50px;
}

.woman-image {
  width: 143px;
  height: 236px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/woman.png');
  background-position: 0px 0px;
  background-size: auto;
}

.blue-button-spheres {
  width: 310px;
  height: 60px;
  background-color: #03a9f4;
  line-height: 3.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-flex.contacts {
  width: 370px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Kelsonsansbg, sans-serif;
  color: #03a9f4;
  font-size: 36px;
  text-transform: uppercase;
}

.image-6 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 14%;
  margin-bottom: -68px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.body-contacts {
  background-color: #ececec;
  background-image: url('../images/header_blue_rectangle.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.whitestripe-contacts {
  height: 130px;
  margin-top: 134px;
  background-color: #fff;
}

.contact-outside-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container {
  width: 328px;
}

.contact-link {
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.image-7 {
  margin-right: 15px;
}

.text-block {
  width: 82px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #03a9f4;
}

.h-flex-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fff;
}

.h-flex-contacts.map {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-contacts {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Kelsonsansbg, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 20px;
  line-height: 1.5;
}

.paragraph.white {
  position: absolute;
  left: 340px;
  top: 540px;
  right: 0%;
  bottom: auto;
  width: 500px;
  color: #fff;
  text-align: left;
}

.text-field {
  width: 800px;
  height: 222px;
  text-transform: uppercase;
}

.contact-field {
  width: 390px;
}

.field-label {
  width: 390px;
  margin-bottom: 10px;
}

.form-block {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.black-button {
  width: 206px;
  height: 82px;
  border-style: solid;
  border-width: 3px;
  border-color: #bdbdbd;
  background-color: #0b1a28;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.black-button:hover {
  background-color: #03a9f4;
  color: #000;
}

.form-container {
  margin-top: 5px;
}

.captcha-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.recaptcha {
  margin-right: 23px;
}

.map-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.map-text.address {
  margin-right: 500px;
  font-size: 16px;
}

.google-map {
  margin-bottom: 40px;
}

.tab-menu {
  z-index: 5;
  margin-left: 388px;
  padding-top: 90px;
}

.tab-menu.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tab-link {
  width: 140px;
  height: 140px;
  margin-right: 25px;
  margin-left: 25px;
  border-style: solid;
  border-width: 10px;
  border-color: #03a9f4;
  border-radius: 120px;
  background-image: url('../images/infrastruktura.jpg');
  background-position: 0% 0%;
  background-size: 120px 120px;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.tab-link:hover {
  border-color: #000;
  background-position: 0% 0%;
  background-size: 200px 200px;
}

.tab-link.w--current {
  width: 140px;
  height: 140px;
  border-style: solid;
  border-width: 10px;
  border-color: #f3b411;
  border-radius: 150px;
  background-size: 200px 200px;
  color: #bdbdbd;
}

.tab-link.w--current:focus {
  background-position: 0% 0%;
  background-size: 180px 180px;
}

.tab-link.legal-services {
  background-image: url('../images/road.png');
}

.tab-link.risk-management {
  background-image: url('../images/meki-merki.jpg');
}

.tab-link.project-management {
  background-image: url('../images/tehnicheska-pomosht.jpg');
}

.tab-link.tab5 {
  background-image: url('../images/centralna.jpg');
  background-position: 0% 0%;
  background-size: 120px 120px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.tab-link.tab5:hover {
  border-color: #000;
  background-position: 0% 0%;
  background-size: 180px 180px;
}

.tab-link.tab6 {
  background-image: url('../images/chastni.jpg');
  background-position: 0% 0%;
  background-size: 140px 140px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.tab-link.tab6:hover {
  border-color: #000;
  background-position: 0% 0%;
  background-size: 200px 200px;
}

.tab-link.tab6.w--current {
  background-image: url('../images/chastni.jpg');
  background-position: 0% 0%;
  background-size: 200px 200px;
}

.tab-text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 140px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: -60%;
  text-align: center;
  text-decoration: none;
}

.tab-text:hover {
  color: #bdbdbd;
}

.tab-text:focus {
  color: #f3b411;
}

.tabs-content {
  z-index: 1;
  overflow: visible;
  margin-top: 0px;
}

.tabs-content.services {
  padding-top: 0px;
}

.main-image-services {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin-top: -188px;
  margin-left: 49px;
  border-style: solid;
  border-width: 10px;
  border-color: #f3b411;
  border-radius: 250px;
  background-image: url('../images/infrastruktura.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.main-image-services.img2 {
  background-image: url('../images/road.png');
}

.main-image-services.img3 {
  background-image: url('../images/meki-merki.jpg');
}

.main-image-services.img4 {
  background-image: url('../images/tehnicheska-pomosht.jpg');
}

.main-image-services.img5 {
  background-image: url('../images/centralna.jpg');
}

.main-image-services.img6 {
  background-image: url('../images/chastni.jpg');
}

.white-circle-services {
  position: static;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 180px;
  background-color: hsla(0, 0%, 92.5%, 0.75);
  text-align: center;
}

.tab-pane {
  height: 700px;
  background-image: url('../images/bg-content-projects.jpg');
  background-position: 0px 282px;
  background-size: auto;
  background-repeat: no-repeat;
}

.tab-pane.fonds {
  height: auto;
  padding-bottom: 0px;
}

.text-block-3 {
  width: 150px;
  text-transform: uppercase;
}

.columns-2 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.columns-2.second {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #03a9f4;
}

.columns-2.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.services-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  background-image: url('../images/bg-headline-blue.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Kelsonsansbg, sans-serif;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.services-heading.ba {
  text-align: left;
  text-transform: none;
}

.column-2.no-padding {
  padding-top: 0px;
}

.white-link {
  color: #fff;
}

.services-subheading {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/bg-headline-blue.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Kelsonsansbg, sans-serif;
}

.fonds-heading {
  margin-top: 130px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  background-image: url('../images/bg-headline-blue.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Kelsonsansbg, sans-serif;
  text-align: center;
}

.fonds-heading.white {
  width: 950px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #fff;
}

.fonds-heading.home {
  text-transform: uppercase;
}

.column-1-no-padding {
  padding-left: 0px;
}

.image-9 {
  position: static;
  left: 0%;
  top: -143px;
  right: 0%;
  bottom: 0%;
  margin-top: -82px;
  margin-left: -101px;
}

.columns-elaboration {
  color: #fff;
}

.column1-elaboration {
  padding-left: 5px;
}

.column2-elaboration {
  padding-right: 42px;
}

.picture-heading {
  height: 78px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  padding-left: 70px;
  background-image: url('../images/bg-h4-services.jpg');
  background-position: 0px 0px;
  background-size: 53px 78px;
  background-repeat: no-repeat;
  font-family: Kelsonsansbg, sans-serif;
}

.html-embed {
  overflow: hidden;
  height: 345px;
}

.contact-form-wapper {
  width: 80%;
  padding-left: 50px;
}

.link-block {
  text-decoration: none;
}

.nav-link-lang {
  padding-top: 45px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-lang:hover {
  color: #0b1a28;
}

.nav-link-lang.w--current {
  position: relative;
  margin-top: 0px;
  color: #fff;
}

.bank-container {
  width: 1200px;
  margin-top: 258px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.bank-list-item {
  margin-top: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .headercontainer {
    width: 90vw;
    height: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    margin-top: 0px;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link.w--current {
    border-top-style: none;
    text-decoration: underline;
  }

  .body {
    background-size: auto 400px;
    background-repeat: no-repeat;
  }

  .nav-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #2698da;
    color: #fff;
  }

  .contentcontainer {
    width: 90vw;
    padding-top: 151px;
  }

  .hpheading {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .hpheading.fonds {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hpheading.home {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .paragraphcenter.black {
    padding-top: 20px;
  }

  .paragraphcenter.home {
    margin-bottom: 0px;
  }

  .whitestripe.spheres {
    margin-top: 398px;
  }

  .whitestripe.services {
    height: 240px;
    margin-top: 399px;
  }

  .whitestripe.fonds {
    margin-top: 400px;
  }

  .whitestripe.home {
    margin-top: 400px;
  }

  .circlecontainer {
    margin-top: 20px;
    margin-bottom: 67px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .hpcirlce {
    margin: 5px;
  }

  .hp-list-item {
    font-size: 13px;
    line-height: 1.8;
  }

  .columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .elaboration {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .elaboration.services.fonds.tab2 {
    margin-top: 20px;
  }

  .elaboration.fond-tab {
    width: 70vw;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .elaborate-more {
    margin-right: 0px;
  }

  .blue-button {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .footer {
    height: auto;
    background-repeat: no-repeat;
  }

  .footer-content {
    width: 90vw;
    padding-top: 134px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-container {
    width: 250px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-text {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
  }

  .footer-text.right {
    padding-bottom: 0px;
    text-align: right;
  }

  .fotoer-contact-container {
    text-align: left;
  }

  .footer-phone {
    font-size: 18px;
  }

  .made-by-container {
    height: auto;
    padding-left: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .h2-grand {
    margin-top: 0px;
    font-size: 50px;
  }

  .h3-center {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .who-are-we {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 10px 37px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .answer-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .answer-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1.2;
  }

  .answer-paragraph {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .yellow-block {
    width: 400px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mission-heading {
    padding-top: 0px;
    padding-bottom: 15px;
    background-image: url('../images/bg-headline-blue.png');
    background-position: 0% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 16px;
  }

  .phrases {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .phrases.spheres {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .phrase-text {
    font-size: 16px;
  }

  .phrase-text._14 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .idit-logo {
    margin-left: 3px;
  }

  .spheresflex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .spherecontainer {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .sphereimage {
    width: 120px;
    height: 120px;
  }

  .top-image {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    padding-top: 30px;
  }

  .blue-button-spheres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-flex {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .whitestripe-contacts {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-outside-container {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .contact-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h-flex-contacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h-flex-contacts.map {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph.white {
    left: 2%;
    top: 526px;
    right: 0%;
    bottom: 0%;
    height: 20px;
    margin-top: -188px;
  }

  .paragraph.white.fonds {
    margin-top: -148px;
    margin-left: -19px;
  }

  .text-field {
    width: 90vw;
  }

  .contact-field {
    width: 100%;
  }

  .form {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-container {
    width: 100%;
  }

  .map-text.address {
    margin-right: 0px;
  }

  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tab-menu.right {
    margin-top: 29px;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
  }

  .tab-link:hover {
    background-position: 50% 50%;
    background-size: 150px 150px;
  }

  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    background-size: 150px 150px;
  }

  .tab-link.risk-management.w--current {
    background-size: 120px 120px;
  }

  .tab-text {
    margin-top: 102px;
    margin-right: 0px;
    margin-left: 0%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .tabs-content {
    height: auto;
    padding-top: 18px;
  }

  .main-image-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 47px;
    margin-bottom: 30px;
    margin-left: 79px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: auto;
  }

  .main-image-services.img2 {
    background-size: cover;
  }

  .main-image-services.img3 {
    background-size: cover;
  }

  .main-image-services.img4 {
    background-size: cover;
  }

  .main-image-services.img5 {
    margin-top: 0px;
  }

  .main-image-services.img6 {
    margin-top: 0px;
  }

  .white-circle-services {
    width: 120px;
    height: 120px;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-pane {
    height: auto;
    padding-bottom: 60px;
    background-position: 0% 123px;
  }

  .tab-pane.fonds {
    margin-top: -68px;
    padding-top: 49px;
    padding-bottom: 0px;
    background-position: 0% 180px;
  }

  .tab-pane.services {
    background-position: 0% 141px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-subheading {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .fonds-heading {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .fonds-heading.white {
    width: auto;
  }

  .fonds-heading.home {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .image-9 {
    margin-top: 165px;
    margin-left: -104px;
  }

  .picture-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .nav-link-lang {
    text-align: left;
  }

  .nav-link-lang.w--current {
    border-top-style: none;
    text-decoration: underline;
  }

  .bank-container {
    width: 100%;
    margin-top: 153px;
  }
}

@media screen and (max-width: 767px) {
  .headercontainer {
    height: 90px;
  }

  .hpheading.fonds {
    margin-top: 60px;
  }

  .whitestripe.services {
    height: 209px;
  }

  .hpcirlce {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }

  .hpcirlce:hover {
    background-position: 50% 50%;
    background-size: 250px 250px;
  }

  .hpcirlce.image2 {
    background-position: 50% 50%;
    background-size: 150px;
  }

  .hpcirlce.image2:hover {
    background-size: 250px;
  }

  .smallcircle {
    width: 100px;
    height: 100px;
    font-size: 11px;
  }

  .elaboration {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elaboration.services {
    height: auto;
    padding: 20px;
  }

  .elaboration.fond-tab {
    width: auto;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.services {
    padding-top: 0px;
    padding-right: 0px;
  }

  .blue-button {
    margin-bottom: 10px;
  }

  .blue-button.services {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer {
    background-position: 50% 0%;
    background-size: auto 500px;
  }

  .footer-content {
    padding-top: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-5 {
    margin-top: 31px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-link-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-text.right {
    padding-bottom: 0px;
  }

  .fotoer-contact-container {
    padding-left: 82px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .made-by-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .who-are-we {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .answer-container {
    margin-bottom: 15px;
  }

  .answer-paragraph {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mission-heading {
    margin-bottom: 10px;
  }

  .column {
    padding-left: 0px;
  }

  .phrases.spheres {
    height: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .top-image {
    padding-top: 0px;
  }

  .blue-button-spheres {
    width: 100%;
    height: auto;
  }

  .contact-container {
    width: auto;
  }

  .contact-link {
    font-size: 20px;
  }

  .paragraph.white.fonds {
    width: 380px;
    margin-top: -200px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-field {
    width: 100%;
  }

  .contact-field {
    width: 100%;
  }

  .black-button {
    width: 191px;
    height: 75px;
  }

  .form-container {
    width: 100%;
  }

  .captcha-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-menu.right {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .tabs-content {
    margin-top: -52px;
    padding-top: 0px;
  }

  .tabs.fonds {
    margin-top: -61px;
  }

  .main-image-services {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
  }

  .main-image-services.img5 {
    margin-top: -78px;
  }

  .main-image-services.img6 {
    margin-top: -78px;
  }

  .tab-pane {
    padding-top: 115px;
    padding-bottom: 20px;
    background-position: -150% 0%;
  }

  .tab-pane.fonds {
    margin-top: 102px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-pane.services {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .column-2 {
    padding-top: 10px;
  }

  .column-2.no-padding {
    padding-left: 0px;
  }

  .fonds-heading {
    margin-top: 35px;
  }

  .fonds-heading.white {
    margin-top: 0px;
  }

  .image-9 {
    margin-top: -190px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .headercontainer {
    height: 100px;
    border-right-width: 0px;
  }

  .brand {
    width: 100px;
    margin-top: 0px;
  }

  .body {
    background-image: url('../images/new_design_isit.png');
    background-size: auto 400px;
    background-repeat: no-repeat;
  }

  .hpheading {
    margin-top: 20px;
    font-size: 23px;
  }

  .hpheading.fonds {
    margin-top: 0px;
  }

  .hpheading.services {
    margin-top: 20px;
  }

  .paragraphcenter.black {
    margin-bottom: 60px;
    padding-top: 5px;
  }

  .whitestripe.services {
    height: 200px;
    margin-top: 300px;
  }

  .circlecontainer {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hpcirlce {
    width: 120px;
    height: 120px;
  }

  .smallcircle {
    width: 80px;
    height: 80px;
    text-transform: uppercase;
  }

  .p-smalltext {
    font-size: 13px;
  }

  .columns {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .elaboration {
    height: auto;
    margin-top: 30px;
  }

  .elaboration.fond-tab {
    margin-bottom: 20px;
  }

  .heading {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 16px;
  }

  .heading.services {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .blue-button {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .blue-button.services {
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
  }

  .footer {
    background-size: auto 350px;
  }

  .footer-content {
    padding-top: 20px;
  }

  .footer-link-container {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-text {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 11px;
  }

  .footer-text.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fotoer-contact-container {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }

  .footer-phone {
    font-size: 16px;
    text-align: center;
  }

  .made-by-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-grand {
    font-size: 30px;
  }

  .h3-center {
    padding-right: 0px;
    font-size: 18px;
  }

  .who-are-we {
    margin-top: 40px;
  }

  .yellow-block {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }

  .yellow-blck-text {
    line-height: 1.5;
  }

  .mission-heading {
    padding-top: 10px;
    line-height: 1.5;
  }

  .blue-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .phrases {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .phrases.spheres {
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phrase-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .phrase-text._14 {
    margin-bottom: 10px;
  }

  .spheresflex {
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .spherecontainer {
    width: 120px;
    height: 170px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sphereimage {
    width: 120px;
    height: 120px;
  }

  .spheretext {
    margin-top: 5px;
    line-height: 1.2;
  }

  .top-image {
    margin-top: -25px;
    margin-bottom: 0px;
  }

  .heading-2 {
    padding-bottom: 10px;
    line-height: 1;
  }

  .h-flex-contacts.map {
    padding-top: 20px;
  }

  .h2-contacts {
    font-size: 34px;
  }

  .paragraph {
    margin-bottom: 38px;
  }

  .paragraph.white.fonds {
    width: auto;
    margin-top: -222px;
  }

  .form-block {
    width: 100%;
  }

  .black-button {
    width: 100%;
    height: 60px;
  }

  .captcha-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recaptcha {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .map-text {
    font-size: 12px;
  }

  .map-text.address {
    font-size: 14px;
  }

  .tab-menu {
    margin-top: -30px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-menu.right {
    margin-top: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-link {
    width: 120px;
    height: 120px;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
  }

  .tab-link.w--current {
    width: 120px;
    height: 120px;
  }

  .tabs.fonds {
    margin-top: -51px;
  }

  .main-image-services.img5 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .main-image-services.img6 {
    margin-top: 0px;
  }

  .tab-pane {
    padding-top: 79px;
  }

  .tab-pane.fonds {
    margin-top: 45px;
    background-position: 0% 100%;
  }

  .columns-2.second {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-heading {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .fonds-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .fonds-heading.white {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .fonds-heading.home {
    margin-top: 30px;
  }

  .image-9 {
    width: 180px;
    height: auto;
    margin-top: -173px;
    margin-bottom: 17px;
  }

  .column1-elaboration {
    padding-right: 0px;
  }

  .column2-elaboration {
    padding-right: 0px;
  }

  .picture-heading {
    line-height: 1.2;
  }

  .contact-form-wapper {
    width: 100%;
  }

  .bank-container {
    padding-left: 8px;
  }
}

@font-face {
  font-family: 'Kelsonsans';
  src: url('../fonts/KelsonSans-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/._KelsonSansBG-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsans';
  src: url('../fonts/KelsonSans-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kelsonsansbg';
  src: url('../fonts/KelsonSansBG-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}