:root {
  --color_orange: #EC7B5D;
  --color_gray: #707070;
  --color_light-gray: #C8C8C8;
  --bg_gray: #F5F5F5;
}

@font-face{
	font-family: 'Assistant';
	src: url('../fonts/Assistant-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-display: swap;
}

@font-face{
	font-family: 'Assistant';
	src: url('../fonts/Assistant-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
}

@font-face{
	font-family: 'Assistant';
	src: url('../fonts/Assistant-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face{
	font-family: 'Assistant';
	src: url('../fonts/Assistant-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  direction: rtl;
}

body {
  font-family: 'Assistant', Sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: var(--color_gray);
	background: #fff;
  position: relative;
}

a, input, input::placeholder, textarea, textarea::placeholder {
  font-family: 'Assistant', Sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: var(--color_orange);
}

p:not(:last-child) {
  margin-bottom: 18px;
}

.container {
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.f_row {
  display: flex;
  gap: 25px;
}

.f_col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.align-items {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.f_wrap {
  flex-wrap: wrap;
}

/********************************************************************************************************
* template 1
********************************************************************************************************/
main.temp-1__page-content {
  background: linear-gradient(180deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 50%);
}

main.temp-1__page-content h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.31;
  margin-bottom: 22px;
  color: var(--color_orange);
  text-align: center;
}

main.temp-1__page-content input:not([type="submit"]) {
  width: 100%;
  height: 61px;
  display: block;
  background: #F5F5F5;
  border: 1px solid var(--color_light-gray);
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
}

main.temp-1__page-content input:not([type="submit"])::placeholder {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

main.temp-1__page-content select {
  width: 100%;
  height: 61px;
  border: 1px solid var(--color_light-gray);
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F5F5F5 url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 50%;
}

main.temp-1__page-content .btn {
  max-width: 433px;
  width: 100%;
  padding: 19px 15px;
  background: var(--color_orange);
  border: 1px solid var(--color_orange);
  border-radius: 42px;
  color: #fff;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

main.temp-1__page-content .btn svg {
  width: 40px;
  height: 40px;
  transition: .3s;
  transform: rotate(180deg);
}

main.temp-1__page-content .btn svg path {
  transition: .3s;
}

main.temp-1__page-content .btn:hover svg path {
  stroke: var(--color_orange);
}

main.temp-1__page-content .btn:hover {
  background: #fff;
  color: var(--color_orange);
}

.temp-1__header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.temp-1__header__logo {
  padding: 15px 32px;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.temp-1__header__logo img {
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: 100px;
}

.temp-1__header__phone {
  gap: 5px;
  color: #fff;
}

.temp-1__header__phone a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 33px;
  line-height: 1;
}

.temp-1__header__phone a:hover {
  color: var(--color_orange);
}

.temp-1__header__phone a:before {
  content: '';
  width: 29px;
  height: 29px;
  display: block;
  background: url('../img/icon-phone.svg') no-repeat;
  background-size: cover;
}

.temp-1__first-section {
  position: relative;
}

.temp-1__first-section__swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 2/0.89;
  object-fit: cover;
  object-position: 50%;
}

.temp-1__first-section .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.temp-1__first-section__body {
  margin-bottom: 144px;
  max-width: 812px;
  padding: 18px 35px;
  background: #00000033;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 8px;
}

.temp-1__first-section__title-1 {
  color: #fff;
  font-weight: 300;
  font-size: 78px;
  line-height: 1;
}

.temp-1__first-section__title-2 {
  color: #FFA188;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.temp-1__first-section__title-3 {
  color: #fff;
  font-size: 38px;
  line-height: 1;
}

.temp-1__form {
  margin: -64px 0 50px;
  position: relative;
  z-index: 91;
}

.temp-1__form .wpcf7 form {
  direction: rtl;
  padding: 30px 40px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 38px #00000021;
}

.temp-1__form .wpcf7 input {
  direction: rtl !important;
}

.temp-1__form .form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 24px;
}

.temp-1__form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 13px;
}

.temp-1__form .form-row > div:not(:last-child) {
  max-width: 290px;
  width: 100%;
}

.select {
  display: block;
  width: 100%;
  position: relative;
}

.new-select {
  position: relative;
  border: 1px solid var(--color_light-gray);
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 20px 5px 40px;
  cursor: pointer;
  user-select: none;
  background: #F5F5F5;
  height: 61px;
  display: flex;
  align-items: center;
}

.new-select__list {
  position: absolute;
  top: 61px;
  left: 0;
  border: 1px solid var(--color_light-gray);
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
  font-size: 18px;
  line-height: 22px;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 10px 15px;
}

.new-select__item span:hover {
  color: var(--color_orange);
}

.new-select:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../img/select-arrow.svg') no-repeat right center / cover;

  -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;

  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.temp-1__form .form-submit {
  position: relative;
  max-width: 214px;
  width: 100%;
}

.temp-1__form .form-submit input {
  max-width: 214px;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background: var(--color_orange);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  border: 1px solid var(--color_orange);
  cursor: pointer;
  transition: .3s;
}

.temp-1__form .form-submit input:hover {
  color: var(--color_orange);
  background: #fff;
}

.temp-1__form .form-submit .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
  right: 0;
}

.temp-1__form .form-acceptance input {
  display: none !important;
}

.temp-1__form .form-acceptance span.wpcf7-list-item-label {
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
}

.temp-1__form .form-acceptance span.wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  transition: .3s;
}

.temp-1__form .form-acceptance input:checked + span.wpcf7-list-item-label:before {
  background: url('../img/icon-check.svg') no-repeat;
  background-size: cover;
  border-color: var(--color_orange);
}

.temp-1__form .wpcf7 form.invalid .wpcf7-response-output,
.temp-1__form .wpcf7 form.unaccepted .wpcf7-response-output,
.temp-1__form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #dc3232;
}

.temp-1__form .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.temp-1__form form.sent .wpcf7-response-output {
  color: #46b450;
}

.temp-1__second-section {
  margin: 100px 0 66px;
}

.temp-1__second-section__row {
  gap: 34px;
}

.temp-1__second-section__col {
  width: 100%;
}

.temp-1__second-section__box {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  justify-content: center;
  padding: 40px 20px;
  background-size: cover !important;
  background-position: 50% !important;
  position: relative;
  text-align: center;
  color: #fff;
}

.temp-1__second-section__box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8B2418;
  opacity: 0.75;
}

