.es-yellow-shadow-btn {
  background: #f4d74b;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 40px;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.55);
  outline: none;
  border: none;
  border-radius: 30px;
}

.es-horizontal-block {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.es-horizontal-block .left-block {
  flex-basis: 65%;
  max-width: 40%;
  text-align: left;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 34px;
  color: #000;
  margin: auto;
}
.es-horizontal-block .right-block {
  flex-basis: 35%;
  max-width: 35%;
  margin: auto;
  text-align: right;
  position: relative;
}
.es-horizontal-block .right-block:after {
  content: "";
  height: 2px;
  width: 80%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  z-index: 1;
}
.es-horizontal-block .right-block:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  z-index: 1;
  border-radius: 50%;
}
.es-horizontal-block .right-block .es-black-btn {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  padding: 15px 40px;
  background: #000;
  border: none;
  outline: none;
  color: #f4d74b;
  font-size: 17px;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.es-horizontal-block .right-block .es-black-btn:hover, .es-horizontal-block .right-block .es-black-btn:focus {
  color: #000;
  background: #f4d74b;
}

#es-inner-courses {
  padding-top: 60px;
  position: relative;
}
#es-inner-courses .es-section-title {
  margin-bottom: 40px;
}
#es-inner-courses .courses-wrapper {
  width: 108.33%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -8.33%;
}
#es-inner-courses .courses-wrapper .course-item {
  text-decoration: none;
  color: #000;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  margin-left: 8.33%;
  margin-bottom: 5%;
}
#es-inner-courses .courses-wrapper .course-item .header-item {
  padding-top: 25px;
  background: #FDD645;
  color: #000;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-size: 24px;
}
#es-inner-courses .courses-wrapper .course-item .body-wrapper {
  width: 100%;
  overflow: hidden;
  height: auto;
}
#es-inner-courses .courses-wrapper .course-item .body-item {
  background: #E4E3E4;
  display: flex;
  height: 300px;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
#es-inner-courses .courses-wrapper .course-item .body-item:hover {
  padding: 0 50px;
  margin: 0 -50px;
}
#es-inner-courses .courses-wrapper .course-item .body-item:hover .right-triangle {
  left: -25px;
}
#es-inner-courses .courses-wrapper .course-item .body-item .right-triangle {
  position: absolute;
  height: 100%;
  width: 150%;
  top: 60%;
  left: 0;
  background: #f4d74b;
  transform: rotate(-30deg);
  transition: left 0.3s;
}
#es-inner-courses .courses-wrapper .course-item .body-item .start-block {
  position: relative;
  z-index: 2;
  font-family: ProximaNova-Bold, sans-serif;
  color: #A99037;
  text-align: right;
  padding-right: 15px;
  line-height: 1;
}
#es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-text {
  font-size: 24px;
}
#es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-date {
  font-size: 55px;
}
#es-inner-courses .courses-wrapper .course-item .footer-item {
  padding: 20px 15px;
  display: flex;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  background: #F2F2F2;
}
#es-inner-courses .courses-wrapper .course-item .footer-item .left-block {
  flex-basis: 50%;
  max-width: 50%;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  font-family: ProximaNova-Bold, sans-serif;
}
#es-inner-courses .courses-wrapper .course-item .footer-item .right-block {
  flex-basis: 50%;
  max-width: 50%;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 18px;
  text-align: right;
}
#es-inner-courses .courses-wrapper .course-item .footer-item .right-block strong {
  font-family: ProximaNova-Bold, sans-serif;
}
#es-inner-courses .courses-wrapper .course-item .info-item {
  position: absolute;
  right: -10px;
  top: -25px;
  font-family: ProximaNova-Bold, sans-serif;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  font-size: 18px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
}

