html {
  font-size: 16px;
}

body {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 500;
}

header {
  background: #fff;
  border-bottom: 1px solid #3DC9B0;
  z-index: 1;
}

.navbar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
}

.navbar-fixed {
  position: fixed;
  width: calc(100% - var(--tmb-scrollbar-width));
  z-index: 3;
}

.navbar {
  padding: 23px 0 21px;
}

.navbar-top .navbar-brand {
  margin-right: 60px;
}

.navbar-top .navbar-nav>.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3DC9B0;
  font-weight: 700;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: #3DC9B0;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #3DC9B0;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#about,
#about_page {
  margin-top: 5.25rem;
  padding: 6.6rem 0;
}

#about img,
#about_page img {
  margin-top: -.6rem;
}

.btn {
  font-size: 1.125rem;
  font-weight: 700;
  padding: .5rem 1.3rem;
  margin-top: 1rem;
}

.btn-primary {
  background: #3DC9B0;
  border-color: #3DC9B0;
}

.btn-primary:hover,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background: #09866f;
  border-color: #09866f;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #09866f;
}

#solutions {
  margin-top: 0.625rem;
  padding-top: 6.3rem;
  padding-bottom: 5.8rem;
  background: #ecfaf7;
}

.solutions-icons {
  display: flex;
  margin-top: 2.6rem;
}

.solutions-icons__item {
  width: 20%;
}

.solutions-icons__item-icon {
  width: 143px;
  position: relative;
  text-align: center;
}

.solutions-icons__title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #3F3D56;
  margin-top: 1.55rem;
}

.solutions-icons__item:nth-child(2) .solutions-icons__item-icon {
  left: 24px;
}

.solutions-icons__item:nth-child(3) .solutions-icons__item-icon {
  left: 57px;
}

.solutions-icons__item:nth-child(4) .solutions-icons__item-icon {
  left: 78px;
}

.solutions-icons__item:nth-child(5) .solutions-icons__item-icon {
  left: 128px;
}

#jobs {
  margin-top: 6.2rem;
}

.jobs-box,
.jobs-box2 {
  position: relative;
  padding: 83px 43px 100px;
  margin-top: 3.3rem;
  box-shadow: 0px 20px 50px rgba(61, 201, 176, 0.25);
  border-radius: 4px;
}

.jobs-box2 {
  margin-top: 2.6rem;
}

.newIcon {
  position: absolute;
  top: 38px;
  left: -35px;
}

.jobs-box__content {
  padding-left: 10px;
  padding-top: 16px;
}

.jobs-box__signature {
  font-weight: 700;
  color: #3F3D56;
  font-size: 1.125rem;
  margin-top: -10px;
  margin-bottom: 2rem;
}

.jobs-box__technology {
  margin-top: 1.8rem;
}

.jobs-box__technology p {
  margin-bottom: 1.2rem;
}

.jobs-box__technology .jobs-box__technology-title {
  font-weight: 700;
  color: #3F3D56;
  font-size: 1.125rem;
  margin-bottom: .6rem;
}

.jobs-box__technology img {
  margin-right: .4rem;
}

.jobs-box2__img {
  margin-left: 6rem;
}

.btn-showall {
  font-size: 1.125rem;
  margin-top: 6.3rem;
  margin-bottom: 1rem;
}

.btn-showall span {
  font-size: 1.3rem;
}

#skills {
  margin-top: 5.3rem;
  padding-bottom: 6.15rem;
}

.skills-box {
  padding-top: 6.15rem;
  border-top: 1px solid #3DC9B0;
}

.skills-box__icon {
  margin-right: 1.5rem;
}

.skills-box h2 {
  margin-top: 1.3rem;
}

.list-group {
  border-radius: 0;
}

.list-group-item {
  border: none;
  color: #9f9eaa;
  font-weight: 700;
  padding: .3rem 1rem .3rem 1.4rem;
  line-height: 1rem;
  margin-bottom: 1.27rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item.active {
  position: relative;
  color: #3F3D56;
  background: transparent;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background: transparent;
}

#list-tab {
  border-left: 4px solid #ecfaf7;
}

.skills-box-content {
  margin-top: 1.8rem;
}

.list-group-item::before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  background-color: transparent;
}

.list-group-item.active::before {
  background-color: #3dc9b0;
}

.list-group-item+.list-group-item.active {
  margin-top: 0;
}

.skills-box-content__item {
  margin-bottom: 3.5rem;
}

.skills-box-content__item img {
  height: 50px;
}

.skills-box-content__title {
  color: #3DC9B0;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 1.7rem;
  margin-bottom: .4rem;
}

#contacts {
  /* margin-top: 9.78rem; */
  margin-top: 2rem;
  padding-bottom: 7rem;
}

