body {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
}

.text-color {
  color: var(--text-color);
}

.btn-text-color {
  color: var(--text-btn-color);
}

.py-15{
  padding: 15px 0px;
}

.bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--bs-heading-font-family);
  color: #151515;
  font-weight: 600;
}

h2{
  font-size: 32px;
  margin-bottom: 30px;
}

.vh-100 {
  height: 100%;
  min-height: 100vh;
}

.row.custom {
  margin: -5px;
}

.row.custom > div {
  padding: 0 5px;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:focus {
  outline: none;
}

.btns {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 24px;
  font-weight: 700;
  text-align: center;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.btns svg {
  margin-right: 15px;
  width: 16px;
}

.btns svg path {
  transition: 0.2s;
}

@media only screen and (max-width : 576px) {
  .btns {
    padding: 12px;
    font-size: 1rem;
  }

  .btns svg {
    margin-right: 5px;
  }
}

.btns.primary {
  background-color: var(--primary-btn-color);
}

.btns.primary svg path {
  fill: var(--bs-primary);
}

.btns.primary:hover {
  background-color: var(--hover);
}

/*.btns.primary:hover svg path {*/
/*  fill: var(--bs-secondary);*/
/*}*/

.right-block{
  background: #F6F7F9;
  padding: 45px;
}

@media only screen and (max-width : 991px) {
  .right-block{
    padding: 30px;
  }
}

ul li{
  list-style-type: none;
}

ul li .arrow-link{
  display: block;
  font-weight: 700;
  color: #151515;
  transition: ease-in-out 0.2s;
  border-top: 1px solid #DEE2E6;
}

ul li .arrow-link:hover{
  color: #1E5E2B;
}

ul li .arrow-link i{
  padding-right: 15px;
  color: #1E5E2B;
}

.subtitel{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  position: relative;
  color: #1E5E2B;
  margin-bottom: 20px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--icoon-bg-color);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.2s;
}

.social-icon svg {
  height: 20px;
}

.social-icon svg path {
  fill: var(--bs-secondary);
  transition: 0.2s;
}

.social-icon:hover {
  background-color: #AF1419 !important;
  text-decoration: none;
}

.social-icon:hover svg path {
  fill: var(--bs-background);
}

@media only screen and (max-width : 576px) {
  .social-icon {
    width: 40px;
    height: 40px;
  }
}

.construction-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0 60px 0;
}

.construction-card {
  position: relative;
  padding: 90px 120px;
  height: 100%;
}

.construction-v2 {
  color: var(--bs-primary);
}

.construction-v2 .construction-card {
  background-color: var(--bs-background);
}

@media only screen and (max-width : 991px) {
  .construction-card {
    padding: 90px;
  }
}

main{
  margin-bottom: 30px;
}

@media only screen and (max-width : 767px) {
  .construction-card {
    padding: 60px;
  }
}

@media only screen and (max-width : 576px) {
  .construction-card {
    padding: 30px 28px 30px 28px;
  }
}

#copyright {
  position: absolute;
  z-index: 1;
  padding: 15px;
  bottom: 0;
}
