/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}
/* =========== BASE CONFIG =========== */
input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

html,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
  color: #808285;
}

body {
  background-color: #F0F6F4;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #f3f3f3;
  box-shadow: 0 0 20px 5px #f3f3f3;
}

a {
  font-size: 20px;
  line-height: 135%;
  color: #F0F6F4;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #F9660F;
}

ul {
  list-style: none;
}

.block-text ul {
  padding-left: 0px;
  margin-bottom: 20px;
}
.block-text ul li {
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  padding: 0px;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  font-size: 20px;
  line-height: 135%;
}
.block-text ul li::before {
  content: "";
  background: #808285;
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 8px;
  margin-left: 10px;
}
.block-text ol {
  margin-bottom: 20px;
  padding-left: 15px;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}
.block-text ol li {
  counter-increment: my-awesome-counter;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.block-text ol li::before {
  content: counter(my-awesome-counter);
  background: #F9660F;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 143%;
  color: white;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}

strong {
  font-family: "Tenor Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenor Sans", sans-serif;
  color: #231F20;
}

h1 {
  font-size: 48px;
  line-height: 121%;
}

h2 {
  font-size: 36px;
  line-height: 128%;
  margin: 40px 0 35px;
}

h3 {
  font-size: 30px;
  line-height: 133%;
  margin: 35px 0 25px;
}

h4 {
  font-size: 24px;
  line-height: 142%;
  margin: 30px 0 10px;
}

h5 {
  font-size: 20px;
  line-height: 150%;
  margin: 15px 0 10px;
}

h6 {
  font-size: 16px;
  line-height: 150%;
  margin: 20px 0 15px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 135%;
}

h1.page-title,
h2.block-title {
  margin: 0;
  font-size: 38px;
  line-height: 117%;
  color: #231F20;
}
h1.page-title span,
h2.block-title span {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #F9660F;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background-color: #F9660F;
  border: 1px solid #F9660F;
  border-radius: 8px;
  outline: none;
  font-family: "Futura PT", sans-serif;
  font-size: 20px;
  line-height: 135%;
  color: #F0F6F4;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn:hover {
  background-color: #DF360D;
  border-color: #DF360D;
}
.btn__accent {
  background-color: #F9660F;
  border-color: #F9660F;
  box-shadow: 0px 10px 30px rgba(0, 82, 54, 0.2);
}
.btn__accent:hover {
  background-color: #DF360D;
  border-color: #DF360D;
}

#main,
#primary {
  min-height: 50vh;
}

.swiper-slide {
  box-sizing: border-box;
}

