.snippet__text ul {
    margin-left: 15px;
}
.snippet__text ul li {
    list-style-type: circle!important;
    margin-left: 15px!important;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: PlayfairDisplay;
  src: url(../fonts/PlayfairDisplay-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-LightItalic.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
:root {
  --color-background: #fbfaff;
  --color-white: #fff;
  --color-header-top: #d7d6dc;
  --color-magnolia: #fbfaff;
  --color-white-blured: rgba(255, 255, 255, 1);
  --color-black: #141414;
  --color-violet: #533780;
  --color-card-border: #dfdfed;
  --color-footer-border: rgba(20, 20, 20, 0.05);
  --color-footer-license: rgba(20, 20, 20, 0.3);
  --color-filter-border: #eeeef9;
  --color-filter: #8d8d8d;
  --color-background-price-label: #faf9fe;
  --color-grey: #5f5f5f;
  --color-violet-dark: #383058;
  --color-quote-bg: #f7f6ff;
  --color-cart-quantity: #d22f2f;
  --border-radius: 8px;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body, html {
  height: 100%
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

:active, :focus, a:active, a:focus {
  outline: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

aside, details, footer, header, main, nav, section {
  display: block
}



code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  text-decoration: none
}

a:hover, a:visited {
  text-decoration: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: top
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

ul li {
  list-style: none
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--color-black);
  background-color: var(--color-background)
}

body.lock {
  overflow: hidden
}

body.lock--burger .wrapper::before, body.lock--filter .wrapper::after {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  min-width: 320px
}

.wrapper::after, .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.wrapper::before {
  z-index: 14
}

.wrapper::after {
  z-index: 16
}


.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%
}

.top-header {
  background-color: var(--color-header-top)
}

.top-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.top-header__left {
  display: flex;
  align-items: center;
  font-weight: 500
}

.top-header__location {
  position: relative;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Open Sans',sans-serif;
}

.top-header__location svg {
  width: 12px;
  height: 15px;
  fill: var(--color-violet)
}

.top-header__location::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition: transform .3s;
  display: none;
}

.top-header__location:focus .top-header__location-dropdown, .top-header__location:hover .top-header__location-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s
}

.top-header__location:focus::after, .top-header__location:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.top-header__location-dropdown {
  position: absolute;
  left: -10px;
  top: 28px;
  z-index: 16;
  border-radius: 0 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2);
  padding: 10px;
  width: 160px;
  box-shadow: 0 10px 20px rgba(185, 185, 185, .4);
  white-space: nowrap;
  background-color: var(--color-header-top);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.top-header__location-name:not(:last-child) {
  margin-bottom: 10px
}

.top-header__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px
}

.top-header__link a {
  color: var(--color-black)
}

.top-header__link:not(:last-child) {
  margin-right: 20px
}

.top-header__right {
  display: flex;
  align-items: center
}

.top-header__language {
  position: relative;
  margin-right: 25px;
  padding-right: 19px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase
}

.top-header__language::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition: transform .3s
}

.top-header__language:focus .top-header__language-dropdown, .top-header__language:hover .top-header__language-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s
}

.top-header__language:focus::after, .top-header__language:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.top-header__language-link {
  display: block;
  padding: 13px 0;
  color: var(--color-violet)
}

.top-header__language-dropdown {
  position: absolute;
  left: -24px;
  top: 39px;
  z-index: 16;
  border-radius: 0 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2);
  width: 67px;
  box-shadow: 0 10px 20px rgba(185, 185, 185, .4);
  background-color: var(--color-header-top);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.top-header__language-dropdown .top-header__language-link {
  display: block;
  padding: 10px 25px;
  transition: color .3s, background-color .3s
}

.top-header__language-dropdown .top-header__language-link:last-child {
  border-radius: 0 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2)
}

.top-header__phone {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding-right: 19px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 12px
}

.top-header__phone::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0)
}

.top-header__phone:focus .top-header__phone-dropdown, .top-header__phone:hover .top-header__phone-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s
}

.top-header__phone:focus::after, .top-header__phone:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.top-header__phone-link {
  padding: 13px 0;
  color: var(--color-violet)
}

.top-header__phone-dropdown {
  position: absolute;
  left: -2px;
  top: 39px;
  z-index: 16;
  border-radius: 0 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2);
  width: 136px;
  box-shadow: 0 10px 20px rgba(185, 185, 185, .4);
  background-color: var(--color-header-top);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.top-header__phone-dropdown .top-header__phone-link {
  display: block;
  padding: 10px 25px;
  white-space: nowrap;
  transition: color .3s, background-color .3s
}

.top-header__phone-dropdown .top-header__phone-link:last-child {
  border-radius: 0 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2)
}

.top-header__phone svg {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  fill: var(--color-violet)
}

.top-header__user {
  margin-right: 15px;
  padding: 13px 0;
}

.top-header__user svg {
  width: 16px;
  height: 16px
}

.top-header__cart {
  position: relative;
  padding: 13px 0;
}

.top-header__cart svg {
  width: 16px;
  height: 16px
}

.top-header__cart-quantity {
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 1px;
  width: 14px;
  height: 14px;
  font-family: Roboto, sans-serif;
  font-size: 8px;
  color: var(--color-white);
  background-color: var(--color-cart-quantity);
  display: none;
}

.top-header__favorite {
  position: relative;
  margin-right: 15px;
  cursor: pointer
}

.top-header__favorite svg {
  width: 16px;
  height: 16px
}

.top-header__favorite-quantity {
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 1px;
  width: 14px;
  height: 14px;
  font-family: Roboto, sans-serif;
  font-size: 8px;
  color: var(--color-white);
  background-color: var(--color-cart-quantity)
}

.bottom-header {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 10px 25px 0 var(--color-white) 10%;
  background-color: var(--color-white)
}

.bottom-header__wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.bottom-header__fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}

.bottom-header__list {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px
}

.bottom-header__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.bottom-header__item-head a {
  margin-right: 9px
}

.bottom-header__item-head svg {
  width: 10px;
  height: 6px;
  transition: transform .3s
}

.bottom-header__item {
  padding: 24px 0;
  cursor: pointer
}

.bottom-header__item:not(:last-child) {
  margin-right: calc(clamp(25px, 2.4vw, 35px))
}

@supports not (margin-right:calc(clamp(25px, 2.4vw, 35px))) {
  .bottom-header__item:not(:last-child) {
    margin-right: 25px
  }
}

.bottom-header__link {
  position: relative;
  color: var(--color-black);
  text-transform: uppercase
}

.dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  z-index: 9;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  width: 100%;
  box-shadow: 0 10px 25px rgba(255, 255, 255, .1);
  background-color: var(--color-white-blured);
  opacity: 0;
  visibility: hidden;
  transition: visibility .3s, opacity .3s;
  cursor: default
}

.dropdown__top {
  display: flex;
  padding: 20px 20px 60px
}

.dropdown__bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: 20px
}

.dropdown__column {
  margin-right: 15px;
  width: calc((100% / 5) - (60px / 5))
}

.dropdown__column:nth-child(5n) {
  margin-right: 0
}

.dropdown__column-title {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px
}

.dropdown__column-title a {
  color: var(--color-black)
}

.dropdown__column-item:not(:last-child) {
  margin-bottom: 12px
}

.dropdown__column-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--color-filter)
}

.dropdown__image {
  max-width: 100px;
  width: 100%
}

.dropdown__image:not(:last-child) {
  margin-right: 30px
}

.dropdown__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-container-pointer-events {
  touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: 1s linear infinite swiper-preloader-spin;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.wrapper .hide {
  display: none
}

.wrapper .show {
  display: block
}


.slider__top {
  position: relative
}

.slider__top .swiper-button-next::after, .slider__top .swiper-button-prev::after {
  display: none
}

.slider__top .swiper-button-next, .slider__top .swiper-button-prev {
  left: auto;
  right: 0;
  margin-top: 0;
  width: 56px;
  height: 8px;
  background-image: url(../img/ui/slider-navigation.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5
}

.slider__top .swiper-button-prev {
  right: 75px;
  transform: rotate(180deg)
}



.burger {
  display: none
}

.pd__80 {
  padding-top: 80px
}

.pd__80-all {
  padding: 80px 0
}

.pd__50 {
  padding-top: 50px
}

.pd__80b {
  padding-bottom: 80px
}

.pd__header {
  padding-top: 109px
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.empty-field {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--color-card-border);
  border-radius: calc(var(--border-radius) * 2) 0
}

.empty-field__container {
  max-width: 355px;
  text-align: center
}

.empty-field__title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-violet)
}

.empty-field__info {
  margin-bottom: 30px
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px
}

.pagination__item {
  border: 1px solid var(--color-filter-border);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-align: center;
  transition: background-color .3s, border .3s
}

.pagination__item--separator {
  cursor: text
}

.pagination__item--separator .pagination__link {
  pointer-events: none
}

.pagination__item--edge {
  flex-grow: 1
}

.pagination__item--edge:first-child svg {
  transform: rotate(180deg)
}

.pagination__link {
  display: inline-block;
  padding: 13px 20px;
  color: var(--color-violet);
  transition: color .3s
}

.pagination__item--active {
  border: 1px solid var(--color-violet);
  background-color: var(--color-violet)
}

.pagination__item--active .pagination__link {
  color: var(--color-white)
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  background-color: var(--color-violet);
  transform: translate(-50%, -50%);
  cursor: pointer
}

.play-btn::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid var(--color-violet);
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: transparent
}

.play-btn svg {
  width: 37px;
  height: 37px;
  transform: translateX(5px)
}

.breadcrumbs {
  padding: 30px 0
}

.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.breadcrumbs__item {
  position: relative;
  white-space: nowrap
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
  padding-right: 14px
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 8px;
  background-image: url(../img/ui/breadcrumb-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.breadcrumbs__item--active .breadcrumbs__link {
  opacity: .7;
  pointer-events: none
}

.breadcrumbs__link {
  color: var(--color-black)
}

.breadcrumbs__back {
  display: flex;
  align-items: center;
  margin-left: 5px;
  color: var(--color-violet)
}

.breadcrumbs__back svg {
  margin-right: 12px;
  width: 12px;
  height: 12px;
  fill: var(--color-violet);
  transform: rotate(180deg)
}

.similar .products-catalog__list .products-catalog__item {
  margin-right: 3.4%;
  width: calc((100% / 4) - (10.2% / 4))
}

.similar .title-section {
  display: block;
  padding-bottom: 40px;
  text-align: center
}

.catalog__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px
}

.catalog__main {
  flex: 0 1 87%
}

.catalog__filters-btn {
  display: none
}

.catalog__results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: calc(var(--border-radius)/ 2);
  padding: 13px 20px;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05);
  font-weight: 500;
  background-color: var(--color-white)
}

.catalog__result {
  display: flex;
  align-items: center;
  color: var(--color-grey)
}

.catalog__result span {
  margin-left: 3px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: var(--color-violet)
}

.sort-catalog {
  display: flex;
  align-items: center;
  color: var(--color-grey)
}

.sort-catalog__title {
  margin-right: 10px;
  font-size: 14px
}

.sort-catalog__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.sort-catalog__btn:not(:last-child) {
  margin-right: 13px
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px
}

.selected-filters__btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--color-violet);
  border-radius: calc(var(--border-radius)/ 2);
  padding: 10px;
  font-weight: 500;
  font-size: 13px
}

.selected-filters__btn:not(:last-child) {
  margin-right: 8px
}

.selected-filters__btn-close {
  position: relative;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transition: transform .3s
}

.selected-filters__btn-close::after, .selected-filters__btn-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform: translateY(-50%)
}

.selected-filters__btn-close::after {
  transform: rotate(-45deg)
}

.selected-filters__btn-close::before {
  transform: rotate(45deg)
}

.products-catalog__list {
  display: flex;
  flex-wrap: wrap
}

.products-catalog__item {
  display: flex;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 3) - (6.6% / 3))
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius) * 2) 0;
  padding: 15px;
  transition: background-color .3s, box-shadow .3s
}

.product-card__labels {
  position: absolute;
  right: 15px;
  top: 15px
}

.product-card__image {
  margin-bottom: 5px;
  width: 100%;
  max-width: 260px;
  max-height: 218px
}

.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.product-card__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px
}

.product-card__title a {
  color: var(--color-violet)
}

.product-card__descr {
  flex-grow: 1;
  margin-bottom: 15px;
  color: var(--color-grey);
  opacity: .8
}

.product-card__price-name {
  margin-bottom: 10px
}

.product-card__price-labels {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  color: var(--color-violet)
}

.product-card__price-labels span:not(:last-child) {
  margin-right: 10px
}

.product-card__price-label--actual {
  font-weight: 700
}

.product-card__price-label--old {
  text-decoration: line-through;
  opacity: .7
}

.product-card__btn {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  border: 1px solid var(--color-filter-border);
  border-top: none;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding-bottom: 15px;
  width: calc(100% + 2px);
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity .3s, visibility .3s, background-color .3s, box-shadow .3s
}

.product-card__btn .btn {
  max-width: calc(100% - 30px);
  box-shadow: none
}

.footer {
  margin-top: auto;
  padding-top: 40px;
  background-image: url(../img/footer/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.footer__bottom {
  border-top: 1px solid var(--color-footer-border);
  padding: 17px 0;
  color: var(--color-footer-license)
}

.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer__license {
  display: inline-block;
  font-size: 13px;
  color: var(--color-footer-license)
}

.footer__license:not(:last-child) {
  margin-right: 28px
}

.footer__rights {
  font-size: 13px;
  margin-bottom: 10px
}

.footer__developer, .footer__developers {
  display: flex;
  align-items: center
}

.footer__developer:not(:last-child) {
  margin-right: 28px
}

.footer__developer-sphere {
  margin-right: 10px;
  font-size: 14px
}

.footer__developer-link svg {
  width: 99px;
  height: 22px
}

.top-footer {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px
}

.top-footer__info {
  margin-right: calc(min(170px, 12vw))
}

@supports not (margin-right:calc(min(170px, 12vw))) {
  .top-footer__info {
    margin-right: 170px
  }
}

.top-footer__image {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-footer-border);
  padding-bottom: 20px
}

.top-footer__image svg {
  max-width: 150px;
  max-height: 72px;
  width: 100%;
  height: 100%
}

.top-footer__phone {
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

.top-footer__phone svg {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  fill: var(--color-violet)
}

.top-footer__phone a {
  color: var(--color-black)
}

.top-footer__contacts {
  margin-bottom: 20px;
  font-family: 'Open Sans',sans-serif;
}

.top-footer__contacts *+* {
  padding-top: 15px
}

.top-footer__location {
  font-size: calc(12px + 4 * ((100vw - 320px)/ 1120));
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase
}

.top-footer__location svg {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  fill: var(--color-violet)
}

.top-footer__network-title {
  font-weight: 700;
  color: var(--color-violet);
  margin-bottom: 15px
}

.top-footer__socials {
  display: flex
}

.top-footer__social:not(:last-child) {
  margin-right: 10px
}

.top-footer__social svg {
  width: 20px;
  height: 20px
}

.top-footer__nav-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--color-violet);
  margin-bottom: 20px
}

.top-footer__nav {
  display: flex;
  align-items: flex-start
}

.top-footer__nav-wrap:not(:last-child) {
  margin-right: calc(min(60px, 4vw))
}

@supports not (margin-right:calc(min(60px, 4vw))) {
  .top-footer__nav-wrap:not(:last-child) {
    margin-right: 12px
  }
}

.top-footer__list:not(:last-child) {
  margin-right: calc(min(60px, 4vw))
}

@supports not (margin-right:calc(min(60px, 4vw))) {
  .top-footer__list:not(:last-child) {
    margin-right: 20px
  }
}

.top-footer__item-nav {
  font-size: calc(12px + 2 * ((100vw - 320px)/ 1120))
}

.top-footer__item-nav:not(:last-child) {
  margin-bottom: 15px
}

.top-footer__link {
  white-space: nowrap;
  color: var(--color-black)
}

.snippet__text {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 150px;
  transition: max-height .3s
}

.snippet__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  box-shadow: -15px -5px 20px 15px var(--color-background)
}

.snippet__text *+* {
  margin-top: 20px;
  line-height: 150%
}

.snippet__text h1 {
  font-weight: 700;
  font-size: 20px
}

.snippet__text h2, .snippet__text h3, .snippet__text h4, .snippet__text h5, .snippet__text h6 {
  font-weight: 500;
  font-size: 18px
}

.snippet__text--active::after {
  display: none
}

.snippet__btn {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-violet);
  background-color: transparent
}

.main__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  min-height: 100vh;
}

.main__slide-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.main__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 110px;
}

.main__title {
  font-size: 45px;
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
  font-family: PlayfairDisplay, sans-serif;
  color: var(--color-white);
  margin-top: 110px;
}

.main__subtitle {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  color: var(--color-white)
}

.main__btns {
  font-family: Gilroy, sans-serif
}

.main__btn {
  border-radius: 12px 1px;
  padding: 18px 38px
}

.main__btn:not(:last-child) {
  margin-right: 20px
}

.main__btn_course {
  border: 2px solid var(--color-white);
  color: var(--color-violet);
  background-color: var(--color-white);
  transition: color .3s, background-color .3s, border .3s
}

.main__btn_more {
  border: 2px solid var(--color-white);
  color: var(--color-white);
  transition: color .3s, background-color .3s, border .3s
}

