@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

@font-face {
  font-family: 'als_ekibastuz_bold';
  src: url("../fonts/als_ekibastuz_bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

button {
  cursor: pointer;
}

*,
p,
a {
  font-family: 'Roboto', sans-serif;
  color: #0b1f33;
  line-height: 1.6;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'als_ekibastuz_bold';
  color: #000;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-decoration: underline;
}

a:hover {
  color: #FF8500;
}

body {
  display: flex;
  flex-wrap: wrap;
}

html,
body {
  min-height: 100vh
}

body {
  height: 100%
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  max-width: 1300px;
}

.header {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 20px 2px #999;
  -moz-box-shadow: 0 0 20px 2px #999;
  box-shadow: 0 0 20px 2px #999;
  width: 100%;
  top: 0;
  left: 0;
}

.logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 160px;
  margin-right: 20px;
}

.sublogo {
  max-width: 400px;
  line-height: 1.1;
  text-transform: capitalize;
}

.submit-wrap input,
.btn {
  min-width: 200px;
  padding: 12px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #2862AC;
  display: inline-block;
  height: 50px;
}

.submit-wrap input:hover,
.btn:hover {
  background-color: #21528f;
  color: #fff;
}

.submit-wrap input:active,
.btn:active {
  background-color: #1d467b;
  color: #fff;
}

.submit-wrap input {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.offer-btn input {
  background-color: #fff;
  color: #000;
  height: auto;
  padding: 22px 15px;
}

.offer-btn input:active,
.offer-btn input:hover {
  color: #2862AC;
  background-color: #fff;
}

main {
  width: 100%;
  margin: auto;
  padding-top: 70px;
}

.block {
  padding: 0 15px;
  min-height: 70vh;
	overflow-x: hidden;
}

.offer {
  background-color: #fff;
  padding: 50px 0 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-form {
  background-color: #2862AC;
  padding: 32px 32px 32px 52px;
  width: 60%;
  height: 100%;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}

.offer-form-orange {
  background-image: linear-gradient(117.2deg, #AFB05D -3.1%, #AEB935 111.59%);
}

.offer-form-orange .offer-img-left-sert {
  top: -12%;
  width: 200px;

}


/* .page-id-10 .wpcf7-submit,
   .page-id-10 .btn{
    background-color: #FAC26D;
  }

   .page-id-8 .wpcf7-submit,
   .page-id-8 .btn {
    background-color: #E9B789
   }*/
.offer-form-orange .wpcf7-submit {
  background-color: #FAC26D;
}

.offer-form-wood {
  background-image: linear-gradient(120.5deg, #2E1D03 -4.33%, #1A0F00 112.38%);

}

.offer-form-wood .offer-img-left-sert {
  width: 236px;
  top: -18%;
}

.offer-form-wood .wpcf7-submit {
  background-color: #E9B789
}

.offer-img {
  position: absolute;
  object-fit: contain;

  bottom: 0;
}

.offer-img-left {
  width: 385px;
  height: 113%;
  right: -82px;
}

.offer-img-right {

  width: 431px;
  height: 113%;
  left: -82px;
}

.offer-form-wood .offer-img-left-sert {
  width: 228px;
  right: -67px;
  height: auto;
  top: -19%;
  bottom: auto;
}

.offer-img-sert-left {
  right: -80px;
  bottom: -52px;
  max-width: 440px
}

.offer-img-sert-left-center {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.offer-form form {
  position: relative;
  z-index: 123;
  width: 320px;
  text-align: center;
}


.offer-title {
  width: 40%;
  padding: 0 20px 0 0;
}

.offer-title {
  width: 40%;
  padding: 0 20px 0 0;
}


h1,
h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 40px;
}

h2 {
  text-align: left;
}

/* h1 span {
      display: block;
      font-size: 26px;  
      margin-top: 20px;
    }*/
.offer-title h4 {
  font-size: 20px;
}

.offer-title h4 span {
  color: #ff0000
}

.offer--subtitle {
  position: relative;
  z-index: 123;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 1.3;
}

.wpcf7-not-valid-tip {
  display: none;
}

.input-wrap .wpcf7-not-valid {
  border-color: #ff0000 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  font-size: 14px;
  background-color: #fff;
  display: none;
}

.input-wrap {
  width: 100%;
  position: relative;
  max-width: 320px;
  margin: 0 0 20px;
}

.input-wrap input {
  border: 3px solid #fff;
  padding: 17px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

.form-big {
  width: 84%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.text {
  max-width: 818px;
  margin: auto auto 50px;
}

.text p {
  margin-bottom: 10px;
}

.text ul {
  padding-left: 20px;
  margin: 0;
}

.step--text {
  max-width: 100%;
  margin-bottom: 30px;
}

.step--text p {
  color: #535b63;
}

.block--title {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form {
  padding-top: 20px;
}

.steps,
.study {
  background-color: #f3f5fb;
}

.study-item {
  padding: 24px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.study-item h3 {
  font-size: 18px;
  margin: 0 0 24px;
}

.study-item img {
  display: block;
  margin: 0 auto 24px;
}

.study-item .btn {
  margin-top: auto;
}

.study--item {
  font-weight: 600;
  margin-bottom: 10px;
}

.study--item span {
  font-size: 14px;
  font-weight: 400;
}

.study-price {
  margin-bottom: 20px;
}

.study-price table {
  border-collapse: collapse;
}

.study-price th {
  font-size: 14px;
  font-weight: 600;
}

.study-price td {
  text-align: center;
}

.study-price td,
.study-price th {
  padding: 5px;
  border: 1px solid #FF8500;
  vertical-align: middle;
}

/* .study-price tr td:nth-child(2) {
  text-decoration: line-through;
  opacity: .7;
  font-size: 14px;
} */

.study-price tr td:last-child {
  width: 107px;
  font-weight: 600;
}

.paypart {
  margin: 10px 0 0;
  font-size: 14px;
}

.benefit-item {
  background-color: #f3f5fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 24px;
  height: 100%;
}

.benefit-item h3 {
  margin: 0 0 24px;
  font-size: 24px;
}

.benefit-point {
  margin-bottom: 10px;
}

.steps {
  margin-top: 50px;
}

.step--num {
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #FF8500;
  color: #fff;
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step--name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.gallery a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.gallery a img:hover {
  -webkit-box-shadow: 0 0 20px 2px #999;
  -moz-box-shadow: 0 0 20px 2px #999;
  box-shadow: 0 0 20px 2px #999;
}

.swiper-container {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
	margin:0 auto;
}

/*.swiper-slide {
  display: block; }*/

.swiper-slide iframe {
  width: 100%;
  height: 200px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.slider {
  width: 100%;
  position: relative;
}

.contact iframe {
  width: 100%;
  height: 100%;
}

.contact a {
  text-decoration: underline;
  margin-right: 15px;
}

.contact .col-12 {
  margin-bottom: 30px;
}

.contact-content {
  padding: 50px 0;
}

.footer {
  margin-top: auto;
  background-color: #eff5f9;
  padding: 60px 15px;
  width: 100%;
}

.footer * {
  color: #66727f;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swiper-pagination-bullet {
  background-color: #FF8500;
}

.image-icon {
  height: calc(100% - 30px);
  padding: 10px;
  box-shadow: 0 0 20px 0px #ddd;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 100px;*/
  width: 100%;
  margin-bottom: 30px;
}

.image-icon img {
  /*width: 100%;
    height: 100%;*/
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-name {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  margin-top: auto;
  padding-top: 10px;
}

.r-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.r-position {
  margin-bottom: 20px;
  opacity: 0.8;
}


.title-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.title-nav__link{
  margin-right: 20px;
}
.title-nav__link:last-child{
  margin-right: 0px;
}
.title-nav__link.active{
  background: #FF8500;
}
.study-price{
  width: 100%;
}
.study-price table{
  width: 100%;
}
.table-length th{
  width: 50%;
}


.wpcf7-not-valid-tip {}

@media screen and (max-width: 1400px) {

  .offer-form::after {
    width: 351px;
    height: 107%;
    right: -65px;
  }

  .offer-form {
    width: 100%;
    max-width: 720px
  }

  .offer-title {
    padding: 15px 32px 15px 15px;
    width: 35%;
  }

  .form-big {
    width: 80%;
  }

  .form-big::before {
    width: 407px;
    height: 107%;
  }

  .offer-img-sert-left {
    right: -27px;
    bottom: -31px;
    max-width: 366px;
  }

  .offer-img-left-sert {
    width: 258px;
    right: -24px;
    height: auto;
    top: -21%;
    bottom: auto;
  }

  .offer-img-right {
    width: 331px;
    height: auto;
  }

  .offer-img-left {
    width: 285px;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .offer-title {
    width: 70%
  }

  .offer-form .offer-img-left-sert {
    right: -20px;
    top: -20%;
    width: 256px;
  }

  /*
.offer-img-sert-left {
	bottom: -40px;
	right: 20px;
	max-width: 100%	
}
*/
  .form-big {
    width: 85%;
  }

  .offer-img-left {
    width: 285px;
    height: auto;
    right: -46px;
  }

  .offer-img-right {
    width: 331px;
    height: auto;
    left: -50px;
  }

}

@media screen and (max-width: 992px) {
  .offer-img-sert-left {
    max-width: 361px
  }

  .offer-img-sert-left {
    right: -23px;
  }

  .offer-form .offer-img-left-sert {
    width: 300px;
    right: 10px;
  }

  .offer-form-orange .offer-img-left-sert {
    width: 250px;
  }

  .sublogo {
    max-width: 300px
  }
}


@media screen and (max-width: 768px) {
  h1 {
    margin: 0;
    padding: 0 15px;
    font-size: 30px
  }

  h2 {
    font-size: 28px;
    text-align: center;
  }

  .sublogo {
    display: none;
  }

  .offer {
    max-height: initial;
    height: initial;
  }

  .offer-form {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .offer-form,
  .offer-title {
    padding: 15px;
  }

  .offer-form .offer-img-left-sert {
    top: auto;
    bottom: 0;
  }

  .offer-img-sert-left {
    position: static;
    order: 1;
    margin: 0 auto 0 0;
    max-width: 100%
  }

  .offer-btn input {
    display: block;

    margin: auto;
  }

  .study-item {
    padding: 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 95%;
  }

  .contact-content {
    padding: 20px 0 0
  }

  .contact .col-12 {
    margin-bottom: 10px;
  }

  .offer--subtitle {
    width: 100%;
    text-align: center;
  }

  .offer-title {
    width: 100%;
    padding-top: 35px;
  }


  .contact {
    margin-top: 30px;
  }

  .block--title {
    padding-top: 20px;
  }


}


@media screen and (max-width: 576px) {
  .title-nav{
    flex-direction: column;
    margin-top: 30px;
  }
  .title-nav__link{
    margin-right: 0px;
    padding: 12px 15px;
  }
  .title-nav__link:last-child{
    margin-top: 10px;
  }
  h1 {
    font-size: 20px;
    line-height: 1.6;
  }

  .slider~.btn {
    margin-top: 20px;
  }

  .offer-img-right {
    width: 130px;
    left: 10px;
  }

  .offer-form {
    padding-bottom: 115px;
  }

  .offer-img-left {
    width: 110px;
    right: 10px;
  }

  .offer-form-orange.form-big .offer-img-left {
    width: 90px;
  }

  .offer-form .offer-img-left-sert {
    width: 170px;
  }

  .header .btn {
    min-width: auto;
    padding: 12px;
  }



  .offer-form form {
    width: 100%;
  }

  .partners,
  .contact,
  .students,
  .benefits,
  .study {
    padding: 0;
  }

  .block--title,
  .offer--subtitle,
  .benefit-item h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .benefit-item {
    padding: 12px;
  }

  .step-content {
    flex: 1 0 100%;
  }

  .step {
    justify-content: center;
  }

  .text {
    margin-bottom: 30px;
  }

  .image-icon {
    height: calc(100% - 20px);
    flex-direction: row;
  }

  .swiper-container {
    padding-bottom: 70px;
  }

  .image-icon img {
    max-width: 40%;
    height: 80px;
    margin: 0 0 auto 0;
  }

  .image-name {
    margin: 0 0 0 auto;
    max-width: 350px;
    padding: 5px;
    padding-left: 5px;
  }

  .logo img {
    width: 150px;
    margin-right: 0;
  }

  .header .btn {
    font-size: 14px
  }

  .form-big {
    width: 100%
  }

  .footer-logo {
    margin: 0 20px
  }

  .footer {
    padding: 30px 15px
  }

  .footer-right {
    align-items: center;
    margin: 20px 0 0;
  }
}