/* .wp-block-acf-programs {
    background: #000;
    color: transparent!important;
    max-height: 500px;
}  
.wp-block-acf-programs .tab__content {
    display: none!important;
} 
.wp-block-acf-programs .programs__row {
    width: 100%!important;
}
.wp-block-acf-programs .programs__tabs {
    width: 25%;
} */
/*****Programs-css***/
.programs {
  padding-top: 120px;
}

.programs__title {
  position: absolute;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}

.programs__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--kmnd-color-accent);
  -webkit-transform: translate(20px, -18px);
      -ms-transform: translate(20px, -18px);
          transform: translate(20px, -18px);
  z-index: 0;
}

.programs__title .h5-title {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /*padding: 43px 15px 40px 34px;*/
  padding: 24px 15px 18px 15px;
  text-align: center;
  width: 975px;
  position: relative;
  font-size: 24px;
  z-index: 2;
  text-transform: uppercase;
  color: #303030;
}


@media only screen and (max-width: 1400px) {
  .programs__title .h5-title {
    width: 964px;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .programs__title {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    left: 20px;
    margin-right: 0;
    width: calc(100% - 50px);
    top: -240px;
  }
  .programs__title .h5-title {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .programs__title {
    top: -170px;
  }
  .programs__title .h5-title {
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .programs__title {
    max-width: 410px;
    top: -100px;
  }
  .programs__title .h5-title {
    letter-spacing: normal;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 32px;
  }
}

.programs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.programs__info {
  margin-left: 30px;
  position: relative;
}

.programs__info .passport {
  position: absolute;
  top: 90px;
  width: 120px;
  left: 0px;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 1400px) {
  .programs__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 70px;
  }
  .programs__info .passport {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 340px;
  }
}

@media only screen and (max-width: 1199px) {
  .programs__info .passport {
    position: absolute;
    width: 220px;
    right: -20px;
    left: auto;
    top: 20px;
  }
}

.programs__info-inner {
  z-index: 2;
  max-width: 506px;
  border: 1px solid var(--kmnd-color-accent);
  min-height: 351px;
  padding: 200px 62px 80px 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.programs__info-inner p {
  font-size: 18px;
  line-height: 160%;
  color: #1E1E1E;
}

.programs__info-inner p span {
  font-weight: 900;
  color: var(--kmnd-color-accent);
}

.programs__info-inner:before {
  content: '';
  width: 75%;
  height: 40%;
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: #fff;
}

.programs__info-inner > * {
  position: relative;
  z-index: 1;
}

.programs__info-inner .h3-title {
  position: absolute;
  max-width: 470px;
  font-size: 28px;
  line-height: 184%;
  letter-spacing: normal;
  left: -10px;
  top: -25px;
}

.programs__info-inner .btn {
  position: absolute;
  top: calc(100% + 107px);
  left: 0;
  font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000!important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F56101;
	border-radius: 5px;
}

@media only screen and (max-width: 1400px) {
  .programs__info-inner {
    max-width: calc(100% - 340px);
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 53px;
    padding-left: 111px;
    padding-right: 65px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .programs__info-inner:before {
    width: 98%;
    height: 45%;
  }
  .programs__info-inner .h3-title {
    max-width: 695px;
    font-size: 32px;
    line-height: 161%;
    letter-spacing: 0.03em;
    left: -25px;
  }
  .programs__info-inner p {
    max-width: 495px;
    margin-bottom: 40px;
  }
  .programs__info-inner .btn {
    position: static;
  }
}

@media only screen and (max-width: 1199px) {
  .programs__info-inner {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-left: 116px;
  }
  .programs__info-inner:before {
    width: 70%;
    height: 30%;
  }
  .programs__info-inner .h3-title {
    max-width: 110%;
    top: -75px;
  }
}

.programs__tabs {
  max-width: 820px;
  padding-right: 62px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .programs__tabs {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .programs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .programs__tabs .tab__content {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 900px) {
  .programs__tabs {
    display: block;
  }
  .programs__tabs .tab__content {
    width: 100%;
  }
  .programs__tabs .tab__content .slider-nav {
    margin-top: 20px;
  }
}

.programs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px 30px;
}

@media only screen and (max-width: 1199px) {
  .programs__nav {
    width: 255px;
  }
}

@media only screen and (max-width: 900px) {
  .programs__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}

.programs__item {
  margin: 0 5px 19px;
  width: 100%;
  max-width: 280px;
}

.programs__item:nth-child(2n) {
  max-width: 460px;
}

@media only screen and (max-width: 1400px) {
  .programs__item {
    max-width: 211px;
  }
  .programs__item:nth-child(2n) {
    max-width: 320px;
  }
}

@media only screen and (max-width: 1199px) {
  .programs__item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .programs__item {
    margin-bottom: 0;
  }
}

.programs__link {
  background-color: #fff;
  border: 1px solid #303030;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #303030;
  display: block;
  text-align: center;
  padding: 16px;
}

.programs__link.active {
  background-color: #303030;
  color: var(--kmnd-color-accent);
}

@media only screen and (max-width: 1199px) {
  .programs__link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.programs__bottom {
  margin-left: 210px;
  max-width: 681px;
  position: relative;
  margin-bottom: 70px;
}

.programs__bottom .icon {
  width: 64px;
  height: 64px;
  position: absolute;
  left: -104px;
  top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--kmnd-color-accent);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.programs__bottom .icon img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.programs__bottom .icon:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50vw;
  height: 1px;
  background-color: var(--kmnd-color-accent);
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.programs__bottom .icon:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 107px;
  height: 1px;
  background-color: var(--kmnd-color-accent);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.programs__bottom .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  color: var(--kmnd-color-primary);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.programs__bottom p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

@media only screen and (max-width: 900px) {
  .programs {
    padding-top: 55px;
  }
  .programs__info {
    width: calc(100% - 30px);
  }
  .programs__info .passport {
    width: 164px;
    top: auto;
    bottom: 0px;
    left: -75px;
    z-index: 2;
  }
  .programs__info-inner {
    padding: 0 90px 70px 100px;
  }
  .programs__info-inner .btn {
    margin-left: auto;
  }
  .programs__info-inner:before {
    width: 80%;
  }
  .programs__info-inner p {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-bottom: 20px;
  }
  .programs__info-inner .h3-title {
    max-width: 522px;
    font-size: 24px;
    line-height: 161%;
    top: -95px;
  }
  .programs__bottom {
    margin-left: 160px;
    margin-bottom: 40px;
  }
  .programs__bottom .title {
    max-width: 200px;
  }
  .programs__bottom p {
    font-size: 14px;
    line-height: 160%;
  }
}

@media only screen and (max-width: 600px) {
  .programs__link {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .programs__nav {
    grid-gap: 15px;
  }
  .programs__bottom {
    margin-left: 120px;
    margin-bottom: 25px;
  }
  .programs__bottom .icon:before {
    width: 250px;
  }
  .programs__bottom .title {
    font-size: 14px;
    line-height: 24px;
	font-weight: 800;
    margin-bottom: 12px;
  }
  .programs__bottom p {
    font-size: 14px;
    line-height: 160%;
  }
  .programs__info-inner {
    padding: 42px 39px 19px 25px;
    margin-left: 15px;
  }
  .programs__info-inner .h3-title {
    font-size: 24px;
    line-height: 161%;
    max-width: 375px;
    top: -130px;
    left: -20px;
  }
  .programs__info-inner .btn {
    width: 100%;
    min-width: inherit;
  }
  .programs__info-inner:before {
    width: 90%;
  }
  .programs__info {
    width: 100%;
    margin-left: 0;
    padding-top: 80px;
  }
  .programs__info p {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
	margin-bottom: 30px;
  }
  .programs__info .passport {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    width: 76px;
  }
  .programs__title {
    left: 20px;
  }
}

@media only screen and (max-width: 430px) {
  .programs__title {
    width: calc(100% - 40px);
  }
  .programs__title:after {
    -webkit-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
  }
  .programs__title .h5-title {
    font-size: 17px;
  }
  .programs__bottom {
    margin-left: 92px;
  }
  .programs__bottom .icon {
    width: 64px;
    height: 64px;
    left: -90px;
  }
  .programs__bottom .icon:before {
    left: 0;
    bottom: 0;
  }
  .programs__bottom .icon:after {
    top: 0;
    left: 0;
  }
  .programs__info-inner {
    padding-right: 26px;
    margin-bottom: 30px;
  }
  .programs__info-inner .h3-title {
    top: -158px;
  }
  .programs__info-inner .btn {
    position: absolute;
    left: -16px;
    width: calc(100% + 16px);
  }
  .programs__info {
    padding-top: 200px;
  }
  .programs__info .passport {
    display: none;
  }
  .programs__info p {
    font-size: 14px;
    line-height: 160%;
  }
  .programs__nav {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1199px) {
  .programs {
    padding-top: 185px;
  }
}

@media only screen and (max-width: 900px) {
  .programs {
    padding-top: 145px;
  }
}

@media only screen and (max-width: 600px) {
  .programs {
    padding-top: 65px;
  }
}

.tab__content {
  display: none;
  min-height: 450px;
}

.tab__content .slider-nav {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1400px) {
  .tab__content {
    min-height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .tab__content .slider-nav {
    position: absolute;
    right: 20px;
    top: 350px;
  }
}

@media only screen and (max-width: 900px) {
  .tab__content .slider-nav {
    position: absolute;
    right: -10px;
    top: auto;
    bottom: -70px;
  }
}

@media only screen and (max-width: 640px) {
  .tab__content .slider-nav {
    position: static;
    right: 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    bottom: 0px;
  }
}

@media only screen and (max-width: 430px) {
  .tab__content .slider-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.country__slide {
  padding-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1400px) {
  .country__slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 1199px) {
  .country__slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 900px) {
  .country__slide {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}

.country__item {
  width: 152px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 50px;
  margin-right: 145px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.country__item:nth-child(3n) {
  margin-right: 0;
}

.country__item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media only screen and (max-width: 1400px) {
  .country__item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .country__item {
    margin-right: 50px;
  }
  .country__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .country__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .country__item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }
}

.country__img {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  position: relative;
  margin: 0 auto 32px;
}

.country__img:before {
  content: '';
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #303030;
}

@media only screen and (max-width: 600px) {
  .country__img {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 430px) {
  .country__img {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
  }
}


@media only screen and (max-width: 480px) {
  .country__slide {
    grid-template-columns: repeat(2, 1fr);
  }
  .country__img {
    width: 100px;
    height: 100px;
  }
  .country__item {
		margin-left: 0px!important;
	}
  .programs__link {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.programs__item {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 0px 0px;
		width: auto;
	}
	.programs__nav {
		border-bottom: none!important;
	}
	li.programs__item:first-child:after,
	li.programs__item:nth-child(3):after {
		display:none;
	}
}

@media only screen and (width: 480px) {
.programs__item {
		margin: 0px!important;
		width: auto;
	}
}

.gallery {
  margin: 0 -30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gallery__item {
  position: relative;
  overflow: hidden;
}

.gallery__item:after {
  content: '';
  display: block;
  padding-top: 140%;
}

.gallery__item img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__item:nth-child(2n+1) {
  z-index: 2;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.gallery__item:first-child {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5));
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}
  
/*****end programs-css***/


.programs__bottom {
    margin-left: 108px;
    margin-top: 16px;
}

img.passport {
    display: none;
}

.programs__info-inner .btn {
    left: 80px;
}
.programs__bottom .icon {
    top: 10px;
}

.programs__info-inner {
	border: none;
    min-height: 215px;
    padding: 45px 40px 0px 85px;
}

.country__slide {
    flex-wrap: nowrap;
}
.country__item {
    margin-right: 15px;
} 
.country__item:nth-child(3n) {
  margin-right: 15px;
}
.country__item {
    margin-left: 35px;
}
.country__item:first-child {
    margin-left: 0px;
}
.country__item:last-child {
    margin-right: 0px;
} 

.tab__content {
    min-height: 285px;
}

.tab__content .slider-nav {
    top: 82%;
    right: 43%;
}

.country__slide>.country__item.active{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	color:#F56101;
}

.programs__nav {
    /*border-bottom: 1px solid #303030;*/
}
.programs__item {
    margin: 0 25px -1.5px;
    width: auto;
}

@media only screen and (min-width: 1200px) {
	.programs__item {
		margin: 0 25px -1.5px!important;
		width: auto;
	}
}

.programs__info a.btn.btn_orange-white {
    margin-top: -54px;
    height: 60px!important;
}

.programs__link {
    padding-left: 0px;
	padding-right: 0px;
}
.programs__link.active {
    background-color: #fff;
	border-bottom: 3px solid #F56101;
}
.programs__link {
	border-top:none;
	border-left:none;
	border-right:none;
    border-bottom: 3px solid #303030;
	white-space: nowrap;
}
.programs__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


.top__title.programs__bottom {
    margin-top: 25px;
    position: absolute;
    z-index: 9;
}
.programs__bottom .icon:after {
	display:none;
}
.programs__bottom .icon:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 63px;
    width: 485px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top__title.programs__bottom .icon:before {
    width: 340px;
}

 .programs__item:first-child {
    margin-left: 0px;
}
.programs__item:last-child {
    margin-right: 0px;
} 

@media only screen and (min-width: 768px) {
	.mob {
		display: none;
	}
}


@media only screen and (min-width: 600px) and (max-width: 640px) {
	.programs__bottom .title {
		font-size: 16px;
		white-space: nowrap;
	}
	a.btn.btn_orange-white.desk {
		display: none;
	}
	.programs__nav {
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.programs__item {
		margin: 0 10px -1.5px;
	}
	.country__slide.slick-slide.slick-current.slick-active {
		display: flex!important;
		flex-wrap: nowrap!important;
	}

	.top__title.programs__bottom {
		margin-top: 0px;
	}
	
	.programs__info {
		margin-bottom: 15px;
	}

	.country__item:last-child {
		margin-left: -3px!important;
	}
	.country__item {
		margin-left: 27px!important;
		margin-right: 1px;
	}
	.country__img {
		width: 80px;
		height: 80px;
	}
	.programs__tabs .tab__content .slider-nav {
		margin-top: -150px;
	}
	.programs__info.mob a.btn.btn_orange-white {
		margin-top: -98px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #000000!important;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F56101;
		border-radius: 5px;
		height: 60px!important;
	}

}

@media only screen and (min-width: 950px) and (max-width: 960px) {
	.programs__nav {
		width: 900px;
	}
	.programs__tabs .tab__content {
		width: 900px;
	}
	.programs__tabs {
		-webkit-box-direction:  row; 
		-ms-flex-direction:  row;
		flex-direction:  row;
	}
	.tab__content .slider-nav {
		margin-top: 20px;
		right: 0%;
	}
	.country__slide {
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	
	.programs__info a.btn.btn_orange-white {
		position: absolute;
		margin-top: 220px;
		margin-left: -115px;
	}
	
	.top__title.programs__bottom {
		margin-top: -69px;
	}
	.programs__info {
		margin-bottom: 28px;
		margin-top: -96px;
	}

}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.programs__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
	}

	.programs__nav {
		margin: 0 6px 26px;
	}
	/*.programs__item {
		margin: 0 2px -1.5px;
	}*/
	.programs__tabs {
		margin-left: -15px;
	}
	.programs__item {
		margin: 0 13px -1.5px!important;
	}

	.tab__content .slider-nav {
		right: 32%;
	}
	.programs__info a.btn.btn_orange-white {
		margin-top: 36px;
	}
	.programs__info-inner p {
		min-width: 385px;
		margin-top: 60px;
	}
	.programs__tabs {
		max-width: 55%;
		width: 55%;
	}
	.country__item:nth-child(2),
	.country__item:nth-child(3){
		margin-left: auto!important;
	}
	.country__item:nth-last-child(2) {
		margin-right: -20px;
	}

	a.programs__link {
		font-size: 14px;
	}

}
	
@media only screen and (max-width: 480px) {
	
	.country__item:nth-child(3),
	.country__item:nth-child(4){
		display: none;
	}
	
	.desk {
		display: none!important;
	}
	.programs__info.mob {
		padding-top: 0px;
	}
	
	.programs__info.mob a.btn.btn_orange-white {
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #000000!important;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F56101;
		border-radius: 5px;
		margin-top: -80px;
		margin-left: 0px;
		width: 100%;
		height: 60px!important;
	}
	.programs__bottom.v2 .title {
		margin-bottom: 40px;
	}
	.programs__info {
		margin-bottom: 7px;
	}
	
	.tab__content .slider-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 0px;
	}
}

@media only screen and (max-width: 478px) {
	.home .top__title.programs__bottom {
		margin-top: 60px;
	}
	.programs__title {
		max-width: 85%;
	}
	.programs__info-inner {
		border: none;
		min-height: 169px;
		padding: 0px 42px 0px 85px;
		margin-top: -55px;
	}
	
	.programs__info-inner .btn {
		left: 0px; 
	}

	.top__title.programs__bottom {
		margin-top: 100px;

	}
	.programs__bottom .title {
		font-size: 14px;
		font-weight: 800;
		line-height: 24px;
	}
	
	ul.programs__nav {
		display: flex;
		flex-wrap: wrap;
	}

	.programs__item {
		margin: 0 0px 0px;
		width: 45%;
	}
	
	.country__item {
		margin-left: 0px;
	}
	
	.programs__nav {
		border-bottom: none;
	}

/* li.programs__item:after {
    content: '';
    position: absolute;
    width: 50px;
    margin-left: -40px;
    margin-top: -2px;
    border-bottom: 1px solid #303030;
} */  

li.programs__item:first-child:after,
li.programs__item:nth-child(3):after {
	display:none;
}

.programs__info.mob {
    padding-top: 150px;
}
/*********/

ul.programs__nav {
    justify-content: space-around;
	justify-content: start;
}
.programs__item {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0px 0px;
    width: auto;
}



/* li.programs__item:after {
    content: '';
    position: absolute;
    width: 92%;
    left: 15%;
} */ 
.programs__item:first-child {
    margin-left: 5%;
}
li.programs__item:nth-child(2) {
	margin-left: 33%;
}
li.programs__item:nth-child(4) {
    margin-left: auto;
    margin-right: -10px;
}

/**********/

.programs__info.mob {
    margin-bottom: -80px;
}

.programs__bottom.v2 .title {
    margin-bottom: 38px;
}

.programs__info {
    margin-bottom: -45px;
}

.programs__info.mob a.btn.btn_orange-white {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F56101;
    border-radius: 5px;
	margin-top: -200px;
    margin-left: 0px;
    width: 100%;
    height: 60px!important;
}

.h5-title.extra-bold {
    text-align: left;
    padding-left: 25px;
}

}


/* @media only screen and (max-width: 480px) {
	.programs__item:first-child {
    margin-left: 5%;
	}
	li.programs__item:nth-child(2) {
		margin-left: 25%;
	}
	li.programs__item:nth-child(4) {
		margin-left: auto;
		margin-right: -10px;
	}
	
} */



@media only screen and (max-width: 430px) {
.programs__info-inner {
		margin-top: -79px;
	}	
}

@media only screen and (min-width: 400px) and (max-width: 478px) {
	li.programs__item:nth-child(2) {
		margin-left: 42%;
	}
}

@media only screen and (max-width: 480px) {
	.programs__info-inner {
		border: none;
		min-height: 120px;
		padding: 10px 1px 0px 78px;
		
	}	
	li.programs__item {
		padding-right: 5px;
		padding-left: 5px;
	}
}
	
@media only screen and (max-width: 320px) {
	.programs__title .h5-title {
		font-size: 14px;
	}
	li.programs__item:after {
		width: 99%;
		left: 14%;
	}
	li.programs__item:nth-child(2) {
		margin-left: 26%;
	}
	li.programs__item {
		padding-right: 5px;
		padding-left: 5px;
	}

	.programs__item:first-child {
		margin-left: 6%;
	}
	
	.programs__tabs .tab__content .slider-nav {
		margin-top: 20px;
		position: absolute;
		left: 43%;
		top: 67%;
	}

}

@media only screen and (max-width: 479px) {
	
	.country__item:nth-child(3),
	.country__item:nth-child(4){
		display: block;
	}
	.programs__info.mob {
		padding-top: 189px;
	}
	.country__item{
		white-space: nowrap;
	}
	.country__img {
		margin-bottom: 30px;
	}

}



@media only screen and (min-width: 320px) and (max-width: 360px) {

	.programs__tabs .tab__content .slider-nav {
		margin-top: 20px;
		position: absolute;
		left: 43%;
		top: 100%;
	}
	.btn {
		background-color: var(--kmnd-color-accent);
		padding: 11px 16px;
		min-width: 300px;
	}
	
	.programs__bottom.v2 .icon {
		top: 20px;
	}

	.programs__info.mob {
		padding-top: 232px;
	}
	.country__item{
		white-space: normal;
	}
	.country__img {
		margin-bottom: 30px;
	}

}