.page-template-template-photo-school-landing {
  padding-top: 0 !important;
}
.page-template-template-photo-school-landing .es-sections-pd {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-template-photo-school-landing .es-section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.page-template-template-photo-school-landing .es-container {
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
}
.page-template-template-photo-school-landing .es-black-btn {
  border-radius: 30px;
  padding: 15px 40px;
  background: #000;
  border: none;
  outline: none;
  color: #f4d74b;
  font-size: 18px;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing .es-black-btn:hover, .page-template-template-photo-school-landing .es-black-btn:focus {
  color: #000;
  background: #f4d74b;
}
.page-template-template-photo-school-landing #top .arrow {
  width: 35px;
}
.page-template-template-photo-school-landing #top .btn-yellow {
  padding: 20px 35px 20px 34px;
}
.page-template-template-photo-school-landing #top .btnDonate {
  width: 250px;
  padding: 20px 0 20px 40px;
}
.page-template-template-photo-school-landing #top .btnForSelf {
  width: 250px;
}
.page-template-template-photo-school-landing #top h1 {
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: 100;
  margin-bottom: 0;
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1.15em;
}
.page-template-template-photo-school-landing #top h1 strong {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 40px;
}
.page-template-template-photo-school-landing #top .first-top-block-description {
  flex-basis: 100%;
  max-width: 100%;
  color: #fff;
  text-transform: none;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 25px;
  margin-top: 10px;
}
.page-template-template-photo-school-landing #top .first-top-block-description span {
  text-transform: uppercase;
}
.page-template-template-photo-school-landing #top p {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn {
  font-size: 54px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-basis: 100%;
  max-width: 100%;
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn img {
  width: 100%;
  max-width: 100px;
  height: auto;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn img:hover {
  opacity: 1;
  cursor: pointer;
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn i {
  padding: 27px 30px 27px 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn.fade {
  cursor: auto;
}
.page-template-template-photo-school-landing #top .arrow-first-block-btn.fade img:hover {
  cursor: auto;
}
.page-template-template-photo-school-landing #top .lead {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.page-template-template-photo-school-landing #top .text-vertical-center {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-template-photo-school-landing #top .text-vertical-center > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 0;
  transform: none;
}
.page-template-template-photo-school-landing #our-values {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-template-template-photo-school-landing #our-values .value-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.page-template-template-photo-school-landing #our-values .value-container img {
  width: 90%;
  margin-left: -15%;
  z-index: 1;
  position: relative;
}
.page-template-template-photo-school-landing #our-values .value-container .description-container {
  padding: 20% 20px 30px 20px;
  margin-top: -15%;
}
.page-template-template-photo-school-landing #our-values .value-container .description-container .title {
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 26px;
  color: #42617A;
  margin-bottom: 20px;
  line-height: 1;
}
.page-template-template-photo-school-landing #our-values .value-container .description-container .desc {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 18px;
  color: #000;
}
.page-template-template-photo-school-landing #our-values .value-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-photo-school-landing #our-values .value-rows-container {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-template-template-photo-school-landing #our-values .first-values-col, .page-template-template-photo-school-landing #our-values .second-values-col {
  flex-basis: 50%;
  max-width: 50%;
}
.page-template-template-photo-school-landing #our-values .first-values-col .description-container, .page-template-template-photo-school-landing #our-values .second-values-col .description-container {
  background: #E7E7E7;
}
.page-template-template-photo-school-landing #our-values .first-values-col .description-container .value-number .number, .page-template-template-photo-school-landing #our-values .second-values-col .description-container .value-number .number {
  font-family: ProximaNova-Bold, sans-serif;
  color: #FDD645;
  font-size: 110px;
  position: absolute;
  z-index: 1;
}
.page-template-template-photo-school-landing #our-values .first-values-col .description-container .value-number:after, .page-template-template-photo-school-landing #our-values .second-values-col .description-container .value-number:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  z-index: 1;
}
.page-template-template-photo-school-landing #our-values .first-values-col .top-block, .page-template-template-photo-school-landing #our-values .second-values-col .top-block {
  margin-left: 20%;
  width: 55%;
  margin-right: 5%;
}
.page-template-template-photo-school-landing #our-values .first-values-col .top-block .value-number .number, .page-template-template-photo-school-landing #our-values .second-values-col .top-block .value-number .number {
  left: -25%;
  top: 0;
  transform: translateY(-50%);
}
.page-template-template-photo-school-landing #our-values .first-values-col .top-block .value-number:after, .page-template-template-photo-school-landing #our-values .second-values-col .top-block .value-number:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 75%;
  left: 15%;
  top: 20px;
  background: #FDD645;
  z-index: 1;
}
.page-template-template-photo-school-landing #our-values .first-values-col .top-block .description-container, .page-template-template-photo-school-landing #our-values .second-values-col .top-block .description-container {
  position: relative;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block {
  margin-top: 5%;
  margin-left: 45%;
  width: 55%;
  margin-right: 0;
  position: relative;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-container, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-container {
  float: right;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-number, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-number {
  font-size: 110px;
  color: #FDD645;
  line-height: 1;
  font-family: ProximaNova-Bold, sans-serif;
  position: relative;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-number .number, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-number .number {
  right: 0;
  top: 0;
  transform: none;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-number:after, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-number:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 55%;
  right: 0;
  bottom: 30%;
  background: #000;
  z-index: 1;
}
.page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .description-container, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .description-container {
  padding: 30px 20px;
  margin-top: 0;
  background: #f4d74b;
}
.page-template-template-photo-school-landing #our-values .second-values-col {
  margin-top: 50px;
}
.page-template-template-photo-school-landing #our-values .second-values-col .top-block .description-container:after {
  content: "";
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 2;
  width: 80%;
  display: block;
  height: 3px;
  background: #f4d74b;
}
.page-template-template-photo-school-landing #our-values .second-values-col .top-block .value-number .number {
  top: 5px;
  right: 15%;
  left: auto;
  font-family: ProximaNova-Bold, sans-serif;
  color: #FDD645;
  font-size: 110px;
  position: absolute;
  z-index: 2;
}
.page-template-template-photo-school-landing #our-values .second-values-col .top-block .value-number:after {
  display: none;
}
.page-template-template-photo-school-landing #counters {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #221e1f url("../img/photobooks/counter-bg.png") no-repeat center center;
  background-size: cover;
}
.page-template-template-photo-school-landing #counters .es-container {
  display: flex;
  overflow-y: hidden;
  align-items: center;
}
.page-template-template-photo-school-landing #counters .es-container .counters-field {
  display: flex;
  flex-basis: 25%;
  align-items: flex-start;
}
.page-template-template-photo-school-landing #counters .es-container .counters-field .number, .page-template-template-photo-school-landing #counters .es-container .counters-field .es-percent {
  color: #f4d74b;
  font-size: 70px;
  font-family: ProximaNova-Bold, sans-serif;
  line-height: 1;
}
.page-template-template-photo-school-landing #counters .es-container .counters-field .text {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
}
.page-template-template-photo-school-landing #courses, .page-template-template-photo-school-landing .courses {
  padding-top: 60px;
  position: relative;
}
.page-template-template-photo-school-landing #courses .es-section-title, .page-template-template-photo-school-landing .courses .es-section-title {
  margin-bottom: 40px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper, .page-template-template-photo-school-landing .courses .courses-wrapper {
  width: 108.33%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -8.33%;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item {
  text-decoration: none;
  color: #000;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  margin-left: 8.33%;
  margin-bottom: 5%;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .header-item, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .header-item {
  padding-top: 25px;
  background: #FDD645;
  color: #000;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-size: 24px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-wrapper, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-wrapper {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item {
  background: #E4E3E4;
  display: flex;
  height: 300px;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item:hover, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item:hover {
  padding: 0 50px;
  margin: 0 -50px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item:hover .right-triangle, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item:hover .right-triangle {
  left: -25px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .right-triangle, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item .right-triangle {
  position: absolute;
  height: 100%;
  width: 150%;
  top: 60%;
  left: 0;
  background: #f4d74b;
  transform: rotate(-30deg);
  transition: left 0.3s;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .start-block, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item .start-block {
  position: relative;
  z-index: 2;
  font-family: ProximaNova-Bold, sans-serif;
  color: #A99037;
  text-align: right;
  padding-right: 15px;
  line-height: 1;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .start-block .start-text, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item .start-block .start-text {
  font-size: 24px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .start-block .start-date, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .body-item .start-block .start-date {
  font-size: 55px;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .footer-item {
  padding: 20px 15px;
  display: flex;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  background: #F2F2F2;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .left-block, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .footer-item .left-block {
  flex-basis: 50%;
  max-width: 50%;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  font-family: ProximaNova-Bold, sans-serif;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .right-block, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .footer-item .right-block {
  flex-basis: 50%;
  max-width: 50%;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 18px;
  text-align: right;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .right-block strong, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .footer-item .right-block strong {
  font-family: ProximaNova-Bold, sans-serif;
}
.page-template-template-photo-school-landing #courses .courses-wrapper .course-item .info-item, .page-template-template-photo-school-landing .courses .courses-wrapper .course-item .info-item {
  position: absolute;
  right: -10px;
  top: -25px;
  font-family: ProximaNova-Bold, sans-serif;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  font-size: 18px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
}
.page-template-template-photo-school-landing #first-lesson {
  background: #f4d74b;
}
.page-template-template-photo-school-landing #our-teachers {
  background: url("../img/photobooks/teachers-bg.png");
  padding-bottom: 0;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper {
  margin-bottom: 0;
  display: flex;
  padding-bottom: 100px;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item {
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 20px;
  color: #000;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item .teacher-photo {
  display: block;
  width: 80%;
  padding-bottom: 80%;
  margin: 20px auto;
  border-radius: 50%;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item .teacher-name {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  text-align: center;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item .teacher-courses {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  text-align: center;
}
.page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item .teacher-info {
  margin-top: 20px;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  text-align: center;
}
.page-template-template-photo-school-landing .slick-active {
  opacity: 1;
}
.page-template-template-photo-school-landing .es-slick-prev, .page-template-template-photo-school-landing .es-slick-next {
  transform: translateY(-50%);
  box-shadow: none;
  background-color: transparent;
  color: #C5C5C5;
  width: auto;
  height: auto;
  font-size: 75px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing .es-slick-prev:hover, .page-template-template-photo-school-landing .es-slick-prev:focus, .page-template-template-photo-school-landing .es-slick-next:hover, .page-template-template-photo-school-landing .es-slick-next:focus {
  color: #000;
}
.page-template-template-photo-school-landing .es-slider-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: center;
  font-size: 0;
  padding-left: 0;
}
.page-template-template-photo-school-landing .es-slider-dots li {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  border-radius: 50%;
  display: block;
  background: #F2F2F2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing .es-slider-dots li.slick-active, .page-template-template-photo-school-landing .es-slider-dots li:hover {
  cursor: pointer;
  background: #f4d74b;
}
.page-template-template-photo-school-landing .es-slider-dots li button {
  display: none;
}
.page-template-template-photo-school-landing #advantages {
  background: #F2F2F2;
  padding-bottom: 20px;
}
.page-template-template-photo-school-landing #advantages .advantages-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 105%;
  margin-left: -5%;
}
.page-template-template-photo-school-landing #advantages .advantages-wrapper .advantage-item {
  flex-basis: 20%;
  max-width: 20%;
  margin: 0 0 40px 5%;
  text-align: center;
}
.page-template-template-photo-school-landing #advantages .advantages-wrapper .advantage-item .advantage-img {
  max-width: 100%;
  margin-bottom: 20px;
}
.page-template-template-photo-school-landing #advantages .advantages-wrapper .advantage-item .advantage-text {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
.page-template-template-photo-school-landing #es-second-lesson {
  background: #f4d74b;
}
.page-template-template-photo-school-landing #es-second-lesson .es-horizontal-block .right-block:before, .page-template-template-photo-school-landing #es-second-lesson .es-horizontal-block .right-block:after {
  display: none;
}
.page-template-template-photo-school-landing #our-friends {
  background: url("../img/photobooks/teachers-bg.png");
}
.page-template-template-photo-school-landing #our-friends .nikon-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.page-template-template-photo-school-landing #our-friends .nikon-container .left-block {
  flex-basis: 25%;
  max-width: 25%;
}
.page-template-template-photo-school-landing #our-friends .nikon-container .left-block img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.page-template-template-photo-school-landing #our-friends .nikon-container .right-block {
  flex-basis: 65%;
  margin-left: 10%;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 22px;
}
.page-template-template-photo-school-landing #our-friends .nikon-container .right-block .subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-template-photo-school-landing #about-us {
  background: url("../img/photoschoolbg.png") no-repeat right center;
  background-size: 32%;
}
.page-template-template-photo-school-landing #about-us .es-container {
  overflow: visible;
}
.page-template-template-photo-school-landing #about-us .about-title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-template-template-photo-school-landing #about-us .about-title-desc {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper {
  margin-top: 30px;
  width: 78.33%;
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item {
  flex-basis: 25%;
  max-width: 25%;
  margin-left: 12.5%;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item:first-child, .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item:nth-child(3n+1) {
  margin-left: 0;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item img {
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item .subtitle {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  height: 70px;
  line-height: 1.2;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item .text {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  color: #000;
}
.page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container {
  display: flex;
  width: 103.33%;
  margin-left: -3.33%;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item {
  flex-basis: 30%;
  max-width: 30%;
  margin-left: 3.33%;
  padding: 10px;
  background: #fff;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head {
  display: flex;
  align-items: center;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head .left-block {
  flex-basis: 30%;
  padding-bottom: 30%;
  margin-right: 10%;
  border-radius: 50%;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head .right-block {
  flex-basis: 60%;
  max-width: 60%;
  line-height: 1;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head .right-block .user-name {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head .right-block .user-profession {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  color: #000;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .body {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .footer {
  margin-bottom: 10px;
}
.page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .footer a {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: underline;
}
.page-template-template-photo-school-landing #testimonials .read-more-testimonials {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
}
.page-template-template-photo-school-landing #testimonials .read-more-testimonials a {
  color: #000;
  text-decoration: underline;
  padding-right: 30px;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  background: url("../img/photobooks/read-more-testimonials.png") no-repeat right center;
}
.page-template-template-photo-school-landing #subscribe {
  background: #f4d74b;
}
.page-template-template-photo-school-landing #subscribe .es-horizontal-block .right-block:after, .page-template-template-photo-school-landing #subscribe .es-horizontal-block .right-block:before {
  display: none;
}
.page-template-template-photo-school-landing #graduates {
  padding-bottom: 0;
}
.page-template-template-photo-school-landing #graduates .graduates-wrapper {
  margin-top: 20px;
  display: flex;
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.page-template-template-photo-school-landing #graduates .graduates-wrapper .slider-item {
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 20px;
  color: #000;
}
.page-template-template-photo-school-landing #graduates .graduates-wrapper .slider-item .slider-item-img {
  display: block;
  width: 80%;
  padding-bottom: 80%;
  margin: 20px auto;
  border-radius: 50%;
}
.page-template-template-photo-school-landing #our-posts {
  background: #F2F2F2;
  position: relative;
  padding-top: 0;
}
.page-template-template-photo-school-landing #our-posts .es-go-top {
  display: none;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  padding: 7px 15px;
  background: #c6c6c6;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing #our-posts .es-go-top:hover {
  opacity: 1;
}
.page-template-template-photo-school-landing #contacts .es-contacts {
  display: flex;
}
.page-template-template-photo-school-landing #contacts .es-contacts .left-block {
  flex-basis: 50%;
  max-width: 50%;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block {
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px 50px;
  background: #f4d74b;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-title {
  margin-bottom: 50px;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-title span {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contact-field {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contact-field .icon {
  flex-basis: 80px;
  max-width: 100px;
  margin-right: 5%;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contact-field .icon img {
  width: 100%;
  height: auto;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contact-field .desc-block {
  flex-grow: 1;
  color: #000;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-phone .text-container {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-phone .text-container a {
  color: #000;
  text-decoration: none;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-mail .desc-block a {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-address .desc-block {
  line-height: 1;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 20px;
  color: #000;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container {
  margin-top: 20px;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form {
  max-width: 400px;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .subscribe-email {
  width: 100%;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  border: none;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .es-contacts-subscribe-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
  color: #f4d74b;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 17px;
  margin: 20px 0;
  border: none;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .es-contacts-subscribe-btn:hover {
  color: #000;
  background: #f4d74b;
  cursor: pointer;
}

.page-template-template-photo-school-courses #about-us {
  background: url("../img/photoschoolbg.png") no-repeat right center;
  background-size: 32%;
}
.page-template-template-photo-school-courses #about-us .es-container {
  overflow: visible;
}
.page-template-template-photo-school-courses #about-us .about-title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-template-template-photo-school-courses #about-us .about-title-desc {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper {
  margin-top: 30px;
  width: 78.33%;
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item {
  flex-basis: 25%;
  max-width: 25%;
  margin-left: 12.5%;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item:first-child, .page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item:nth-child(3n+1) {
  margin-left: 0;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item img {
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item .subtitle {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  height: 70px;
  line-height: 1.2;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-us-item .text {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  color: #000;
}
.page-template-template-photo-school-courses #about-us .about-us-inner-wrapper .about-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.page-template-template-photo-school-courses #graduates {
  padding-bottom: 0;
}
.page-template-template-photo-school-courses #graduates .graduates-wrapper {
  margin-top: 20px;
  display: flex;
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.page-template-template-photo-school-courses #graduates .graduates-wrapper .slider-item {
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 20px;
  color: #000;
}
.page-template-template-photo-school-courses #graduates .graduates-wrapper .slider-item .slider-item-img {
  display: block;
  width: 80%;
  padding-bottom: 80%;
  margin: 20px auto;
  border-radius: 50%;
}

#es-model.es-model-photoschool {
  margin-top: 0;
}
#es-model.es-model-photoschool .es-video-block .es-video-background-photoschool {
  height: 100%;
  position: relative;
}
#es-model.es-model-photoschool .es-video-block .es-video-background-photoschool .es-photoschool-video-background-description {
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-family: ProximaNova-Bold, sans-serif;
  line-height: 1;
  padding-top: 60px;
  text-align: center;
}
#es-model.es-model-photoschool .es-video-block .es-video-background-photoschool .es-model-photoschool-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/photobooks/play-icon.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.7;
}
#es-model.es-model-photoschool .es-video-block .es-video-background-photoschool .es-model-photoschool-btn:hover {
  opacity: 1;
}
#es-model.es-model-photoschool .es-video-block #es-photoschool-player {
  width: 100%;
  height: 100%;
}
#es-model.es-model-photoschool .es-video-block #es-photoschool-player.es-none {
  display: none;
}

#what_in_course .what-in-course-inner-container .what-in-course-item {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 60vh;
  align-items: center;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .es-item-description {
  max-width: 50%;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .es-item-description h4 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #282828;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .es-item-description .yellow-text {
  padding: 15px 45px;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 18px;
  color: #282828;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f4d74b;
  display: inline-block;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .es-item-description p {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  color: #282828;
  margin-bottom: 10px;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .what-in-course-arrows {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .what-in-course-arrows .slick-arrow {
  position: static;
  transform: none;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .what-in-course-arrows .es-slick-prev {
  margin: 0 10px 0 0;
}
#what_in_course .what-in-course-inner-container .what-in-course-item .what-in-course-arrows .es-slick-next {
  margin: 0 0 0 10px;
}

.es-courses-main-wrapper .slick-active {
  opacity: 1;
}
.es-courses-main-wrapper #students-works .es-slick-prev {
  left: -50px;
  margin: 0;
}
.es-courses-main-wrapper #students-works .es-slick-next {
  right: -50px;
  margin: 0;
}
.es-courses-main-wrapper #our-teachers .es-slick-prev, .es-courses-main-wrapper #our-teachers .es-slick-next {
  margin: 0 15px;
  top: 25%;
}
.es-courses-main-wrapper .es-slick-prev, .es-courses-main-wrapper .es-slick-next {
  transform: translateY(-50%);
  box-shadow: none;
  background-color: transparent;
  color: #C5C5C5;
  width: auto;
  height: auto;
  font-size: 75px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.es-courses-main-wrapper .es-slick-prev:hover, .es-courses-main-wrapper .es-slick-prev:focus, .es-courses-main-wrapper .es-slick-next:hover, .es-courses-main-wrapper .es-slick-next:focus {
  color: #000;
}
.es-courses-main-wrapper .es-slider-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: center;
  font-size: 0;
  padding-left: 0;
}
.es-courses-main-wrapper .es-slider-dots li {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  border-radius: 50%;
  display: block;
  background: #F2F2F2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.es-courses-main-wrapper .es-slider-dots li.slick-active, .es-courses-main-wrapper .es-slider-dots li:hover {
  cursor: pointer;
  background: #f4d74b;
}
.es-courses-main-wrapper .es-slider-dots li button {
  display: none;
}
.es-courses-main-wrapper .es-section-title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #282828;
  text-align: center;
  margin-bottom: 30px;
}
.es-courses-main-wrapper .es-no-pd {
  padding-left: 0;
  padding-right: 0;
}
.es-courses-main-wrapper .es-container {
  width: 100%;
  max-width: 1280px;
}
.es-courses-main-wrapper #courses {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: url("../img/photobooks/inner-first-bg.png") no-repeat 100% -100px;
}
.es-courses-main-wrapper #courses .left-bottom-dot {
  display: none;
  position: absolute;
  left: 160px;
  bottom: 120px;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
}
.es-courses-main-wrapper #courses .left-bottom-line-block {
  display: none;
  position: absolute;
  width: 80px;
  height: 20px;
  background: #000;
  left: 0;
  bottom: 40px;
}
.es-courses-main-wrapper #courses .right-top-line-block {
  position: absolute;
  right: 0;
  top: 40px;
  width: 110px;
  height: 10px;
  background: #f4d74b;
}
.es-courses-main-wrapper #courses .opacity-block {
  position: absolute;
  width: 50%;
  padding-bottom: 34%;
  background: url("../img/photobooks/opacity-block.png") no-repeat;
  background-size: 100%;
  top: 60%;
  left: 0;
  z-index: 1;
}
.es-courses-main-wrapper #courses .container-fluid {
  display: flex;
  position: relative;
}
.es-courses-main-wrapper #courses .container-fluid .left-block {
  width: 45%;
  height: 110%;
  max-width: 45%;
  position: absolute;
  left: 0;
}
.es-courses-main-wrapper #courses .container-fluid .right-block {
  max-width: 60%;
  flex-basis: 60%;
  margin-left: 40%;
  position: relative;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-left-dot {
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 170px;
  left: -50px;
  border-radius: 50%;
  background: #000;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-left-line {
  display: none;
  width: 150px;
  height: 15px;
  background: #000;
  position: absolute;
  left: -120px;
  bottom: 160px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 37px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  padding-left: calc( 10% + 10px);
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper {
  padding: 10%;
  border: 5px solid #000;
  border-right: 0;
  position: relative;
  z-index: 2;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-subtitle {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 0;
  left: 10%;
  text-align: center;
  text-transform: uppercase;
  background: #f4d74b;
  transform: translateY(-55%);
  padding-left: 10px;
  padding-right: 10px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .btn-want-on-competition {
  position: absolute;
  padding: 15px 40px;
  font-family: ProximaNova-Bold, sans-serif;
  color: #000000;
  text-transform: uppercase;
  bottom: -30px;
  left: 10%;
  background: #f4d74b;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .btn-want-on-competition:hover {
  background: #000;
  color: #f4d74b;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .school {
  width: 240px;
  padding: 10px 15px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate {
  width: 240px;
  left: 55%;
  padding: 10px 5px 10px 45px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 12px;
  background: 0/75px no-repeat url("../img/sprite.png");
  width: 25px;
  height: 25px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:hover:before {
  background: -50px/75px no-repeat url("../img/sprite.png");
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field {
  display: flex;
  color: #000;
  margin-bottom: 40px;
  line-height: 1;
  text-transform: lowercase;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item {
  display: flex;
  align-items: flex-start;
  font-family: ProximaNova-Bold, sans-serif;
  margin-right: 80px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .number {
  font-size: 60px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .text {
  position: relative;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -10px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .text:before {
  content: "";
  position: absolute;
  top: 5%;
  width: 100%;
  height: 100%;
  background: #f4d74b;
  z-index: 1;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .text span {
  padding-left: 10px;
  position: relative;
  top: 10px;
  z-index: 1;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field.es-second-block {
  padding-left: 10px;
}
.es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field.es-third-block {
  padding-left: 20px;
}
.es-courses-main-wrapper #course-video {
  padding-top: 50px;
  padding-bottom: 50px;
}
.es-courses-main-wrapper #course-video .video-container {
  display: flex;
  justify-content: center;
}
.es-courses-main-wrapper #course-video .video-container .video-player-container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
.es-courses-main-wrapper #course-video .video-container .video-player-container .video-text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  display: flex;
  padding-top: 20px;
  color: #282828;
  font-size: 20px;
  max-height: 450px;
  font-style: italic;
  align-items: center;
  flex-basis: auto;
  width: auto;
  max-width: 100%;
  height: 100% !important;
}
.es-courses-main-wrapper #course-video .video-container .video-player-container #video_player {
  max-width: 100%;
  position: relative;
}
.es-courses-main-wrapper #course-video .video-container .video-player-container #video_player:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f4d74b;
  left: 30px;
  top: 20px;
  z-index: -1;
}
.es-courses-main-wrapper #lessons {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.es-courses-main-wrapper #lessons .lessons-inner-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 113.3%;
  margin-left: -13.3%;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item {
  max-width: 20%;
  flex-basis: 20%;
  margin-left: 13.3%;
  -ms-word-break: break-word;
  word-break: break-word;
  margin-bottom: 20px;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title {
  position: absolute;
  width: 80%;
  padding: 0px 20px;
  background: rgba(244, 215, 75, 0.9);
  bottom: 15px;
  left: -15%;
  font-family: ProximaNova-Bold, sans-serif;
  color: #fff;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title .lesson-number {
  font-size: 62px;
  margin-right: 5px;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title .lesson-text {
  text-transform: uppercase;
  font-size: 36px;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .description-container {
  margin-top: 15px;
  display: block;
  flex-wrap: wrap;
  padding-left: 20px;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 15px;
  border-left: 2px solid #f4d74b;
}
.es-courses-main-wrapper #lessons .lessons-inner-container .description-container p {
  flex-basis: 100%;
  margin-bottom: 10px;
}
.es-courses-main-wrapper #first-lesson {
  background: #f4d74b;
}
.es-courses-main-wrapper #first-lesson .es-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #our-teachers {
  background: url("../img/photobooks/teachers-bg.png");
  padding-top: 50px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #our-teachers .es-section-title {
  margin-bottom: 30px;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper {
  display: flex;
  padding-bottom: 100px;
  justify-content: center;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item {
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 20px;
  color: #000;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item .teacher-photo {
  display: block;
  width: 80%;
  padding-bottom: 80%;
  margin: 20px auto;
  border-radius: 50%;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item .teacher-name {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  text-align: center;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item .teacher-courses {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  text-align: center;
}
.es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item .teacher-info {
  margin-top: 20px;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  text-align: center;
}
.es-courses-main-wrapper #benefits {
  background: #F2F2F2;
  padding-bottom: 20px;
  padding-top: 50px;
}
.es-courses-main-wrapper #benefits .es-section-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.es-courses-main-wrapper #benefits .advantages-wrapper {
  margin-top: 20px;
  display: flex;
  width: 105%;
  flex-wrap: wrap;
  margin-left: -5%;
}
.es-courses-main-wrapper #benefits .advantages-wrapper .advantage-item {
  text-align: center;
  flex-basis: 20%;
  max-width: 20%;
  margin: 0 0 40px 5%;
}
.es-courses-main-wrapper #benefits .advantages-wrapper .advantage-item .advantage-img {
  max-width: 100%;
  margin-bottom: 20px;
}
.es-courses-main-wrapper #benefits .advantages-wrapper .advantage-item .advantage-text {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 18px;
  text-align: center;
}
.es-courses-main-wrapper #about-course {
  padding-top: 50px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #about-course .es-section-title {
  margin-bottom: 30px;
  margin-top: 20px;
}
.es-courses-main-wrapper #about-course .about-course-container {
  display: flex;
  flex-direction: column;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row {
  display: flex;
  margin-bottom: 50px;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .left-block {
  flex-basis: 45%;
  max-width: 45%;
  margin-right: 5%;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .right-block {
  flex-basis: 45%;
  max-width: 45%;
  margin-left: 5px;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container {
  display: flex;
  align-items: flex-start;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block {
  flex-basis: 25%;
  max-width: 25%;
  margin-right: 5%;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block img {
  max-width: 100%;
  height: auto;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-right-block {
  flex-basis: 75%;
  max-width: 75%;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-right-block .subtitle {
  font-family: ProximaNova-Bold, sans-serif;
  color: #282828;
  font-size: 20px;
  margin-bottom: 30px;
}
.es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-right-block .description-text {
  font-family: ProximaNova-Regular, sans-serif;
  color: #282828;
  font-size: 16px;
}
.es-courses-main-wrapper #performance {
  padding-top: 50px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #performance .es-section-title {
  margin-bottom: 30px;
  margin-top: 20px;
}
.es-courses-main-wrapper #performance .es-performance-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  flex-basis: 50%;
  max-width: 50%;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .left-block {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .right-block {
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container {
  display: flex;
  align-items: flex-start;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-left-block {
  flex-basis: 135px;
  min-width: 135px;
  height: 135px;
  max-width: 135px;
  margin-right: 0;
  border-radius: 50%;
  background: #f4d74b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-left-block .left-block-number {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 80px;
  color: #282828;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block {
  flex-grow: 1;
  max-width: 100%;
  margin-left: -20px;
  margin-top: 50px;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block .subtitle {
  font-family: ProximaNova-Bold, sans-serif;
  color: #282828;
  font-size: 20px;
  margin-bottom: 30px;
}
.es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block .description-text {
  font-family: ProximaNova-Regular, sans-serif;
  color: #282828;
  font-size: 16px;
}
.es-courses-main-wrapper #want {
  background: #f4d74b;
}
.es-courses-main-wrapper #want .es-want-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #want .es-want-container .es-horizontal-block {
  max-width: 100%;
}
.es-courses-main-wrapper #want .es-want-container .es-horizontal-block .left-block {
  flex-basis: auto;
  max-width: none;
  flex-grow: 1;
}
.es-courses-main-wrapper #want .es-want-container .es-horizontal-block .right-block {
  flex-basis: auto;
  max-width: none;
}
.es-courses-main-wrapper #want .es-want-container .es-horizontal-block .right-block:after, .es-courses-main-wrapper #want .es-want-container .es-horizontal-block .right-block:before {
  display: none;
}
.es-courses-main-wrapper #es-subscribe .es-subscribe-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.es-courses-main-wrapper #es-subscribe .es-subscribe-container .left-block {
  flex-basis: auto;
  max-width: none;
  flex-grow: 1;
  font-size: 33px;
}
.es-courses-main-wrapper #es-subscribe .es-subscribe-container .center-block {
  flex-basis: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}
.es-courses-main-wrapper #es-subscribe .es-subscribe-container .center-block a {
  color: #282828;
  font-size: 28px;
  text-transform: uppercase;
  width: 58px;
  height: 58px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.es-courses-main-wrapper #es-subscribe .es-subscribe-container .right-block {
  flex-basis: auto;
  max-width: none;
  padding-left: 100px;
}
.es-courses-main-wrapper #testimonials .testimonials-container {
  display: flex;
  width: 103.33%;
  margin-left: -3.33%;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item {
  flex-basis: 30%;
  max-width: 30%;
  margin-left: 3.33%;
  padding: 10px;
  background: #fff;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head {
  display: flex;
  align-items: center;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .left-block {
  flex-basis: 30%;
  padding-bottom: 30%;
  margin-right: 10%;
  border-radius: 50%;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .right-block {
  flex-basis: 60%;
  max-width: 60%;
  line-height: 1;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .right-block .user-name {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .right-block .user-profession {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  color: #000;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .body {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .footer {
  margin-bottom: 10px;
}
.es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .footer a {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: underline;
}
.es-courses-main-wrapper #testimonials .read-more-testimonials {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
}
.es-courses-main-wrapper #testimonials .read-more-testimonials a {
  color: #000;
  text-decoration: underline;
  padding-right: 30px;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 16px;
  background: url("../img/photobooks/read-more-testimonials.png") no-repeat right center;
}
.es-courses-main-wrapper #contacts .es-contacts {
  display: flex;
}
.es-courses-main-wrapper #contacts .es-contacts .left-block {
  flex-basis: 50%;
  max-width: 50%;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block {
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px 50px;
  background: #f4d74b;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-title {
  margin-bottom: 50px;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-title span {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contact-field {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contact-field .icon {
  flex-basis: 80px;
  max-width: 100px;
  margin-right: 5%;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contact-field .icon img {
  width: 100%;
  height: auto;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contact-field .desc-block {
  flex-grow: 1;
  color: #000;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-phone .text-container {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-phone .text-container a {
  color: #000;
  text-decoration: none;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-mail .desc-block a {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-address .desc-block {
  line-height: 1;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 20px;
  color: #000;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container {
  margin-top: 20px;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form {
  max-width: 600px;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .subscribe-email {
  width: 100%;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  border: none;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .es-contacts-subscribe-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
  color: #f4d74b;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 17px;
  margin: 20px 0;
  border: none;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .es-contacts-subscribe-btn:hover {
  color: #000;
  background: #f4d74b;
  cursor: pointer;
}
.es-courses-main-wrapper #students-works {
  padding-top: 80px;
  padding-bottom: 70px;
}
.es-courses-main-wrapper #students-works .es-students-works-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.es-courses-main-wrapper #students-works .es-students-works-container .main-slider {
  max-width: 1000px;
  width: 100%;
  flex-basis: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.es-courses-main-wrapper #students-works .es-students-works-container .nav-slider {
  display: flex;
  max-width: calc(1000px + 1%);
  flex-wrap: wrap;
  width: 101%;
  margin-left: -1%;
}
.es-courses-main-wrapper #students-works .es-students-works-container .nav-slider div {
  width: 19%;
  padding-bottom: 14%;
  margin-left: 1%;
  margin-bottom: 1%;
  border: 1px solid transparent;
}
.es-courses-main-wrapper #students-works .es-students-works-container .nav-slider div.es-active-slide {
  border: 1px solid #282828;
}
.es-courses-main-wrapper #students-works .es-students-works-container .nav-slider div:hover {
  cursor: pointer;
}

.page-template-template-photo-school-landing .popup-error.active, .page-template-template-photo-school-courses .popup-error.active {
  display: block;
  margin-bottom: 20px;
}
.page-template-template-photo-school-landing .popup-error p, .page-template-template-photo-school-courses .popup-error p {
  margin-bottom: 5px;
}
.page-template-template-photo-school-landing #course_request select, .page-template-template-photo-school-courses #course_request select {
  line-height: 24px;
  font-size: 16px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.es-hide-additional-blocks {
  z-index: 2;
}

@media (max-width: 1366px) {
  .page-template-template-photo-school-landing #our-values .first-values-row .right-block .value-number:after {
    top: 35%;
  }
}
@media (max-width: 1365px) {
  .page-template-template-photo-school-landing #advantages .advantages-wrapper .advantage-item .advantage-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .page-template-template-photo-school-landing .es-slick-prev, .page-template-template-photo-school-landing .es-slick-next {
    font-size: 50px;
    margin: 0 15px;
  }

  #es-inner-courses .container-fluid .right-block .inner-wrapper {
    padding: 10% 0 10% 10%;
  }

  #es-inner-courses .courses-wrapper .course-item .info-item {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  #es-inner-courses .courses-wrapper .course-item .header-item {
    font-size: 20px;
  }

  #es-inner-courses .courses-wrapper .course-item .footer-item .left-block {
    font-size: 20px;
  }

  #es-inner-courses .courses-wrapper .course-item .footer-item .right-block {
    font-size: 16px;
  }

  .es-courses-main-wrapper .es-horizontal-block .left-block {
    font-size: 24px;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title .lesson-number {
    font-size: 45px;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title .lesson-text {
    font-size: 24px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper {
    padding: 10% 0 10% 10%;
  }

  .page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-number:after, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-number:after {
    width: 50%;
  }

  .page-template-template-photo-school-landing .es-horizontal-block .left-block {
    font-size: 24px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .info-item {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .header-item {
    font-size: 20px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .left-block {
    font-size: 20px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .right-block {
    font-size: 16px;
  }

  .page-template-template-photo-school-landing #our-values .first-values-row .left-block .value-number:after {
    left: 15%;
  }

  .page-template-template-photo-school-landing #our-values .value-container .description-container .title {
    font-size: 20px;
  }

  .page-template-template-photo-school-landing #our-values .first-values-row .right-block .value-number:after {
    top: 32%;
  }
}
@media (max-width: 1140px) {
  #es-inner-courses .courses-wrapper .course-item .info-item {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  #es-inner-courses .courses-wrapper .course-item .footer-item .left-block {
    font-size: 18px;
  }

  .es-courses-main-wrapper #students-works .es-slick-prev {
    left: 0;
    font-size: 50px;
  }
  .es-courses-main-wrapper #students-works .es-slick-next {
    right: 0;
    font-size: 50px;
  }

  .page-template-template-photo-school-landing #counters .es-container .counters-field .number, .page-template-template-photo-school-landing #counters .es-container .counters-field .es-percent {
    font-size: 48px;
  }

  .page-template-template-photo-school-landing #counters .es-container .counters-field .text {
    font-size: 16px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .info-item {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .footer-item .left-block {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #what_in_course .what-in-course-inner-container .what-in-course-item {
    position: relative;
  }
  #what_in_course .what-in-course-inner-container .what-in-course-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-inner-wrapper {
    position: absolute;
  }
  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-inner-wrapper .es-item-description .yellow-text {
    color: #282828;
  }
  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-inner-wrapper .es-item-description h4 {
    color: #F2F2F2;
  }
  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-inner-wrapper .es-item-description p {
    color: #F2F2F2;
  }

  #es-inner-courses .courses-wrapper .course-item .info-item {
    opacity: 0.9;
  }

  #es-inner-courses .courses-wrapper .course-item {
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 8%;
  }

  #es-inner-courses .courses-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .es-hide-additional-blocks {
    display: none;
  }

  .es-courses-main-wrapper #our-teachers .es-slick-prev, .es-courses-main-wrapper #our-teachers .es-slick-next {
    top: 30%;
  }

  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-description {
    max-width: 100%;
    color: #fff;
  }

  .page-template-template-photo-school-courses {
    padding-top: 0;
  }

  .es-courses-main-wrapper #testimonials .testimonials-container, .page-template-template-photo-school-landing #testimonials .testimonials-container {
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item, .page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .es-courses-main-wrapper #our-teachers .es-slider-wrapper, .page-template-template-photo-school-landing #our-teachers .es-slider-wrapper {
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #our-teachers .es-slider-wrapper .slider-item, .page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item {
    flex-basis: 48%;
    max-width: 48%;
    margin: 0 1%;
  }

  .page-template-template-photo-school-landing #our-values .first-values-col .bottom-block .value-container, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block .value-container {
    float: none;
  }

  .es-courses-main-wrapper #performance .es-performance-container .es-row {
    flex-basis: 100%;
    max-width: 100%;
  }
  .es-courses-main-wrapper #courses {
    background-image: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .es-courses-main-wrapper #courses .opacity-block {
    display: none;
  }
  .es-courses-main-wrapper #courses .container-fluid .left-block {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block {
    max-width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    z-index: 1;
    border-left: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .es-courses-main-wrapper .es-horizontal-block .left-block {
    font-size: 18px;
  }

  .page-template-template-photo-school-landing #our-values .first-values-col .bottom-block, .page-template-template-photo-school-landing #our-values .second-values-col .bottom-block {
    margin-top: 5%;
    margin-left: 25%;
    width: 70%;
  }

  .page-template-template-photo-school-landing #our-values .first-values-col .top-block, .page-template-template-photo-school-landing #our-values .second-values-col .top-block {
    margin-left: 20%;
    width: 70%;
    margin-right: 5%;
  }

  .es-courses-main-wrapper #lessons .lessons-inner-container {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item {
    max-width: 40%;
    flex-basis: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    word-break: break-word;
  }

  .page-template-template-photo-school-landing #our-values .first-values-row .left-block {
    margin-left: 10%;
    width: 35%;
    margin-right: 5%;
  }

  .page-template-template-photo-school-landing #our-values .first-values-row .right-block {
    margin-top: 5%;
    margin-left: 5%;
    width: 35%;
    margin-right: 10%;
    position: relative;
  }

  .page-template-template-photo-school-landing #our-values .second-values-row .left-block {
    margin-left: 10%;
    width: 35%;
    margin-right: 5%;
  }

  .page-template-template-photo-school-landing #our-values .second-values-row .right-block {
    margin-left: 15%;
    width: 35%;
  }

  .page-template-template-photo-school-landing #top .arrow-first-block-btn {
    display: none;
  }

  .page-template-template-photo-school-landing #top h1 {
    font-size: 36px;
  }
  .page-template-template-photo-school-landing #top h1 strong {
    font-size: 36px;
  }

  .page-template-template-photo-school-landing #top .first-top-block-description {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-template-template-photo-school-landing #top .btn-yellow,