.nav-menu-element {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.nav-menu-element.active > a {
  color: #F9660F;
}
.nav-menu-element a {
  font-size: 20px;
  line-height: 135%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7-form .policy {
  width: calc(50% - 10px);
  margin-left: 10px;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 125%;
}
.wpcf7-form .policy__link {
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease-in;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wpcf7-form .policy__link:hover {
  color: #F9660F;
  border-color: #F9660F;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=your-name]::before {
  background-image: url(../images/user.svg);
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=email]::before {
  background-image: url(../images/mail.svg);
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=tel]::before {
  background-image: url(../images/phone.svg);
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=message]::before {
  background-image: url(../images/message.svg);
}
.wpcf7-form .wpcf7-form-control-wrap.complete::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 22px;
  height: 22px;
  background-image: url(../images/complete.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wpcf7-form .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
  margin-top: 20px;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea, .wpcf7-form .wpcf7-form-control.wpcf7-text, .wpcf7-form .wpcf7-form-control.wpcf7-select {
  resize: none;
  background: #F0F6F4;
  border: 2px solid #E6E7E8;
  border-radius: 8px;
  outline-color: #F9660F;
  font-size: 20px;
  line-height: 135%;
  padding: 14px 50px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-select {
  padding-left: 20px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
  font-size: 20px;
  line-height: 135%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  border-color: #f70a0e;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid::placeholder, .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid::placeholder {
  color: #f70a0e;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  max-height: 150px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  padding: 16px 0;
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.wpcf7-form .btn {
  width: calc(50% - 10px);
  padding: 0;
  margin-top: 20px;
  margin-right: 10px;
}

/*============ HEADER =================*/
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}
.header.painted {
  position: fixed;
  padding-top: 0;
  background: #426A14;
  box-shadow: 0px 15px 30px rgba(0, 46, 18, 0.1);
  transition: all 0.3s ease-in;
  backdrop-filter: blur(15px);
}
.header.painted .wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: blur(0);
}
.header.painted #mobile-mnu {
  height: 100vh;
  background: rgba(43, 69, 13);
}


.header .wrapper {
  position: relative;
  max-width: 1379.79px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 35px;
  background: #426A14;
  border: 2px solid #426A14;
  box-shadow: 0px 15px 30px rgba(0, 46, 18, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 46px;
  transition: all 0.3s ease-in;
}
.header .logo {
  width: 61px;
}
.header .logo img {
  display: block;
  object-fit: scale-down;
}
.header .menu {
  display: flex;
  align-items: center;
}
.header .menu .nav-menu-element {
  padding: 16px;
}
.header .phone {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #F9660F;
  font-size: 20px;
  line-height: 135%;
  color: #F0F6F4;
  transition: background 0.3s ease-in;
}
.header .phone__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.header .phone__icon svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header .phone:hover {
  background-color: #DF360D;
}

/*================ MOBILE MNU =============*/
.header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .burger.open_menu span {
  background-color: #F9660F;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
.header .burger.open_menu.clicked {
  background-color: #F9660F;
}
.header .burger.open_menu.clicked span {
  background-color: #2B450D;
}
.header #mobile-mnu {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: rgba(43, 69, 13, 0.8);
  border: 2px solid rgba(230, 231, 232, 0.3);
  box-shadow: 0px 15px 30px rgba(0, 46, 18, 0.1);
  backdrop-filter: blur(15px);
  box-shadow: 20px 0px 20px 2px rgba(0, 0, 0, 0.16);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
.header #mobile-mnu #close-mnu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.header #mobile-mnu #close-mnu svg {
  width: 24px;
  height: 24px;
}
.header #mobile-mnu .logo {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.header #mobile-mnu .logo__text {
  margin-left: 10px;
}
.header #mobile-mnu .menuTop {
  margin-top: 5px;
  margin-bottom: 20px;
}
.header #mobile-mnu .menuTop .nav-menu-element {
  margin: 0;
}
.header #mobile-mnu .phone {
  display: none;
  margin: 0;
  margin-top: 20px;
  align-self: flex-start;
}
.header #mobile-mnu .email {
  display: flex;
  align-items: center;
}
.header #mobile-mnu .email svg {
  margin-right: 5px;
}
.header #mobile-mnu .soc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ HEADER MEDIA =================*/
/* @media (max-width: 1400px) {
  .header .wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1300px) {
  .header .menu .nav-menu-element {
    padding: 10px;
  }
  .header .menu .nav-menu-element a {
    font-size: 18px;
  }

} */
/* @media (max-width: 1200px) {
  .header .menu .nav-menu-element a {
    font-size: 16px;
  }
  .header .phone__icon {
    display: none;
  }
}
@media (max-width: 1030px) {
  .header .phone__icon {
    display: block;
  }
} */
@media (max-width: 998px) {
  .header .menu {
    display: none;
  }
  .header .phone {
    margin-left: auto;
    margin-right: 30px;
    padding: 5px 14px;
    font-size: 18px;
  }
  .header .burger.open_menu {
    display: flex;
  }
  .header .wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px;
    background: rgb(43 69 13 / 52%);
  }
  .header .logo {
    width: 60px;
    margin-left: 15px;
  }
  .header .burger.open_menu {
    margin-right: 15px;
  }
}
@media (max-width: 470px) {
  .header .phone {
    display: none;
  }
  .header #mobile-mnu .phone {
    display: flex;
  }
}

/*============ 404 =========*/
#primary.error-page {
  min-height: calc(100vh - 87px);
}

.error-page {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 95px;
}
.error-page .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-page .container {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page .error {
  padding-top: 20px;
  margin-bottom: 30px;
}
.error-page .error h1 {
  font-size: 300px;
  line-height: 90%;
  color: #F0F6F4;
}
.error-page .info {
  text-align: center;
  max-width: 522px;
  padding-bottom: 20px;
}
.error-page .info__title {
  color: #F0F6F4;
  margin: 0;
  margin-bottom: 15px;
}
.error-page .info__desc {
  margin: 0;
  text-align: center;
}
.error-page .info__btn {
  margin-top: 40px;
}
.error-page .info__btn:hover {
  color: #FFFFFF;
}

@media (max-width: 560px) {
  .error-page .error h1 {
    font-size: 180px;
    line-height: 90%;
    color: #F0F6F4;
  }
}
/*============ FOOTER ===============*/
#footer {
  background-color: #231F20;
}
#footer .grampus {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .grampus__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .grampus__policy {
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  margin: 0;
  color: #FFFFFF;
  opacity: 0.25;
  font-size: 20px;
  line-height: 135%;
  transition: opacity 0.3s ease-in;
}
#footer .grampus__policy:hover {
  opacity: 1;
  color: #F9660F;
}
#footer .grampus__link {
  display: flex;
  align-items: flex-end;
  margin: 0;
  color: #FFFFFF;
  opacity: 0.25;
}
#footer .grampus__link span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: color 0.3s ease-in;
  display: inline-block;
  margin-left: 10px;
}
#footer .grampus__link:hover {
  color: #F9660F;
  opacity: 1;
}
#footer .grampus__link:hover span {
  color: #F9660F;
}
#footer .grampus .policy {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #797a84;
}

