.itemFullText {
  background: #fff;
}

div.itemBody {
  padding: 0;
  color: #051c2c;
}

.fullwidth.bottom {
  margin-top: 0;
}

.custom {
  padding: 0;
}

.copyright .copyright {
  padding: 20px 0;
}

@media screen and (max-width: 1150px) {
  .full-width,
  .wrapper {
    padding: 0;
  }
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 95%;
  }
}

.form {
  width: 100%;
}
.form input {
  width: 300px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .form input {
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .form input {
    width: 100%;
  }
}
.form input[type=checkbox] {
  display: none !important;
}
.form input[type=checkbox]:checked + label:before {
  content: "";
  background: url("/images/checked-arrow.png") no-repeat center center, #fff;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.form > div {
  width: 100%;
}
.form .for-checkbox {
  width: 100%;
  padding-left: 25px;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .form .for-checkbox {
    width: 300px;
    text-align: left;
  }
}
.form .for-checkbox label {
  margin-top: 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.form .for-checkbox label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: absolute;
  left: -25px;
  bottom: auto;
  top: 5px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
}
@media (max-width: 576px) {
  .form .for-checkbox label:before {
    bottom: auto;
    top: 5px;
  }
}
.form .for-checkbox label span {
  font: 500 12px/20px "Montserrat";
}
.form .for-checkbox label span a {
  font: 500 12px/22px "Montserrat";
  text-decoration: underline;
  color: #0d1b31;
  transition: all 0.3s;
}
.form .for-checkbox label span a:hover {
  color: #727a86;
  transition: all 0.3s;
}
.form .give {
  color: #fff;
  text-decoration: none;
  background: #ef476f;
  padding: 10px 0;
  border-radius: 3px;
  font: 500 15px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 320px;
  margin-top: 20px;
}
@media (max-width: 395px) {
  .form .give {
    padding: 10px 5px;
    width: 100%;
  }
}
.form .give:hover {
  background: #e34067;
  transition: 0.3s linear;
  cursor: pointer;
}
.form p.course-promocode {
  font: 500 14px/22px "Montserrat";
  color: #747373;
  margin: 15px 0;
  cursor: pointer;
  text-align: center;
}
.form p.course-promocode span {
  border-bottom: 1px #747373 dashed;
}
.form input[type=text].course-promocode-inp {
  display: none;
}

.header {
  margin: 0 auto;
  width: 100%;
  background: #1d3457;
  max-width: 1400px;
  padding: 120px 0;
}
@media (max-width: 576px) {
  .header {
    margin: 0 auto 50px;
  }
}
@media (min-width: 1440px) {
  .header {
    border-radius: 20px;
  }
}
.header-about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-about > div.content {
  width: 740px;
}
@media screen and (max-width: 992px) {
  .header-about > div.content {
    width: 100%;
  }
}
.header-about > div.content p.subtitle {
  color: #fff;
  font: 400 24px/24px "Montserrat";
}
.header-about > div.content h1 {
  color: #fff;
  font: 800 40px/50px "Montserrat";
  margin: 20px 0 64px;
  position: relative;
}
@media (max-width: 576px) {
  .header-about > div.content h1 {
    font: 800 37px/45px "Montserrat";
  }
}
@media (max-width: 415px) {
  .header-about > div.content h1 {
    font: 800 32px/40px "Montserrat";
  }
}
.header-about > div.content h1 + p {
  font: 400 15px/28px "Montserrat";
  color: #fff;
}
.header-about > div.content ul:not(.iti__country-list) {
  font: 400 15px/24px "Montserrat";
  color: #fff;
  margin: 20px 0 50px;
  padding-left: 20px;
  list-style-type: none;
  width: 580px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .header-about > div.content ul:not(.iti__country-list) {
    width: 100%;
  }
}
.header-about > div.content ul:not(.iti__country-list) li {
  margin: 15px 0;
  position: relative;
}
.header-about > div.content ul:not(.iti__country-list) li:before {
  position: absolute;
  content: "";
  background: #ffd166;
  width: 6px;
  height: 6px;
  left: -20px;
  top: 8px;
  border-radius: 50%;
}
.header-about > div.form {
  background: url("/images/pages/certification/courses/pattern-yellow.png") #f9ca5e;
  border-radius: 20px;
  box-sizing: border-box;
  width: 380px;
  padding: 40px 30px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .header-about > div.form {
    margin: 30px auto;
    width: 480px;
  }
}
@media (max-width: 395px) {
  .header-about > div.form {
    width: 100%;
    padding: 40px 15px;
  }
}
.header-about > div.form .custom {
  width: 100%;
  padding: 0;
}
.header-about > div.form p {
  font: 500 15px/24px "Montserrat";
  text-align: center;
  width: 300px;
  margin: 0 auto 15px;
}
.header-about > div.form p span {
  font-weight: 700;
}
.header-about > div.form input:not(.give) {
  box-sizing: border-box;
  height: 42px;
  margin: 15px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 15px;
  width: 100%;
  color: #000;
  font: 400 15px/24px "Montserrat";
}
.header-about .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-about .coins-flex {
  margin: 20px 0 0 20px;
}
@media (max-width: 576px) {
  .header-about .coins-flex {
    margin: 20px 0;
  }
}
.header-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 80px;
}
.header-benefits > div.item {
  border-radius: 20px;
  background: #fff;
  width: calc(25% - 15px);
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .header-benefits > div.item {
    width: calc(50% - 15px);
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .header-benefits > div.item {
    width: 100%;
  }
}
.header-benefits > div.item p {
  font: 500 15px/24px "Montserrat";
}
.header-benefits > div.item p.title {
  font: 700 20px/28px "Montserrat";
  margin-bottom: 15px;
}
.header-benefits > div.item.cyan {
  background: #00afaa;
}
.header-benefits > div.item.cyan > p {
  color: #fff;
}
.header .btn-fmodule {
  display: none;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #00afaa;
  padding: 7px 0;
  font: 600 15px/21px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 220px;
  position: fixed;
  bottom: 25px;
  z-index: 100;
  left: 15px;
}
@media screen and (max-width: 480px) {
  .header .btn-fmodule {
    display: block;
  }
}
.header .btn-fmodule:hover {
  transition: 0.3s linear;
  cursor: pointer;
}
.header .ver2-block {
  position: relative;
}
.header .ver2-block > div {
  width: 420px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .header .ver2-block > div {
    width: 100%;
  }
}
.header .ver2-block > div + img {
  width: 210px;
  height: 70px;
  margin-top: 30px;
}
.header .ver2-block div.coin {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media (max-width: 480px) {
  .header .ver2-block div.coin {
    top: 95px;
  }
}
@media (max-width: 395px) {
  .header .ver2-block div.coin {
    top: 105px;
  }
}
.header .ver2-block .ver2-block__percent {
  color: #53a2be;
  font: 700 56px/60px "Montserrat";
  margin: 0;
}
.header .ver2-block .ver2-block__txt {
  color: #fff;
  font: 400 16px/24px "Montserrat";
  max-width: 270px;
}
@media (max-width: 480px) {
  .header .ver2-block .ver2-block__txt {
    max-width: 100%;
  }
}

.features {
  padding: 140px 0;
}
@media (max-width: 576px) {
  .features {
    padding: 70px 0;
  }
}
.features h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .features h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.features .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .block div.left {
  width: 342px;
}
@media (max-width: 800px) {
  .features .block div.left {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .features .block div.left {
    width: 100%;
    display: block;
  }
}
.features .block div.left img {
  width: 342px;
  height: 439px;
}
@media (max-width: 576px) {
  .features .block div.left img {
    margin: 0 auto;
  }
}
.features .block div.left p {
  color: #727a86;
  font: 400 12px/19px "Montserrat";
  margin-top: 20px;
}
@media (max-width: 800px) {
  .features .block div.left p {
    text-align: center;
  }
}
.features .block div.right {
  width: calc(100% - 400px);
}
@media (max-width: 800px) {
  .features .block div.right {
    width: 100%;
    margin-top: 40px;
  }
}
.features .block div.right > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
}

.work {
  background: #f2f2f2;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .work {
    padding: 50px 0;
  }
}
.work h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .work h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.work h2 + p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
  max-width: 1040px;
}
.work .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.work .block div.left {
  width: 540px;
}
@media (max-width: 1200px) {
  .work .block div.left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.work .block div.left > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.work .block div.left > div.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.work .block div.left > div.item:last-child {
  margin-bottom: 0;
}
.work .block div.left > div.item img {
  width: 70px;
  height: 70px;
}
.work .block div.left > div.item p {
  width: calc(100% - 100px);
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.work .block div.right {
  width: 540px;
}
@media (max-width: 1200px) {
  .work .block div.right {
    width: 100%;
  }
}
.work .block div.right > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.work .block div.right > div.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}
.work .block div.right > div.item div.num {
  width: 70px;
  height: 70px;
  background: url("/images/pages/certification/courses/new-courses/marker-bg.png");
  background-size: 70px;
  color: #00afaa;
  font: 800 30px/30px "Montserrat";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.work .block div.right > div.item div.num:after {
  position: absolute;
  content: "";
  border-left: 2px dashed #8ba0c0;
  width: 1px;
  height: 30px;
  left: 35px;
  bottom: -30px;
}
.work .block div.right > div.item p {
  width: calc(100% - 100px);
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.work .block div.right > div.item.lc {
  margin: 0 0 20px;
}
.work .block div.right > div.item.lc .num:after {
  display: none;
}
.work div.alert {
  border-radius: 20px;
  border: 1px dashed #051c2c;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work div.alert img {
  width: 80px;
  height: 80px;
}
.work div.alert div.text {
  width: calc(100% - 105px);
}
@media (max-width: 480px) {
  .work div.alert div.text {
    width: 100%;
    margin-top: 20px;
  }
}
.work div.alert div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}

.whom {
  padding: 140px 0;
}
@media (max-width: 576px) {
  .whom {
    padding: 70px 0;
  }
}
.whom h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .whom h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.whom .wrapper > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 40px;
  color: #051c2c;
}
.whom .wrapper .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 540px;
}
@media (max-width: 480px) {
  .whom .wrapper .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.whom .wrapper .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.whom .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 40px;
}
.whom .block > div.item {
  width: calc(25% - 45px);
}
@media (max-width: 800px) {
  .whom .block > div.item {
    width: calc(50% - 45px);
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .whom .block > div.item {
    width: 100%;
  }
}
.whom .block > div.item img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}
.whom .block > div.item p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}