.temp-1__second-section__box>div {
  max-width: 548px;
  position: relative;
}

.temp-1__second-section__box .btn {
  max-width: 548px !important;
  position: relative;
}

.temp-1__second-section__top-desc {
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.temp-1__second-section__bot-desc {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.3;
}

.temp-1__second-section__list {
  gap: 10px;
}

.temp-1__second-section__list__item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  gap: 30px;
}

.temp-1__second-section__list__item__icon {
  max-width: 77px;
  width: 100%;
}

.temp-1__second-section__list__item__icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

.temp-1__second-section__list__item__desc {
  font-size: 24px;
  line-height: 1.16;
}

.temp-1__specializations__list {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.temp-1__specializations__list__item {
  padding: 90px 0;
  position: relative;
}

.temp-1__specializations__list__item:last-child {
  padding-bottom: 190px;
}

.temp-1__specializations__list__item:hover .temp-1__specializations__list__item__line {
  height: 100%;
}

.temp-1__specializations__list__item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}

.temp-1__specializations__list__item__row {
  display: flex;
  align-items: flex-start;
  gap: 40px 105px;
  position: relative;
}

.temp-1__specializations__list__item__image {
  max-width: 648px;
  width: 100%;
}

.temp-1__specializations__list__item__image img {
  width: 100%;
  display: block;
  /*aspect-ratio: 1.545;*/
  aspect-ratio: 1.44;
  object-fit: cover;
  object-position: 50%;
  border-radius: 12px;
}

.temp-1__specializations__list__item__body {
  width: 100%;
  position: relative;
}

.temp-1__specializations__list__item__line {
  position: absolute;
  display: block;
  width: 10px;
  height: 90px;
  right: -36px;
  top: 0;
  border-radius: 5px;
  transition: .5s;
}

.temp-1__specializations__list__item__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  color: #000;
  margin-bottom: 0px;
}

.temp-1__specializations__list__item__subtitle {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
}

.temp-1__specializations__list__item__heads-internship {
  margin: 10px 0 20px;
}

.temp-1__specializations__list__item .btn {
  max-width: 435px !important;
  font-size: 22px !important;
  border-color: transparent !important;
}