.page-template-template-photo-school-landing #top .lead {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-template-template-photo-school-landing #top .btnDonate {
    width: 200px;
  }
  .page-template-template-photo-school-landing #top .btnDonate:before {
    top: 17px;
    left: 50px;
  }

  .page-template-template-photo-school-landing #top .btnForSelf {
    width: 200px;
  }

  .page-template-template-photo-school-landing .video-background {
    display: block;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .info-item {
    opacity: 0.9;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item {
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 8%;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .es-horizontal-block .left-block {
    font-size: 18px;
  }

  .es-horizontal-block .right-block .es-black-btn {
    font-size: 15px;
  }

  .bx-next, .bx-prev, .slick-next, .slick-prev {
    margin: -35px 25px 0 25px;
  }

  .page-template-template-photo-school-landing #about-us {
    background: #ececec;
  }

  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item .head .right-block .user-name {
    font-size: 18px;
  }

  .page-template-template-photo-school-landing #subscribe.es-sections-pd {
    padding: 40px 0;
  }

  .page-template-template-photo-school-landing #contacts .es-contacts .right-block .contacts-phone .text-container, .es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-phone .text-container {
    font-size: 20px;
  }
  .page-template-template-photo-school-landing #contacts .es-contacts .right-block .contact-field .icon, .es-courses-main-wrapper #contacts .es-contacts .right-block .contact-field .icon {
    flex-basis: 55px;
    max-width: 55px;
  }
  .page-template-template-photo-school-landing #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .title, .es-courses-main-wrapper #contacts .es-contacts .right-block .subscribe-container .es-subscribe-form .title {
    font-size: 20px;
  }
}
@media (max-width: 767.8px) {
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .school {
    width: 200px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate {
    width: 200px;
    padding: 5px 20px 5px 45px !important;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:before {
    top: 5px;
    left: 20px;
  }

  .es-courses-main-wrapper #top .scroll_down, .page-template-template-photo-school-landing #top .scroll_down {
    position: relative;
    bottom: 0;
    left: auto;
    transform: none;
  }
  .es-courses-main-wrapper #top .btnDonate, .page-template-template-photo-school-landing #top .btnDonate {
    width: 180px;
    padding: 20px 5px 20px 40px;
  }
  .es-courses-main-wrapper #top .btnDonate:before, .page-template-template-photo-school-landing #top .btnDonate:before {
    left: 45px;
  }
  .es-courses-main-wrapper #top .btnForSelf, .page-template-template-photo-school-landing #top .btnForSelf {
    width: 180px;
    padding: 20px 10px;
  }

  #es-model.es-model-photoschool .es-video-block .es-video-background-photoschool .es-photoschool-video-background-description {
    font-size: 26px;
  }

  .es-courses-main-wrapper #es-subscribe .es-subscribe-container .es-horizontal-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .es-courses-main-wrapper #es-subscribe .es-subscribe-container .es-horizontal-block .left-block, .es-courses-main-wrapper #es-subscribe .es-subscribe-container .es-horizontal-block .center-block, .es-courses-main-wrapper #es-subscribe .es-subscribe-container .es-horizontal-block .right-block {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row {
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .left-block, .es-courses-main-wrapper #performance .es-performance-container .es-row .right-block {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }
  .es-courses-main-wrapper .es-slick-prev, .es-courses-main-wrapper .es-slick-next {
    font-size: 55px;
  }
  .es-courses-main-wrapper #our-teachers .es-slick-prev, .es-courses-main-wrapper #our-teachers .es-slick-next {
    top: 30%;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container {
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block {
    flex-basis: 90%;
    max-width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block img {
    max-width: 150px;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-right-block {
    flex-basis: 100%;
    max-width: 100%;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper {
    padding: 10% 0 10% 5%;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .btn-want-on-competition {
    bottom: -25px;
    font-size: 21px;
    padding: 5px 20px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .number {
    font-size: 42px;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container #video_player {
    height: 350px;
  }

  .page-template-template-photo-school-landing .how-search img, .es-courses-main-wrapper .how-search img {
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
  }
  .page-template-template-photo-school-landing #our-values .value-rows-container, .es-courses-main-wrapper #our-values .value-rows-container {
    flex-wrap: wrap;
  }
  .page-template-template-photo-school-landing #our-values .value-rows-container .first-values-col, .page-template-template-photo-school-landing #our-values .value-rows-container .second-values-col, .es-courses-main-wrapper #our-values .value-rows-container .first-values-col, .es-courses-main-wrapper #our-values .value-rows-container .second-values-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-template-template-photo-school-landing #counters .es-container, .es-courses-main-wrapper #counters .es-container {
    flex-wrap: wrap;
  }
  .page-template-template-photo-school-landing #counters .es-container .counters-field, .es-courses-main-wrapper #counters .es-container .counters-field {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-template-template-photo-school-landing #courses .es-section-title, .page-template-template-photo-school-landing #es-inner-courses .es-section-title, .es-courses-main-wrapper #courses .es-section-title, .es-courses-main-wrapper #es-inner-courses .es-section-title {
    margin-bottom: 50px;
  }
  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item, .page-template-template-photo-school-landing #es-inner-courses .courses-wrapper .course-item, .es-courses-main-wrapper #courses .courses-wrapper .course-item, .es-courses-main-wrapper #es-inner-courses .courses-wrapper .course-item {
    flex-basis: 45%;
    max-width: 45%;
    position: relative;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 12%;
  }
  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .start-block .start-text, .page-template-template-photo-school-landing #es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-text, .es-courses-main-wrapper #courses .courses-wrapper .course-item .body-item .start-block .start-text, .es-courses-main-wrapper #es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-text {
    font-size: 20px;
  }
  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .start-block .start-date, .page-template-template-photo-school-landing #es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-date, .es-courses-main-wrapper #courses .courses-wrapper .course-item .body-item .start-block .start-date, .es-courses-main-wrapper #es-inner-courses .courses-wrapper .course-item .body-item .start-block .start-date {
    font-size: 44px;
  }
  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item .right-triangle, .page-template-template-photo-school-landing #es-inner-courses .courses-wrapper .course-item .body-item .right-triangle, .es-courses-main-wrapper #courses .courses-wrapper .course-item .body-item .right-triangle, .es-courses-main-wrapper #es-inner-courses .courses-wrapper .course-item .body-item .right-triangle {
    top: 70%;
  }
  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item, .es-courses-main-wrapper #about-us .about-us-inner-wrapper .about-us-item {
    flex-basis: 30%;
    max-width: 30%;
    margin-left: 5%;
  }
  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item .subtitle, .es-courses-main-wrapper #about-us .about-us-inner-wrapper .about-us-item .subtitle {
    font-size: 18px;
  }
  .page-template-template-photo-school-landing #testimonials .testimonials-container, .es-courses-main-wrapper #testimonials .testimonials-container {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .page-template-template-photo-school-landing #testimonials .testimonials-container .testimonials-item, .es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .page-template-template-photo-school-landing #contacts .es-contacts, .es-courses-main-wrapper #contacts .es-contacts {
    flex-wrap: wrap;
  }
  .page-template-template-photo-school-landing #contacts .es-contacts .left-block, .es-courses-main-wrapper #contacts .es-contacts .left-block {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 60vh;
  }
  .page-template-template-photo-school-landing #contacts .es-contacts .right-block, .es-courses-main-wrapper #contacts .es-contacts .right-block {
    flex-basis: 100%;
    max-width: 100%;
  }

  .es-horizontal-block .left-block {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1;
  }
  .es-horizontal-block .right-block {
    flex-basis: auto;
  }
  .es-horizontal-block .right-block:after, .es-horizontal-block .right-block:before {
    display: none;
  }
}
@media (max-width: 576px) {
  #es-inner-courses .courses-wrapper .course-item .body-item:hover {
    padding: 0 80px;
    margin: 0 -80px;
  }

  #es-inner-courses .courses-wrapper .course-item .body-item:hover .right-triangle {
    left: -40px;
  }

  .es-courses-main-wrapper #es-inner-courses .courses-wrapper .course-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item:hover {
    padding: 0 80px;
    margin: 0 -80px;
  }

  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item .body-item:hover .right-triangle {
    left: -40px;
  }

  .es-courses-main-wrapper #courses .container-fluid .right-block .title {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 28px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper {
    padding: 10% 15px 10% 15px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-subtitle, .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .btn-want-on-competition {
    left: 20px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate {
    width: 200px;
    background-position: 20px 9px;
    left: 55%;
    padding: 5px 10px 5px 30px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:hover {
    background-position: 20px 9px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item {
    margin-right: 20px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .number {
    font-size: 32px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .text {
    font-size: 20px;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container .video-text {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    transform: none;
    writing-mode: unset;
    max-height: none;
    height: auto !important;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container #video_player {
    max-width: 100%;
    flex-basis: 100%;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item {
    max-width: 90%;
    flex-basis: 90%;
  }
  .es-courses-main-wrapper #benefits .advantages-wrapper .advantage-item {
    max-width: 45%;
    flex-basis: 45%;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row {
    margin-bottom: 20px;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block {
    flex-basis: 100%;
    max-width: 100%;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .item-container .item-left-block img {
    max-width: 100%;
    width: auto;
  }
  .es-courses-main-wrapper #students-works {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .page-template-template-photo-school-landing #our-teachers .es-slider-wrapper .slider-item {
    flex-basis: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  .page-template-template-photo-school-landing .es-main-page-text {
    margin-top: 0;
  }
  .page-template-template-photo-school-landing #top .first-top-block-description {
    font-size: 26px;
  }
  .page-template-template-photo-school-landing #top h1 {
    font-size: 28px;
  }
  .page-template-template-photo-school-landing #top h1 strong {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-template-template-photo-school-landing #counters .es-container .counters-field .text {
    font-size: 14px;
    margin-left: 3px;
  }
  .page-template-template-photo-school-landing #counters .es-container .counters-field .number, .page-template-template-photo-school-landing #counters .es-container .counters-field .es-percent {
    font-size: 28px;
  }
  .page-template-template-photo-school-landing #courses .courses-wrapper .course-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-template-template-photo-school-landing #our-teachers {
    padding-bottom: 0;
  }
  .page-template-template-photo-school-landing #advantages.advantages {
    padding: 40px 0;
  }
  .page-template-template-photo-school-landing #advantages.advantages .advantages-wrapper .advantage-item {
    flex-basis: 40%;
    max-width: 40%;
    margin: 0 5% 40px;
  }
  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item:nth-child(3n+1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .page-template-template-photo-school-landing #about-us .about-us-inner-wrapper .about-us-item:first-child {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .page-template-template-photo-school-landing .es-yellow-shadow-btn {
    padding: 15px 20px;
  }
  .page-template-template-photo-school-landing .es-sections-pd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-template-photo-school-landing #testimonials .read-more-testimonials {
    text-align: left;
  }

  .es-horizontal-block {
    flex-wrap: wrap;
  }
  .es-horizontal-block .left-block {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .es-horizontal-block .right-block {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 460px) {
  #what_in_course .what-in-course-inner-container .what-in-course-item .es-item-inner-wrapper .es-item-description h4 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .school {
    width: 170px;
    left: 0;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate {
    width: 170px;
    padding: 5px 0 5px 20px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:before {
    top: 5px;
    left: 20px;
    background-size: 50px;
    width: 20px;
    height: 20px;
    background-position: 2px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .donate:hover:before {
    background-size: 50px;
    width: 20px;
    height: 20px;
    background-position: -33px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-subtitle {
    font-size: 20px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .text {
    font-size: 15px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .inner-container .inner-field .inner-field-item .number {
    font-size: 21px;
  }
  .es-courses-main-wrapper #courses .container-fluid .right-block .inner-wrapper .btn-want-on-competition {
    bottom: -20px;
    font-size: 17px;
  }
  .es-courses-main-wrapper #course-video {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container {
    padding-left: 0;
    padding-right: 0;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container .video-text {
    font-size: 16px;
  }
  .es-courses-main-wrapper #course-video .video-container .video-player-container #video_player {
    height: 230px;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .es-courses-main-wrapper #lessons .lessons-inner-container .lesson-item .lesson-image .lesson-title {
    left: -10px;
  }
  .es-courses-main-wrapper #benefits {
    padding-top: 30px;
  }
  .es-courses-main-wrapper #about-course {
    padding-top: 30px;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row {
    flex-direction: column;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .left-block {
    margin-bottom: 20px;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .left-block .item-container .item-left-block img {
    max-width: 150px;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .right-block {
    margin-bottom: 20px;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .es-courses-main-wrapper #about-course .about-course-container .es-row .right-block .item-container .item-left-block img {
    max-width: 150px;
    width: auto;
  }
  .es-courses-main-wrapper #our-teachers {
    padding-top: 30px;
  }
  .es-courses-main-wrapper #es-model.es-model-photoschool .es-video-block .es-video-background-photoschool .es-model-photoschool-btn {
    position: static;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    margin: 20px auto;
    transform: none;
  }
  .es-courses-main-wrapper #performance {
    padding-top: 30px;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-left-block {
    flex-basis: 90px;
    min-width: 90px;
    height: 90px;
    max-width: 90px;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-left-block .left-block-number {
    font-size: 45px;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block {
    margin-left: -25px;
    margin-top: 25px;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .es-courses-main-wrapper #performance .es-performance-container .es-row .item-container .item-right-block .description-text {
    font-size: 15px;
  }
  .es-courses-main-wrapper #students-works .es-students-works-container .nav-slider div {
    width: 32.33%;
    padding-bottom: 22%;
    margin-left: 1%;
    margin-bottom: 1%;
  }
  .es-courses-main-wrapper #testimonials {
    padding: 30px 0;
  }
  .es-courses-main-wrapper #testimonials .read-more-testimonials {
    text-align: center;
  }
  .es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .left-block {
    margin-right: 5%;
  }
  .es-courses-main-wrapper #testimonials .testimonials-container .testimonials-item .head .right-block .user-name {
    font-size: 20px;
  }
  .es-courses-main-wrapper #contacts .es-contacts .right-block {
    padding: 40px 20px;
  }
  .es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-address .desc-block {
    font-size: 18px;
  }
  .es-courses-main-wrapper #contacts .es-contacts .right-block .contacts-mail .desc-block a {
    font-size: 18px;
  }

  .page-template-template-photo-school-landing #top p {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-template-template-photo-school-landing #top h1 {
    font-size: 24px;
  }
  .page-template-template-photo-school-landing #top h1 br {
    display: none;
  }
  .page-template-template-photo-school-landing #top h1 strong {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
  }
  .page-template-template-photo-school-landing #top .first-top-block-description {
    font-size: 20px;
  }

  #our-values .second-values-col .top-block, #our-values .first-values-col .top-block {
    margin-left: 20%;
    width: 80%;
    margin-right: 0;
  }
  #our-values .second-values-col .bottom-block, #our-values .first-values-col .bottom-block {
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
  }
  #our-values .second-values-col .bottom-block .value-number .number, #our-values .first-values-col .bottom-block .value-number .number {
    font-size: 75px;
  }
  #our-values .second-values-col .description-container .value-number .number, #our-values .first-values-col .description-container .value-number .number {
    font-size: 75px;
  }
  #our-values .second-values-col .top-block .value-number .number {
    font-size: 75px;
  }

  #counters .es-container .counters-field .text {
    font-size: 12px;
  }

  #our-friends .nikon-container {
    flex-wrap: wrap;
  }
  #our-friends .nikon-container .left-block {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #our-friends .nikon-container .left-block img {
    max-width: 150px;
  }
  #our-friends .nikon-container .right-block {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-left: 0;
  }

  #about-us .about-us-inner-wrapper .about-us-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  #contacts .es-contacts .right-block {
    padding: 40px 20px;
  }
  #contacts .es-contacts .right-block .contacts-address .desc-block {
    font-size: 18px;
  }
  #contacts .es-contacts .right-block .contacts-mail .desc-block a {
    font-size: 18px;
  }

  .es-yellow-shadow-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.how_search .how_item iframe {
  width: auto !important;
  height: auto !important;
}

.page-template-template-photo-school-landing #advantages.advantages {
  padding-top: 70px;
  padding-bottom: 50px;
}

.page-template-template-photo-school-landing #advantages.advantages .es-section-title {
  margin-bottom: 40px;
}

.testimonial-sigle {
  background: url("../img/fb.png") no-repeat right !important;
  display: inline-block;
  padding: 10px 70px 10px 0px;
  color: #000;
  text-decoration: underline;
  margin-top: 25px;
  float: right;
}

/*# sourceMappingURL=photoschool.css.map */

/*
     FILE ARCHIVED ON 08:57:35 Sep 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:47:53 Sep 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.403
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.032
  esindex: 0.005
  cdx.remote: 5.665
  LoadShardBlock: 118.625 (3)
  PetaboxLoader3.datanode: 137.82 (5)
  load_resource: 91.896
  PetaboxLoader3.resolve: 38.885
  loaddict: 14.464
*/