section.exam h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  section.exam h2 {
    font: 700 25px/40px "Montserrat";
  }
}
section.exam .block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.exam .block > div.item {
  padding: 40px 30px 60px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 580px;
}
@media (max-width: 1200px) {
  section.exam .block > div.item {
    width: 555px;
  }
}
@media (max-width: 992px) {
  section.exam .block > div.item {
    width: 455px;
  }
}
@media (max-width: 800px) {
  section.exam .block > div.item {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.exam .block > div.item p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
section.exam .block > div.item p.title {
  font: 700 20px/32px "Montserrat";
  margin-bottom: 30px;
}
section.exam .block > div.item ul {
  margin-bottom: 20px;
}
section.exam .block > div.item ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
section.exam .block > div.item ul li:before {
  position: absolute;
  content: "";
  background: #6c89b5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
section.exam .block > div.item.requirements {
  background: url("/images/pages/certification/courses/new-courses/requirements-bg.png") bottom right, #f5f5f5;
  background-repeat: no-repeat;
  background-size: 282px;
}
section.exam .block > div.item.level {
  background: url("/images/pages/certification/courses/new-courses/level-bg.png") bottom right, #f5f5f5;
  background-repeat: no-repeat;
  background-size: 361px;
}
section.exam .content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.exam .content div.text {
  width: calc(100% - 440px);
}
@media (max-width: 800px) {
  section.exam .content div.text {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.exam .content div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
section.exam .content div.text p:first-child {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #051c2c;
}
section.exam .content .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 380px;
}
@media (max-width: 480px) {
  section.exam .content .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
section.exam .content .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}

.benefits {
  background: #f2f2f2;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .benefits {
    padding: 50px 0;
  }
}
.benefits {
  margin-top: 140px;
}
@media (max-width: 576px) {
  .benefits {
    margin-top: 70px;
  }
}
.benefits h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .benefits h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.benefits h2 + p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 40px;
  color: #051c2c;
}
.benefits .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.benefits .item div.content {
  width: calc(100% - 140px);
}
@media (max-width: 415px) {
  .benefits .item div.content {
    width: 100%;
    margin-top: 20px;
  }
}
.benefits .item div.content p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
  max-width: 860px;
}
.benefits .item div.content p:first-child {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 6px;
  color: #051c2c;
}
.benefits .item div.num {
  width: 100px;
  height: 100px;
  background: url("/images/pages/certification/courses/new-courses/bg-1.png");
  background-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font: 900 64px/64px "Montserrat";
}
.benefits .item-padding {
  margin-left: 100px;
}
@media (max-width: 576px) {
  .benefits .item-padding {
    margin-left: 0;
  }
}
.benefits .item-padding p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
  max-width: 880px;
}
.benefits .item-padding div.num {
  background: url("/images/pages/certification/courses/new-courses/bg-2.png");
  background-size: 100px;
  color: #00afaa;
  position: relative;
}
.benefits .item-padding div.num:before {
  position: absolute;
  content: "";
  border-left: 2px dashed #8ba0c0;
  width: 1px;
  height: 64px;
  left: -8px;
  top: -35px;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .benefits .item-padding div.num:before {
    display: none;
  }
}
.benefits .item-padding div.num:after {
  position: absolute;
  content: "";
  border-left: 2px dashed #8ba0c0;
  width: 1px;
  height: 64px;
  left: -12px;
  bottom: -30px;
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .benefits .item-padding div.num:after {
    display: none;
  }
}
.benefits .alert {
  border-radius: 20px;
  border: 1px dashed #051c2c;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits .alert img {
  width: 80px;
  height: 80px;
}
.benefits .alert div.text {
  width: calc(100% - 105px);
}
@media (max-width: 480px) {
  .benefits .alert div.text {
    width: 100%;
    margin-top: 20px;
  }
}
.benefits .alert div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.benefits .alert {
  margin-top: 60px;
}
.benefits .content-block {
  margin-top: 40px;
}
.benefits .content-block > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 40px;
  color: #051c2c;
}
.benefits .content-block > .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 520px;
}
@media (max-width: 480px) {
  .benefits .content-block > .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.benefits .content-block > .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}