.temp-1__specializations__list__item .btn:hover {
  background: #fff !important;
  border-color: var(--color_orange) !important;
}

.temp-1__specializations__list__item__foot {
  margin-top: 50px;
}

.temp-1__specializations__list__item__hours {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  padding: 10px 6px;
  background: #c9401b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  max-width: 125px;
  width: 100%;
  border-radius: 12px;
}

.temp-1__specializations__list__item__hours span {
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}

#temp-1__contact-form {
  margin-top: -105px;
}

footer {
  margin-top: 80px;
}

.footer__top {
  padding-bottom: 22px;
}

.footer__logo img {
  max-width: 300px;
  width: auto;
  height: auto;
  max-height: 200px;
}

.footer__menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 35px;
  padding-bottom: 28px;
}

.footer__menu a {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
}

.footer__menu a:hover {
  color: var(--color_orange);
}

.footer__bot {
  background: #4A4A4C;
  padding: 22px 0;
}

.footer__bot span {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #E5E5E5;
}

.temp-1__mob-fixed {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px #00000029;
  padding: 14px 35px;
  z-index: 999;
}

@media (max-width: 1440px) {
  .temp-1__form .wpcf7 form {
    max-width: 1000px;
    margin: 0 auto;
  }
  .temp-1__first-section__swiper .swiper-slide img {
    aspect-ratio: 2 / 1;
  }
  .temp-1__first-section__body {
    margin-bottom: 120px;
  }
  .temp-1__specializations__list__item {
	padding: 60px 0;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {
	.temp-1__specializations__list__item__title,
	.temp-1__specializations__list__item__subtitle {
		font-size: 34px;
	}
	.temp-1__specializations__list__item__image img {
		aspect-ratio: 1.3;
	}
	.temp-1__specializations__list__item__desc {
		font-size: 18px;
	}
	.temp-1__specializations__list__item__foot {
		flex-wrap: nowrap;
		gap: 25px 15px;
		margin-top: 25px;
	}
	.temp-1__specializations__list__item__hours {
		max-width: 106px;
		font-size: 15px;
	}
	main.temp-1__page-content .btn {
		padding: 16px 15px;
		font-size: 18px !important;
	}
	p:not(:last-child) {
    	margin-bottom: 14px;
	}
}

@media (max-width: 1200px) {
  .temp-1__header__logo img {
    max-width: 180px;
  }

  .temp-1__first-section__swiper .swiper-slide img {
    aspect-ratio: 2 / 1.1;
  }
  .temp-1__first-section__body {
    max-width: 760px;
    margin-bottom: 100px;
  }
  .temp-1__first-section__title-1 {
    font-size: 66px;
  }
  .temp-1__first-section__title-2 {
    font-size: 52px;
  }
  .temp-1__first-section__title-3 {
    font-size: 34px;
  }
  .temp-1__form .form-row > div:not(:last-child) {
    max-width: 280px;
  }

  .temp-1__second-section__top-desc {
    font-size: 26px;
  }
  .temp-1__second-section__bot-desc {
    font-size: 38px;
  }
  main.temp-1__page-content .btn {
    font-size: 25px;
  }
  .temp-1__second-section__list__item {
    gap: 20px;
  }
  .temp-1__second-section__list__item__desc {
    font-size: 21px;
  }

  .temp-1__specializations__list__item__row {
    gap: 40px 66px;
  }
}

@media (max-width: 1000px) {
  .temp-1__form:not(#temp-1__contact-form) {
    display: none;
  }

  .temp-1__header__logo img {
    max-width: 140px;
  }

  .temp-1__first-section__swiper .swiper-slide img {
    aspect-ratio: 2 / 1.4;
  }
  .temp-1__first-section__body {
    margin-bottom: 20px;
  }
  .temp-1__first-section__title-1 {
    font-size: 54px;
  }
  .temp-1__first-section__title-2 {
    font-size: 48px;
  }
  .temp-1__first-section__title-3 {
    font-size: 30px;
  }

  .temp-1__second-section__row {
    flex-direction: column;
  }

  .temp-1__specializations__list__item__image {
    max-width: none;
  }
  .temp-1__specializations__list__item__row {
    flex-direction: column;
    align-items: center;
  }

  .temp-1__form .form-row > div:not(:last-child) {
    max-width: calc(50% - 13px);
  }
}

@media (max-width: 767px) {
  .temp-1__mob-fixed {
    display: flex;
  }
  p:not(:last-child) {
    margin-bottom: 12px;
  }
  body {
    font-size: 18px;
  }
  .temp-1__header__logo {
    padding: 12px 18px;
  }
  .temp-1__header__phone a {
    font-size: 28px;
  }
  .temp-1__first-section__body {
    padding: 10px 20px;
  }
  .temp-1__first-section__title-1 {
    font-size: 40px;
  }
  .temp-1__first-section__title-2 {
    font-size: 37px;
  }
  .temp-1__first-section__title-3 {
    font-size: 21px;
  }

  .temp-1__second-section {
    margin: 50px 0;
  }
  .temp-1__second-section__list__item__icon {
    max-width: 55px;
  }
  .temp-1__second-section__list__item {
    padding: 25px 20px;
  }
  
  .temp-1__specializations__list__item {
    padding: 40px 0;
  }
  .temp-1__specializations__list__item__title,
  .temp-1__specializations__list__item__subtitle {
    font-size: 38px;
  }
  main.temp-1__page-content .btn {
    padding: 15px;
  }

  .temp-1__form .wpcf7 form {
    padding: 20px;
  }
  .temp-1__form .form-row {
    gap: 18px;
  }
  .temp-1__form .form-submit input {
    font-size: 21px;
  }
  .footer__logo img {
    max-width: 200px;
  }
  .temp-1__specializations__list__item:last-child {
    padding-bottom: 160px;
  }
  .temp-1__form .form-title {
    font-size: 22px;
  }
  main.temp-1__page-content input:not([type="submit"]),
  main.temp-1__page-content select,
  .temp-1__form .form-submit input,
  .new-select {
    height: 52px;
  }
  .new-select__list {
    top: 52px;
  }
  footer.temp-1__footer {
    margin-top: 60px;
    padding-bottom: 82px;
  }
  .temp-1__specializations__list__item .btn {
	font-size: 20px !important;
  }
}

@media (max-width: 550px) {
  body {
    font-size: 16px;
  }
  .temp-1__first-section__swiper .swiper-slide img {
    aspect-ratio: 2 / 1.85;
  }
  .temp-1__header__phone a {
    font-size: 24px;
  }
  .temp-1__header__logo {
    padding: 10px;
  }
  .temp-1__header__logo img {
    max-width: 100px;
  }
  .temp-1__first-section__title-1 {
    font-size: 36px;
  }
  .temp-1__first-section__title-2 {
    font-size: 28px;
  }
  .temp-1__first-section__title-3 {
    font-size: 17px;
  }

  main.temp-1__page-content h2 {
    font-size: 30px;
  }
  .temp-1__second-section__list__item__desc {
    font-size: 18px;
  }
  .temp-1__second-section__top-desc {
    font-size: 21px;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
  .temp-1__second-section__bot-desc {
    font-size: 30px;
  }
  main.temp-1__page-content .btn {
    font-size: 20px;
  }

  .temp-1__specializations__list__item__row {
    gap: 30px;
  }
  .temp-1__specializations__list__item__title,
  .temp-1__specializations__list__item__subtitle {
    font-size: 32px;
  }
  .temp-1__specializations__list__item__foot {
    margin-top: 30px;
  }
  .temp-1__specializations__list__item .btn {
    font-size: 18px !important;
	padding: 12.3px 15px !important;
  }
  .temp-1__specializations__list__item__hours {
	padding: 6px;
  }

  .temp-1__form .form-row > div:not(:last-child) {
    max-width: 100%;
  }
  main.temp-1__page-content input:not([type="submit"]),
  main.temp-1__page-content select {
    width: 600px;
    max-width: 100%;
  }
  .temp-1__form .form-title {
    font-size: 20px;
  }
  .footer__menu {
    padding-bottom: 0;
    gap: 14px 20px;
    justify-content: flex-end;
  }
}

@media (max-width: 425px) {
  main.temp-1__page-content .btn {
    font-size: 17px;
  }
  main.temp-1__page-content .btn svg {
	width: 34px;
	height: 34px;
  }
  .temp-1__first-section__title-1 {
    font-size: 31px;
  }
  .temp-1__first-section__title-2 {
    font-size: 24px;
  }
  .temp-1__first-section__title-3 {
    font-size: 16px;
  }
  .temp-1__second-section__list__item__icon {
    max-width: 44px;
  }
  .temp-1__second-section__top-desc {
    font-size: 18px;
  }
  .temp-1__second-section__bot-desc {
    font-size: 25px;
  }
  .temp-1__specializations__list__item__hours {
	max-width: 100px;
	font-size: 15px;
	padding: 10px 5px;
  }
  .temp-1__specializations__list__item__hours span {
	font-size: 30px;
  }
}


/********************************************************************************************************
* thankyou page
********************************************************************************************************/

body.page-template-thankyou {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.page-template-thankyou footer {
  margin-top: auto;
  padding-bottom: 0;
}

.thankyou__header__logo {
  padding: 15px 32px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0px 3px 14px #00000029;
  border: 1px solid #707070;
  border-top: 0;
}

.thankyou__header__logo img {
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: 100px;
}

.thankyou {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0px 6px 38px #00000021;
  border-radius: 12px;
  padding: 80px 20px 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thankyou__img {
  margin-bottom: 28px;
}

.thankyou__img img {
  max-width: 311px;
  width: 100%;
  height: auto;
  display: block;
}

.thankyou__title {
  margin-bottom: 58px;
  color: #707070;
  font-size: 46px;
  line-height: 1.3;
}

.thankyou__title p:not(:last-child) {
  margin-bottom: 0;
}

.thankyou__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #EC7B5D;
  transition: .3s;
}

.thankyou__back svg {
  transition: .3s;
}

.thankyou__back:hover {
  color: #707070;
}

.thankyou__back:hover svg {
  fill: #707070;
}

@media (max-width: 1200px) {
  .thankyou__header__logo img {
    max-width: 180px;
  }
}

@media (max-width: 1000px) {
  .thankyou__header__logo img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .thankyou__header__logo {
    padding: 12px 18px;
  }
  .thankyou {
    padding: 40px 20px;
  }
  .thankyou__img img {
    max-width: 240px;
  }
  .thankyou__title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .thankyou__header__logo {
    padding: 10px;
  }
  .thankyou__header__logo img {
    max-width: 100px;
  }
  .thankyou__img img {
    max-width: 204px;
  }
  .thankyou__title {
    font-size: 30px;
  }
}

/********************************************************************************************************
* template 2
********************************************************************************************************/

.temp-2__container {
  max-width: 1920px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.temp-2__section-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  color: #EC7B5D;
  margin-bottom: 34px;
}

main.temp-2__page-content {
  background: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 1px;
}

.temp-2__header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding-right: 66px;
}

.temp-2__header__logo {
  padding: 15px 32px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0px 3px 14px #00000029;
  border: 1px solid #707070;
  border-top: 0;
}

.temp-2__header__logo img {
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: 100px;
}

.temp-2__first-section {
  width: 100%;
}

.temp-2__first-section__content {
  display: flex;
  min-height: 756px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 3px 12px #0000001C;
  position: relative;
}

.temp-2__first-section__decor {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
}

.temp-2__first-section__decor img {
  max-width: 146px;
  width: 100%;
  height: auto;
  max-height: 170px;
  display: block;
}

.temp-2__first-section__body {
  max-width: 692px;
  width: 100%;
  background: #002C63;
  padding: 100px 66px 100px 0;
  position: relative;
}

.temp-2__first-section__body:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  border: 100vh solid transparent;
  border-right: 120px solid #002C63;
  border-bottom: 120px solid #002C63;
}

.temp-2__first-section__title {
  font-weight: 700;
  font-size: 66px;
  line-height: 1.1;
  color: #FFA188;
  margin-bottom: 40px;
}

.temp-2__first-section__desc {
  font-weight: 300;
  font-size: 38px;
  line-height: 1.31;
  color: #fff;
}

.temp-2__first-section__img {
  width: 100%;
}

.temp-2__first-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  display: block;
}

.temp-2__form {
  margin: -90px 0 50px;
  position: relative;
  z-index: 91;
}

.temp-2__form .temp-2__container {
  max-width: 1792px;
}

.temp-2__form .wpcf7 form {
  direction: rtl;
  padding: 30px 100px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 38px #00000021;
}

main.temp-2__page-content input:not([type="submit"]) {
  width: 100%;
  height: 61px;
  display: block;
  background: #F5F5F5;
  border: 1px solid var(--color_light-gray);
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
}

main.temp-2__page-content input:not([type="submit"])::placeholder {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.temp-2__form .wpcf7 input {
  direction: rtl !important;
}

main.temp-1__page-content select {
  width: 100%;
  height: 61px;
  border: 1px solid var(--color_light-gray);
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F5F5F5 url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 10px 50%;
}

.temp-2__form .form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 24px;
  color: #EC7B5D;
}

.temp-2__form .form-row {
  display: flex;
  gap: 25px;
  margin-bottom: 13px;
}

.temp-2__form .form-row > div.required {
  position: relative;
}

.temp-2__form .form-row > div.required:before {
  content: '*';
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  font-size: 30px;
  line-height: 1;
  color: var(--color_orange);
}

.temp-2__form .form-row > div:not(:last-child) {
  max-width: 406px;
  width: 100%;
}

.temp-2__form .form-submit {
  position: relative;
  max-width: 214px;
  width: 100%;
}

.temp-2__form .form-submit input {
  max-width: 214px;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background: var(--color_orange);
  background-size: 20px 20px;
  background-position: 7% 50%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  border: 1px solid var(--color_orange);
  cursor: pointer;
  transition: .3s;
  padding: 5px 20px;
}

.temp-2__form .form-submit input:hover {
  color: var(--color_orange);
  background: #fff;
  background-size: 20px 20px;
  background-position: 7% 50%;
}

.temp-2__form .form-submit .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
  right: 0;
}