@media (max-width: 590px) {
  #footer .grampus__policy {
    margin-bottom: 5px;
  }
  #footer .grampus__wrap {
    flex-direction: column;
    align-items: center;
  }
  #footer .grampus .policy {
    text-align: center;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal, #excursions2-block .theme-modal {
  padding: 80px 32px 32px;
  border-radius: 16px;
  background-color: #F6FCFA;
  height: auto;
  width: 570px;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 90vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 10000;
}
#excursions2-block .theme-modal {
  width: 100%;
  max-width: 80vw;
}
#footer .theme-modal.modal-open, #excursions2-block .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal, #excursions2-block .theme-modal .close-modal {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #231F20;
  position: absolute;
  right: 32px;
  top: 35px;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
#footer .theme-modal .close-modal:hover, #excursions2-block .theme-modal .close-modal:hover {
  color: #F9660F;
}
#footer .theme-modal .title, #excursions2-block .theme-modal .title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 115%;
}
#footer .theme-modal .desc, #excursions2-block .theme-modal .desc {
  margin-bottom: 30px;
}
#footer #modal-success, #excursions2-block #modal-success {
  text-align: center;
  width: 100%;
  max-width: 630px;
}
#footer #modal-privacy {
  width: 100%;
  max-width: 1170px;
  overflow-y: auto;
}
#footer #modal-privacy .title {
  margin-bottom: 20px;
}

#excursions2-block .exc_modal {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#excursions2-block .exc_modal .exc_modal_slider {
  width: 40%;
}

#excursions2-block .exc_modal .about {
  width: 60%;
  padding: 0 80px 0 60px;
}

#excursions2-block .exc_modal {
  padding-top: 60px;
}

#excursions2-block .exc_modal .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 24px;
}

#excursions2-block .exc_modal p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #212121;
  margin-bottom: 10px;
}

.excursions2 .exc_modal_slider .nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  top: calc(50% - 20px);
  margin: 0;
}

.exc_modal_slider .slide_abs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden; 
}

.exc_modal_slider .swiper-slide {
  border-radius: 30px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media(max-width: 730px){
  #excursions2-block .exc_modal {
    flex-direction: column-reverse;
  }
  #excursions2-block .exc_modal .exc_modal_slider {
    width: 100%;
  }
  #excursions2-block .exc_modal .about {
    width: 100%;
    padding: 0;
  }
  #excursions2-block .exc_modal .title {
    font-size: 24px;
  }
  #excursions2-block .exc_modal p {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  #footer .wpcf7-form .form-group {
    flex-wrap: wrap;
  }
  #footer .wpcf7-form .policy {
    width: 100%;
  }
  #footer .wpcf7-form .btn {
    width: 100%;
  }
  #footer .wpcf7-form .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