.statistics {
  padding: 140px 0;
}
@media (max-width: 576px) {
  .statistics {
    padding: 70px 0;
  }
}
.statistics {
  overflow: hidden;
}
.statistics h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .statistics h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.statistics h2 {
  max-width: 750px;
  list-style: 44px;
}
.statistics .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistics .block div.left {
  width: 540px;
}
@media (max-width: 1200px) {
  .statistics .block div.left {
    width: 100%;
    margin-bottom: 60px;
  }
}
.statistics .block div.left p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
.statistics .block div.left p.subtitle {
  font: 700 20px/32px "Montserrat";
  margin: 40px 0 20px;
}
.statistics .block div.left p.subtitle + img {
  width: 349px;
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 415px) {
  .statistics .block div.left p.subtitle + img {
    width: 100%;
    height: auto;
  }
}
.statistics .block div.left p.note {
  font: 400 italic 12px/19px "Montserrat";
  margin-bottom: 0;
}
.statistics .block div.left img.statistics-dipifr {
  width: 474px;
  height: 370px;
  margin: 40px 0 20px;
}
@media (max-width: 480px) {
  .statistics .block div.left img.statistics-dipifr {
    width: 100%;
    height: auto;
  }
}
.statistics .block div.right {
  width: 580px;
  border-radius: 20px;
  background: #f2f2f2;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .statistics .block div.right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .statistics .block div.right {
    padding: 40px 20px;
  }
}
.statistics .block div.right:after {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/crown.png");
  width: 141px;
  height: 127px;
  background-size: 141px;
  top: -95px;
  right: -65px;
}
.statistics .block div.right p.title {
  font: 700 20px/32px "Montserrat";
  margin: 0 0 20px;
}
.statistics .block div.right div.item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.statistics .block div.right div.item:last-child {
  margin-bottom: 0;
}
.statistics .block div.right div.item img {
  width: 110px;
  height: 110px;
}
.statistics .block div.right div.item div.text {
  width: calc(100% - 150px);
}
@media (max-width: 480px) {
  .statistics .block div.right div.item div.text {
    width: 100%;
  }
}
.statistics .block div.right div.item div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.statistics .block div.right div.item div.text p:first-child {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
}

