body {
  font-family: "HelveticaNeueLT";
  position: relative;
}
body .ru-ru {
  font-family: Arial,sans-serif;
}
button:hover {
  cursor: pointer;
}

button:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kvg-home,
.vicon-home,
.kvg-not-found,
.vicon-not-found {
  padding-bottom: 101px;
  position: relative;
}

.kvg-home .backgroundImage,
.vicon-home .backgroundImage,
.kvg-not-found .backgroundImage,
.vicon-not-found .backgroundImage {
  background-size: cover;
}

.kvg-user-homepage,
.vicon-user-homepage {
  padding-bottom: 43px;
  position: relative;
}

.backgroundImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
.kvg-user-homepage .backgroundImage,
.vicon-user-homepage .backgroundImage {
  background-size: auto 336px;
}

.kvg-bg,
.kvg-footer .footer,
.kvg-wrapper .round-arrow {
  background-color: #007b3d;
}

.vicon-bg,
.vicon-footer .footer {
  background-color: #0c3451;
}

.vicon-wrapper .round-arrow {
  background-color: #e20125;
}

.arrow {
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

.mt-10{
  margin-top:10px;
}
.mt-20{
  margin-top:20px;
}

.round-arrow {
  border-radius: 50%;
  display: flex;
  margin-left: 11px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
}
.round-arrow .arrow {
  position: relative;
  left: -2px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.15s ease-out;
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.kvg-wrapper .basic-btn .btn-component {
  background-color: #007b3d;
}
.vicon-wrapper .basic-btn .btn-component {
  background-color: #0c3451;
}

.grey-btn .btn-component {
  background-color: #333333;
}

.kvg-wrapper .basic-btn .btn-component:hover,
.kvg-wrapper .grey-btn .btn-component:hover {
  background-color: #005833;
}

.vicon-wrapper .basic-btn .btn-component:hover,
.vicon-wrapper .grey-btn .btn-component:hover {
  background-color: #e40521;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
  margin-bottom: 31px;
}

.pagination button {
  background-color: transparent;
  border: none;
}

.pagination p {
  margin: 0 20px;
  color: #333333;
}

.pagination .arrow {
  border-color: #333333;
  border-width: 0 1px 1px 0;
}

.home-dropzone-grid > div {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}

.user-home-dropzone-flex > div {
  display: flex;
  flex-direction: column;
}
.home-dropzone-grid .cp-dnd-component-content,
.user-home-grid .cp-dnd-component-content {
  height: 100%;
}

.user-home-grid > div {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}

.user-home-dropzone-flex .cp-dnd-component-wrapper {
  width: 100%;
}

.nav-link {
  padding: 0;
  margin: 0;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

.kvg-wrapper .loader {
  border-top-color: #007b3d;
}

.vicon-wrapper .loader {
  border-top-color: #0c3451;
}

.btn-loader {
  width: 15px;
  height: 15px;
  border-width: 3px;
}
.kvg-not-found,
.vicon-not-found {
  padding-top: 175px;
  padding-bottom: 67px;
}

.not-found-wrapper {
  text-align: center;
  color: #fff;
}

.not-found-header {
  font-size: 40px;
  font-weight: bold;
}

.not-found-description {
  font-size: 20px;
}

.modal.country-list-modal {
  display: flex;
  z-index: 999;
  overflow-y: scroll;
}
.modal.country-list-modal .modal-content{
  border: 0;
  border-radius: 0;
}
.modal.country-list-modal .modal-dialog {
  margin: auto;
  max-width: unset;
}
.modal.country-list-modal .modal-body {
  padding: 73px 106px 79px;
}
.modal.country-list-modal .country-list-header {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 35px;
  font-weight: bold;
}

.kvg-modal .modal.country-list-modal .country-list-header {
  color: #005833;
}
.vicon-modal .modal.country-list-modal .country-list-header{
  color: #0c3451;
}
.modal.country-list-modal .country-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 0 24px;
}
.modal.country-list-modal .country-list .country-list-item {
  
}

.modal.country-list-modal .country-list .dropdown-item {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 6.5px 0 8.5px;
}
.modal.country-list-modal .country-list .dropdown-item span {
  margin-left: 20px;
}

.modal.country-list-modal .country-list .dropdown-item:hover {
  background-color: unset;
}
.modal-overlay {
  position: absolute;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009A;
  overflow: hidden;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .kvg-home,
  .vicon-home {
    padding-bottom: 212px;
  }

  .home-dropzone-grid > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .pagination {
    margin-top: 63px;
  }

  .user-home-grid > div {
    grid-gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .kvg-user-homepage,
  .vicon-user-homepage {
    padding-bottom: 61px;
  }

  .kvg-user-homepage .backgroundImage,
  .vicon-user-homepage .backgroundImage {
    background-size: auto 460px;
  }

  .user-home-dropzone-flex > div {
    margin-top: 207px;
    margin-bottom: 63px;
    display: grid;
    grid-gap: 24px 16px;
    grid-template-columns: repeat(12, 1fr);
  }

  .user-home-dropzone-flex .hero-header {
    margin-top: 0;
    margin-bottom: 0;
    grid-column: span 6;
  }
  .modal.country-list-modal {
    overflow-y: hidden;
  }
  .modal.country-list-modal .country-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 130px;
  }
}

@media (min-width: 992px) {
  .user-home-dropzone-flex .hero-header {
    grid-column: span 8;
  }
  .user-home-grid > div {
    grid-template-columns: repeat(3, 1fr);
  }

  .kvg-user-homepage .backgroundImage,
  .vicon-user-homepage .backgroundImage {
    background-size: cover;
    bottom: 50%;
  }
}