@media (max-width: 370px) {
  #footer .theme-modal, #excursions2-block .theme-modal {
    padding: 20px;
    padding-top: 40px;
  }
  #footer .theme-modal .close-modal, #excursions2-block .theme-modal .close-modal {
    right: 15px;
    top: 15px;
  }
  #footer .theme-modal .title, #excursions2-block .theme-modal .title {
    font-size: 18px;
  }
  #footer .theme-modal .desc, #excursions2-block .theme-modal .desc {
    font-size: 18px;
  }
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1025px) {
  h1.page-title,
h2.block-title {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  p {
    font-size: 18px;
  }
  .btn {
    padding: 10px 25px;
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  h1.page-title,
h2.block-title {
    font-size: 36px;
  }
}
@media (max-width: 498px) {
  h1.page-title,
h2.block-title {
    font-size: 30px;
  }
}

.single .header {
  background: rgba(43, 69, 13, 0.8);
  box-shadow: 0px 15px 30px rgb(0 46 18 / 10%);
  backdrop-filter: blur(15px);
}

.single .header .wrapper {
  background: none;
  box-shadow: none;
  border-radius: 0;
  backdrop-filter: none;
  border: none;
}

.single #primary {
  padding-top: 120px;
}

.breadcrumbs, .breadcrumbs a {
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  color: #B8BABD;
}

.breadcrumbs {
  color: #808285;
}

.single h1 {
  margin: 16px 0;
}

.single h1, .single h1 span {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #231F20;
}

.single h1 span {
  text-transform: lowercase;
}

.single .date {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #231F20;
}

.single .program {
  margin-top: 55px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  display: grid;
}

.single .program p {
  margin-top: 24px;
}

@media(min-width: 768px){
  .single .program .img_mob {
    display: none;
  }
}

.single .prepod h2.block-title {
  margin-bottom: 160px;
  text-align: center;
}

.single .prepod_block {
  background-color: #2B450D;
  padding: 60px 40px 30px;
}

.single .prepod_block .container {
  display: flex;
  justify-content: space-between;
}

.single .prepod_block .container div:first-child {
  flex: 0 0 calc(60% - 30px);
}

.single .prepod_block .container div:last-child {
  flex: 0 0 calc(40% - 30px);
}

.single .prepod_block img {
  position: relative;
  top: -160px;
}

.single .prepod_block p {
  font-weight: 450;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.single .content__name {
  margin: 0;
  margin-bottom: 10px;
  color: #F0F6F4;
  font-size: 40px;
  line-height: 117%;
}

.single .content__job-title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 128%;
  color: #F9660F;
}

.single .info:not(.reverse) {
  background: #fff
}

.single .info .content__title span {
  color: #F9660F;
}

.single .info:not(.reverse) .content__title {
  color: #231F20;
}

.single .info:not(.reverse) .content__desc {
  color: #808285;
}

.stoimost .container > h2.block-title {
  margin: 120px 0 60px;
  text-align: center;
}

.stoimost_cont {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  display: grid;
}

.stoimost_cont > div:last-child {
  padding-left: 60px;
}

.stoimost_cont > div:last-child h2.block-title {
  font-size: 34px;
  line-height: 120%;
  margin-top: 30px;
}

.stoimost_cont > div:last-child > .cont {
  margin: 24px 0 32px;
  font-size: 20px;
}

.stoimost_cont > div:last-child > .cont ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.single .item__prices, .stoimost .item__prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 0 16px;
}

.single #trend-block .item__prices{
  margin-bottom: 0;
}

.single .item__prices .old_price, .stoimost .item__prices .old_price {
  font-weight: 450;
  font-size: 20px;
  line-height: 120%;
  text-decoration-line: line-through;
  color: red;  
}

.single .item__prices .new_price, .stoimost .item__prices .new_price {
  font-weight: 450;
  font-size: 36px;
  line-height: 120%;
  color: #F9660F;
  font-weight: 700;
}

.single .program img, .single .prepod_block img, .stoimost_cont img {
  border-radius: 16px;
}

@media(max-width: 767px){
  .stoimost_cont > div:last-child > .cont {
    font-size: 16px;
  }
  .single #primary {
    padding-top: 75px;
  }
  .single .item__prices .old_price, .stoimost .item__prices .old_price {
    font-size: 18px;
  }
  .single .item__prices .new_price, .stoimost .item__prices .new_price {
    font-size: 24px;
  }
  .single .program {
    grid-template-columns: repeat(1, 1fr);
  }
  .single .program > div:last-child img, .single .prepod_block .container div:last-child img {
    display: none;
  }
  .single .program .img_mob {
    margin-top: 20px;
  }
  .single .prepod_block {
    padding: 24px;
  }
  .single .content__name {
    font-size: 24px;
  }
  .single .prepod_block .container {
    flex-direction: column;
  }
  .single .prepod_block .container div:first-child, .single .prepod_block .container div:last-child {
    flex: 0 0 100%;
  }
  .single .prepod_block img {
    position: static;
  }
  .stoimost_cont > div:last-child h2.block-title {
    font-size: 24px;
    margin-top: 0;
  }
  .stoimost .container > h2.block-title {
    margin: 80px 0 40px;
  }
  .stoimost_cont > div:last-child {
    padding-left: 0;
  }
  .stoimost_cont {
    display: flex;
    flex-direction: column;
  }
  .stoimost_cont .btn {
    margin-bottom: 30px;
  }
}


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