.temp-2__form .form-acceptance input {
  display: none !important;
}

.temp-2__form .form-acceptance span.wpcf7-list-item-label {
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
}

.temp-2__form .form-acceptance span.wpcf7-list-item-label a {
  color: var(--color_gray);
}

.temp-2__form .form-acceptance span.wpcf7-list-item-label a:hover {
  color: var(--color_orange);
}


.temp-2__form .form-acceptance span.wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  transition: .3s;
}

.temp-2__form .form-acceptance input:checked + span.wpcf7-list-item-label:before {
  background: #fff url('../img/icon-check.svg') no-repeat;
  background-size: cover;
  border-color: var(--color_orange);
}

.temp-2__form .wpcf7 form.invalid .wpcf7-response-output,
.temp-2__form .wpcf7 form.unaccepted .wpcf7-response-output,
.temp-2__form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #dc3232;
}

.temp-2__form .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.temp-2__form form.sent .wpcf7-response-output {
  color: #46b450;
}

.temp-2__second-section {
  margin-bottom: 50px;
}

.temp-2__second-section__content {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 3px 12px #0000000F;
  background: #FEF1E5;
}

.temp-2__second-section__media {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.temp-2__second-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.temp-2__second-section__media iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.temp-2__second-section__body {
  width: 100%;
  padding: 58px 70px;
  font-size: 24px;
  line-height: 1.2;
}

.temp-2__course-topics {
  margin-bottom: 50px;
}

.temp-2__course-topics__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.temp-2__course-topics__list__item {
  padding: 18px 45px;
  display: flex;
  gap: 20px 38px;
  background: #fff;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 12px;
}

.temp-2__course-topics__list__item__num {
  font-weight: 200;
  font-size: 85px;
  line-height: 1;
}

.temp-2__course-topics__list__item__name {
  font-size: 32px;
  line-height: 1.2;
  align-self: center;
}

.temp-2__course-info-team {
  margin-bottom: 68px;
}

.temp-2__course-info-team__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.temp-2__couse-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.temp-2__couse-info__desc {
  width: 100%;
  background: #E9E9FF;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 12px;
  padding: 50px;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  flex-grow: 1;
}

.temp-2__couse-team {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.temp-2__couse-team__list {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 12px;
  padding: 50px;
  flex-grow: 1;
}

.temp-2__couse-team__list ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.temp-2__couse-team__list ul li {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #000;
  font-size: 24px;
  line-height: 1.25;
}

.temp-2__couse-team__list ul li:before {
  content: '';
  width: 34px;
  min-width: 34px;
  height: 28px;
  display: block;
  background: url(../img/icon-team.svg) no-repeat;
  background-size: cover;
  align-self: flex-start;
}

.temp-2__course-dates {
  margin-bottom: 60px;
}

.temp-2__course-dates__desc {
  font-size: 24px;
  line-height: 1.2;
}

.temp-2__subsidized-costs {
  margin-bottom: -40px;
}

.temp-2__subsidized-costs__content {
  width: 100%;
  background: #EC7B5D;
  border-radius: 12px;
  padding: 30px;
}

.temp-2__subsidized-costs__title {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 57px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.temp-2__subsidized-costs__desc {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.temp-2__subsidized-costs .temp-2__form {
  max-width: 1512px;
  margin: 0 auto;
}

.temp-2__subsidized-costs .temp-2__form .wpcf7 form {
  background: none;
  padding: 0;
  box-shadow: none;
}

.temp-2__subsidized-costs .temp-2__form .form-title {
  color: #fff;
  text-align: center;
}

.temp-2__subsidized-costs .temp-2__form .wpcf7 form .wpcf7-not-valid-tip {
  color: #fff;
}

.temp-2__subsidized-costs .temp-2__form .form-acceptance span.wpcf7-list-item-label a {
  color: #fff;
}

.temp-2__subsidized-costs .temp-2__form .form-acceptance span.wpcf7-list-item-label a:hover {
  color: #6E231D;
}

.temp-2__subsidized-costs .temp-2__form .form-submit input {
  background: #6E231D;
  background-size: 20px 20px;
  background-position: 7% 50%;
  border-color: #6E231D;
}

.temp-2__subsidized-costs .temp-2__form .form-submit input:hover {
  background: #fff;
  background-size: 20px 20px;
  background-position: 7% 50%;
  color: #6E231D;
}

.temp-2__subsidized-costs .temp-2__form .form-acceptance span.wpcf7-list-item-label {
  color: #fff;
}

@media (max-width: 1500px) {
  .temp-2__form .wpcf7 form {
    padding: 30px 30px 24px;
    width: 96%;
    margin: 0 auto;
  }
}

@media (max-width: 1440px) {
  .temp-2__header {
    padding-right: 40px;
  }
  .temp-2__first-section__content {
    min-height: 620px;
  }
  .temp-2__first-section__body {
    max-width: 540px;
    padding: 100px 40px;
  }
  .temp-2__first-section__title {
    font-size: 50px;
  }
  .temp-2__first-section__desc {
    font-size: 30px;
  }
  .temp-2__second-section__body {
    padding: 30px;
    font-size: 21px;
  }
  .temp-2__second-section__media {
    max-width: 440px;
  }
  .temp-2__course-topics__list__item__name {
    font-size: 25px;
  }
  .temp-2__course-topics__list__item__num {
    font-size: 75px;
  }
  .temp-2__course-topics__list__item {
    padding: 15px 30px;
    gap: 20px;
  }
  .temp-2__couse-info__desc {
    padding: 30px;
    font-size: 26px;
  }
  .temp-2__couse-team__list {
    padding: 30px;
  }
  .temp-2__couse-team__list ul li {
    font-size: 20px;
    gap: 20px;
  }
  .temp-2__subsidized-costs__title {
    font-size: 50px;
  }
  .temp-2__subsidized-costs__desc {
    font-size: 38px;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {

}

@media (max-width: 1200px) {
  .temp-2__form .form-row > div:not(:last-child) {
    max-width: 280px;
  }
  .temp-2__first-section__title {
    font-size: 39px;
  }
  .temp-2__first-section__desc {
    font-size: 26px;
  }
  .temp-2__first-section__content {
    min-height: 540px;
  }
  .temp-2__course-topics__list__item__name {
    font-size: 22px;
  }
  .temp-2__course-topics__list__item__num {
    font-size: 55px;
  }
  .temp-2__couse-info__desc {
    font-size: 24px;
  }
  .temp-2__subsidized-costs__desc {
    max-width: 760px;
    font-size: 32px;
  }
  .temp-2__first-section__decor img {
    max-width: 110px;
    max-height: 130px;
  }
}

@media (max-width: 1000px) {
  .temp-2__form .form-row > div:not(:last-child) {
    max-width: calc(50% - 13px);
  }
  .temp-2__form .form-row {
    flex-wrap: wrap;
  }
  .temp-2__header__logo img {
    max-width: 140px;
  }
  .temp-2__first-section__body {
    padding: 60px 30px;
  }
  .temp-2__first-section__title {
    font-size: 32px;
  }
  .temp-2__first-section__desc {
    font-size: 21px;
  }
  .temp-2__first-section__content {
    min-height: 440px;
  }
  .temp-2__form {
    margin: -50px 0 50px;
  }
  .temp-2__form .form-title {
    font-size: 22px;
  }
  .temp-2__second-section__content {
    flex-direction: column;
  }
  .temp-2__second-section__media {
    max-width: none;
  }
  .temp-2__second-section__media img {
    position: relative;
    aspect-ratio: 2;
  }
  .temp-2__second-section__media iframe {
    position: relative;
    aspect-ratio: 2;
  }
}

@media (max-width: 767px) {
  .temp-2__form .wpcf7 form {
    padding: 20px;
  }
  .temp-2__form .form-row {
    gap: 18px;
  }
  .temp-2__form .form-submit input {
    font-size: 21px;
  }
  .temp-2__form .form-title {
    font-size: 22px;
  }
  main.temp-2__page-content input:not([type="submit"]),
  main.temp-2__page-content select,
  .temp-2__form .form-submit input,
  .new-select {
    height: 52px;
  }
  .temp-2__first-section__content {
    flex-direction: column-reverse;
  }
  .temp-2__header {
    padding-right: 15px;
  }
  main.temp-2__page-content {
    padding-top: 20px;
  }
  .temp-2__container {
    padding: 0 20px;
  }
  .temp-2__header__logo {
    padding: 10px 15px;
  }
  .temp-2__first-section__decor img {
    max-width: 100px;
    max-height: 120px;
  }
  .temp-2__first-section__decor {
    top: 15px;
    left: 15px;
  }
  .temp-2__first-section__body {
    max-width: none;
    padding: 15px 30px 70px;
  }
  .temp-2__first-section__title {
    font-size: 39px;
    margin-bottom: 15px;
  }
  .temp-2__course-topics__list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .temp-2__course-info-team__content {
    grid-template-columns: 1fr;
  }
  .temp-2__section-title {
    text-align: center;
    font-size: 34px;
  }
  .temp-2__subsidized-costs__title {
    font-size: 42px;
  }
  .temp-2__subsidized-costs__desc {
    font-size: 27px;
  }
}

@media (max-width: 550px) {
  .temp-2__form .form-row > div:not(:last-child) {
    max-width: 100%;
  }
  .temp-2__form .form-title {
    font-size: 20px;
  }
  main.temp-2__page-content input:not([type="submit"]),
  main.temp-2__page-content select {
    width: 600px;
    max-width: 100%;
  }
  .temp-2__container {
    padding: 0 10px;
  }
  main.temp-2__page-content {
    padding-top: 10px;
  }
  .temp-2__header__logo img {
    max-width: 120px;
  }
  .temp-2__first-section__decor img {
    max-width: 86px;
    max-height: 100px;
  }
  .temp-2__form .form-title {
    text-align: center;
  }
  .temp-2__form .form-submit {
    margin: 0 auto;
  }
  .temp-2__second-section__body {
    font-size: 18px;
    padding: 30px 20px;
  }
  .temp-2__second-section__media img {
    aspect-ratio: 1.45;
  }
  .temp-2__section-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .temp-2__course-topics__list__item {
    padding: 12px 20px;
  }
  .temp-2__course-topics__list__item__name {
    font-size: 18px;
  }
  .temp-2__couse-info__desc {
    font-size: 20px;
    padding: 30px 20px;
  }
  .temp-2__course-dates__desc {
    font-size: 20px;
  }
  .temp-2__subsidized-costs {
    margin-bottom: -20px;
  }
  .temp-2__couse-team__list {
    padding: 30px 20px;
  }
}

@media (max-width: 425px) {
  .temp-2__section-title {
    font-size: 28px;
  }
  .temp-2__first-section__title {
    font-size: 32px;
  }
  .temp-2__first-section__desc {
    font-size: 18px;
  }
  .temp-2__couse-info__desc {
    font-size: 18px;
  }
  .temp-2__couse-team__list ul li {
    font-size: 18px;
  }
  .temp-2__course-info-team {
    margin-bottom: 40px;
  }
  .temp-2__course-dates {
    margin-bottom: 40px;
  }
  .temp-2__subsidized-costs__title {
    font-size: 36px;
  }
  .temp-2__subsidized-costs__desc {
    font-size: 22px;
  }
  .temp-2__form .form-title {
    font-size: 18px;
  }
}