.contacts-box {
  padding-top: 5.6rem;
  border-top: 1px solid #3dc9b0;
}

.contacts-box h2 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.contacts-box img {
  margin-top: -2.3rem;
}

footer {
  min-height: 120px;
  background: #3F3D56;
}

/*=Contact
----------------------------------------------------------------------*/
.modal-header {
  background-color: #3DC9B0;
  color: #fff;
}

.btn-close {
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.er-form {
  border-color: red;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: .5s;
}

input:-moz-input-placeholder,
textarea:-moz-input-placeholder {
  -moz-transition: .5s;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  -moz-transition: .5s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: .5s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  border-color: #3DC9B0;
  box-shadow: 0 0 0 0.25rem rgba(61, 201, 176, 0.25);
}

.logo {
  width: 267px;
}

#pdopage .pagination {
  margin-top: 30px !important;
}

.page-link,
.page-link:hover,
.page-link:focus {
  color: #3DC9B0;
}

.page-item.active .page-link {
  background-color: #3DC9B0;
  border-color: #3DC9B0;
}

.navbar-dark .navbar-toggler {
  border-color: #3DC9B0;
  color: #3DC9B0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2861, 201, 176, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.modal .loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.modal .loader > svg {
  width: 200px;
}

/*=Media
----------------------------------------------------------------------*/
@media (max-width: 1399px) {

  /* br {
    display: none;
  } */
  .solutions-icons__item .solutions-icons__item-icon {
    left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .jobs-box2__img {
    margin-left: 0;
  }

  h1,
  .contacts-box h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  #about,
  #about_page {
    margin-top: 5.9rem;
    padding-top: 4.6rem;
  }

  #contacts {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .newIcon {
    left: -20px;
  }

  h1,
  .contacts-box h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 991px) {

  h1,
  .contacts-box h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .navbar {
    padding: 18px 0;
  }

  .navbar-nav {
    margin-top: 0.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  #solutions {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .solutions-icons__item-icon img {
    height: 100px;
  }

  .contacts-box img {
    margin-top: 0;
  }

  .solutions-icons__item-icon {
    width: auto;
  }
}

@media (max-width: 767px) {
  .solutions-icons__item-icon img {
    height: 78px;
  }

  .solutions-icons__title {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .jobs-box__content {
    padding-left: 0;
    padding-top: 45px;
  }

  .jobs-box,
  .jobs-box2 {
    padding-bottom: 36px;
  }

  .btn-showall {
    margin-top: 4rem;
  }

  #skills {
    margin-top: 4rem;
  }

  header {
    z-index: 5;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contacts-box h2 {
    margin-top: 3rem;
  }

  .skills-box-content__desc {
    font-size: .9rem;
  }

  .skills-box-content__item {
    margin-bottom: 2rem;
  }
}

@media (max-width: 639px) {
  #jobs {
    margin-top: 4rem;
  }

  #contacts {
    padding-bottom: 5rem;
  }
}

@media (max-width: 575px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  h1,
  .contacts-box h2 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  #solutions {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .solutions-icons__item-icon img {
    height: 68px;
  }

  .solutions-icons__title {
    font-size: 0.9rem;
  }

  .list-group {
    margin-bottom: 4rem;
  }

  #about,
  #about_page {
    padding-bottom: 3rem;
  }

  .newIcon {
    top: 23px;
    left: -6px;
  }

  .skills-box {
    padding-top: 4rem;
  }

  #skills {
    padding-bottom: 2rem;
  }

  .contacts-box {
    padding-top: 4rem;
  }
}

@media (max-width: 480px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  h1,
  .contacts-box h2 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .solutions-icons__item-icon img {
    height: 60px;
  }

  .solutions-icons__title {
    font-size: 0.8rem;
  }

  .jobs-box,
  .jobs-box2 {
    margin-top: 2rem;
  }
}

@media (max-width: 413px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 0.9rem;
  }

  /*   .navbar-brand img {
    height: 30px;
  } */
  .solutions-icons__item-icon img {
    height: 50px;
  }

  .solutions-icons__title {
    font-size: 0.7rem;
  }

  #jobs {
    margin-top: 2rem;
  }

  .jobs-box,
  .jobs-box2 {
    padding: 83px 26px 36px;
  }

  .navbar-top .navbar-brand {
    margin-right: 0px;
  }
}

@media (max-width: 374px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: .8rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .jobs-box,
  .jobs-box2 {
    padding: 83px 15px 20px;
  }

  .solutions-icons__title {
    font-size: 0.63rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .navbar {
    padding: 10px 0;
  }

  .navbar-brand {
    padding-bottom: 0;
  }

  #about,
  #about_page {
    padding-top: 3rem;
  }
}