a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  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;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: local('Montserrat Black'), local('Montserrat-Black'),
    url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

h1,
.title-1 {
  color: #000000;
  font-size: 55px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 85px;
}

@media (max-width: 991px) {

  h1,
  .title-1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {

  h1,
  .title-1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
  }
}

.red {
  color: #c1976d !important;
}

.link {
  color: #c1976d;
}

.btn-fill {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  padding: 21px 30px 22px;
  text-decoration: none;
  color: #ffffff !important;
  min-height: 65px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 360px) {
  .btn-fill {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn-fill.btn-black {
  background-color: black;
}

.btn-fill.btn-black:hover {
  opacity: 0.7;
}

.btn-fill.btn-white {
  background-color: white;
}

.btn-fill.btn-white:hover {
  opacity: 0.7;
}

.btn-fill.btn-main {
  background-color: #c1976d;
  color: white;
}

.btn-fill.btn-main:hover {
  background-color: #d0b191;
}

.btn-border {
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  min-height: 65px;
  padding: 19px 30px 20px;
  border-radius: 3px;
  background-color: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
}

@media (max-width: 360px) {
  .btn-border {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.btn-border.btn-white {
  color: white;
  border-color: white;
}

.btn-border.btn-white:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-border.btn-main {
  color: #c1976d !important;
  border-color: #c1976d;
}

.btn-border.btn-main:hover {
  color: white !important;
  border-color: #d0b191;
  background-color: #d0b191;
}

.btn-border.btn-gray {
  color: #ababab !important;
  border-color: #ababab;
}

.btn-border.btn-gray:hover {
  color: white !important;
  border-color: white;
}

.btn-size-small {
  min-height: 35px;
  padding: 7px 30px 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: normal;
}

body {
  max-width: 100%;
  color: #252525;
  background-color: #fff;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26/16;
  --main: #ff7c00;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

svg,
img {
  max-width: 100%;
  max-height: 100%;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main-wrap main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-wrap .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.header {
  background-color: #0e0e0e;
}

.header__logo {
  width: 159px;
  height: 13px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .header__logo {
    max-width: 45%;
  }
}

.header__center {
  text-align: center;
  padding: 4px 0;
}

.header__right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.header__right>* {
  margin: 15px 0 15px 20px;
  display: block;
}

.header .container {
  min-height: 37px;
  width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .container>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__phone {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
}

.header__phone img {
  margin-right: 10px;
}

.header__phone:hover {
  text-decoration: underline;
}

.header .btn-size-small {
  min-height: 29px;
  padding: 4px 30px 5px;
}

@media (max-width: 767px) {
  .header .btn-size-small {
    padding: 4px 10px 5px;
  }
}

.header .btn-border {
  background-color: transparent;
}

.footer {
  background-color: #000;
  padding: 30px 0;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__logo {
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo img {
  max-width: 256px;
  max-height: 35px;
}

.popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup.js--popup-show {
  opacity: 1;
  pointer-events: auto;
}

.popup__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(102, 102, 102, 0.7);
}

.popup__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__main {
  width: 600px;
  max-width: 100%;
  padding: 45px;
  position: relative;
  z-index: 3;
  margin: auto;
}

@media (max-width: 767px) {
  .popup__main {
    padding: 15px;
  }
}

.popup__main ._input {
  width: 100%;
  height: 48px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-family: Montserrat;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.5px;
  letter-spacing: normal;
  padding: 10px 25px;
  border-radius: 3px;
  margin: 8px 0;
}

.popup__main button.btn-main.btn-fill {
  width: 100%;
  margin-top: 15px;
}

.popup__close {
  position: absolute;
  line-height: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.popup__close svg {
  fill: white;
  width: 24px;
  height: 24px;
}

.popup__close:hover {
  fill: var(--main);
}

.popup-premia-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-premia-head>* {
  margin-top: 10px;
}

.popup-premia-head ._text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

.popup-premia-head ._logo {
  width: 166px;
  height: 44px;
  margin-right: 10px;
}

.popup-premia-head ._year {
  color: #ffffff;
  font-size: 58px;
  font-weight: 300;
}

.popup-premia-head ._year span {
  color: #c1976d;
}

.popup-premia-head ._date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #ffffff;
  font-size: 21px;
  line-height: 27.23px;
  text-align: right;
}

.popup-press-head {
  margin-top: -10px;
}

.popup-press-head ._text {
  font-size: 24px;
}

.popup-press-head ._text-big {
  font-size: 30px;
}

@media (max-width: 767px) {
  .popup-press-head {
    margin-top: 40px;
  }

  .popup-press-head ._text {
    font-size: 16px;
  }

  .popup-press-head ._text-big {
    font-size: 22px;
  }
}

.svg--visa-master {
  width: 76px;
  height: 18px;
  vertical-align: middle;
  margin-top: -3px;
}

.svg--phone {
  width: 14px;
  height: 16px;
}

.svg--check {
  width: 48px;
  height: 49px;
}

.svg--read {
  width: 44px;
  height: 37px;
}

.svg--question {
  width: 50px;
  height: 50px;
}

.first {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.first-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.first-bg img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-head {
  padding: 50px 0;
}

.first-head .container {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first-head__logo {
  width: 373px;
  height: 41px;
  margin-bottom: 10px;
  margin-right: 60px;
}

.first-head__logo svg {
  width: 100%;
  height: 100%;
}

.first-head__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -13px;
  padding: 0;
}

.first-head__nav li {
  padding: 10px 13px;
}

.first-head__nav a {
  color: white;
  opacity: 1;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none !important;
}

.first-head__nav a:hover {
  opacity: 1;
}

.first-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.first-main__title {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 50px;
  margin-right: 15px;
  width: calc(100% - 300px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.first-main__title ._year {
  font-size: 161px;
  font-weight: 100;
  color: white;
  line-height: 1;
}

.first-main__title ._year span {
  color: #c99d66;
}

@media (min-width: 768px) {
  .first-main__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .first-main__title {
    margin-bottom: 30px;
    font-size: 44px;
  }
}

.first-main__logo svg {
  width: 738px;
  height: 193px;
}

.first-main__date {
  text-align: right;
  width: 285px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 40px;
  padding-left: 48px;
  position: relative;
  margin-bottom: 210px;
  color: white;
}

.first-main__actions {
  text-align: center;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-main__actions [class*='btn-'] {
  max-width: 100%;
  margin: 25px 30px 0;
}

.first-main__actions [class*='btn-'] img {
  margin-left: 4px;
  position: relative;
  top: 3px;
}

@media (min-width: 991px) {
  .first-main__actions [class*='btn-'] {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1199px) {
  .first-main__date {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .first-main .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-main__date {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .first {
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .first-head {
    display: none;
  }

  .first-main__title {
    font-size: 32px;
    margin-bottom: 0;
    width: 100%;
  }

  .first-main__title ._year {
    font-size: 100px;
  }

  .first-main__logo svg {
    width: 290px;
    height: 90px;
  }

  .first-main__date {
    margin-bottom: 0;
  }

  .first-main__date ._date {
    font-size: 20px;
  }

  .first-main__actions {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .first-main__actions [class*='btn-'] {
    width: 100%;
    margin: 10px 0;
  }

  .first-main__actions ._phone {
    margin-left: 0;
    margin-top: 30px;
  }
}

.first2 .first-main__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.first2 .first-main__logo {
  width: 567px;
  height: 148px;
  margin-right: 30px;
}

.first2 .first-main__text {
  width: 100%;
  margin-bottom: 10px;
}

.first2 .first-main__date2 {
  margin-bottom: 40px;
  display: inline-block;
  min-height: 33px;
  border-radius: 77px;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  font-family: Montserrat;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  padding: 0 45px;
  letter-spacing: normal;
}

.how {
  padding: 90px 0;
}

.how__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -25px 0;
}

.how__item {
  padding: 60px 30px;
  margin: 25px;
  text-align: center;
  width: calc(33.33% - 50px);
  border-radius: 1px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 991px) {
  .how__item {
    width: calc(50% - 50px);
  }
}

@media (max-width: 767px) {
  .how__item {
    width: calc(100% - 50px);
  }
}

.how__item ._img {
  margin-bottom: 30px;
}

.how .btn-fill {
  width: 380px;
  max-width: 100%;
  margin: 25px;
}

@media (max-width: 767px) {
  .how .btn-fill {
    display: block;
    margin: 0;
    margin-top: 25px;
  }
}

.nomin {
  background-color: #ffefe1;
  padding: 90px 0;
}

.nomin .container {
  position: relative;
  z-index: 12;
}

.nomin__bg {
  line-height: 0;
  z-index: -1;
  position: absolute;
  right: -100px;
  bottom: -90px;
  max-width: 100%;
  max-height: 100%;
}

.nomin .btn-fill {
  width: 400px;
  max-width: 100%;
}

.nomin__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nomin__item {
  width: calc(50% - 30px);
  margin: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  min-height: 105px;
  border-radius: 5px;
  border: 1px solid #c1976d;
  background-color: #ffefe1;
  margin-top: 17px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  line-height: 28px;
}

.nomin__item:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff7f1;
}

.nomin__item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .nomin__item {
    width: calc(100% - 30px);
    min-height: 60px;
  }
}

.experts {
  padding: 90px 0;
}

.experts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.experts__row .slick-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
}

.expert {
  padding: 0 30px;
  text-align: center;
}

.expert__img {
  text-align: center;
}

.expert__img img {
  margin: auto;
}

.expert__name {
  font-family: Montserrat;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.1px;
  margin-top: 9px;
}

.expert__role {
  margin-top: 5px;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.07px;
}

.about {
  padding: 100px 0 120px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .about {
    padding-top: 40px;
  }
}

.about .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .title-1 {
  margin-bottom: 20px;
}

.about .title-1 div {
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 767px) {
  .about .title-1 div {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .about .title-1 div::before {
    background-color: #fff;
    left: -90px;
    top: -90px;
    bottom: -20px;
    right: -360px;
    content: '';
    position: absolute;
    z-index: -1;
  }
}

.about__text {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  width: calc(100% - 340px);
}

.about__text a {
  color: #c1976d;
}

@media (max-width: 991px) {
  .about__text {
    padding-right: 0;
  }
}

.about__cards {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 50px;
  width: 290px;
}

.about__cards img {
  margin-bottom: 15px;
}

.about__action {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

.about__action .btn-fill {
  width: 400px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .about .container {
    display: block;
  }

  .about__text {
    width: 100%;
  }

  .about__cards {
    margin: 0;
    margin-top: 60px;
    position: static;
    width: 100%;
  }

  .about__cards img {
    width: 100%;
  }

  .about__action {
    margin-top: 30px;
  }
}

.steps {
  background-color: #e5e5e5;
  padding: 90px 0 150px;
}

.steps .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .steps {
    padding: 40px 0 90px;
  }
}

.steps__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.steps__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -60px -30px 30px;
}

@media (max-width: 767px) {
  .steps__row {
    display: block;
    margin: 0;
  }
}

.steps__item {
  width: 300px;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps__item ._num {
  color: #ffffff;
  font-size: 270px;
  height: 270px;
  max-width: 118px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -10px;
}

.steps__item ._icon {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100px;
  height: 80px;
  position: relative;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.steps__item ._icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.steps__item ._icon img._done {
  display: none;
}

.steps__item ._text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  min-height: 110px;
  padding-bottom: 20px;
}

.steps__item ._action .btn-fill {
  width: 280px;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .steps__item {
    width: 225px;
    margin: 22.5px;
  }

  .steps__item ._num {
    font-size: 202.5px;
    height: 202.5px;
    max-width: 88.5px;
    letter-spacing: -7.5px;
  }

  .steps__item ._icon {
    width: 75px;
    height: 60px;
    margin-left: 7.5px;
  }

  .steps__item ._text {
    font-size: 15px;
    line-height: 22.5px;
    min-height: 82.5px;
    padding-bottom: 15px;
  }

  .steps__item ._action .btn-fill {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .steps__item {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (min-width: 768px) {
  .steps__item--done ._icon::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 120px;
    top: 40px;
    height: 1px;
    width: 140px;
    background-color: black;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .steps__item--done ._icon::before {
    max-width: 30vw;
  }
}

.steps__item--done ._icon img._wait {
  display: none;
}

.steps__item--done ._icon img._done {
  display: block;
}

.winners {
  padding: 120px 0 90px;
  position: relative;
  z-index: 3;
}

.winners .btn-fill {
  width: 400px;
  max-width: 100%;
}

.winners__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.winners__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.winners__row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.winners__row .slick-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.winners__row .slick-arrow:hover {
  background-color: black;
  fill: white;
}

@media (max-width: 767px) {
  .winners__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
  }
}

.winners__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin: 25px;
}

@media (max-width: 767px) {
  .winners__item {
    margin: 0 3px;
  }
}

.winners .winner__img {
  margin-bottom: -10px;
}

.winners .winner__name {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  padding: 6px 12px;
  min-width: 288px;
  min-height: 38px;
  background-color: #c99d66;
  position: relative;
  z-index: 3;
  display: inline-block;
}

.winners .winner__role {
  padding: 12px;
  font-family: Montserrat;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .winners .winner__name {
    font-size: 19.5px;
    line-height: 18.75px;
    padding: 6px 9px;
    min-width: 216px;
    min-height: 28.5px;
  }

  .winners .winner__role {
    padding: 9px;
    font-size: 13.5px;
    line-height: 18.75px;
  }
}

.org {
  padding: 90px 0 10px;
  background-color: rgba(193, 151, 109, 0.2);
}

.org-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 15px 0 50px;
  gap: 50px 50px;
}

.org-row__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

.org-row__title {
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}

.org-row__title strong {
  color: #000;
}

@media (max-width: 991px) {
  .org {
    padding: 40px 0 120px;
  }
}

@media (max-width: 767px) {
  .org {
    padding: 40px 0 10px;
  }

  .org-row {
    display: block;
    margin-top: 45px;
  }

  .org-row__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.org .title-1 svg {
  margin-left: 30px;
  float: right;
  margin-top: 20px;
  width: 372px;
  height: 30px;
  max-width: 100%;
  margin-bottom: 20px;
}

.org ._text {
  margin-bottom: 60px;
  margin-top: 50px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.org ._text a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.rule {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .rule {
    padding: 40px 0;
  }
}

.rule .title-1 {
  cursor: pointer;
  margin-bottom: 60px;
}

.rule .title-1 img {
  margin-left: 30px;
  margin-bottom: -7px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .rule .title-1 img {
    margin-bottom: -15px;
  }
}

.rule._opened .title-1 img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rule__text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.rule__text strong {
  color: #000000;
  font-weight: 700;
  line-height: 26px;
}

.contacts {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .contacts {
    padding: 40px 0;
  }
}

.contacts .title-1 {
  cursor: pointer;
  margin-bottom: 60px;
}

.contacts .title-1 img {
  margin-left: 30px;
  margin-bottom: -7px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .contacts .title-1 img {
    margin-bottom: -15px;
  }
}

.contacts._opened .title-1 img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts__item {
  margin: 25px;
  width: calc(33.33% - 50px);
  text-align: center;
}

@media (max-width: 991px) {
  .contacts__item {
    width: calc(50% - 50px);
  }
}

@media (max-width: 767px) {
  .contacts__item {
    width: calc(100% - 50px);
  }
}

.contacts__item ._img {
  line-height: 0;
}

.contacts__item ._title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: white;
  background-color: #c1976d;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.contacts__item ._text {
  color: #000000;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 5px;
}

.contacts__item ._link {
  color: #c1976d;
  font-weight: 500;
  line-height: 27px;
}

.slick-arrow {
  min-width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-arrow svg {
  margin-left: -6px;
  width: 14px;
  height: 25px;
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 39px;
    height: 39px;
  }

  .slick-arrow svg {
    margin-left: -6px;
    width: 8.4px;
    height: 15px;
  }
}

.slick-arrow:hover {
  background-color: #c1976d;
  fill: white;
}

.slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.first-reg {
  position: relative;
  z-index: 2;
  padding: 50px 0 120px;
}

@media (max-width: 767px) {
  .first-reg {
    padding: 40px 0 60px;
  }
}

.first-reg__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.first-reg__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-reg__text-small {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}

.first-reg__logo svg {
  width: 297px;
  height: 78px;
}

.first-reg__year {
  font-size: 54px;
  font-weight: 300;
  color: white;
}

.first-reg__year span {
  color: #c99d66;
}

.first-reg__content {
  margin-top: 40px;
}

.first-reg__content ._title {
  margin-bottom: 20px;
  font-family: Montserrat;
  color: #ffffff;
  font-size: 69px;
  font-weight: 500;
  line-height: 84px;
}

@media (max-width: 767px) {
  .first-reg__content ._title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
  }
}

.first-reg__content ._text {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 36.5px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .first-reg__content ._text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.order__nav {
  text-align: center;
  margin: 0 -8px;
}

.order__nav-border {
  min-height: 61px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px auto;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .order__nav-border {
    width: 300px;
  }
}

.order__nav-border::before {
  left: 8px;
  right: 8px;
  top: 3px;
  bottom: 3px;
  position: absolute;
  content: '';
  border-radius: 31px;
  border: 1px solid #c4c4c4;
  pointer-events: none;
}

.order__nav-border button {
  min-width: 320px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 21px;
  font-weight: 800;
  line-height: normal;
  height: 51px;
  border-radius: 26px;
  letter-spacing: normal;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  margin: 3px 8px;
}

.order__nav-border a {
  min-width: 320px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 21px;
  font-weight: 800;
  line-height: normal;
  height: 51px;
  border-radius: 26px;
  letter-spacing: normal;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  margin: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .order__nav-border button {
    font-size: 20px;
    width: 300px;
    min-width: auto;
  }
}

.order__nav-border button:hover {
  background-color: rgba(193, 151, 109, 0.4);
}

.order__nav-border .active {
  pointer-events: none;
  height: 51px;
  color: white;
  border-radius: 73px;
  background-color: #c1976d !important;
}

.order__form {
  width: 840px;
  max-width: 100%;
  margin: auto;
}

.order__form ._body {
  padding: 45px 35px;
  background-color: #f3eae2;
}

@media (max-width: 767px) {
  .order__form ._body {
    padding: 15px;
  }
}

.order__form ._body ._label {
  min-height: 47px;
  border-radius: 3px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.order__form ._body ._label--small input {
  border: none;
  padding: 0 35px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 53px;
  border-radius: 3px;
  background-color: #ffffff;
  width: 100%;
}

.order__form ._body ._label--small input:placeholder {
  color: #8f8f8f;
}

@media (max-width: 767px) {
  .order__form ._body ._label--small input:placeholder {
    font-size: 5px;
    color: red;
  }
}

@media (max-width: 767px) {
  .order__form ._body ._label--small input {
    padding: 0 15px;
  }
}

.order__form ._body ._label-text {
  padding-left: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
  font-family: Montserrat;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: normal;
  height: 30px;
  border-right: 1px solid #e5e5e5;
}

.order__form ._body ._label-text--wide {
  width: 240px;
}

.order__form ._body ._label select {
  background-color: #fff;
  width: 100%;
  font-family: Montserrat;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: normal;
  border: none;
  outline: none;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}

.order__form ._body ._label input {
  width: 100%;
  font-family: Montserrat;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: normal;
  border: none;
  outline: none;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .order__form ._body ._label {
    display: block;
  }

  .order__form ._body ._label-text {
    width: 100%;
    padding: 5px 15px;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .order__form ._body ._label select,
  .order__form ._body ._label input {
    padding: 0 15px;
  }
}

.order__form ._body .check {
  margin: 15px 0;
  display: block;
}

.order__form ._body .check input:checked+.check-text:after {
  opacity: 1;
}

.order__form ._body .check-text {
  position: relative;
  padding-left: 36px;
  font-family: Montserrat;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.order__form ._body .check-text:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #c1976d;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 0;
  left: 11px;
}

.order__form ._body .check-text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 16px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.598' height='10.23'%3E%3Cpath d='M9.949 0L5.203 6.902 1.547 2.434 0 3.699l5.344 6.531 6.254-9.098z' fill='%23000'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 11px;
}

.order__form ._body .check-text:hover::after {
  opacity: 0.5;
}

.order__form ._footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .order__form ._footer {
    padding: 15px 0;
  }
}

.order__form ._footer ._doc-link {
  margin-bottom: 15px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat;
  color: #4c73be;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: normal;
  text-decoration: underline;
}

.order__form ._footer ._doc-link img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.order__form ._footer .btn-fill {
  margin-bottom: 15px;
  width: 341px;
  max-width: 100%;
}

.ticket {
  padding: 120px 0 90px;
  position: relative;
  z-index: 3;
  background-color: rgba(193, 151, 109, 0.2);
}

.ticket__text {
  z-index: 4;
  position: absolute;
  left: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 46px;
  font-weight: 800;
  color: white;
}

.ticket__row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.ticket__button-block {
  width: 600px;
  position: absolute;
  bottom: 30px;
  left: 65px;
}

.ticket__button-block a {
  width: 45%;
  display: block;
  float: left;
  margin-right: 4%;
}

.text__link {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 12px;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .ticket__button-block {
    width: 600px;
    position: absolute;
    bottom: 10px;
    left: 60px;
  }

  .ticket__button-block a {
    width: 45%;
    display: block;
    float: left;
    margin-right: 4%;
  }
}



@media (max-width: 768px) {
  .ticket__button-block {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
  }

  .ticket__row {
    margin: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 3;
    padding-bottom: 150px;
  }

  .ticket__button-block a {
    width: 100%;
    display: block;
    float: left;
    margin: 10px auto;
    background-color: black;
    box-sizing: border-box;
  }
}

.interview {
  padding: 60px 0;
  box-sizing: border-box;
  background-color: #ffefe1;
}

.interview__link {
  display: block;
}

.interview-slider {
  margin: auto;
}

.interview__link+.slick-center {
  transform: scale(1.5);
  transition: all 300ms ease;
}

.interview-slider-arrow {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  margin-top: 30px;
  gap: 30px;
}

.interview-slider-arrow>.slick-arrow {
  background-color: #c1976d;

}

.interview-slider-arrow>.slick-next {
  -webkit-transform: none;
  transform: none;
}

.interview-slider-arrow>.slick-arrow svg {
  margin-left: 0;

}

.interview-slider>.slick-list>.slick-track {
  padding: 80px 0;
}

@media (max-width: 991px) {

  .interview-slider>.slick-list>.slick-track {

    padding: 0;
  }

  .interview__link+.slick-center {
    transform: scale(1);
    transition: all 300ms ease;
  }
}

video[controls] {
  background-color: #c1976d;
  border-radius: 30px;
}