.main__pagination {
  position: relative
}

.main .swiper-pagination {
  width: auto
}

.main .swiper-pagination-custom {
  bottom: 40px;
  left: 15px
}

.main .swiper-pagination-bullet {
  display: initial;
  border-radius: 0;
  width: 0;
  height: 0;
  background: initial;
  opacity: 1;
  cursor: pointer
}

.main .swiper-pagination-bullet svg {
  width: 16px;
  height: 16px
}

.main .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px
}

.hits__slider {
  padding-top: 40px!important;
}

.hits .swiper-container {
  overflow: visible
}

.card-hits {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-card-border);
  border-radius: calc(var(--border-radius) * 2) 0;
  padding: 15px;
  transition: box-shadow .3s, background-color .3s
}

.card-hits.swiper-slide {
  height: auto
}
.card-hits.swiper-slide-video {
    width: 350px!important;
}
.card-hits__labels {
  margin-bottom: 15px;
  min-height: 32px;
  text-align: right;
  position: absolute;
}

.card-hits__labels *+* {
  margin-left: 7px
}

.card-hits__image {
  margin: 0 auto 15px;
  width: 100%;
  /* max-width: 240px;
  max-height: 173px */
}

.card-hits__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
      border-top-left-radius: 15px;
}

.card-hits__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  color: var(--color-violet)
}

.card-hits__info {
  flex-grow: 1;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-black)
}

.card-hits__price {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--color-violet)
}

.card-hits__btn {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  border: 1px solid var(--color-card-border);
  border-top: none;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding-bottom: 15px;
  width: calc(100% + 2px);
  background: var(--color-white-blured);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity .3s, visibility .3s, box-shadow .3s
}

.card-hits__btn .btn {
  max-width: calc(100% - 30px);
  box-shadow: none
}

.course-our__slider {
  padding-top: 40px!important;
}

.course-our .swiper-wrapper {
  align-items: center
}

.course-our__card {
  display: flex;
  align-items: stretch
}

.course-our__image {
  max-width: 300px;
  width: 100%
}

.course-our__image img {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.course-our__info {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-card-border);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}

.course-our__labels {
  margin-bottom: 30px;
  text-align: right
}

.course-our__date {
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif
}

.course-our__date.course-our__bef::before {
  background-image: url(../img/mainPage/course/calendar.svg)
}

.course-our__title {
  flex-grow: 1;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px
}

.course-our__author {
  margin-bottom: 15px
}

.course-our__author.course-our__bef::before {
  background-image: url(../img/mainPage/course/user.svg)
}

.course-our__location {
  margin-bottom: 20px
}

.course-our__location.course-our__bef::before {
  background-image: url(../img/mainPage/course/pointer.svg)
}

.course-our__next {
  margin-left: auto
}

.course-our__bef {
  position: relative;
  padding-left: 28px
}

.course-our__bef::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.school__wrapper {
  display: flex
}

.school__image {
  margin-right: 30px;
  max-width: 570px;
  max-height: 301px;
  width: 100%;
  height: 100%
}

.school__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.school__info {
  max-width: 460px
}

.school__title {
  font-size: calc(22px + 8 * ((100vw - 320px)/ 1120));
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--color-violet)
}

.school__title::after {
  content: "";
  display: block;
  margin: 20px 0 0;
  width: 115px;
  height: 2px;
  background-color: var(--color-violet)
}

.school__text {
  line-height: 140%
}

.article__slider {
  padding-top: 40px
}

.article__slide {
  position: relative
}

.article__slide-image {
  border-radius: var(--border-radius);
  min-height: 320px;
  background-position: right 0;
  background-size: cover;
  background-repeat: no-repeat
}

.article__slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 32px 42px
}

.article__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  padding: 11px 11px 11px 22px;
  background-color: rgba(255, 255, 255, .8)
}

.article__title {
  font-size: calc(22px + 6 * ((100vw - 320px)/ 1120));
  font-weight: 700;
  max-width: 310px;
  margin-bottom: 15px;
  line-height: 130%;
      padding: 11px 11px 11px 22px;
}

.article__info {
  max-width: 320px;
  line-height: 22px;
      padding: 11px 11px 11px 22px;
}

.article__network {
  display: flex;
  align-items: center
}

.article__network svg {
  width: 22px;
  height: 22px;
  margin-right: 13px
}

.article__network a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-violet);
  text-decoration: underline
}

.discount {
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat
}

.discount__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 360px;
  text-align: center;
  color: var(--color-violet)
}

.discount__title {
  font-size: calc(48px + 12 * ((100vw - 320px)/ 1120));
  margin-bottom: 20px;
  font-family: PlayfairDisplay, sans-serif
}

.discount__text {
  line-height: 130%
}

.discount__btn {
  width: 100%
}

.brends__row {
  display: flex;
  align-items: center;
  padding-top: 40px
}

.brends__image {
  border-radius: var(--border-radius);
  max-width: 570px;
  max-height: 312px;
  width: 100%;
  height: 100%
}

.brends__image img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.brends__image:not(:last-child) {
  margin-right: 30px
}

.brends__slider {
  padding-top: 40px
}

.brends .swiper-slide {
  max-width: 210px;
  max-height: 100px;
  width: 100%;
  height: 100%
}

.brends .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.catalog-filter {
  flex: 0 1 27.2%;
  margin-right: 40px
}

.catalog-filter__head {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  padding: 15px;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-violet)
}

.catalog-filter__content {
  border: 1px solid var(--color-filter-border);
  background-color: var(--color-white)
}

.catalog-filter__btns {
  padding-top: 15px
}

.catalog-filter__btns .btn:not(:last-child) {
  margin-bottom: 10px
}

.catalog-filter__close {
  display: none
}

.filters-catalog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
  font-weight: 600;
  color: var(--color-violet);
  transition: padding .3s;
  cursor: pointer
}

.filters-catalog__head svg {
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  transition: transform .3s
}

.filters-catalog__list {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s
}

.filters-catalog__item {
  border-bottom: 1px solid var(--color-filter-border);
  padding: 0 15px 15px
}

.filters-catalog__item--active .filters-catalog__head {
  padding: 15px 0;
  transition: padding .3s
}

.filters-catalog__item--active .filters-catalog__head svg {
  transform: rotate(0);
  transition: transform .3s
}

.filters-catalog__list-item:not(:last-child) {
  margin-bottom: 12px
}

.filters-catalog__label {
  position: relative;
  padding-left: 29px;
  cursor: pointer
}

.filters-catalog__label-name {
  font-weight: 500;
  font-size: 15px;
  color: var(--color-filter)
}

.filters-catalog__checkbox {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0)
}

.filters-catalog__checkbox:checked+.filters-catalog__custom-checkbox {
  border: 1px solid var(--color-violet);
  background-color: var(--color-violet)
}

.filters-catalog__checkbox:checked+.filters-catalog__custom-checkbox::before {
  display: block
}

.filters-catalog__checkbox:focus+.filters-catalog__custom-checkbox {
  border: 1px solid var(--color-violet)
}

.filters-catalog__custom-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid var(--color-filter);
  border-radius: calc(var(--border-radius)/ 4);
  width: 17px;
  height: 17px;
  transform: translateY(-50%)
}

.filters-catalog__custom-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 9px;
  height: 7px;
  background-image: url(../img/catalogPage/filter/checked-box.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%)
}

.price-filter {
  padding: 0 15px 15px
}

.price-filter__head {
  padding: 15px 0 25px;
  font-weight: 600;
  color: var(--color-violet)
}

.price-filter__inputs {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.price-filter__input {
  margin: 0 5px;
  font-family: Roboto, sans-serif
}

.price-filter__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  height: 40px;
  max-width: 107px;
  font-size: 14px;
  color: var(--color-black);
  background-color: var(--color-background-price-label)
}

.price-filter__label:not(:last-child) {
  margin-right: 15px
}

.price-filter__text {
  opacity: .7
}

.price-filter__range-slider {
  margin-top: 12px
}

.price-filter__range-slider.noUi-horizontal {
  height: 4px
}

.price-filter__range-slider.noUi-target {
  border: none
}

.price-filter__range-slider .noUi-connect {
  background: var(--color-violet)
}

.price-filter__range-slider .noUi-handle {
  right: -6px;
  top: -4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: none;
  background: var(--color-violet);
  cursor: pointer
}

.price-filter__range-slider .noUi-handle::after, .price-filter__range-slider .noUi-handle::before {
  display: none
}