.result {
  border-radius: 20px;
  background: #6c89b5;
  max-width: 1380px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .result {
    padding: 50px 0;
  }
}
.result h2 {
  color: #fff;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .result h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.result .wrapper > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
}
.result .wrapper > .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 520px;
}
@media (max-width: 480px) {
  .result .wrapper > .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.result .wrapper > .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.result details {
  border-bottom: 1px solid #d9d9d9;
}
.result details summary {
  padding: 20px 25px 20px 0;
  color: #fff;
  font: 700 20px/32px "Montserrat";
  position: relative;
}
.result details summary:hover {
  cursor: pointer;
}
.result details summary:after {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/summary.svg");
  width: 24px;
  height: 13px;
  right: 0;
  top: 30px;
  background-size: 24px;
}
.result details div {
  max-width: 1000px;
}
.result details div p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #fff;
}
.result details div ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.result details div ul li:before {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/list-marker.svg");
  background-size: 16px;
  width: 16px;
  height: 12px;
  left: 13px;
  top: 7px;
}
.result details:open summary:after {
  transform: rotate(-180deg);
}

.programs {
  margin-top: 140px;
}
@media (max-width: 576px) {
  .programs {
    margin-top: 70px;
  }
}
.programs .wrapper p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.programs .wrapper h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .programs .wrapper h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.programs .wrapper h2 + p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
.programs .wrapper .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 460px;
}
@media (max-width: 480px) {
  .programs .wrapper .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.programs .wrapper .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.programs .wrapper .btn {
  margin-top: 40px;
}
.programs .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid #727a86;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 395px) {
  .programs .block {
    padding: 30px 15px;
  }
}
.programs .block .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.programs .block .content > img {
  width: 150px;
  height: 158px;
}
.programs .block .text {
  width: calc(100% - 170px);
}
@media (max-width: 576px) {
  .programs .block .text {
    width: 100%;
    margin-top: 20px;
  }
}
.programs .block .text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
}
.programs .block .text p.title {
  font: 700 20px/28px "Montserrat";
}
.programs .block .program {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
  width: calc(100% - 170px);
  margin: 50px 0 0 auto;
}
@media (max-width: 576px) {
  .programs .block .program {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
.programs .block .program p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 15px;
  color: #051c2c;
}
.programs .block .program > .item {
  width: 440px;
}
@media (max-width: 1200px) {
  .programs .block .program > .item {
    width: 100%;
  }
}
.programs .block .program > .item ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #051c2c;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.programs .block .program > .item ul li:before {
  position: absolute;
  content: "";
  background: #00afaa;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
.programs .block .btn-more {
  color: #00afaa;
  font: 600 15px/24px "Montserrat";
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  width: calc(100% - 170px);
  margin: 40px 0 0 auto;
}
.programs .block .btn-more:hover {
  cursor: pointer;
  text-decoration-line: none;
}
.programs .block .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 515px;
  width: calc(100% - 170px);
  margin-left: 170px;
}
@media (max-width: 576px) {
  .programs .block .flex {
    width: 100%;
    margin: 0;
  }
}
.programs .block .flex > div {
  width: 50%;
}
@media (max-width: 480px) {
  .programs .block .flex > div {
    width: 100%;
  }
}

