@media all and (max-width: 1300px) {
  .social-feed,
  .iktiva-in-numbers,
  .ceo-message,
  .participation-holder,
  footer,
  .text-image-block,
  .reversed-image-blocks,
  .video-holder {
    padding: 50px 0px;
  }
  .video-section .video-text {
    padding: 30px;
  }
  .video-section .text {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
  .video-section .video-text {
    padding: 30px;
  }
}
@media all and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .iktiva-in-numbers h3 {
    margin-bottom: 30px;
  }
  .participation-holder h3 {
    max-width: 500px;
  }
  .homepage-banner {
    min-height: 660px;
  }
}
@media all and (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0px 20px;
  }
  footer .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-image-block .text-holder {
    width: 100%;
    padding: 30px;
  }
  .text-image-block .image-holder {
    width: 100%;
  }
  .text-image-block .image-holder img {
    width: 100%;
  }
  .internal-banner {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  header .top-menu {
    margin-bottom: 0;
  }
  header .logoHolder img {
    max-width: 100px;
  }
  header .mobileMenu {
    background-image: url(../images/burgerMenu.svg);
    width: 30px;
    height: 16px;
    display: inline-block;
    float: right;
    z-index: 100;
    position: relative;
  }
  header .language-dropdown {
    display: none;
  }
  header .top-menu,
  header .bottom-menu {
    display: inline-block;
  }
  header .menu-holder {
    margin-top: 10px;
  }
  header .bottom-menu {
    margin-top: 5px;
  }
  header .top-menu {
    margin-right: 20px;
  }
  header .mainMenu > ul {
    display: none;
    position: absolute;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100vh;
    top: 0;
    padding-top: 100px;
    overflow-y: auto;
  }
  header .mainMenu > ul li {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-right: 0 !important;
  }
  header .mainMenu > ul li .active::after {
    display: none;
  }
  header .mainMenu > ul li.hasSubmenu {
    position: relative;
  }
  header .mainMenu > ul li.hasSubmenu .arrow {
    content: "";
    position: absolute;
    background-image: url(../images/dropdown-arrow.svg);
    line-height: 50px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    right: 20px;
  }
  header .mainMenu > ul li.hasSubmenu a {
    position: relative;
  }
  header .mainMenu > ul li a {
    color: #323232;
    font-size: calc(17px + 0 * (100vw - 320px) / 1580);
    font-weight: bold;
  }
  header .ddSecondLevel {
    position: static !important;
    display: block !important;
    padding: 0 !important;
  }
  header .ddSecondLevel ul {
    display: none;
  }
  header .ddSecondLevel ul li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  header .ddSecondLevel ul li a {
    font-size: 14px !important;
  }
  .internal-banner {
    margin-bottom: 30px;
  }
  .menuOpened {
    position: fixed;
    overflow: hidden;
  }
  .menuOpened .mobileMenu {
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
  }
  .social-feed,
  .iktiva-in-numbers,
  .ceo-message,
  .participation-holder,
  footer,
  .text-image-block,
  .reversed-image-blocks,
  .video-holder {
    padding: 30px 0;
  }
  .links-bar ul {
    display: none;
  }
  .breadcrumb-holder {
    display: none;
  }
  .right-image-block {
    margin-bottom: 50px;
  }
  .right-image-block .text-holder h3 {
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .iktiva-in-numbers h3 {
    margin-bottom: 20px;
  }
  .participation-holder h3 {
    max-width: 500px;
  }
  .homepage-banner .content-holder {
    padding: 20px 20px 50px 20px;
  }
  .social-feed .image-holder img {
    width: 100%;
  }
  .social-feed .row .col-md-4:not(:last-child) {
    margin-bottom: 30px;
  }
  .iktiva-in-numbers .row .listingItemLI:not(:last-child) {
    margin-bottom: 30px;
  }
  .video-section {
    flex-direction: column-reverse;
  }
  .video-section .video-text {
    padding: 40px 20px;
  }
  .video-section .video-text .text {
    font-size: 20px;
  }
  .video-section .video-text,
  .video-section .video-popup {
    width: 100%;
  }
  .participation-holder h3 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  footer .simpleList li {
    margin-bottom: 20px;
  }
  .col-md-3:not(:last-child) > .simpleList {
    margin-bottom: 20px;
    border-bottom: solid 1px #c1c1c1;
  }
  .blockMain {
    margin-top: 20px;
  }
  footer .bottom-footer {
    justify-content: center;
    align-items: center;
  }
  footer .copyrights {
    margin-bottom: 30px;
  }
  .internal-banner .big-container {
    padding: 160px 20px 50px 20px;
    justify-content: end;
  }
  .internal-banner .banner-text {
    font-size: 15px;
    line-height: 25px;
  }
  .qualities-listing h2 {
    margin-bottom: 50px;
  }
  .qualities-listing .listingHolder .listingItemLI:not(:last-child) {
    margin-bottom: 30px;
  }
  .supported-sectors {
    padding: 50px 0px 0px 0px;
  }
  .supported-sectors .listingImage img {
    width: 100%;
  }
  .supported-sectors .row .listingItemLI:last-child {
    margin-bottom: 0px;
  }
  .reversed-image-blocks .mobile-image {
    display: block;
    margin-bottom: 30px;
  }
  .reversed-image-blocks .mobile-image img {
    max-width: 100%;
  }
  .reversed-image-blocks .row .col-md-6:nth-child(2) {
    display: none;
  }
  .reversed-image-blocks .container > .row .col-md-12 {
    margin-bottom: 0px;
  }
  .reversed-image-blocks .container > .row .col-md-12:not(:last-child) {
    margin-bottom: 50px;
  }
  .form-holder {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .form-holder .stackedInput {
    margin-left: 0px;
  }
  .ceo-message .ceo-name {
    font-size: 22px;
  }
  .ceo-message h2 {
    font-size: 24px;
    line-height: 34px;
  }
  footer .simpleList {
    display: none;
  }
  .text-image-block {
    padding-top: 0;
  }
  .qualities-listing li:last-child {
    margin-bottom: 30px;
  }
  .qualities-listing li .listingImage img {
    max-width: 95px;
  }
  .iktiva-in-numbers .text {
    font-size: calc(16px + 0 * (100vw - 320px) / 1580);
  }
  .iktiva-in-numbers .row .listingItemLI {
    width: 33.3333333333%;
  }
  .internal-banner .banner-related-documents ul li a::after {
    background-image: url(../images/download-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .internal-banner .banner-related-documents {
    right: auto;
    width: calc(100% - 40px) !important;
    left: 20px;
    position: static;
    margin-left: 20px;
    border-top: solid 3px #83bc00;
    border-left: solid 1px #E3E3E3;
    border-right: solid 1px #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    margin-top: 20px;
  }
  .internal-banner .banner-related-documents * {
    color: #323232 !important;
  }
  .participation-steps .step-title:before {
    width: 60px;
    height: 60px;
  }
  .contactForm .row > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .internal-banner {
    height: 500px;
  }
  .map-holder {
    padding-top: 0;
  }
  .map-holder img {
    max-width: 100%;
  }
  .news-listing .listing-holder.row {
    margin-left: 0;
    margin-right: 0;
  }
  .downloads {
    padding: 0 20px 30px;
  }
  .downloads > .container {
    padding: 0;
  }
  .downloads .filter {
    flex-direction: column;
  }
  .downloads .filter span {
    margin-bottom: 30px;
  }
  .downloads .filter .site-custom-select .dk-select {
    width: 100%;
  }
  .expand-collapse-holder .toggleItem {
    padding: 20px 40px 20px 20px;
  }
  .expand-collapse-holder .toggleItem .toggleTitle::after {
    right: -20px;
  }
  .expand-collapse-holder .toggleItem .toggleTitle {
    font-size: 18px;
    line-height: 20px;
  }
  .links-bar {
    display: none;
  }
  .gallery-listing,
  .contact-us {
    padding-top: 0;
  }
  .contact-us .col-md-6 {
    margin-bottom: 30px;
  }
  .form-holder .formActions {
    flex-direction: column;
  }
  .form-holder .formActions div {
    margin-bottom: 20px;
  }
  .form-holder .formActions div input {
    width: 100%;
    margin-left: 0 !important;
  }
  .contact-us {
    padding-bottom: 30px;
  }
  .site-custom-select {
    margin-right: 0;
    height: 40px;
    margin-bottom: 20px;
  }
  .downloads .filter .inputEntity .inputParent {
    height: 40px;
  }
  .image-holder img {
    max-width: 100%;
  }
  .training-center-details .intro-text {
    font-size: 18px;
  }
  .training-center-details h3 {
    line-height: 20px;
    margin-top: 0;
  }
  .approved-auditing-firms .firms-listing {
    flex-direction: column;
  }
  .approved-auditing-firms .item {
    padding: 30px 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .participants-listing-block {
    padding-top: 0;
  }
  .letters-holder {
    width: 100%;
    overflow-x: auto;
  }
  .mainMenu .active {
    color: #83bc00;
  }
  .participation-steps .col-md-6:first-child .blue-text {
    margin-bottom: 20px;
  }
  .participants-listing-block .letters-holder {
    display: block;
  }
  .participants-listing-block .letters-holder li {
    display: inline-block;
  }
  .participants-listing-block .letters-holder {
    /* display: block; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
    height: 22px;
  }
  .training-center-details .blue-box {
    padding: 20px 20px 10px 20px;
  }
  .training-center-details h3 {
    line-height: 25px !important;
  }
  .training-center-details ul li {
    font-size: 14px !important;
    line-height: 18px;
    padding-left: 30px;
  }
  .training-center-details ul li:after {
    top: 10px !important;
  }
}/*# sourceMappingURL=iktiva-responsive-en.css.map */