/*! nouislider - 14.6.3 - 11/19/2020 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%;
  background: #3fb8af
}

.noUi-origin {
  height: 10%;
  width: 10%
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}

.top-product__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 30px
}

.top-product__left {
  flex: 0 1 48%;
  overflow: hidden
}

.top-product__right {
  flex: 0 1 48%
}

.top-product__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end
}

.top-product__reviews {
  margin-left: 12px
}

.top-product__star {
  width: 20px;
  height: 19px;
  stroke: var(--color-violet)
}

.top-product__star--unrated {
  fill: transparent
}

.top-product__star--rated {
  fill: var(--color-violet)
}

.top-product__image-slider {
  margin-bottom: 20px;
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0
}

.top-product__image-slider .swiper-wrapper {
  align-items: center
}

.top-product__image-slider .swiper-slide {
  padding: 20px
}

.top-product__image-slide {
  margin: 0 auto;
  width: 100%;
  max-width: 415px;
  max-height: 465px
}

.top-product__image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.top-product__image-thumbs .swiper-slide {
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0;
  padding: 5px 0;
  height: 76px;
  cursor: pointer
}

.top-product__image-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 76px;
  max-height: 68px
}

.top-product__image-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.top-product__info {
  margin-bottom: 25px
}

.top-product__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 15px
}

.top-product__item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-filter-border)
}

.top-product__item--price {
  flex-direction: column;
  justify-content: flex-start
}

.top-product__item--price .top-product__descr {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px
}

.top-product__title {
  margin-right: 3px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-violet-dark)
}

.top-product__title--code {
  font-weight: 400;
  color: var(--color-filter)
}

.top-product__descr {
  font-size: 15px;
  max-width: 300px;
  text-align: right;
  color: var(--color-violet)
}

.top-product__descr--highlight {
  font-weight: 600;
  color: var(--color-violet-dark)
}

.top-product__calc {
  display: flex;
  align-items: center;
  margin-right: 20px;
  border: 1px solid var(--color-filter-border)
}

.top-product__calc-input {
  width: 46px;
  text-align: center
}

.top-product__calc-btn {
  padding: 17px;
  background-color: transparent;
  transition: background-color .3s, color .3s
}

.top-product__final {
  display: flex;
  align-items: center
}

.top-product__heart {
  margin-left: 20px
}

.top-product__heart button {
  width: 55px;
  height: 55px;
  background-color: transparent;
  transition: background-color .3s
}

.top-product__heart svg {
  width: 25px;
  height: 20px;
  stroke: var(--color-violet);
  transition: stroke .3s
}

.bottom-product {
  padding-top: 50px
}

.bottom-product__tabs-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.bottom-product__tab {
  font-size: 18px;
  position: relative;
  padding: 0 0 13px 28px;
  font-weight: 500;
  color: var(--color-filter);
  cursor: pointer
}

.bottom-product__tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.bottom-product__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-violet);
  transition: width .3s
}

.bottom-product__tab:first-child::before {
  background-image: url(../img/productPage/ui/file.svg)
}

.bottom-product__tab:last-child::before {
  background-image: url(../img/productPage/ui/feedback.svg)
}

.bottom-product__tab:not(:last-child) {
  margin-right: 40px
}

.bottom-product__tab--current::after {
  width: 100%
}

.bottom-product__tab-content {
  color: var(--color-filter)
}

.bottom-product__tab-content--p:not(:last-child), .bottom-product__tab-content--ul:not(:last-child) {
  margin-bottom: 20px
}

.bottom-product__tab-content--li {
  position: relative;
  padding-left: 20px
}

.bottom-product__tab-content--li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background-image: url(../img/productPage/ui/square.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.bottom-product__tab-content--li:not(:last-child) {
  margin-bottom: 5px
}

.feedback__list {
  margin-bottom: 30px;
  color: var(--color-black)
}

.feedback__item {
  border: 1px solid var(--color-card-border);
  border-radius: calc(var(--border-radius) * 2) 0
}

.feedback__item:not(:last-child) {
  margin-bottom: 30px
}

.feedback__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-card-border);
  padding: 15px 20px;
  color: var(--color-violet)
}

.feedback__title {
  font-weight: 700;
  font-size: 18px
}

.feedback__top-date {
  margin-left: 10px;
  font-weight: 500;
  white-space: nowrap;
  text-align: right
}

.feedback__bottom {
  padding: 15px 20px
}

.feedback__bottom-rating {
  margin-bottom: 15px
}

.feedback__bottom-main {
  margin-bottom: 15px;
  line-height: 140%
}

.feedback__bottom-advantages:not(:last-child) {
  margin-bottom: 15px
}

.feedback__bottom-title {
  margin-bottom: 5px;
  color: var(--color-violet)
}

.feedback__form {
  margin-bottom: 30px
}

.feedback__form .btn__filled {
  max-width: 100%
}

.feedback__inputs {
  display: flex;
  margin-bottom: 15px
}

.feedback__input {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  background-color: var(--color-white)
}

.feedback__input input {
  width: 100%
}

.feedback__textarea {
  margin-bottom: 30px;
  height: 195px
}

.feedback__textarea textarea {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  resize: none
}

.feedback__textarea textarea::-webkit-scrollbar {
  border-radius: calc(var(--border-radius)/ 4);
  width: 6px
}

.feedback__textarea textarea::-webkit-scrollbar-track {
  background-color: var(--color-filter-border)
}

.feedback__textarea textarea::-webkit-scrollbar-thumb {
  border-radius: calc(var(--border-radius)/ 4);
  background-color: rgba(83, 55, 128, .5)
}

.feedback__input-rating {
  display: flex
}

.feedback__input-rating p {
  margin-right: 10px
}

.feedback__rating-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 134px;
  height: 22px;
  background-image: url(../img/ui/rating-stars.svg);
  background-repeat: repeat-x
}

.feedback__rating-input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0)
}

.feedback__rating-input:checked+.feedback__rating {
  background-image: url(../img/ui/rating-star.svg);
  background-size: 27.8px 22px;
  background-repeat: repeat-x
}

.feedback__rating {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  font-size: inherit;
  cursor: pointer
}

.feedback__rating:nth-of-type(1) {
  z-index: 5;
  width: 28px
}

.feedback__rating:nth-of-type(2) {
  z-index: 4;
  width: 56px
}

.feedback__rating:nth-of-type(3) {
  z-index: 3;
  width: 84px
}

.feedback__rating:nth-of-type(4) {
  z-index: 2;
  width: 112px
}

.feedback__rating:nth-of-type(5) {
  z-index: 1;
  width: 134px
}

.feedback__rating:hover {
  background-image: url(../img/ui/rating-star.svg);
  background-size: 27.8px 22px;
  background-repeat: repeat-x
}

.feedback__rating:hover~.feedback__rating {
  background-image: none
}

.feedback-modal {
  display: none
}

.feedback-modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background: rgba(0, 0, 0, .85)
}

.feedback-modal__window {
  position: relative;
  margin: 0 20px;
  border-radius: calc(var(--border-radius) * 2) 0;
  padding: 20px;
  width: 100%;
  max-width: 488px;
  background-color: var(--color-white)
}

.feedback-modal__window-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-card-border);
  padding: 180px 20px 20px;
  text-align: center
}

.feedback-modal__window-inner .title-section {
  margin-bottom: 30px
}

.feedback-modal__window-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: 160px;
  height: 102px;
  background-image: url(../img/ui/modal-thanks-stars.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%)
}

.feedback-modal__close {
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: calc(var(--border-radius)/ 2) 0;
  width: 45px;
  height: 45px;
  background-color: var(--color-violet);
  cursor: pointer
}

.feedback-modal__close::after, .feedback-modal__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  background-color: var(--color-white)
}

.feedback-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.feedback-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.course-main__list {
  display: flex;
  flex-wrap: wrap
}

.course-main__item {
  display: flex;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 3) - (6.6% / 3))
}

.course-main__course {
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  max-height: 420px
}

.course-main__image {
  overflow: hidden;
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%
}

.course-main__image img {
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s
}

.course-main__info {
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding: 0 10px;
  width: 100%;
  height: 61px;
  text-align: left;
  color: var(--color-white);
  background-color: rgba(0, 0, 0, .5)
}

.course-main__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
}

.course-main-about {
  display: flex
}

.course-main-about__image {
  margin-right: 3.4%;
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0;
  padding: 20px
}

.course-main-about__image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 523px;
  max-height: 327px;
  -o-object-fit: cover;
  object-fit: cover
}

.course-main-about__info {
  max-width: 460px
}

.course-main-about__title {
  font-size: calc(22px + 8 * ((100vw - 320px)/ 1120));
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--color-violet)
}

.course-main-about__title::after {
  content: "";
  display: block;
  margin: 20px 0 0;
  width: 115px;
  height: 2px;
  background-color: var(--color-violet)
}

.course-main-about__text {
  line-height: 140%
}

.course-main-about__text p:not(:last-child) {
  margin-bottom: 15px
}

.course-main-about__text span {
  font-weight: 600
}

.trainers .course-main__info {
  flex-direction: column;
  height: 33%
}

.course-advantage {
  padding: 40px 0;
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-advantage .title-section {
  display: block;
  max-width: 210px;
  color: var(--color-violet)
}

.course-advantage__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  font-size: 19px;
  background-image: url(../img/coursePage/advantages/circle.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-advantage__achievments-descr {
  max-width: 200px;
  font-size: 14px
}

.course-advantage__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px
}

.course-advantage__item {
  display: flex;
  margin-right: 3.4%;
  margin-bottom: 3.4%;
  width: calc((100% / 4) - (10.2% / 4))
}

.course-advantage__card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: var(--border-radius) 0;
  padding: 20px;
  line-height: 140%;
  background-color: var(--color-white)
}

.course-advantage__card-image {
  margin-bottom: 20px
}

.course-advantage__card-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%
}

.course-advantage__card-descr {
  font-size: 17px
}

.course-popular__list {
  padding-top: 40px
}

.course-popular__course {
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  max-height: 260px
}

.course-popular__image {
  overflow: hidden;
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%
}

.course-popular__image img {
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s
}

.course-popular__info {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding: 0 5px;
  width: 100%;
  height: 61px;
  text-align: center;
  color: var(--color-white);
  background-color: rgba(0, 0, 0, .5)
}

.course-numbers .title-section {
  display: block;
  margin-bottom: 50px;
  text-align: center
}

.course-numbers__wrapper {
  padding-bottom: 600px;
  text-align: center
}

.course-numbers__content {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  text-align: left
}

.course-numbers__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 41px;
  height: 480px;
  background-image: url(../img/ui/numbers/line-main.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%)
}

.course-numbers__item {
  position: absolute;
  width: 100%;
  max-width: 381px
}

.course-numbers__item-left {
  left: -60px
}

.course-numbers__item-left .course-numbers__item-top {
  justify-content: flex-start;
  padding-left: 45px
}

.course-numbers__item-left .course-numbers__item-top svg {
  margin-right: 20px
}

.course-numbers__item-left .course-numbers__item-top::after {
  background-image: url(../img/ui/numbers/line-left.svg)
}

.course-numbers__item-left .course-numbers__item-bottom {
  margin-right: auto;
  margin-left: 35px;
  text-align: left
}

.course-numbers__item-right {
  right: -67px
}

.course-numbers__item-right .course-numbers__item-top {
  justify-content: flex-end;
  padding-right: 45px
}

.course-numbers__item-right .course-numbers__item-top svg {
  margin-left: 20px
}

.course-numbers__item-right .course-numbers__item-top::after {
  background-image: url(../img/ui/numbers/line-right.svg)
}

.course-numbers__item-right .course-numbers__item-bottom {
  margin-right: 35px;
  margin-left: auto;
  text-align: right
}

.course-numbers__item-1 {
  top: 40px
}

.course-numbers__item-2 {
  top: 170px
}

.course-numbers__item-3 {
  top: 300px
}

.course-numbers__item-4 {
  top: 407px
}

.course-numbers__item-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px
}

.course-numbers__item-top svg {
  width: 57px;
  height: 57px
}

.course-numbers__item-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  height: 42px;
  max-width: 381px;
  background-image: url(../img/ui/numbers/line-left.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-numbers__item-digits {
  color: var(--color-violet)
}

.course-numbers__item-digit {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 26px
}

.course-numbers__item-descr {
  font-weight: 500;
  font-size: 18px
}

.course-numbers__item-bottom {
  width: 80%
}

.course-facts {
  padding: 50px 0;
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat
}

.course-facts__line {
  position: relative;
  display: flex;
  justify-content: space-around
}

.course-facts__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  width: calc(min(1190px, 98vw));
  height: calc(min(41px, 2.5vw));
  max-height: 41px;
  background-image: url(../img/ui/numbers/line-long.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-facts__item {
  flex: 0 1 28%
}

.course-facts__top {
  display: flex;
  align-items: center;
  margin-bottom: 40px
}

.course-facts__top svg {
  margin-right: 17px;
  width: 57px;
  height: 57px
}

.course-facts__nums {
  color: var(--color-violet)
}

.course-facts__num {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 26px
}

.course-facts__descr {
  font-weight: 500;
  font-size: 18px
}

.course-facts__top-bottom span {
  font-family: Roboto, sans-serif
}

.course-facts__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.course-facts__bottom-item {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 0 1 48%;
  overflow: hidden;
  border-radius: var(--border-radius) 0;
  background-color: var(--color-white)
}

.course-facts__bottom-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 246px;
  height: 211px;
  background-image: url(../img/course-mainPage/facts/spider.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-facts__bottom-image {
  border-radius: var(--border-radius) 0 0 0;
  width: 100%;
  max-width: 278px;
  max-height: 211px
}

.course-facts__bottom-image img {
  border-radius: var(--border-radius) 0 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.course-facts__bottom-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px
}

.course-facts__bottom-title {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-violet)
}

.course-facts__bottom-descr {
  flex-grow: 1;
  line-height: 150%
}

.course-facts__bottom-link {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--color-violet)
}

.courses__wrapper {
  padding-bottom: 100px
}

.courses__block:not(:first-child) {
  padding-top: 50px
}

.courses__title {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-violet)
}

.courses__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--color-violet);
  transform: translateY(-50%)
}

.courses__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px
}

.courses__item {
  display: flex;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 3) - (6.6% / 3))
}

.courses__course {
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  max-height: 260px
}

.courses__image {
  overflow: hidden;
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%
}

.courses__image img {
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s
}

.courses__info {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding: 0 5px;
  width: 100%;
  height: 61px;
  text-align: center;
  color: var(--color-white);
  background-color: rgba(0, 0, 0, .5)
}

.product-course__main {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: var(--border-radius) 0;
  max-height: 460px
}

.product-course__image {
  flex: 0 1 68%;
  width: 100%;
  height: 460px
}

.product-course__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.product-course__title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 35vw;
  color: var(--color-white)
}

.product-course__info {
  flex: 0 1 32%;
  padding: 40px 20px;
  width: 100%;
  max-width: 360px;
  text-align: center;
  background-color: var(--color-violet)
}

.product-course__info-item {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--color-white)
}

.product-course__info-item span {
  display: block;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px
}

.product-course__btn {
  border: 1px solid var(--color-violet);
  max-width: 100%;
  color: var(--color-violet);
  background-color: var(--color-white);
  transition: border .3s, color .3s, background-color .3s
}

.product-course-descr {
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px
}

.product-course-descr__info {
  margin-right: 40px;
  width: 100%;
  max-width: 760px
}

.product-course-descr__info-block:not(:last-child) {
  margin-bottom: 30px
}

.product-course-descr__info-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px
}

.product-course-descr__info-descr {
  font-size: 18px;
  line-height: 140%
}

.product-course-descr__goals {
  width: 100%;
  max-width: 300px
}

.product-course-descr__goal {
  display: flex
}

.product-course-descr__goal svg {
  flex-shrink: 0;
  margin-right: 20px;
  width: 70px;
  height: 70px
}

.product-course-descr__goal:not(:last-child) {
  margin-bottom: 20px
}

.product-course-descr__goal-title {
  font-weight: 600;
  font-size: 16px
}

.product-course-descr__goal-link {
  font-size: 14px;
  text-decoration: underline;
  color: var(--color-violet)
}

.course-advantages {
  padding: 40px 0;
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-advantages__top {
  display: flex;
  justify-content: space-between
}

.course-advantages__title {
    max-width: 100%;
    align-items: center;
    display: flex!important;
}

.course-advantages__achievments {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 101px;
  max-width: 305px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: var(--color-violet);
  background-image: url(../img/coursePage/advantages/background-count.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-advantages__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  font-size: 19px;
  background-image: url(../img/coursePage/advantages/circle.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.course-advantages__achievments-descr {
  max-width: 200px;
  font-size: 14px
}

.course-advantages__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px
}

.course-advantages__item {
  display: flex;
  margin-right: 3.4%;
  margin-bottom: 3.4%;
  width: calc((100% / 4) - (10.2% / 4))
}

.course-advantages__card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: var(--border-radius) 0;
  padding: 20px;
  line-height: 140%;
  color: var(--color-violet);
  background-color: var(--color-white)
}

.course-advantages__card-image {
  margin-bottom: 20px
}

.course-advantages__card-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px
}

.course-advantages__card-descr {
  font-size: 17px
}

.descr-course__wrapper {
  display: flex;
  align-items: flex-start
}

.descr-course__image {
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    margin-right: 40px;
    border: 1px solid var(--color-filter-border);
    border-radius: var(--border-radius) 0;
    padding: 20px 0;
    background: #000;
    margin-bottom: 25px;
}

.descr-course__image video {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 326px;
  -o-object-fit: cover;
  object-fit: cover
}

.descr-course__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px
}

.descr-course__descr {
  line-height: 135%
}

.descr-course__descr span {
  font-weight: 600
}

.descr-course__descr p:not(:last-child) {
  margin-bottom: 15px
}

.course-feedback__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px
}

.course-feedback__column {
  display: flex;
  flex-wrap: wrap
}

.course-feedback__item {
  position: relative;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 3) - (6.6% / 3))!important;
  text-align: center
}

.course-feedback__item img, .course-feedback__item video {
  border: 1px solid var(--color-card-border);
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 316px;
  max-width: 360px;
  -o-object-fit: cover;
  object-fit: cover
}

.discount-course {
  margin-top: 30px;
  margin-bottom: 30px
}

.discount-course .discount__wrapper {
  max-width: 740px
}

.discount-course .discount__text {
  max-width: 400px
}

.recommendations {
  padding-bottom: 50px
}

.recommendations .title-section {
  display: block;
  text-align: center
}

.recommendations .courses__list {
  padding-top: 50px
}

.contacts {
  padding-bottom: 80px
}

.contacts__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.contacts__info {
  flex: 0 1 260px;
  margin-right: 3.5%;
  border-radius: calc(var(--border-radius) * 2) 0;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05);
  background-color: var(--color-white)
}

.contacts__item {
  border-bottom: 1px solid var(--color-filter-border);
  padding: 20px;
  color: var(--color-violet)
}

.contacts__item-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px
}

.contacts__item-descr {
  font-size: 14px
}

.contacts__item-descr span {
  font-family: Roboto, sans-serif
}

.contacts__item-descr:not(:last-child) {
  margin-bottom: 10px
}

.contacts__item-phone {
  display: block;
  font-family: Roboto, sans-serif;
  color: var(--color-violet)
}

.contacts__map {
  flex: 0 1 73.5%;
  border-radius: var(--border-radius);
  height: 400px
}

.contacts__question {
  padding-top: 50px
}

.contacts__question-title {
  font-weight: 700;
  font-size: 26px;
  color: var(--color-violet)
}

.contacts__form-wrapper {
  display: flex;
  padding-top: 25px
}

.contacts__inputs {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  width: 100%;
  max-width: 360px
}

.contacts__input {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px
}

.contacts__input:not(:last-child) {
  margin-bottom: 20px
}

.contacts__input--tel {
  font-family: Roboto, sans-serif
}

.contacts__textarea {
  flex-grow: 1;
  height: 217px;
  max-width: 760px
}

.contacts__textarea textarea {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  resize: none
}

.contacts__textarea textarea::-webkit-scrollbar {
  border-radius: calc(var(--border-radius)/ 4);
  width: 6px
}

.contacts__textarea textarea::-webkit-scrollbar-track {
  background-color: var(--color-filter-border)
}

.contacts__textarea textarea::-webkit-scrollbar-thumb {
  border-radius: calc(var(--border-radius)/ 4);
  background-color: rgba(83, 55, 128, .5)
}

.contacts__btn {
  margin-top: 25px;
  max-width: 100%
}

.calendar__course-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px
}

.calendar__course-list .course-our__card {
  margin-right: 3.4%;
  margin-bottom: 3.4%;
  width: calc((100% / 2) - (3.4% / 2))
}

.calendar__course-list .course-our__card:nth-child(2n) {
  margin-right: 0
}

.filter-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-radius: calc(var(--border-radius)/ 2);
  padding: 10px 15px;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05);
  color: var(--color-violet);
  background-color: var(--color-white)
}

.filter-calendar__title {
  font-size: 18px;
  font-weight: 600
}

.filter-calendar__btn-clean {
  border: 1px solid var(--color-violet);
  border-radius: calc(var(--border-radius)/ 2);
  padding: 16px 14px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-violet);
  transition: color .3s, background-color .3s
}

.filter-calendar__form {
  display: flex
}

.filter-calendar__select-wrap {
  position: relative
}

.filter-calendar__select-wrap:not(:last-child) {
  margin-right: 20px
}

.filter-calendar__select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition: transform .3s
}

.filter-calendar__select-wrap:focus::after, .filter-calendar__select-wrap:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.filter-calendar__select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--color-filter-border);
  padding: 17px 115px 17px 15px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-filter);
  background-color: var(--color-magnolia);
  cursor: pointer
}

.filter-calendar__select option {
  font-size: 16px
}

.news__results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-radius: calc(var(--border-radius)/ 2);
  padding: 13px 20px;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05);
  font-weight: 500;
  background-color: var(--color-white)
}

.news__result {
  display: flex;
  align-items: center;
  color: var(--color-grey)
}

.news__result span {
  margin-left: 3px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: var(--color-violet)
}

.news__card-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px
}

.news__card-item {
  display: flex;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 3) - (6.6% / 3))
}

.sort-news {
  display: flex;
  align-items: center;
  color: var(--color-grey)
}

.sort-news__title {
  margin-right: 10px;
  font-size: 14px
}

.sort-news__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.sort-news__btn:not(:last-child) {
  margin-right: 13px
}

.card-news {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius) * 2) 0;
  padding: 20px;
  background-color: var(--color-white);
  transition: box-shadow .3s
}

.card-news__image {
  align-self: center;
  margin-bottom: 20px;
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  max-width: 320px;
  max-height: 180px
}

.card-news__image img {
  border-radius: calc(var(--border-radius) * 2) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card-news__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-black)
}

.card-news__descr {
  flex-grow: 1;
  margin-bottom: 30px;
  font-size: 14px
}

.card-news__info {
  display: flex;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: var(--color-filter)
}

.card-news__info-item {
  margin: 5px 0
}

.card-news__info-item span+span {
  font-family: Raleway, sans-serif
}

.card-news__info-item:not(:last-child) {
  margin-right: 15px
}

.card-news__info-icon {
  position: relative;
  padding-left: 23px
}

.card-news__info-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 17px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.card-news__info-icon--date::before {
  background-image: url(../img/ui/calendar.svg)
}

.card-news__info-icon--views::before {
  background-image: url(../img/ui/views.svg)
}

.card-news__btn {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  border: 1px solid var(--color-filter-border);
  border-top: none;
  border-radius: 0 0 calc(var(--border-radius) * 2);
  padding-bottom: 15px;
  width: calc(100% + 2px);
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity .3s, visibility .3s, background-color .3s, box-shadow .3s
}

.card-news__btn .btn {
  max-width: calc(100% - 30px);
  box-shadow: none
}

.news-details .card-news__info {
  padding: 20px 0
}

.news-details .card-news__info-item {
  position: relative
}

.news-details .card-news__info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
  height: 21px;
  background-color: var(--color-filter);
  opacity: .7
}

.news-details__image {
  margin-bottom: 40px;
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  max-height: 460px
}

.news-details__image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-details__text {
  margin-bottom: 15px
}

.news-details__text span {
  font-weight: 700
}

.news-details__text p {
  font-size: 18px;
  line-height: 140%
}

.news-details__text p:not(:last-child) {
  margin-bottom: 30px
}

.news-details__quote {
  font-size: 18px;
  position: relative;
  padding: 50px;
  font-weight: 300;
  font-style: italic;
  line-height: 140%;
  background-color: var(--color-quote-bg)
}

.news-details__quote::after, .news-details__quote::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-image: url(../img/ui/quote.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.news-details__quote::before {
  left: 20px;
  top: 20px
}

.news-details__quote::after {
  right: 20px;
  bottom: 20px
}

.news-details__bottom {
  display: flex;
  align-items: flex-start;
  padding-top: 40px
}

.news-details__bottom-left {
  flex: 0 1 48%;
  margin-right: 40px
}

.news-details__bottom-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px
}

.news-details__bottom-item {
  position: relative;
  padding-left: 21px;
  line-height: 130%
}

.news-details__bottom-item:not(:last-child) {
  margin-bottom: 20px
}

.news-details__bottom-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 11px;
  height: 11px;
  background-image: url(../img/ui/violet-bullet.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.news-details__bottom-right {
  flex: 0 1 48%
}

.news-details__bottom-image {
  margin: 0 auto;
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0;
  padding: 20px
}

.news-details__bottom-image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 326px;
  -o-object-fit: cover;
  object-fit: cover
}

.news-recommendations .title-section {
  display: block;
  margin: 0 auto;
  max-width: 760px;
  text-align: center
}

.about__bottom {
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.about__bottom .about__item {
  flex-direction: row-reverse
}

.about__bottom .about__item:nth-child(2) {
  flex-direction: row
}

.about__bottom .about__image {
  border: 1px solid rgba(255, 255, 255, .1)
}

.about__bottom .about__image--last {
  border: none
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0
}

.about__item {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.about__item:nth-child(2n) {
  flex-direction: row-reverse
}

.about__item:not(:last-child) {
  margin-bottom: 80px
}

.about__image {
  position: relative;
  flex: 0 1 48%;
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0;
  padding: 20px
}

.about__image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 523px;
  max-height: 327px;
  -o-object-fit: cover;
  object-fit: cover
}

.about__image .course-advantages__achievments {
  position: absolute;
  right: -6px;
  bottom: -26px;
  background-image: url(../img/aboutPage/students-bg.png)
}

.about__info {
  flex: 0 1 48%
}

.about__info-list-item {
  position: relative;
  padding-left: 20px;
  line-height: 140%
}

.about__info-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  background-image: url(../img/ui/violet-bullet.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.about__info-list-item:not(:last-child) {
  margin-bottom: 20px
}

.about__info-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-violet)
}

.about__info-descr {
  line-height: 140%
}

.about__info-descr span {
  font-weight: 600
}

.about__info-descr p:not(:last-child) {
  margin-bottom: 15px
}

.about-advantage__list {
  display: flex;
  flex-wrap: wrap
}

.about-advantage__item {
  display: flex;
  margin-right: 3.4%;
  margin-bottom: 3.4%;
  width: calc((100% / 4) - (10.2% / 4))
}

.about-advantage__card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border: 1px solid var(--color-filter-border);
  border-radius: var(--border-radius) 0;
  padding: 20px;
  color: var(--color-violet);
  background-color: var(--color-white)
}

.about-advantage__card-image {
  margin-bottom: 20px
}

.about-advantage__card-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px
}

.about-advantage__card-descr {
  font-size: 17px;
  line-height: 140%
}

.models__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between
}

.models__info {
  margin-right: 3.4%;
  max-width: 760px;
  font-size: 18px
}

.models__info p {
  line-height: 140%
}

.models__info p:not(:last-child) {
  margin-bottom: 15px
}

.models__info a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-black)
}

.models__callback {
  flex-shrink: 0;
  width: 100%;
  max-width: 360px
}

.models__callback-title {
  position: absolute;
  right: 0;
  top: -25px;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-violet)
}

.models__form {
  border-radius: calc(var(--border-radius)/ 2);
  padding: 20px;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05);
  background-color: var(--color-white)
}

.models__form p {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  opacity: .6
}

.models__input-wrap {
  margin-bottom: 15px
}

.models__input-select {
  position: relative
}

.models__input-select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition: transform .3s
}

.models__input-select:focus::after, .models__input-select:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.models__input-select .models__input {
  -webkit-appearance: none;
  appearance: none
}

.models__input {
  border: 1px solid #ccc;
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%
}

.events {
  padding-bottom: 80px
}

.events__slider {
  padding-top: 40px
}

.checkout__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 80px
}

.checkout__form-wrap {
  display: flex;
  flex: 0 1 65%;
  margin-right: 3.8%
}

.checkout__form {
  display: flex;
  flex-grow: 1;
  flex-direction: column
}

.checkout__cart {
  flex: 0 1 360px
}

.checkout__promocode {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0
}

.checkout__promocode label {
  width: 100%
}

.checkout__promocode label::after, .checkout__promocode label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.checkout__promocode label::before {
  width: 21px;
  height: 16px;
  background-image: url(../img/ui/promocode.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.checkout__promocode label::after {
  left: 60px;
  width: 1px;
  height: 100%;
  background-color: var(--color-filter)
}

.checkout__promocode input {
  padding: 16px 20px 16px 80px;
  width: 100%
}

.checkout__final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-violet)
}

.checkout__final-title {
  margin-right: 10px;
  font-weight: 700;
  font-size: 17px
}

.checkout__final-price {
  font-family: Roboto, sans-serif;
  font-weight: 700
}

.checkout__form-btn {
  max-width: 100%
}

.checkout__item:not(:last-child) {
  margin-bottom: 20px
}

.checkout__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-violet)
}

.checkout__inputs-row {
  display: flex
}

.checkout__inputs-row:not(:last-child) {
  margin-bottom: 20px
}

.checkout__select-wrap {
  position: relative;
  width: 100%;
  max-width: 360px
}

.checkout__select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url(../img/ui/arrow-down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition: transform .3s
}

.checkout__select-wrap:focus::after, .checkout__select-wrap:hover::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s
}

.checkout__select-wrap .checkout__input {
  -webkit-appearance: none;
  appearance: none
}

.checkout__input {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%;
  max-width: 360px
}

.checkout__input:not(:last-child) {
  margin-right: 20px
}

.checkout__radio {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer
}

.checkout__radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0)
}

.checkout__radio input:checked+span::before {
  border: 5px solid var(--color-violet);
  transition: border .3s
}

.checkout__radio input:disabled+span::before {
  opacity: .4
}

.checkout__radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: 2px solid var(--color-violet);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: border .3s
}

.checkout__radio:not(:last-child) {
  margin-bottom: 15px
}

.checkout__textarea {
  flex-grow: 1;
  padding: 20px 0;
  width: 100%;
  max-width: 760px
}

.checkout__textarea textarea {
  border: 1px solid var(--color-filter-border);
  border-radius: calc(var(--border-radius)/ 2) 0;
  padding: 20px;
  width: 100%;
  height: 160px;
  resize: none
}

.checkout__deliveries {
  padding-top: 20px
}

.checkout__deliveries .checkout__title {
  font-size: 17px
}

.checkout__deliveries .checkout__select-wrap:not(:last-child) {
  margin-right: 20px
}

.cart-checkout {
  margin-bottom: 20px
}

.cart-checkout__item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-filter-border);
  padding: 15px
}

.cart-checkout__image {
  flex-shrink: 0;
  margin-right: 15px;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px
}

.cart-checkout__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cart-checkout__info {
  flex-grow: 1
}

.cart-checkout__title {
  margin-bottom: 15px;
  max-width: 90%;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-violet)
}

.cart-checkout__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%
}

.cart-checkout__calc {
  border: 1px solid var(--color-filter-border);
  background-color: var(--color-white)
}

.cart-checkout__calc-btn {
  padding: 10px 12px;
  color: var(--color-violet);
  background-color: var(--color-white);
  transition: background-color .3s, color .3s
}

.cart-checkout__calc-input {
  width: 24px;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: var(--color-violet)
}

.cart-checkout__price {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  color: var(--color-violet)
}

.cart-checkout__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer
}

.cart-checkout__close::after, .cart-checkout__close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background-color: var(--color-violet)
}

.cart-checkout__close::before {
  transform: rotate(45deg)
}

.cart-checkout__close::after {
  transform: rotate(-45deg)
}

.cart__item:not(:last-child) {
  margin-bottom: 35px
}

.cart__final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px
}

.cart__final-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-violet)
}

.cart__final-price span {
  font-family: Roboto, sans-serif
}

.cart__final-btns {
  display: flex;
  width: 100%;
  max-width: 525px
}

.cart__final-btns .btn:not(:last-child) {
  margin-right: 15px
}

.card-cart {
  position: relative;
  display: flex;
  border: 1px solid var(--color-filter-border);
  padding: 20px;
  background-color: var(--color-background)
}

.card-cart__image {
  flex-shrink: 0;
  align-self: center;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  max-width: 290px;
  max-height: 280px
}

.card-cart__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card-cart__labels {
  position: absolute;
  left: 15px;
  top: 15px
}

.card-cart__title {
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px
}

.card-cart__title a {
  color: var(--color-violet)
}

.card-cart__descr {
  margin-bottom: 20px
}

.card-cart__price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px
}

.card-cart__price-num {
  display: block;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--color-violet)
}

.card-cart__calc {
  display: inline-block;
  border: 1px solid var(--color-filter-border);
  background-color: var(--color-white)
}

.card-cart__calc-btn {
  padding: 15px 12px;
  color: var(--color-violet);
  background-color: var(--color-white);
  transition: background-color .3s, color .3s
}

.card-cart__calc-input {
  width: 59px;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: var(--color-violet)
}

.card-cart__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  cursor: pointer
}

.card-cart__close::after, .card-cart__close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background-color: var(--color-violet)
}

.card-cart__close::before {
  transform: rotate(45deg)
}

.card-cart__close::after {
  transform: rotate(-45deg)
}

.brend__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.brend__item {
  display: flex;
  flex: 0 1 25%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--color-card-border);
  padding: 62px 15px;
  height: 199px
}

.brend__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  max-height: 73px
}

.brend__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.package__container {
  margin-bottom: 40px;
  border-radius: calc(var(--border-radius)/ 2)
}

.package__container .swiper-pagination {
  width: auto
}

.package__container .swiper-pagination-custom {
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%)
}

.package__container .swiper-pagination-bullet {
  display: initial;
  border-radius: 0;
  width: 0;
  height: 0;
  background: initial;
  opacity: 1;
  cursor: pointer
}

.package__container .swiper-pagination-bullet svg {
  width: 16px;
  height: 16px
}

.package__container .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px
}

.package-slide {
  border-radius: calc(var(--border-radius)/ 2);
  padding-top: 54px;
  padding-bottom: 120px;
  background-image: url(../img/mainPage/discount/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.package-slide__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 750px;
  text-align: center;
  color: var(--color-violet)
}

.package-slide__title {
  font-size: calc(48px + 4 * ((100vw - 320px)/ 1120));
  margin-bottom: 20px;
  font-family: PlayfairDisplay, sans-serif;
  font-weight: 700
}

.package-slide__text {
  max-width: 400px;
  line-height: 130%
}

.card-package {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color-card-border);
  border-radius: var(--border-radius) 0;
  box-shadow: 0 10px 35px rgba(129, 129, 129, .05)
}

.card-package:not(:last-child) {
  margin-bottom: 40px
}

.card-package__info {
  padding: 20px
}

.card-package__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-violet)
}

.card-package__descr {
  margin-bottom: 15px;
  line-height: 150%
}

.card-package__package-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  color: var(--color-violet)
}

.card-package__package-items {
  margin-bottom: 30px
}

.card-package__package-items-row {
  display: flex;
  flex-wrap: wrap
}

.card-package__package-items-row a {
  position: relative;
  display: block;
  margin: 5px 0;
  padding-left: 21px;
  white-space: nowrap;
  text-decoration: underline;
  color: var(--color-black)
}

.card-package__package-items-row a:not(:last-child) {
  margin-right: 20px
}

.card-package__package-items-row a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 11px;
  height: 11px;
  background-image: url(../img/ui/violet-bullet.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.card-package__final {
  display: flex;
  align-items: center
}

.card-package__btn {
  margin: 0 25px 0 0
}

.card-package__price {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-violet)
}

.card-package__slider {
  flex-shrink: 0;
  width: 100%;
  max-width: 460px
}

.card-package__slider .swiper-pagination {
  width: auto
}

.card-package__slider .swiper-pagination-custom {
  left: 20px;
  bottom: 20px
}

.card-package__slider .swiper-pagination-bullet {
  display: initial;
  border-radius: 0;
  width: 0;
  height: 0;
  background: initial;
  opacity: 1;
  cursor: pointer
}

.card-package__slider .swiper-pagination-bullet svg {
  width: 16px;
  height: 16px
}

.card-package__slider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px
}

.card-package__slider-image {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  max-width: 460px
}

.card-package__slider-image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.favourite__list {
  display: flex;
  flex-wrap: wrap
}

.favourite .card-hits {
  position: relative;
  z-index: auto;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 4) - (9.9% / 3))
}

.favourite .card-hits__labels {
  margin-right: 30px
}

.favourite .card-hits__remove {
  position: absolute;
  right: 15px;
  top: 23px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer
}

.favourite .card-hits__remove::after, .favourite .card-hits__remove::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-violet)
}

.favourite .card-hits__remove::after {
  transform: translate(-50%, -50%) rotate(45deg)
}

.favourite .card-hits__remove::before {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.favourite .empty-field {
  flex-grow: 1
}

.teachers__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px
}

.teachers__item {
  display: flex;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  border: 1px solid var(--color-card-border);
  border-radius: calc(var(--border-radius) * 2) 0;
  padding: 20px;
  width: calc((100% / 2) - (3.3% / 2))
}

.teachers__item:nth-child(2n) {
  margin-right: 0
}

.teachers__left {
  position: relative;
  flex: 0 1 50%;
  align-self: center;
  margin-right: 15px
}

.teachers__image {
  position: relative;
  border-radius: var(--border-radius) 0;
  width: 100%;
  max-width: 260px
}

.teachers__image img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.teachers__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 var(--border-radius) 0;
  padding: 10px 15px;
  color: var(--color-white);
  background-color: rgba(16, 16, 16, .55)
}

.teachers__info-name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px
}

.teachers__info-position {
  font-weight: 500
}

.teachers__right {
  display: flex;
  flex: 0 1 50%;
  flex-direction: column
}

.teachers__descr {
  flex-grow: 1;
  margin-bottom: 15px;
  line-height: 145%
}

.teachers__socials-title {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--color-violet)
}

.teachers__socials-networks {
  display: flex
}

.teachers__socials-network:not(:last-child) {
  margin-right: 10px
}

.teachers__socials-network svg {
  width: 27px;
  height: 27px
}

.diplomas__wrapper {
  padding-top: 40px
}

.diplomas__block {
  margin-bottom: 40px
}

.diplomas__title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-violet)
}

.diplomas__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--color-violet);
  transform: translateY(-50%)
}

.diplomas__column {
  display: flex;
  flex-wrap: wrap
}

.diplomas__item {
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: calc((100% / 4) - (9.9% / 4));
  text-align: center;
  cursor: pointer
}

.diplomas__image {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 248px
}

.diplomas__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.diplomas__image::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 0 calc(var(--border-radius)/ 2);
  width: 43px;
  height: 43px;
  background-image: url(../img/ui/search.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: var(--color-violet)
}

@media (min-width:451px) {
  .footer__rights {
    display: none
  }
}
@media (max-width:992px) {
  .b_main_banner {
    margin-top: 70px!important;
  }
}
.ahtung{
      background: #ff00000d!important;
      border: 1px solid #ff00000d!important;
}
.ahtung-red {
    border: 1px solid red!important;
    color: red!important;
}
@media (min-width:769px) {
  .top-footer__info .top-footer__nav-title {
    display: none
  }

  .course-main__item:nth-child(3n), .courses__item:nth-child(3n), .news__card-item:nth-child(3n) {
    margin-right: 0
  }
}

@media (min-width:992px) {
  .top-header__language-dropdown .top-header__language-link:focus, .top-header__language-dropdown .top-header__language-link:hover, .top-header__phone-dropdown .top-header__phone-link:focus, .top-header__phone-dropdown .top-header__phone-link:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: color .3s, background-color .3s
  }

  .bottom-header__item:focus .dropdown, .bottom-header__item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s, opacity .3s
  }

  .bottom-header__item:focus .bottom-header__item-head svg, .bottom-header__item:hover .bottom-header__item-head svg {
    transform: rotate(180deg);
    transition: transform .3s
  }

  .btn__filled:focus, .btn__filled:hover {
    color: var(--color-violet);
    background-color: var(--color-white);
    transition: color .3s, background-color .3s
  }

  .btn__filled:focus svg, .btn__filled:hover svg {
    stroke: var(--color-violet);
    transition: stroke .3s
  }

  .btn__stroked:focus, .btn__stroked:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: color .3s, background-color .3s
  }

  .btn__sort:focus, .btn__sort:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: background-color .3s, color .3s
  }

  .btn__sort:focus svg, .btn__sort:hover svg {
    fill: var(--color-white);
    transition: fill .3s
  }

  .square-btn__filled:focus a, .square-btn__filled:hover a {
    background-color: transparent;
    transition: background-color .3s
  }

  .square-btn__filled:focus svg, .square-btn__filled:hover svg {
    fill: var(--color-violet);
    transition: fill .3s
  }

  .square-btn__stroked:focus a, .square-btn__stroked:hover a {
    background-color: var(--color-violet);
    transition: background-color .3s
  }

  .square-btn__stroked:focus svg, .square-btn__stroked:hover svg {
    fill: var(--color-white);
    transition: fill .3s
  }

  .pagination__item:focus, .pagination__item:hover {
    border: 1px solid var(--color-violet);
    background-color: var(--color-violet);
    transition: background-color .3s, border .3s
  }

  .pagination__item:focus .pagination__link, .pagination__item:hover .pagination__link {
    color: var(--color-white);
    transition: color .3s
  }

  .pagination__item--separator:focus.pagination__item, .pagination__item--separator:hover.pagination__item {
    border: 1px solid var(--color-filter-border);
    background-color: transparent
  }

  .pagination__item--separator:focus .pagination__link, .pagination__item--separator:hover .pagination__link {
    color: var(--color-violet)
  }

  .pagination__item--edge svg {
    display: none
  }

  .selected-filters__btn-close:focus, .selected-filters__btn-close:hover {
    transform: rotate(180deg);
    transition: transform .3s
  }

  .product-card:focus, .product-card:hover {
    border-bottom: 1px solid transparent;
    border-radius: calc(var(--border-radius) * 2) 0 0 0;
    box-shadow: 0 10px 32px rgba(43, 43, 43, .05);
    background-color: var(--color-white);
    transition: border-bottom .3s, background-color .3s, box-shadow .3s
  }

  .product-card:focus .product-card__btn, .product-card:hover .product-card__btn {
    box-shadow: 0 10px 32px rgba(43, 43, 43, .05);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s, background-color .3s, box-shadow .3s
  }

  .main__btn_course:focus, .main__btn_course:hover, .main__btn_more:focus, .main__btn_more:hover {
    border: 2px solid var(--color-violet);
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: color .3s, background-color .3s, border .3s
  }

  .hits .container {
    overflow-x: hidden
  }

  .card-hits:focus, .card-hits:hover {
    border-bottom: 1px solid transparent;
    border-radius: calc(var(--border-radius) * 2) 0 0 0;
    box-shadow: 0 10px 25px rgba(73, 73, 73, .15);
    background-color: var(--color-white-blured);
    transition: border-bottom .3s, box-shadow .3s, background-color .3s
  }

  .card-hits:focus .card-hits__btn, .card-hits:hover .card-hits__btn {
    box-shadow: 0 10px 25px rgba(73, 73, 73, .15);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s, box-shadow .3s
  }

  .top-product__calc-btn:focus, .top-product__calc-btn:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: background-color .3s, color .3s
  }

  .top-product__heart:focus button, .top-product__heart:hover button {
    background-color: var(--color-violet);
    transition: background-color .3s
  }

  .top-product__heart:focus svg, .top-product__heart:hover svg {
    stroke: var(--color-white);
    transition: stroke .3s
  }

  .bottom-product__tab:focus::after, .bottom-product__tab:hover::after {
    width: 100%;
    transition: width .3s
  }

  .feedback__input:not(:last-child) {
    margin-right: 15px
  }

  .course-main__item:focus .courses__image img, .course-main__item:hover .courses__image img, .course-popular__item:focus .course-popular__image img, .course-popular__item:hover .course-popular__image img, .courses__item:focus .courses__image img, .courses__item:hover .courses__image img {
    transform: scale(1.05);
    transition: transform .3s
  }

  .product-course__btn:focus, .product-course__btn:hover {
    border: 1px solid var(--color-white);
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: border .3s, color .3s, background-color .3s
  }

  .filter-calendar__btn-clean:focus, .filter-calendar__btn-clean:hover {
    color: var(--color-violet);
    background-color: var(--color-white);
    transition: color .3s, background-color .3s
  }

  .card-news:focus, .card-news:hover {
    border-bottom: 1px solid transparent;
    border-radius: calc(var(--border-radius) * 2) 0 0 0;
    box-shadow: 0 10px 35px rgba(73, 73, 73, .15);
    background-color: var(--color-white);
    transition: border-bottom .3s, background-color .3s, box-shadow .3s
  }

  .card-news:focus .card-news__btn, .card-news:hover .card-news__btn {
    box-shadow: 0 10px 35px rgba(73, 73, 73, .15);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s, background-color .3s, box-shadow .3s
  }

  .checkout__radio:focus input:not(:disabled):not(:checked)+span::before, .checkout__radio:hover input:not(:disabled):not(:checked)+span::before {
    border: 3px solid var(--color-violet);
    transition: border .3s
  }

  .card-cart__calc-btn:focus, .card-cart__calc-btn:hover, .cart-checkout__calc-btn:focus, .cart-checkout__calc-btn:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
    transition: background-color .3s, color .3s
  }

  .favourite .card-hits:nth-child(4n) {
    margin-right: 0
  }
}

@media (min-width:993px) {
  .about-advantage__item:nth-child(4n), .course-advantage__item:nth-child(4n), .course-advantages__item:nth-child(4n), .course-feedback__item:nth-child(3n), .diplomas__item:nth-child(4n), .products-catalog__item:nth-child(3n), .similar .products-catalog__list .products-catalog__item:nth-child(4n) {
    margin-right: 0
  }
}

@media (max-width:1200px) {
  .title-secondary {
    font-size: calc(32px + 4 * ((100vw - 320px)/ 1120))
  }

  .title-section {
    font-size: calc(26px + 10 * ((100vw - 320px)/ 1120))
  }

  .empty-field {
    padding: calc(20px + 20 * ((100vw - 320px)/ 1120))
  }

  .empty-field__title {
    font-size: calc(24px + 6 * ((100vw - 320px)/ 1120))
  }

  .main__title {
    font-size: calc(26px + 33 * ((100vw - 320px)/ 1120))
  }

  .top-product__descr {
    font-size: calc(14px + 1 * ((100vw - 320px)/ 1120))
  }

  .bottom-product__tab {
    font-size: calc(16px + 2 * ((100vw - 320px)/ 1120))
  }

  .course-main__info, .course-popular__info, .courses__info {
    font-size: calc(12px + 4 * ((100vw - 320px)/ 1120))
  }

  .product-course__info-item {
    font-size: calc(18px + 8 * ((100vw - 320px)/ 1120))
  }

  .filter-calendar__title {
    font-size: calc(15px + 3 * ((100vw - 320px)/ 1120))
  }

  .news-details__quote {
    font-size: calc(14px + 4 * ((100vw - 320px)/ 1120))
  }
}

@media (max-width:1100px) {
  .filter-calendar {
    display: block
  }

  .filter-calendar__title {
    display: inline-block;
    margin-right: 10px
  }

  .filter-calendar__form {
    margin-top: 20px
  }

  .filter-calendar__select {
    width: 100%
  }

  .teachers__item {
    margin-right: 0;
    width: 100%
  }

  .teachers__left {
    flex: 0 0 auto
  }

  .teachers__right {
    flex-basis: auto
  }
}

@media (max-width:992px) {
  .bottom-header {
    padding: 10px 0
  }

  .bottom-header__fixed .bottom-header__list {
    padding-top: 45px
  }

  .bottom-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 15;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    overflow: auto;
    transition: right .3s;
    padding-bottom: 50px
  }

  .bottom-header__nav--active {
    right: 0;
    transition: right .3s
  }

  .bottom-header__list {
    flex-direction: column;
    padding-top: 80px
  }

  .bottom-header__item-head svg {
    margin-left: 0;
    height: 20px;
    width: 24px
  }

  .bottom-header__item:not(:last-child) {
    margin-right: 0
  }

  .bottom-header__item {
    width: 100%;
    padding: 24px 20px
  }

  .bottom-header__item--open .bottom-header__item-head svg {
    transform: rotate(180deg);
    transition: transform .3s
  }

  .bottom-header__item--open .dropdown {
    overflow: auto;
    visibility: visible;
    opacity: 1;
    transition: max-height .3s, opacity .3s, visibility .3s
  }

  .bottom-header__link {
    display: inline-block;
    width: 80%
  }

  .dropdown {
    position: static;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s, opacity .3s, visibility .3s
  }

  .dropdown__top {
    flex-direction: column;
    padding: 20px 20px 0
  }

  .dropdown__bottom {
    display: none
  }

  .dropdown__column {
    margin-right: 0;
    width: auto
  }

  .dropdown__column:not(:last-child) {
    margin-bottom: 20px
  }

  .btn__stroked {
    box-shadow: none
  }

  .burger {
    display: block;
    position: relative;
    z-index: 15;
    width: 25px;
    height: 20px;
    background-color: transparent
  }

  .burger span, .burger::after, .burger::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 4px;
    background-color: var(--color-violet)
  }

  .burger::before {
    top: 0;
    transition: transform .3s, top .3s
  }

  .burger::after {
    bottom: 0;
    transition: transform .3s, bottom .3s
  }

  .burger span {
    top: 8px;
    transition: transform .3s
  }

  .burger__active span {
    transform: scale(0);
    transition: transform .3s
  }

  .burger__active::before {
    top: 8px;
    transform: rotate(45deg);
    transition: transform .3s, top .3s
  }

  .burger__active::after {
    bottom: 8px;
    transform: rotate(-45deg);
    transition: transform .3s, bottom .3s
  }

  .pagination {
    flex-wrap: wrap
  }

  .pagination__item--edge {
    flex-grow: 0
  }

  .pagination__item--edge span {
    display: none
  }

  .pagination__item--edge svg {
    display: block;
    width: 13px;
    height: 13px;
    fill: var(--color-violet)
  }

  .pagination__link {
    padding: 9px 16px
  }

  .similar .products-catalog__list .products-catalog__item {
    width: calc((100% / 2) - (3.4% / 2))
  }

  .catalog__results {
    display: block
  }

  .catalog__result {
    margin-bottom: 10px
  }

  .products-catalog__item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .product-card__image {
    align-self: center
  }

  .product-card__btn .btn {
    max-width: 100%
  }

  .product-card__btn {
    position: static;
    margin-top: 20px;
    border: none;
    padding-bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
  }

  .footer__licenses {
    display: flex;
    flex-direction: column
  }

  .footer__license:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px
  }

  .top-footer__info {
    margin-right: calc(min(170px, 10vw))
  }

  @supports not (margin-right:calc(min(170px, 10vw))) {
    .top-footer__info {
      margin-right: 170px
    }
  }

  .hits .swiper-container {
    overflow: hidden
  }

  .card-hits {
    text-align: center
  }

  .card-hits__btn .btn {
    max-width: 100%
  }

  .card-hits__btn {
    position: static;
    margin-top: 20px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
  }

  .school__wrapper {
    flex-direction: column;
    align-items: center
  }

  .school__image {
    margin-right: 0;
    margin-bottom: 30px
  }

  .school__info {
    text-align: center
  }

  .school__title {
    color: var(--color-black)
  }

  .school__title::after {
    margin: 20px auto 0;
    background-color: var(--color-black)
  }

  .article__slide {
    border: 1px solid var(--color-card-border);
    border-radius: var(--border-radius) 0
  }

  .article__slide-image {
    border-radius: var(--border-radius) 0
  }

  .article__slide-content {
    position: static;
    padding: 20px
  }

  .article__bottom {
    position: static;
    padding: 0;
    background-color: transparent
  }

  .article__info {
    margin-bottom: 20px
  }

  .article__network svg {
    display: none
  }

  .catalog-filter {
    margin-right: 20px
  }

  .catalog-filter__btns .btn {
    max-width: 345px
  }

  .top-product__descr {
    max-width: 265px
  }

  .feedback__inputs {
    flex-wrap: wrap;
    justify-content: space-between
  }

  .course-main-about {
    flex-direction: column;
    align-items: center
  }

  .course-main-about__image {
    margin: 0 auto 20px;
    padding: 20px;
    max-width: 560px;
    text-align: center
  }

  .course-main-about__info {
    text-align: center
  }

  .course-main-about__title {
    color: var(--color-black)
  }

  .course-main-about__title::after {
    margin: 20px auto 0;
    background-color: var(--color-black)
  }

  .course-advantage__item, .course-advantages__item {
    width: calc((100% / 2) - (3.4% / 2))
  }

  .descr-course__wrapper {
    flex-direction: column
  }

  .descr-course__image {
    align-self: center;
    margin-right: 0;
    margin-bottom: 20px
  }

  .filter-calendar__select {
    padding: 17px 90px 17px 15px
  }

  .news__results {
    display: block
  }

  .news__result {
    margin-bottom: 10px
  }

  .card-news__btn .btn {
    max-width: 100%
  }

  .card-news__btn {
    position: static;
    margin-top: 20px;
    border: none;
    padding-bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
  }

  .news-details__bottom {
    flex-direction: column-reverse
  }

  .news-details__bottom-right {
    align-self: center;
    margin-bottom: 20px
  }

  .about__item {
    display: block
  }

  .about__image {
    margin: 0 auto 20px;
    padding: 20px;
    max-width: 560px;
    text-align: center
  }

  .about__image .course-advantages__achievments {
    display: none
  }

  .about-advantage__item {
    width: calc((100% / 2) - (3.4% / 2))
  }

  .checkout__wrapper {
    display: block
  }

  .checkout__form-wrap {
    margin-right: 0;
    margin-bottom: 30px
  }

  .checkout__textarea {
    max-width: 100%
  }

  .cart-checkout {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 576px
  }

  .cart__final-btns {
    display: block
  }

  .cart__final-btns .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px
  }

  .cart__final-btns .btn {
    margin-right: 0
  }

  .card-package {
    flex-direction: column-reverse
  }

  .card-package__slider {
    flex-shrink: 1;
    padding: 20px 20px 0;
    max-height: 360px
  }

  .card-package__slider .swiper-pagination-custom {
    left: 40px
  }

  .card-package__slider-image {
    max-height: 360px
  }
}

@media (max-width:768px) {
  .top-header__location {
    margin-right: 0
  }
  .card-hits__image {
    margin: 0 auto 70px;
  }
  .top-header__links {
    display: none
  }

  .title-secondary::before {
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%)
  }

  .title-secondary {
    padding-left: 0;
    text-align: center
  }

  .slider__top .swiper-button-next::before, .slider__top .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 21px;
    background-image: url(../img/ui/slider-navigation-mobile.svg);
    transform: translate(-50%, -50%)
  }

  .slider__top .swiper-button-next, .slider__top .swiper-button-prev {
    border: 1px solid var(--color-card-border);
    border-radius: 50%;
    background-image: none;
    width: 50px;
    height: 50px;
    background-color: var(--color-magnolia)
  }

  .slider__top .swiper-button-prev {
    right: auto;
    left: 0
  }

  .btn__filled {
    max-width: 345px
  }

  .btn__wrapper {
    padding-top: 30px
  }

  .pd__80 {
    padding-top: 60px
  }

  .pd__80-all {
    padding: 60px 0
  }

  .pd__50 {
    padding-top: 30px
  }

  .pd__80b {
    padding-bottom: 60px
  }

  .catalog__wrapper {
    display: block
  }

  .catalog__filters-btn {
    display: block;
    margin-top: 20px
  }

  .footer__bottom .container {
    flex-direction: column
  }

  .footer__licenses {
    flex-direction: row;
    margin-bottom: 15px
  }

  .footer__license:not(:last-child) {
    margin-right: 28px;
    margin-bottom: 0
  }

  .top-footer {
    display: block;
    padding-bottom: 20px
  }

  .top-footer__info {
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-footer-border);
    padding-bottom: 20px;
    width: calc(100% + 30px);
    margin-left: -15px
  }

  .top-footer__image {
    text-align: center
  }

  .top-footer__phone {
    font-size: calc(12px + 4 * ((100vw - 320px)/ 1120))
  }

  .top-footer__wrap {
    padding: 0 15px;
    text-align: center
  }

  .top-footer__socials {
    justify-content: center
  }

  .top-footer__nav {
    justify-content: space-between
  }

  .top-footer__nav-wrap:not(:last-child) {
    margin-right: 0
  }

  .top-footer__nav-wrap_bordered {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-footer-border);
    width: calc(100% + 30px);
    margin-left: -15px
  }

  .top-footer__nav-wrap_bordered .top-footer__nav, .top-footer__nav-wrap_bordered .top-footer__nav-title {
    padding: 0 15px
  }

  .top-footer__nav-wrap_small .top-footer__list {
    display: flex;
    justify-content: space-between;
    flex-grow: 1
  }

  .top-footer__nav-wrap_small .top-footer__item-nav {
    margin-bottom: 0
  }

  .main__slide {
    height: 90vh
  }

  .main__slide .container {
    text-align: center
  }

  .main__title {
    margin: 90px ​auto 40px;
  }

  .main__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 95px;
    height: 2px;
    background-color: var(--color-white);
    transform: translateX(-50%)
  }

  .main__subtitle {
    margin-bottom: 40px
  }

  .main__btn:not(:last-child) {
    margin: 0 auto 5px
  }

  .main__btn {
    display: block;
    margin: 0 auto;
    max-width: 345px
  }

  .main .swiper-pagination-custom {
    left: 0;
    right: 0
  }

  .card-hits__image {
    margin: 0 auto 15px
  }

  .course-our__slider {
    padding-top: 50px
  }

  .course-our__card {
    flex-direction: column;
    border: 1px solid var(--color-card-border);
    border-radius: calc(var(--border-radius) * 2) 0
  }

  .course-our__image {
    max-width: 100%;
    max-height: 307px;
    overflow: hidden
  }

  .course-our__image img {
    border-radius: calc(var(--border-radius) * 2) 0;
        width: 100%!important;
  }

  .course-our__info {
    position: relative;
    border: none;
    padding: 20px
  }

  .course-our__labels {
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
  }

  .course-our__date {
    margin-bottom: 0
  }

  .course-our__author {
    width: 75%
  }

  .course-our__location {
    margin-bottom: 0
  }

  .course-our__next {
    position: absolute;
    right: 20px;
    bottom: 16px
  }

  .article__slider {
    padding-top: 50px
  }

  .article__title {
    margin-bottom: 10px
  }

  .discount__text {
    font-size: 20px
  }

  .brends__row {
    flex-direction: column;
    padding-top: 50px
  }

  .brends__image:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px
  }

  .catalog-filter {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 20;
    overflow: auto;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    max-width: 280px;
    background-color: var(--color-white);
    transition: left .3s
  }

  .catalog-filter--active {
    left: 0;
    transition: left .3s
  }

  .catalog-filter--active .catalog-filter__close {
    left: 280px;
    transition: left .3s
  }

  .catalog-filter__close {
    position: fixed;
    left: -30px;
    top: 12px;
    z-index: 25;
    display: block;
    border-radius: 0 calc(var(--border-radius)/ 2) calc(var(--border-radius)/ 2) 0;
    padding: 15px;
    width: 25px;
    height: 20px;
    background-color: var(--color-violet);
    transition: left .3s
  }

  .catalog-filter__close::after, .catalog-filter__close::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    border-radius: var(--border-radius);
    width: 80%;
    height: 3px;
    background-color: var(--color-white)
  }

  .catalog-filter__close::before {
    transform: rotate(45deg)
  }

  .catalog-filter__close::after {
    transform: rotate(-45deg)
  }

  .top-product__wrapper {
    display: block
  }

  .top-product__left {
    margin-bottom: 20px
  }

  .top-product__image-slide {
    max-width: 350px;
    max-height: 400px
  }

  .course-main__item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .course-main__info {
    height: 50px
  }

  .course-advantage .title-section {
    max-width: 100%
  }

  .course-popular__info {
    height: 50px
  }

  .course-numbers .title-section {
    margin-bottom: 30px
  }

  .course-numbers__wrapper {
    padding-bottom: 650px
  }

  .course-numbers__content {
    max-width: 100%
  }

  .course-numbers__content::before {
    left: auto;
    right: 100px;
    height: 555px;
    transform: translateX(0)
  }

  .course-numbers__item-left {
    left: auto;
    right: 100px
  }

  .course-numbers__item-right {
    right: 100px
  }

  .course-numbers__item-right .course-numbers__item-top::after {
    background-image: url(../img/ui/numbers/line-left.svg)
  }

  .course-numbers__item-2 {
    top: 185px
  }

  .course-numbers__item-3 {
    top: 340px
  }

  .course-numbers__item-4 {
    top: 480px
  }

  .course-facts__line {
    flex-direction: column
  }

  .course-facts__line::before {
    display: none
  }

  .course-facts__item {
    flex: 0 1 100%
  }

  .course-facts__item:not(:last-child) {
    margin-bottom: 30px
  }

  .course-facts__top {
    margin-bottom: 10px;
    flex-direction: column
  }

  .course-facts__top svg {
    margin-right: 0;
    margin-bottom: 10px
  }

  .course-facts__nums {
    display: flex;
    align-items: center
  }

  .course-facts__num {
    margin-right: 5px
  }

  .course-facts__top-bottom {
    margin: 0 auto;
    max-width: 230px;
    text-align: center
  }

  .course-facts__bottom-image {
    display: none
  }

  .course-facts__bottom-descr {
    margin-bottom: 10px
  }

  .courses__wrapper {
    padding-bottom: 60px
  }

  .courses__item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .courses__info {
    height: 50px
  }

  .product-course__image {
    flex: 0 1 60%
  }

  .product-course__info {
    flex: 0 1 40%
  }

  .product-course-descr {
    display: block
  }

  .product-course-descr__info {
    margin-right: 0;
    max-width: 100%
  }

  .product-course-descr__goals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    max-width: 100%
  }

  .product-course-descr__goals-block {
    flex: 0 1 45%
  }

  .course-advantages__title {
    max-width: 100%
  }

  .course-advantages__achievments {
    display: none
  }

  .recommendations {
    padding-bottom: 30px
  }

  .contacts {
    padding-bottom: 50px
  }

  .contacts__main {
    display: block
  }

  .contacts__info {
    margin-right: 0;
    margin-bottom: 20px
  }

  .contacts__form-wrapper {
    display: block
  }

  .contacts__inputs {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%
  }

  .contacts__input {
    padding: 20px 15px
  }

  .filter-calendar {
    margin-top: 30px
  }

  .filter-calendar__select {
    padding: 17px 30px 17px 15px
  }

  .news__card-item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .news-details__image {
    margin-bottom: 20px
  }

  .news-details__quote {
    padding: 20px
  }

  .news-details__quote::after, .news-details__quote::before {
    width: 25px;
    height: 15px
  }

  .news-details__quote::before {
    left: 5px;
    top: 5px
  }

  .news-details__quote::after {
    right: 5px;
    bottom: 5px
  }

  .about__wrapper {
    padding-top: 30px
  }

  .about__item:not(:last-child) {
    margin-bottom: 50px
  }

  .models__wrapper {
    display: block
  }

  .models__info {
    margin-right: 0;
    margin-bottom: 20px
  }

  .models__callback {
    max-width: 100%
  }

  .models__callback-title {
    position: static;
    margin-bottom: 10px
  }

  .checkout__wrapper, .events {
    padding-bottom: 50px
  }

  .checkout__inputs-row {
    display: block
  }

  .checkout__select-wrap:not(:last-child) {
    margin-bottom: 20px
  }

  .checkout__input:not(:last-child) {
    display: block;
    margin-right: 0;
    margin-bottom: 20px
  }

  .cart__final {
    display: block
  }

  .cart__final-price {
    margin-bottom: 15px;
    text-align: center
  }

  .cart__final-btns {
    margin: 0 auto
  }

  .cart__final-btns .btn {
    max-width: 100%
  }

  .brend__item {
    flex: 0 1 33.333%
  }

  .package-slide__text {
    font-size: 20px
  }
}

@media (max-width:576px) {
  .top-header__phone {
    display: block;
    margin-right: 0;
    padding-left: 20px;
    font-size: 20px
  }

  .top-header__phone::after {
    display: none
  }

  .top-header__phone-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    line-height: 36px;
  }

  .ambulance-icon {
    padding: 0 8px 0 0;
    float: left;
  }

  .top-header__phone-dropdown {
    position: static;
    width: auto;
    box-shadow: none;
    background-color: transparent;
    opacity: 1;
    visibility: visible
  }

  .top-header__phone-dropdown .top-header__phone-link {
    padding: 0
  }

  .top-header__phone svg {
      display: block;
      float: left;
      position: relative;
      left: -6px;
      top: 10px;
  }

  .similar .products-catalog__list .products-catalog__item {
    width: 100%;
    margin-right: 0
  }

  .sort-catalog {
    display: block
  }

  .sort-catalog__title {
    margin-right: 0
  }

  .sort-catalog__btn {
    margin-top: 10px
  }

  .products-catalog__item {
    width: 100%;
    margin-right: 0
  }

  .hits .swiper-container {
    max-width: 345px
  }

  .brends__slider {
    padding-top: 30px
  }

  .brends .swiper-slide {
    max-width: 150px
  }

  .top-product__calc {
    margin-right: 10px
  }

  .top-product__calc-input {
    width: 35px
  }

  .top-product__calc-btn {
    padding: 17px 12px
  }

  .top-product__heart {
    margin-left: 10px
  }

  .feedback__input {
    flex: 0 1 100%;
    max-width: 100%
  }

  .feedback__input:not(:last-child) {
    margin-bottom: 15px
  }

  .course-main-about__image {
    padding: 10px
  }

  .course-advantage__item {
    width: 100%;
    margin-right: 0
  }

  .course-numbers__content::before, .course-numbers__item-left, .course-numbers__item-right {
    right: 0
  }

  .product-course__main {
    display: block;
    max-height: 100%
  }

  .product-course__image {
    height: 100%;
    max-height: 460px
  }

  .product-course__title {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: auto;
    max-width: 100%
  }

  .product-course__info {
    padding: 20px 10px;
    max-width: 100%
  }

  .product-course__info-item {
    margin-bottom: 20px
  }

  .product-course__info-item span {
    margin-top: 5px
  }

  .product-course-descr__goals-block {
    flex: 0 1 100%
  }

  .course-advantages__item {
    width: 100%;
    margin-right: 0
  }

  .descr-course__image {
    padding: 5px
  }

  .calendar__course-list .course-our__card, .course-feedback__item {
    margin-right: 0;
    width: 100%
  }

  .filter-calendar__form {
    display: block
  }

  .filter-calendar__select-wrap:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px
  }

  .news__card-item {
    width: 100%;
    margin-right: 0
  }

  .sort-news {
    display: block
  }

  .sort-news__title {
    margin-right: 0
  }

  .sort-news__btn {
    margin-top: 10px
  }

  .about__image {
    padding: 10px
  }

  .about-advantage__item {
    width: 100%;
    margin-right: 0
  }

  .models__input {
    padding: 20px 15px
  }

  .card-cart__image {
    max-width: 210px;
    max-height: 176px
  }

  .brend__item {
    flex: 0 1 50%
  }

  .card-package__info {
    padding: 10px
  }

  .card-package__final {
    flex-direction: column-reverse
  }

  .card-package__btn {
    margin: 25px 0 0
  }

  .card-package__slider {
    padding: 10px 10px 0
  }

  .card-package__slider .swiper-pagination-custom {
    left: 20px;
    bottom: 5px
  }

  .favourite .card-hits {
    margin-right: 0;
    width: 100%
  }

  .teachers__item {
    display: block
  }

  .teachers__left {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center
  }

  .teachers__image {
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:470px) {
  .course-main__item {
    width: 100%;
    margin-right: 0
  }

  .course-main__info, .course-popular__info {
    font-size: 14px
  }

  .course-facts__bottom-item {
    flex: 0 1 100%
  }

  .course-facts__bottom-item:not(:last-child) {
    margin-bottom: 20px
  }

  .courses__item {
    width: 100%;
    margin-right: 0
  }

  .courses__info {
    font-size: 14px
  }

  .card-cart {
    flex-direction: column
  }

  .card-cart__image {
    margin-right: 0;
    margin-bottom: 10px
  }

  .card-cart__price {
    text-align: center
  }

  .card-cart__calc {
    display: block;
    margin: 0 auto;
    width: 134px;
    text-align: center
  }

  .brend__item {
    padding: 30px 5px;
    height: 155px
  }

  .diplomas__item {
    margin-right: 0;
    width: 100%
  }
}

@media (max-width:450px) {
  .footer__bottom .container {
    flex-direction: row
  }

  .footer__licenses {
    flex-direction: column;
    margin-right: 10px
  }

  .footer__license:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px
  }

  .footer__developers {
    flex-direction: column
  }

  .footer__developer:not(:last-child) {
    margin-right: 0
  }

  .footer__developer {
    flex-direction: column;
    margin-bottom: 10px
  }

  .footer__developer-sphere {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center
  }

  .top-footer__wrap {
    text-align: left
  }

  .top-footer__inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .top-footer__contacts {
    margin-bottom: 0
  }

  .top-footer__socials {
    justify-content: flex-start
  }

  .top-footer__nav-wrap_small .top-footer__list {
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .top-footer__nav-wrap_small .top-footer__item-nav {
    margin: 5px 35px 5px 0
  }
}

@media (max-width:400px) {
  .course-numbers__item-left {
    max-width: 300px
  }

  .course-numbers__item-top::after {
    left: auto;
    right: 4px;
    max-width: 290px;
    max-height: 32px
  }
}

@media (max-width:370px) {
  .cart-checkout__actions {
    display: block
  }

  .cart-checkout__calc {
    display: inline-block;
    margin-bottom: 10px
  }
}

@media (max-width:992px) and (min-width:577px) {
  .course-advantage__item:nth-child(2n), .course-advantages__item:nth-child(2n), .products-catalog__item:nth-child(2n), .similar .products-catalog__list .products-catalog__item:nth-child(2n) {
    margin-right: 0
  }

  .course-feedback__item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .about-advantage__item:nth-child(2n), .course-feedback__item:nth-child(2n) {
    margin-right: 0
  }
}

@media (min-width:576px) and (max-width:992px) {
  .feedback__input {
    flex: 0 1 49%;
    max-width: 100%
  }

  .feedback__input:last-child {
    flex: 0 1 100%;
    margin-top: 15px
  }
}

@media (max-width:768px) and (min-width:471px) {
  .course-main__item:nth-child(2n), .courses__item:nth-child(2n) {
    margin-right: 0
  }

  .diplomas__item {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .diplomas__item:nth-child(2n) {
    margin-right: 0
  }
}

@media (max-width:768px) and (min-width:577px) {
  .news__card-item:nth-child(2n) {
    margin-right: 0
  }
}

@media (min-width:768px) and (max-width:992px) {
  .favourite .card-hits {
    width: calc((100% / 3) - (6.6% / 3))
  }

  .favourite .card-hits:nth-child(3n) {
    margin-right: 0
  }
}

@media (min-width:576px) and (max-width:768px) {
  .favourite .card-hits {
    width: calc((100% / 2) - (3.3% / 2))
  }

  .favourite .card-hits:nth-child(2n) {
    margin-right: 0
  }
}

@media (max-width:992px) and (min-width:769px) {
  .diplomas__item {
    width: calc((100% / 3) - (6.6% / 3))
  }

  .diplomas__item:nth-child(3n) {
    margin-right: 0
  }
}
.d-none{
  display: none;
}
.top-header__cart{
  display: none;
}
@media (max-width: 576px) {
.top-header__cart{
  display: block;
}
}

.n7 li:nth-child(3) a{
  font-weight: 900!important;
  color: #000;
}
.n8 li:nth-child(2) a{
  font-weight: 900!important;
  color: #000;
}
.n8 li:nth-child(7) a{
  font-weight: 900!important;
  color: #000;
}

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";
.b24-widget-button-hide {
    -webkit-animation: b24-widget-hidden .3s linear forwards;
    animation: b24-widget-hidden .3s linear forwards;
}
.b24-widget-button-shadow {
    position: fixed;
    background: rgba(33,33,33,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 10100;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right, .b24-widget-button-wrapper.b24-widget-button-position-bottom-middle, .b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.b24-widget-button-visible {
    visibility: visible;
    -webkit-animation: b24-widget-button-visible 1s ease-out forwards 1;
    animation: b24-widget-button-visible 1s ease-out forwards 1;
}
.b24-widget-button-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    visibility: hidden;
    direction: ltr;
    z-index: 10150;
}
.b24-widget-button-position-bottom-right {
    right: 50px;
    bottom: 50px;
}
.b24-widget-button-position-bottom-right .b24-widget-button-popup {
    left: -320px;
    bottom: 0;
}
.b24-widget-button-popup {
    display: none;
    position: absolute;
    left: 100px;
    padding: 12px 20px 12px 14px;
    width: 312px;
    border: 2px solid #2fc7f7;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.b24-widget-button-popup-btn-hide {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23525C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.41%205.07l2.867-2.864-1.34-1.34L5.07%203.73%202.207.867l-1.34%201.34L3.73%205.07.867%207.938l1.34%201.34L5.07%206.41l2.867%202.867%201.34-1.34L6.41%205.07z%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}
.b24-widget-button-popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.b24-widget-button-popup-image {
    margin: 0 10px 0 0;
    width: 42px;
    text-align: center;
}
.b24-widget-button-popup-image-item {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.b24-widget-button-popup-name {
    font: bold 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #000;
}
.b24-widget-button-popup-description {
    margin: 4px 0 0 0;
    font: 13px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #424956;
}
.b24-widget-button-position-bottom-right .b24-widget-button-popup-triangle {
    bottom: 25px;
    right: -6px;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}
.b24-widget-button-popup-triangle {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-right: 2px solid #2fc7f7;
    border-bottom: 2px solid #2fc7f7;
}
.b24-widget-button-hide {
    -webkit-animation: b24-widget-hidden .3s linear forwards;
    animation: b24-widget-hidden .3s linear forwards;
}
.b24-widget-button-openline_livechat {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2231%22%20height%3D%2228%22%20viewBox%3D%220%200%2031%2028%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.29%2013.25V2.84c0-1.378-1.386-2.84-2.795-2.84h-17.7C1.385%200%200%201.462%200%202.84v10.41c0%201.674%201.385%203.136%202.795%202.84H5.59v5.68h.93c.04%200%20.29-1.05.933-.947l3.726-4.732h9.315c1.41.296%202.795-1.166%202.795-2.84zm2.795-3.785v4.733c.348%202.407-1.756%204.558-4.658%204.732h-8.385l-1.863%201.893c.22%201.123%201.342%202.127%202.794%201.893h7.453l2.795%203.786c.623-.102.93.947.93.947h.933v-4.734h1.863c1.57.234%202.795-1.02%202.795-2.84v-7.57c0-1.588-1.225-2.84-2.795-2.84h-1.863z%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00aeef;
    background-size: 43%;
}
.b24-widget-button-social-item {
    position: relative;
    display: block;
    margin: 0 10px 10px 0;
    width: 45px;
    height: 44px;
    background-size: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0 8px 6px -6px rgb(33 33 33 / 20%);
    -moz-box-shadow: 0 8px 6px -6px rgba(33,33,33,.2);
    box-shadow: 0 8px 6px -6px rgb(33 33 33 / 20%);
    cursor: pointer;
}
.b24-widget-button-social-tooltip {
    position: absolute;
    top: 50%;
    left: -9000px;
    display: inline-block;
    padding: 5px 10px;
    max-width: 360px;
    border-radius: 10px;
    font: 13px/15px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #000;
    background: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translate(0,-50%);
    transition: opacity .6s linear;
    opacity: 0;
    overflow: hidden;
}
.mt-15{
  margin-top: 15px;
}
ul.pagination .pagination__item--edge span{
  display: inline-block;
      color: var(--color-violet);
      transition: color .3s;
          width: 100%;

}
ul.pagination .pagination__item--edge span:hover{
  color: #fff;
}
ul.pagination span{
  font-family: Roboto, sans-serif;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      padding: 12px 20px;
      color: #fff;
      transition: color .3s;
      border: 1px solid var(--color-violet);
      background: var(--color-violet);
}
ul.pagination a{
  font-family: Roboto, sans-serif;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      padding: 13px 20px;
      color: #000;
      transition: color .3s;
      border: 1px solid var(--color-filter-border);
}
ul.pagination a:hover{
  background-color: var(--color-violet);
  color: #fff;
}
ul.pagination .pagination__item--edge a{
  border: none;
      width: 100%;
}
ul.pagination .pagination__item--edge:hover{
  background: var(--color-violet);
}
ul.pagination .pagination__item--edge:hover a{
  color: #fff;
}
ul.pagination .pagination__item--edge span{
  background: none!important;
  border: none;
}


.main__slide {
    box-sizing: content-box;
    background-color: rgb(21 180 178 / 55%);
    padding: inherit;
}
.article__slide-content {
    box-sizing: content-box;
    background-color: rgb(58 55 36 / 81%);
    padding: inherit;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width: 768px) {
  .course-our__title {
    margin-top: 15px;
}
}
@media (max-width: 375px) {
  .top-header__location {
      padding-right: 14px;
  }
}
.top-header__user{
  display: none;
}
.top-header__phone {
    margin-right: 0;
}
.top-header__favorite {
    display: none;
}
.top-header__cart {
    display: none;
}
@media (max-width: 576px) {
  .top-header__user{
    display: block;
    margin-right: 5px;
  }
  .top-header__user a{
    display: block;
  }
  /* .bottom-header__nav svg{
    display: block;
  } */
}
@media (max-width: 1440px) {
  .top-footer__info {
    margin-right: calc(min(170px, 2vw));
}
.top-footer__list:not(:last-child) {
    margin-right: calc(min(60px, 3vw));
}
}
@media (max-width: 1190px) {
  .top-footer__info {
    margin-right: calc(min(170px, 0vw));
}
.top-footer__list:not(:last-child) {
    margin-right: calc(min(60px, 0vw));
}
}
@media (max-width: 1080px) {
  .top-footer__info {
    margin-right: calc(min(170px, 0vw));
}
.top-footer__list:not(:last-child) {
    margin-right: calc(min(60px, 0vw));
}
}
@media (max-width: 992px) {
  .top-footer__info {
    margin-right: calc(min(170px, 6vw));
}
.top-footer__list:not(:last-child) {
    margin-right: calc(min(60px, 0vw));
        margin-right: 45px;
}
.top-footer {
    flex-wrap: wrap-reverse;
}
.top-footer__nav-wrap_small{
      margin: 30px 0;
      display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.top-footer__list{
  display: block!important;
}
.top-footer__nav-wrap_small .top-footer__item-nav {
    margin-bottom: 15px;
}
.top-footer__inner-wrap {
    flex-wrap: wrap;
}
}
@media (max-width: 450px) {
.top-footer__inner-wrap {
      flex-direction: column;
}
.top-footer__inner-wrap .top-footer__contacts:nth-child(2){
      flex-direction: column;
}
.top-footer__inner-wrap .top-footer__networks{
      margin-top: 15px;
          width: 100%;
}
}




@media (max-width: 992px){
  .bottom-header__item-head svg {
      position: relative;
      right: 65px;
      width: 25px;
  }
  .breadcrumbs {
    padding: 50px 0 28px 0;
      margin-bottom: 15px!important;
      background: #d7d6dc52;
  }
}
@media (min-width: 993px){
  .bottom-header__item{
    padding: 10px 0px 10px 10px;
    margin: 0px;
    height: 36px;
  }

  .bottom-header__item:hover {
      cursor: pointer;
      border-bottom: 3px solid #533780;
  }
  .active-menu{
      border-bottom: 3px solid #533780;
  }

  .bottom-header__item-head a {
      margin-right: 10px;
  }
  .breadcrumbs {
    padding: 28px 0 28px 0;
  }
  .bottom-header__item-head svg {
    margin-right: 10px;
}
}


.ambulance-icon{
      padding: 0 8px 0 0;
}

.header-callfast {
  background: #fff;
padding: 0 32px 0 18px;
}
.header-callfast::after {
  height: 10px;
      background: #0c8810;
      border-radius: 44%;
        animation: pulse 2s infinite;
        right: 15px;

}
.text-anonim::after {
      background: none;
      padding-right: 10px;

}
.header-callfast:hover {
  animation: none;
      background: #d7d6dc;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12,136,16, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(12,136,16, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(12,136,16, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(12,136,16, 0.8);
    box-shadow: 0 0 0 0 rgba(12,136,16, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(12,136,16, 0);
      box-shadow: 0 0 0 10px rgba(12,136,16, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(12,136,16, 0);
      box-shadow: 0 0 0 0 rgba(12,136,16, 0);
  }
}

.course-center{
  display: flex;
align-items: center
}
.mb-20{
      margin-bottom: 20px!important;
}
.item-3{
  flex-direction: column!important;
/* margin: 0 20px 20px 20px!important; */
}
.style-list li {
    list-style: circle!important;
    margin: 10px 0 0 20px!important;
    line-height: 26px;
}
.details__images {
    max-height: 500px!important;
    margin-top: 40px!important;
}
.style-list-2-padding li {
    margin: 15px 0 0 20px!important;
}


/* 6 steps */
.step-6-title{
  font-size: 32px;
    margin: 25px 0 15px 0;
}

.flex-parent {
  display: flex;
}
.flex-child {
  background: #ccc;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  width: 50%;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
      align-items: center;
}
.flex-child img{
  margin-right: 15px;
}
.flex-child:nth-of-type(2) {
  background: #ddd;
}
@media (max-width: 1140px) {
  .flex-parent {
    display: block;
  }
  .flex-child {
    width: 100%;
}
}
@media (max-width: 600px) {
  .flex-child {
      width: 100%;
      white-space: normal;
      text-align: left;
  }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.bg-lgreen {
    background-color: #edf6f3;
}
.table thead th {
    vertical-align: bottom;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.font-weight-bold {
    font-weight: 700!important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: 60%;
}
.text-center {
    text-align: center!important;
}



.product-course__info-item input{
  width: 100%;
height: 50px;
padding: 0 10px;
font-size: 16px;
}
.product-course__info-item p{
  font-size: 15px;

}


/*кнопка звонка*/

.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 12%;
        bottom: 10%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
  opacity: 1;
      font-size: 10px;
      text-align: center;
      /* display: flex; */
      /* justify-content: center; */
      margin: 0 3px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

@media (max-width: 992px) {
  .mobil-colum{
  }
  .course-feedback__item {
    width: calc((100% / 1) - (6.6% / 3))!important;
}
.main-wrapper {
  height: 100%;
}
}
@media (max-width: 460px) {
  .mobil-colum .top-footer__nav{
     flex-direction: column;
  }
}
@media (max-width: 460px) {
  .callback-bt {
      right: 30%;
  }
}
@media (max-width: 768px) {
  .top-header__location {
      display: none;
  }
  .ml-15-mobile{
    margin-left: 15px;
  }
}


#parent {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #6969890d;
	width: 100%;
	margin: auto;
}
#parent > div {
    width: 50%;
    height: auto;
    border: 1px solid #6969890d;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
}
#parent > div:hover {
  background: #b5b5b5c7!important;
}
#parent > div:nth-child(1){
  background: #ccccccc7;
}
#parent > div:nth-child(2){
  background: #ccc9;
}
#parent > div:nth-child(3){
  background: #cccccc69;
}
#parent > div:nth-child(4){
  background: #ccc;
}