.support {
  padding: 140px 0;
}
@media (max-width: 576px) {
  .support {
    padding: 70px 0;
  }
}
.support h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .support h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.support .wrapper > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
}
.support .block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.support .block > .item {
  width: 580px;
  padding: 60px 40px 80px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .support .block > .item {
    width: 555px;
  }
}
@media (max-width: 992px) {
  .support .block > .item {
    width: 455px;
  }
}
@media (max-width: 415px) {
  .support .block > .item {
    padding: 40px 20px;
  }
}
@media (max-width: 800px) {
  .support .block > .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.support .block > .item img {
  margin-bottom: 40px;
}
.support .block > .item p.title {
  color: #fff;
  font: 700 20px/28px "Montserrat";
  margin-bottom: 20px;
}
.support .block > .item ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.support .block > .item ul li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
.support .block > .item.red {
  background: #ef476f;
}
.support .block > .item.red img {
  width: 198px;
  height: 200px;
}
.support .block > .item.green {
  background: #00afaa;
}
.support .block > .item.green img {
  width: 272px;
  height: 200px;
}
.support .alert {
  border-radius: 20px;
  border: 1px dashed #051c2c;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .alert img {
  width: 80px;
  height: 80px;
}
.support .alert div.text {
  width: calc(100% - 105px);
}
@media (max-width: 480px) {
  .support .alert div.text {
    width: 100%;
    margin-top: 20px;
  }
}
.support .alert div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.support .alert {
  margin-top: 20px;
}
.support .alert div.text p:first-child {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 12px;
  color: #051c2c;
}

.tutors h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 50px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .tutors h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.tutors .swiper {
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 576px) {
  .tutors .swiper {
    margin-top: -20px;
  }
}
.tutors .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 415px) {
  .tutors .swiper-slide img {
    width: 60%;
  }
}
.tutors .swiper-slide img:hover {
  cursor: pointer;
}
.tutors .swiper-slide > p {
  color: #727a86;
  font: 700 15px/24px "Montserrat";
  margin-top: 20px;
}
.tutors .swiper-slide > p.name {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.tutors .swiper-slide > p.name span {
  font: 700 20px/32px "Montserrat";
  display: block;
  margin: 20px 0;
}
.tutors .pagination {
  width: 150px;
  margin: 0;
  position: absolute;
  top: 52px;
  right: 0;
}
.tutors .pagination .swiper-button-next:after,
.tutors .pagination .swiper-button-prev:after {
  font-size: 25px;
  color: #252525;
}
.tutors .pagination .swiper-button-next,
.tutors .pagination .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 2px solid #252525;
  transition: 0.2s linear;
  border-radius: 50%;
  margin-left: 10px;
}
.tutors .pagination .swiper-button-next:hover,
.tutors .pagination .swiper-button-prev:hover {
  outline: 0;
  background: #252525;
  cursor: pointer;
}
.tutors .pagination .swiper-button-next:hover:after, .tutors .pagination .swiper-button-next:hover:after,
.tutors .pagination .swiper-button-prev:hover:after,
.tutors .pagination .swiper-button-prev:hover:after {
  color: #fff;
}
.tutors .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tutors .block > div.item {
  width: calc(33.3333333333% - 10px);
  max-width: 380px;
}
@media (max-width: 576px) {
  .tutors .block > div.item {
    width: 100%;
    margin: 20px auto;
  }
}
.tutors .block > div.item img {
  width: 100%;
  height: auto;
}
.tutors .block > div.item img:hover {
  cursor: pointer;
}
.tutors .block > div.item > p {
  color: #727a86;
  font: 700 15px/24px "Montserrat";
  margin-top: 20px;
}
.tutors .block > div.item > p.name {
  color: #051c2c;
  font: 400 15px/24px "Montserrat";
}
.tutors .block > div.item > p.name span {
  font: 700 20px/32px "Montserrat";
}