#parent > div span {
    display: block;
    float: left;
    font-size: 32px;
    opacity: 0.4;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
    color: #fff;
}
#parent > div p {
  display: inline-block;
      padding: 14px;
}
@media (max-width:768px) {
  #parent > div {
    width: 100%;
}
}
.pt-0{
  padding-top: 0;
}
.pb-0{
  padding-bottom: 0;
}
.w-100{
  width: 100%;
}
.mb-15{
  margin-bottom: 15px!important;;
}
.warning-span {
    font-size: 18px;
    font-weight: 600;
    color: red;
}
.p-5{
  padding: 5px;
}

@media (min-width: 320px) and (max-width: 568px) {
  .modal-content {
    width: 90%;
  }
}
.section-mobile-top{
  display: none;
}
@media (max-width: 576px) {
  .section-mobile-top{
    display: block;
  }
  .section-mobile-top .phone-mobile-top .phone{
    font-family: 'Open Sans',sans-serif;
        font-weight: 500;
  }
  .section-mobile-top .phone-mobile-top .phone a{
    color: #000;
    margin-right: 35px;
  }
}

.mb-80{
  margin-bottom: 80px;
}

.ag-slide-block {
  background-color: #f7f3f2;

  overflow: hidden;
}
.ag-slide_item {
  padding: 90px 0;

  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ag-slide_img {
  display: block;
  width: 100%;
  max-width: 317px;
  margin: 0 auto;

  opacity: 0.5;

  -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide_info {
  width: 100%;
  margin: 0 auto;
  padding: 10px 8px 5px;
  background-color: #FFF;

  opacity: 0.5;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide-info_descr {
  float: left;
}
.ag-slide-info_category {
  font-size: 8px;
  display: block;
  color: #959494;
  padding-bottom: 5px;
}
.ag-slide-info_title {
  line-height: 10px;
  width: 150px;
  padding-bottom: 5px;

  font-weight: 800;
  font-size: 10px;
  color: #262626;

  will-change: transform;
}
.ag-slide-info_route {
  display: block;
  line-height: 10px;

  font-size: 8px;
  color: #959494;
}
.ag-slide-info_img {
  display: inline-block;
  width: 10px;
  height: 10px;

  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
.ag-slide-info_rate {
  float: right;
  height: 40px;
  width: 40px;
  border: 1px solid #e4d7d9;

  text-align: center;

  will-change: transform;

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.ag-slide-info_strong {
  display: block;

  font-weight: normal;
  color: #fc3b62;
}
.ag-slide-info_comments {
  letter-spacing: -0.01em;
  font-size: 6px;
}


.ag-slide-block .swiper-container {
  padding-top: 13px;
}
.ag-slide-block .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;

  z-index: 1;

  will-change: transform;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-slide-block .swiper-slide-active {
  opacity: 1;

  z-index: 2;

  will-change: transform;

  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);

  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ag-slide-block .swiper-slide-active .ag-slide_img {
  opacity: 1;

  will-change: transform;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.swiper-slide-active .ag-slide_info {
  opacity: 1;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media (max-width: 1220px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 960px) {
  .ag-slide-block .swiper-container {
    max-width: 960px;
    width: 100%;
    margin-top: -22px;
    padding-top: 0;
  }
  .ag-slide-info_title {
    width: 115px;
  }
  .ag-slide-info_rate {
    height: 37px;
    width: 37px;
  }
}

@media (max-width: 600px) {
  .ag-slide-info_title {
    width: 95px;

    font-size: 8px;
  }
  .ag-slide-info_category {
    font-size: 6px;
  }
  .ag-slide-info_route {
    font-size: 6px;
  }
  .ag-slide-info_img {
    width: 7px;
    height: 7px;
  }
  .ag-slide-info_strong {
    font-size: 14px;
  }
  .ag-slide-info_comments {
    letter-spacing: 0;
    font-size: 5px;
  }
}

@media (max-width: 560px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 470px) {
  .ag-slide-info_title {
    width: 115px;
  }
}

@media (max-width: 400px) {
  .ag-slide_img {
    width: 70%;
  }
  .ag-slide_info {
    width: 70%;
  }
  .ag-slide-info_title {
    width: 130px;
  }
  .ag-slide-info_img {
    width: 10px;
  }

  .ag-slide-block .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

/*  */



@media (min-width: 1240px) {
  .slider_reviews .slick-prev {
      right: 50%;
      margin-right: 90px;
      background: #533780 url("../img/slick-prev-1.png") center no-repeat!important;
      width: 60px;
      height: 60px;
      background-color: #533780;
      z-index: 999;
  }
  .slider_reviews .slick-next {
          left: 100%;
      margin-left: 90px;
      background: #533780 url("../img/slick-next-1.png") center no-repeat!important;
      width: 60px;
      height: 60px;
      background-color: #533780;
      z-index: 999;
  }
};

.slider_reviews .slick-arrow:hover{opacity:0.7}


.slider_reviews .item {
    width: 700px;
    max-width: 100%;
    height: 345px;
    position: relative;
    margin: 0 15px;
    padding: 31px 30px 100px 229px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(130, 130, 130, 0.14);
    border-radius: 10px;
    overflow: hidden;
}
.slider_reviews .img {
    width: 170px;
    height: 140px;
    position: absolute;
    left: 30px;
    top: 30px;
    overflow: hidden;
    border-radius: 10px;
}
.slider_reviews .popup-youtube {
    display: block;
    width: 160px;
    position: absolute;
    left: 30px;
    top: 199px;
    padding: 5px 0 0 61px;
    font-size: 14px;
    color: rgb(32, 77, 102);
    line-height: 1.0;
    text-decoration: none;
    font-weight: 500;
}
.slider_reviews .popup-youtube span {
    display: inline-block;
    margin-bottom: 7px;
    border-bottom: 1px dotted rgb(32, 77, 102);
}
.slider_reviews .popup-youtube:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgb(252, 65, 62) url("../img//play_reviews.png") center no-repeat;
}
.slider_reviews .popup-youtube:hover:before {
    background: rgb(240, 63, 60) url("../img//play_reviews.png") center no-repeat;
}
.slider_reviews_title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(32, 77, 102);
}
.slider_reviews_description {
    display: block;
    margin-bottom: 21px;
    font-size: 13px;
    color: rgb(65, 65, 65);
}
.slider_reviews p {
    display: block;
    font-size: 15px;
    color: rgb(32, 77, 102);
    line-height: 1.8;
}
.slider_reviews_href {
    display: block;
    position: absolute;
    left: 230px;
    bottom: 39px;
    padding: 10px 20px;
    border-radius: 20px;
    background: rgb(52, 136, 182);
    box-shadow: 0px 0px 29px 0px rgba(52, 136, 182, 0.29);
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.slider_reviews_href:hover{opacity: 0.8}
.slider_reviews_quotes {
    position: absolute;
    right: 30px;
    top: -14px;
    font-size: 69px;
    color: #F1F1F1;
}
.slider_reviews_quotes:before{content: "«Решение»"}
@media screen and (max-width: 950px){
    .reviews {
        max-width: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width: 729px){
    .reviews .title,
    .reviews .description {
        padding: 0 20px;
    }
    .reviews {
        padding: 40px 0 50px;
    }
    .slider_reviews .item {
        height: auto;
        margin: 0;
        padding: 30px;
    }
    .slider_reviews_href {
        display: inline-block;
        position: static;
        margin: 20px 0 30px;
    }
    .slider_reviews .img {
        position: static;
        margin-bottom: 20px;
    }
    .slider_reviews .popup-youtube {
        position: relative;
        left: auto;
        top: auto;
    }
}


.modal_div_fon {
    z-index: 5;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}


.modal_div_review {
    width: 900px;
    top: 15%;
    margin-top: 0;
    margin-left: -450px;
    padding: 0 85px;
        z-index: 999999;
}

.slider_reviews_modal .popup-youtube {

    font-size: 14px;
    color: rgb(32, 77, 102);
    line-height: 1.0;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 500;
}


.slider_reviews_modal .slick-arrow {
    position: absolute;
    top: 40%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-repeat: no-repeat;
}
.slider_reviews_modal .slick-next {
    right: -85px;
    background-image: url("../img/slick-next-1.png");
}
.slider_reviews_modal .slick-prev {
    left: -85px;
    background-image: url("../img/slick-prev-1.png");
}

.slider_reviews_modal .item {
    width: 730px;
    max-width: 100%;
    height: 510px;
    padding: 20px 30px 25px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(130, 130, 130, 0.14);
}
.slider_reviews_modal .img {
    width: 70px;
    height: 58px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 30px 20px 0;
}
.slider_reviews_modal .img img {
    width: 70px;
    height: 58px;
}
.slider_reviews_modal_title {
    width: 275px;
    max-width: 100%;
    float: left;
    font-size: 14px;
    color: rgb(65, 65, 65);
}
.slider_reviews_modal_title span {
    display: block;
    padding: 7px 0 7px;
    font-size: 17px;
    color: rgb(32, 77, 102);
}
.slider_reviews_modal_line {
    margin: 20px -30px 17px -30px;
    clear: both;
    height: 1px;
    background-color: rgb(236, 236, 236);
}

.slider_reviews_modal .popup-youtube {
    display: block;
    width: 160px;
    position: relative;
    float: left;
    padding: 5px 0 0 61px;
    font-size: 14px;
    color: rgb(32, 77, 102);
    line-height: 1.0;
    text-decoration: none;
    font-weight: 500;
}
.slider_reviews_modal .popup-youtube span {
    display: inline-block;
    margin-bottom: 7px;
    border-bottom: 1px dotted rgb(32, 77, 102);
}
.slider_reviews_modal .popup-youtube:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgb(252, 65, 62) url("../img/play_reviews.png") center no-repeat;
}
.slider_reviews_modal .popup-youtube:hover:before {
    background: rgb(240, 63, 60) url("../img/play_reviews.png") center no-repeat;
}
.slider_reviews_modal_text {
    height: 265px;
    overflow-y: auto;
}
.slider_reviews_modal_text p {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgb(32, 77, 102);
    line-height: 1.786;
}
.slider_reviews_modal_text p:last-child {
    margin-bottom: 0;
}
.slider_reviews_modal .popup-with-form {
    display: inline-block;
    padding: 12px 33px;
    margin-top: 25px;
    border-radius: 23px;
    background-color: #533780;
    box-shadow: 0px 0px 18px 0px rgba(242, 66, 66, 0.36);
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.modal_div_review .modal_close {
    right: 100px;
    z-index: 1;
}
@media screen and (max-width: 930px) {
    .modal_div_review {
        width: 100%;
        top: 120px;
        left: 0;
        margin: 0;
        padding: 0;
    }
    .slider_reviews_modal .slick-arrow {
        top: 10%;
    }
    .slider_reviews_modal .slick-next {
        right: -80px;
    }
    .slider_reviews_modal .slick-prev {
        left: -80px;
    }
    .slider_reviews_modal .item {
        position: relative;
        width: 320px;
        height: 400px;
        overflow-y: scroll;
        margin: 0 20px;
        box-sizing:border-box;
    }
    .slider_reviews_modal .popup-youtube {
        float: none;
        clear: both;
        margin-top: 20px;
    }
    .slider_reviews_modal_text {
        height: auto;
        overflow-y: visible;
    }
    .modal_div_review .modal_close {
        top: -45px;
        right: 50%;
        margin-right: -20px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
    }
    .slider_reviews_modal .img,
    .slider_reviews_modal_title {
        float: none;
    }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.modal_div_review .modal_close {
    right: 100px;
    z-index: 1;
}
.modal_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #533780;
    font-family: "OpenSansRegular";
    text-align: center;
}

.rev-more{
  display: flex;
  justify-content: center;
}
.rev-more a:first-child {
    background: #fc413e;
}
.rev-more a {
    background: #533780;
    padding: 15px;
    margin: 0 15px;
    color: #fff;
    border-radius: 5px;
}


.product-course__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	//opacity: 0.3;
  	//-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 32); /* // for IE8 */
  	//filter: alpha(opacity= 32); /* //for IE5-7 */
    //opacity: .7;
    //visibility: visible;
        //background: rgb(0 0 0 / 78%);
}
.main__slide-image picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	opacity: 0.3;
  	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 32); /* // for IE8 */
  	filter: alpha(opacity= 32); /* //for IE5-7 */
    opacity: .7;
    visibility: visible;
        background: rgb(0 0 0 / 78%);
}
.product-course__image{
  position: relative;
}
div[data-uniform-inline='{"formConfig": "form-cat"}'] {
    z-index: 9!important;
    display: flex;
    width: 28%;
    align-items: center;
    justify-content: center;
}
.product-course__main h1{
  color: #fff;
}

.bg-ff::placeholder {
  color: #fff;
}

.not-hide{
  max-height: max-content;
}
.not-hide::after{
      box-shadow: none!important;
}
.hide-text-btn{
  display: none;
}


.advantages {
    width: 1340px;
    max-width: 88%;
    min-height: 550px;
    position: relative;
    margin: 0 auto;
    padding: 51px 0 30px;
    text-align: center;
}
.advantages_line {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -62px;
    text-align: center;
    z-index: 1;
}
.advantages_line:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 71px;
    background: #FC413E;
}
.advantages .title {
    margin-bottom: 24px;
}
.advantages .description {
    margin-bottom: 60px;
}
.advantages p {
    font-size: 16px;
    color: rgb(65, 65, 65);
    line-height: 1.75;
}
.advantages p span {display: block}

.advantages ul {
    list-style-type: none;
    margin-bottom: 77px;
}
.advantages .item {
    display: inline-block;
    width: 245px;

    font-size: 16px;
    color: rgb(32, 77, 102);
    line-height: 1.688;

}
.advantages .item:before {
    content: "";
    display: block;
    height: 85px;
    margin-bottom: 27px;
    background-image: url("../img/icon-advantages-1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.advantages li:nth-child(2) .item:before{background-image:url("../img/icon-advantages-2.png");}
.advantages li:nth-child(3) .item:before{background-image:url("../img/icon-advantages-3.png");}
.advantages li:nth-child(4) .item:before{background-image:url("../img/icon-advantages-4.png");}
@media screen and (max-width: 999px){
    .advantages {
        padding: 50px 20px 30px;
    }
    .slider_advantages {
        margin: 0 20px;
    }
    .advantages .slick-arrow {
        position: absolute;
        top: 40%;
    }
    .advantages .slick-prev {
        left: -55px;
    }
    .advantages .slick-next {
        right: -55px;
    }
}

/* РїСЂРµРёРјСѓС‰РµСЃС‚РІР° С†РёС„СЂС‹
-----------------------------------------------------------------------------*/
.advantages_figures {
    width: 1340px;
    max-width: 100%;
    min-height: 466px;
    margin: 0 auto;
    padding: 95px 0 0;
    position: relative;
    background: rgb(240, 240, 240);
}
.advantages_figures_overlay {
    width: 100%;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
}
.advantages_figures_fon {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/advantages-figures.png") center bottom no-repeat;
}
.advantages_figures .inner {
    width: 50%;
    position: relative;
    float: right;
    /*padding: 37px 42px 53px;*/
    padding: 37px 42px 29px;
    background: rgb(244, 249, 251);
}
.advantages_figures .title {
    margin-bottom: 17px;
    text-align: left;
}
.advantages_figures p {
    margin-bottom: 38px;
    font-size: 15px;
    color: rgb(32, 77, 102);
    line-height: 1.867;
}
.advantages_figures ul {
    list-style-type: none;
    text-align: center;
}
.advantages_figures li {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    font-size: 15px;
    text-align: left;
    color: rgb(65, 65, 65);
    line-height: 1.6;
}
.advantages_figures li span {
    display: block;
    margin-bottom: 15px;
    font-size: 50px;
    color: rgb(252, 65, 62);
    line-height: 1.0;

}
.advantages_figures li:first-child span {color: #0E83CA;}
.advantages_figures ul li:first-child {float: left;}
.advantages_figures ul li:last-child {float: right;}
@media screen and (max-width: 999px){
    .advantages_figures:after {
        content: "";
        display: block;
        clear: both;
    }
    .advantages_figures li {
        margin: 20px;
        text-align: center;
    }
    .advantages_figures ul li:first-child,
    .advantages_figures ul li:last-child {float:none;}
}
@media screen and (max-width: 599px){
    .advantages_figures_fon {
        display: none;
    }
    .advantages_figures .inner {
        width: auto;
        float: none;
        padding: 37px 20px 53px;
    }
}

/* РїСЂРµРёРјСѓС‰РµСЃС‚РІР° С„Р°РєС‚С‹
-----------------------------------------------------------------------------*/
.advantages_facts {
    width: 1350px;
    max-width: 100%;
    min-height: 474px;
    position: relative;
    margin: 0 auto;
    padding: 61px 5px 10px;
}
.advantages_facts .title {
    width: 290px;
    max-width: 100%;
    position: absolute;
    left: 5px;
    top: 58px;
    font-size: 26px;
    text-align: left;
    line-height: 1.538;
}
.advantages_facts_text {
    margin-left: 350px;
}
.advantages_facts_text:after {
    content: "";
    display: block;
    clear: both;
}
.advantages_facts_text p {
    margin-bottom: 45px;
    font-size: 16px;
    color: rgb(32, 77, 102);
    line-height: 1.688;
}
.advantages_facts_license {
    display: inline-block;
    width: 200px;
    position: absolute;
    left: 5px;
    top: 236px;
    padding-left: 50px;
    font-size: 15px;
    color: rgb(32, 77, 102);
    line-height: 1.8;
    text-decoration: none;
}
.advantages_facts_license:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 8px;
    background: rgb(252, 65, 62) url("../img/icon-cheked.png") center no-repeat;
    border-radius: 50%;
}
.advantages_facts_license span {border-bottom: 1px dotted rgb(32, 77, 102);}
.advantages_facts ul {
    display: block;
    float: left;
    list-style-type: none;
}
.advantages_facts li {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    max-width: 100%;
    margin-right: 73px;
    margin-bottom: 30px;
    font-size: 15px;
    color: rgb(84, 84, 84);
    line-height: 1.8;
}
.advantages_facts li span {
    display: block;
    margin-bottom: 23px;
    font-size: 17px;
    color: rgb(32, 77, 102);
    line-height: 1.688;

}
.advantages_facts li span:before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #FC413E;
    margin-bottom: 21px;
}
.advantages_facts_info {
    width: 250px;
    float: left;
    margin-left: 5px;
    padding: 22px 0 0;
    text-align: center;
}
.advantages_facts_info span {
    display: block;
    margin-bottom: 43px;
    font-size: 16px;
    text-align: left;
    color: rgb(32, 77, 102);
    line-height: 1.688;

}
.advantages_facts_info a {
    display: inline-block;
    padding: 19px 25px;
    border-radius: 23px;
    background-color: rgb(252, 65, 62);
    box-shadow: 0px 0px 18px 0px rgba(242, 66, 66, 0.36);
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.0;
    text-decoration: none;
}
.advantages_facts_info a:hover {
    background-color: rgb(240, 63, 60);
}
@media screen and (max-width: 999px){
    .advantages_facts {
        padding: 50px 20px;
        overflow: hidden;
    }
    .advantages_facts_text {
        margin: 0;
    }
    .advantages_facts .title {
        position: static;
        width: auto;
        margin-bottom: 30px;
    }
    .advantages_facts_license {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin: 30px auto;
    }
    .advantages_facts ul {
        float: none;
    }
    .advantages_facts_info {
        float: none;
        width: auto;
    }
    .advantages_facts_info span {
        text-align: center;
    }
}


.advantages .slick-arrow,
.accommodations_info .slick-arrow,
.process_rehabilitation .slick-arrow,
.stages_rehabilitation .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: rgb(23 136 204); */
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #4994BD;
}
.advantages .slick-next,
.accommodations_info .slick-next,
.process_rehabilitation .slick-next,
.stages_rehabilitation .slick-next {
    background-image: url("../img/slick-next-3.png");
}
.advantages .slick-prev,
.accommodations_info .slick-prev,
.process_rehabilitation .slick-prev,
.stages_rehabilitation .slick-prev {
    background-image: url("../img/slick-prev-3.png");
}
/* .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background:#4994bd!important;
} */
.slick-arrow{
  margin-top: 0;
}
.discount-course-b0 {
    margin-bottom: 0;
}
.product-course__info-item {
    width: 100%;
}
.bg-form12{

}

.bg-form12 .teachers__descr {
    margin-bottom: 0;
    /* line-height: 75%; */
}
.slick-next:before, .slick-prev:before{
  display: none;
}
.slick-arrow{
  margin: 0;
}


.stages_rehabilitation {
    width: 1340px;
    max-width: 100%;
    min-height: 600px;
    margin: 0 auto;
    padding: 43px 0;
}
.stages_rehabilitation .title {
    margin-bottom: 25px;
}
.stages_rehabilitation .description {
    margin-bottom: 55px;
}
.stages_rehabilitation ol {
    counter-reset: li;
    list-style: none;
}
.stages_rehabilitation ol i {
    position: relative;
    display: block;
}
.stages_rehabilitation ol i:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    padding-top: 10px;
    border-radius: 0 0 20px 0;
    background-color: rgb(241, 92, 90);
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-style: normal;
}
.stages_rehabilitation .item {
    width: 312px;
    max-width: 98%;
    margin: 0 auto;
    position: relative;

    font-size: 15px;
    color: rgb(32, 77, 102);
    line-height: 1.8;
}
.stages_rehabilitation .item span {
    display: block;
    position: relative;
    margin: 34px 0 17px;
    padding: 20px 0 0;
    font-size: 17px;
}
.stages_rehabilitation .item span:before {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FC413E;
}
@media screen and (max-width: 999px){
    .slider_stages {
        margin-bottom: 90px;
    }
    .stages_rehabilitation .slick-arrow {
        position: absolute;
        bottom: -75px;
    }
    .stages_rehabilitation .slick-prev {
      left: 0;
      margin-left: -10px;
    }
    .stages_rehabilitation .slick-next {
      right: -12px;
      margin-right: 0;
    }
}

.title-price{
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}

.v-hidden{
visibility: hidden!important;
}
.not-overlay::after{
  opacity: 0;
}
.product-course__main .title-section{
  color: #fff!important;
}

.full-3 {
    width: calc((100% / 3) - (10.2% / 3))!important;
}

.product-course-descr__info-descr {
   margin-bottom: 10px;
}
.list-circle {
    margin: 0 0 0 14px;
}
.list-circle li{
    list-style: circle;
    margin-bottom: 10px;
}
.product-course-descr__info {
    display: flex;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 764px) {
  .phone-desc b{
    display: none;
  }
  .main .swiper-pagination-custom {
      bottom: 10px;
  }
}
.breadcrumbs{
}
.divider{
  display: inline-block;
  width: 40px;
  text-align: center;
  opacity: 0.6;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
.news-details__text ol{
      margin: 15px 0 15px 30px;
}
.news-details__text{
  font-family: 'Roboto', sans-serif;
}
.news-details__text{
      margin: 15px 0 15px 30px;
}
.news-details__text ul{
      margin: 15px 0 15px 30px;
}
.news-details__text ul li {
    margin: 15px 0 0 0;
    list-style: circle;
        line-height: 25px;
}
.news-details__text ol li {
    margin: 15px 0 0 0;
    list-style: circle;
}
.news-details__text h2{
  margin: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
.news-details__text h4{
  margin: 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.news-details__text h3{
  margin: 15px 0;
  font-size: 17px;
  font-weight: 600;
}
.news-details__text{
  margin-bottom: 45px;
}
.course-our__image img{
  width: 289px;
  height: 289px;
}
.mt-110{

    margin-top: 110px;

}
.mt-210{

    margin-top: 210px;

}
.adwantage-title{
  font-size: 18px;
font-weight: bold;
}
.adwantage-desc p{
  text-align: left;
}

.after-normal::after {
    background: rgb(0 0 0 / 0%)!important;
}
.course-our__image iframe{
  width: 500px;
  height: 281px;
}
.adw-6{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.adw-6 .adw-6-item{
  margin-bottom: 15px;
}
.adw-6 .adw-6-item p:first-child{
  margin-bottom: 15px;
}
.bottom-header__list{
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid black;
    background: yellow;
  }
}

@media screen and (max-width: 1024px) {
  div[data-uniform-inline='{"formConfig": "form-cat"}'] {
     width: 38%;
 }
}
@media screen and (max-width: 576px) {
  div[data-uniform-inline='{"formConfig": "form-cat"}'] {
      width: 100%;
  }
  div[data-uniform-inline='{"formConfig": "form-cat"}'] form {
      width: 100%;
  }
  .breadcrumbs__wrapper {
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: nowrap;
}
  .breadcrumbs__wrapper .breadcrumbs__phone{
    margin: 20px 0 0 0;
}
}

.different_content .row_content .content{
  margin: 0;
}

/* .app-chats {
	display: none;
} */
[class*="icon"] {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
}
.is-chats-open .app-chats__dropdown {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.is-chats-open .app-chats__toggle .icon-chats-open {
  opacity: 0;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.is-chats-open .app-chats__toggle .icon-chats-close {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.app-chats {
  position: fixed;
  z-index: 10;
  bottom: 20px; }

.app-chats__toggle {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2a77ed;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s; }
  .app-chats__toggle .icon-chats-open,
  .app-chats__toggle .icon-chats-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.25s; }
  .app-chats__toggle .icon-chats-close {
    opacity: 0;
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  .app-chats__toggle:hover {
    background: #256bd7;
    color: #fff; }

@media (max-width: 479px) {
.app-chats__toggle {
  width: 55px;
  height: 55px; }
}

.app-chats__dropdown {
  position: absolute;
  bottom: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  width: 290px;
  overflow: hidden;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px); }

.app-chats__list {
  margin: 0 -1px -1px 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .app-chats__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border-bottom: 1px solid #f2f2f0;
    border-right: 1px solid #f2f2f0; }

.app-chats__item {
  text-align: center;
  color: #343434;
  min-height: 100%;
  padding: 14px 10px 10px;
  display: block;
  transition: 0.25s;
	text-decoration: none;
	border: 0;  }
  .app-chats__item:hover {
    background: #f2f2f0;
    color: #343434; }

.app-chats__item-image {
  margin: 0 0 10px; }
  .app-chats__item-image img {
    display: inline-block;
    vertical-align: top;
    max-width: 60px; }

.app-chats__item-text {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;  }

svg.icon-chats-open {
	fill: #fff;
	width: 30px;
	height: 30px;
}
svg.icon-chats-close {
	fill: #fff;
	width: 20px;
	height: 20px;
}
/*.swiper-button-next:after, .swiper-button-prev:after {
	background-image: url(../img/ui/slider-navigation.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}*/

/*.swiper-button-next {
	background-image: url(../img/ui/slider-navigation.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}*/

.teachers__right {
	flex-grow: 1 !important;
	flex-shrink: 1 !important;
	flex-basis: 50% !important;
}

.product-course__info {
    max-width: 100% !important;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.swiper-slide .w-grid-item {
	width: 50%;
	padding: 10px;
}

.w-grid-item-h {
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto;
}


.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;

}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;

}

.about__info {
	padding-bottom: 20px;
}

.pb-80 {
	padding-bottom: 40px;
}

/* .pd__80-all {
	padding: 0px !important;
} */


.index-form {
	margin-top: 10px;
    display: inline-block;
}