.feedback {
  background: #f2f2f2;
  padding: 80px 0;
  margin-top: 140px;
}
@media (max-width: 576px) {
  .feedback {
    padding: 50px 0;
    margin-top: 70px;
  }
}
.feedback h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 50px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .feedback h2 {
    font: 700 25px/40px "Montserrat";
  }
}
@media (max-width: 800px) {
  .feedback h2 {
    max-width: 500px;
  }
}
.feedback .swiper {
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 576px) {
  .feedback .swiper {
    margin-top: -20px;
  }
}
.feedback .swiper-slide {
  border-radius: 20px;
  background: #fff;
  padding: 60px 40px;
  box-sizing: border-box;
}
@media (max-width: 395px) {
  .feedback .swiper-slide {
    padding: 40px 20px;
  }
}
.feedback .swiper-slide blockquote {
  color: #051c2c;
  margin: 0;
  padding: 0;
  font: 500 italic 18px/28px "Montserrat";
}
.feedback .swiper-slide .block {
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feedback .swiper-slide .block img {
  width: 140px;
  height: 140px;
}
.feedback .swiper-slide .block .text {
  width: calc(100% - 160px);
}
@media (max-width: 480px) {
  .feedback .swiper-slide .block .text {
    width: 100%;
    margin-top: 20px;
  }
}
.feedback .swiper-slide .block .text p {
  color: #051c2c;
  font: 400 13px/20px "Montserrat";
}
.feedback .swiper-slide .block .text p.name {
  color: #051c2c;
  font: 700 18px/20px "Montserrat";
  margin-bottom: 14px;
}
.feedback .swiper-slide .btn-more {
  color: #00afaa;
  font: 500 15px/24px "Montserrat";
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
}
.feedback .swiper-slide .btn-more:hover {
  cursor: pointer;
  text-decoration-line: none;
}
.feedback .swiper-slide div.feed {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
  font-style: italic;
  margin: 20px 0;
}
.feedback .pagination {
  width: 150px;
  margin: 0;
  position: absolute;
  top: 52px;
  right: 0;
}
.feedback .pagination .swiper-button-next:after,
.feedback .pagination .swiper-button-prev:after {
  font-size: 25px;
  color: #252525;
}
.feedback .pagination .swiper-button-next,
.feedback .pagination .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 2px solid #252525;
  transition: 0.2s linear;
  border-radius: 50%;
  margin-left: 10px;
}
.feedback .pagination .swiper-button-next:hover,
.feedback .pagination .swiper-button-prev:hover {
  outline: 0;
  background: #252525;
  cursor: pointer;
}
.feedback .pagination .swiper-button-next:hover:after, .feedback .pagination .swiper-button-next:hover:after,
.feedback .pagination .swiper-button-prev:hover:after,
.feedback .pagination .swiper-button-prev:hover:after {
  color: #fff;
}
.feedback .content {
  margin-top: 40px;
}
.feedback .content > p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 40px;
  color: #051c2c;
  text-align: center;
}
.feedback .content > .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 520px;
}
@media (max-width: 480px) {
  .feedback .content > .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.feedback .content > .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.feedback .content > .btn {
  margin: 0 auto;
}

.refresher {
  margin: 140px auto;
  border-radius: 20px;
  border: 2px solid #000;
  max-width: 1300px;
  padding: 80px 0;
}
@media (max-width: 576px) {
  .refresher {
    margin: 70px 0;
  }
}
.refresher h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .refresher h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.refresher h2 {
  line-height: 50px;
  max-width: 940px;
}
.refresher .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refresher .block img {
  width: 535px;
  height: 426px;
}
@media (max-width: 1200px) {
  .refresher .block img {
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .refresher .block img {
    width: 100%;
    height: auto;
  }
}
.refresher .block div.text {
  width: 540px;
}
@media (max-width: 1200px) {
  .refresher .block div.text {
    width: 100%;
  }
}
.refresher .block div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
.refresher .block div.text .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 450px;
}
@media (max-width: 480px) {
  .refresher .block div.text .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.refresher .block div.text .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.refresher .block div.text .btn {
  margin-top: 40px;
}

.tarifs {
  background: #6c89b5;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .tarifs {
    padding: 50px 0;
  }
}
.tarifs h2 {
  color: #fff;
  font: 700 40px/48px "Montserrat";
  margin-bottom: 40px;
}
.tarifs .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tarifs .block > div.item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 80px;
  box-sizing: border-box;
  width: 580px;
}
@media (max-width: 1200px) {
  .tarifs .block > div.item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .tarifs .block > div.item {
    padding: 60px 40px;
  }
}
@media (max-width: 395px) {
  .tarifs .block > div.item {
    padding: 40px 20px;
  }
}
.tarifs .block > div.item p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 30px;
  color: #051c2c;
}
.tarifs .block > div.item p.title {
  font: 700 32px/35px "Montserrat";
}
.tarifs .block > div.item div.include {
  margin-top: -15px;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media (max-width: 576px) {
  .tarifs .block > div.item div.include {
    padding-left: 0;
  }
}
.tarifs .block > div.item div.include > div {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #051c2c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .tarifs .block > div.item div.include > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.tarifs .block > div.item div.include > div svg {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .tarifs .block > div.item div.include > div svg {
    margin-top: 5px;
  }
}
.tarifs .block > div.item div.include > div p {
  width: calc(100% - 33px);
  margin-bottom: 0;
}
.tarifs .block > div.item ul {
  margin-bottom: 30px;
  margin-top: -10px;
}
.tarifs .block > div.item ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #051c2c;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.tarifs .block > div.item ul li:before {
  position: absolute;
  content: "";
  background: #051c2c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
.tarifs .block > div.item .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 360px;
}
@media (max-width: 480px) {
  .tarifs .block > div.item .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.tarifs .block > div.item .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.tarifs .block > div.item .btn {
  width: 100%;
  margin-top: 50px;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .tarifs .block > div.item .btn {
    max-width: 500px;
    margin: 50px auto 0;
  }
}
.tarifs .block > div.item.ua {
  background: url("/images/pages/certification/courses/new-courses/bg-ua.png") right 110px, #fff;
  background-size: 223px;
  background-repeat: no-repeat;
}
.tarifs .block > div.item.eng {
  background: url("/images/pages/certification/courses/new-courses/bg-eng.png") right 110px, #fff;
  background-size: 208px;
  background-repeat: no-repeat;
}
.tarifs .block > div.item.korp {
  width: 100%;
  margin-top: 20px;
}
.tarifs .block > div.item.korp ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 800px) {
  .tarifs .block > div.item.korp ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.tarifs .block > div.item.korp ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.korporate {
  padding: 200px 0 70px;
  position: relative;
}
@media (max-width: 576px) {
  .korporate {
    padding: 100px 0 50px;
  }
}
.korporate:before {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/korporate-bg-1.png");
  background-size: 300px;
  width: 300px;
  height: 640px;
  left: 0;
  top: 80px;
}
@media (max-width: 800px) {
  .korporate:before {
    display: none;
  }
}
.korporate:after {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/korporate-bg-2.png");
  background-size: 343px;
  width: 343px;
  height: 433px;
  right: 0;
  bottom: 0px;
}
@media (max-width: 800px) {
  .korporate:after {
    display: none;
  }
}
.korporate .wrapper {
  z-index: 100;
  position: relative;
}
.korporate h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .korporate h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.korporate p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.korporate .block {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.korporate .block > div.item {
  width: 580px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .korporate .block > div.item {
    width: 555px;
  }
}
@media (max-width: 992px) {
  .korporate .block > div.item {
    width: 455px;
  }
}
@media (max-width: 800px) {
  .korporate .block > div.item {
    width: 100%;
  }
}
.korporate .block > div.item > ul {
  -moz-column-count: 1;
       column-count: 1;
}
.korporate div.item {
  border-radius: 20px;
  background: #f2f2f2;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 395px) {
  .korporate div.item {
    padding: 30px 15px;
  }
}
.korporate div.item p.title {
  font: 700 20px/32px "Montserrat";
  margin-bottom: 20px;
}
.korporate div.item ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 576px) {
  .korporate div.item ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.korporate div.item ul li {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 8px;
  color: #051c2c;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.korporate div.item ul li:before {
  position: absolute;
  content: "";
  background: #051c2c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
.korporate div.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.korporate div.content div.text {
  width: calc(100% - 440px);
}
@media (max-width: 800px) {
  .korporate div.content div.text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.korporate div.content div.text p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 0;
  color: #051c2c;
}
.korporate div.content .btn {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 380px;
}
@media (max-width: 480px) {
  .korporate div.content .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.korporate div.content .btn:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}

.faq {
  background: #f2f2f2;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .faq {
    padding: 50px 0;
  }
}
.faq h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .faq h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.faq details {
  border-bottom: 1px solid #d9d9d9;
}
.faq details summary {
  padding: 20px 50px 20px 0;
  color: #051c2c;
  font: 700 20px/32px "Montserrat";
  position: relative;
}
.faq details summary:hover {
  cursor: pointer;
  color: #00afaa;
}
.faq details summary:after {
  position: absolute;
  content: "";
  background: url("/images/pages/certification/courses/new-courses/summary-black.svg");
  width: 24px;
  height: 13px;
  right: 0;
  top: 30px;
  background-size: 24px;
}
.faq details div {
  max-width: 1000px;
}
.faq details div p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
.faq details div ul li,
.faq details div ol li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
}
.faq details div ul li:before,
.faq details div ol li:before {
  position: absolute;
  content: "";
  background: #051c2c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}
.faq details:open summary:after {
  transform: rotate(-180deg);
}

.recommendation {
  padding: 65px 0;
  background: #fff;
}
.recommendation h2 {
  color: #051c2c;
  font: 700 32px/35px "Montserrat";
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .recommendation h2 {
    font: 700 25px/40px "Montserrat";
  }
}
.recommendation ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 576px) {
  .recommendation ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.recommendation ul li {
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.recommendation ul li a {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 10px;
  color: #051c2c;
  text-decoration: none;
}
.recommendation ul li a:hover {
  text-decoration: underline;
}
.recommendation ul li:before {
  position: absolute;
  content: "";
  background: #051c2c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
}

.modal-tutor .modal-close {
  background: url("/images/pages/certification/courses/2024/modal-close.png") center, #e5e5e5;
  border-radius: 50%;
  width: 60px !important;
  height: 60px;
  background-repeat: no-repeat;
  top: 20px;
}
.modal-tutor .block {
  width: 800px;
  border-radius: 20px;
  background: #fff;
  margin: 30px auto;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .modal-tutor .block {
    width: 90%;
  }
}
.modal-tutor .block img {
  width: 202px;
  height: 300px;
}
.modal-tutor .block .content {
  width: calc(100% - 262px);
}
@media (max-width: 576px) {
  .modal-tutor .block .content {
    margin-top: 20px;
    width: 100%;
  }
}
.modal-tutor .block .content p {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 15px;
  color: #051c2c;
}
.modal-tutor .block .content p.author {
  color: #727a86;
  font: 700 15px/24px "Montserrat";
  margin-bottom: 20px;
}
.modal-tutor .block .content p.name {
  font: 400 15px/26px "Montserrat";
  margin: 0;
  margin-bottom: 20px;
  color: #051c2c;
}
.modal-tutor .block .content p.name span {
  font: 700 20px/32px "Montserrat";
}
.modal-tutor .block .content p.title {
  font: 700 15px/28px "Montserrat";
  margin-top: 20px;
}
.modal-tutor .block .content ul {
  font: 400 15px/24px "Montserrat";
  color: #051c2c;
  padding-left: 20px;
  list-style-type: none;
  margin: 20px 0 0;
}
.modal-tutor .block .content ul li {
  margin: 15px 0 0;
  position: relative;
}
.modal-tutor .block .content ul li:before {
  position: absolute;
  content: "";
  background: #00afaa;
  width: 6px;
  height: 6px;
  left: -20px;
  top: 8px;
  border-radius: 50%;
}
.modal-tutor .block .content ul li a {
  text-decoration: underline;
  color: #00afaa;
}
.modal-tutor .block .content ul li a:hover {
  text-decoration: none;
}

.modal-callback {
  border-radius: 4px;
  width: 100%;
  background: #fff;
  max-width: 380px;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px 30px;
  position: relative;
}
@media (max-width: 375px) {
  .modal-callback {
    max-width: 360px;
  }
}
.modal-callback p {
  color: #0d1b31;
  margin: 30px 0;
  text-align: center;
  font: 500 16px/24px "Montserrat";
}
.modal-callback form input {
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 13px;
  margin-bottom: 15px;
  border: 1px solid #e4e6ea;
}
.modal-callback form .btn-form {
  background: #00afaa;
  color: #fff;
  border: 0;
  padding: 10px 25px;
  border-radius: 3px;
  font: 600 14px/24px "Montserrat";
  transition: 0.2s linear;
}
.modal-callback form .btn-form:hover {
  background: #07908c;
  transition: 0.2s linear;
  cursor: pointer;
}

.modal-thanks {
  border-radius: 4px;
  width: 100%;
  background: #fff;
  max-width: 600px;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px 50px;
  position: relative;
}
@media (max-width: 576px) {
  .modal-thanks {
    width: 95%;
  }
}
.modal-thanks img {
  margin: 0 auto;
  display: block;
}
.modal-thanks p {
  color: #0d1b31;
  margin: 30px 0;
  text-align: center;
  font: 500 20px/32px "Montserrat";
}
.modal-thanks .btn-form {
  color: #051c2c;
  text-decoration: none;
  border-radius: 5px;
  background: #ffd964;
  padding: 16px 0;
  font: 700 18px/34px "Montserrat";
  text-align: center;
  transition: 0.3s linear;
  box-sizing: border-box;
  border: 0;
  width: 360px;
}
@media (max-width: 480px) {
  .modal-thanks .btn-form {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    box-sizing: border-box;
  }
}
.modal-thanks .btn-form:hover {
  background: #ffd455;
  transition: 0.3s linear;
  cursor: pointer;
}
.modal-thanks .btn-form {
  background: #00afaa;
  width: 140px;
  display: block;
  transition: 0.2s linear;
  margin: 0 auto;
}
.modal-thanks .btn-form:hover {
  background: #07908c;
  transition: 0.2s linear;
  cursor: pointer;
}