@charset "UTF-8";
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-animation: fade-in 0.5s linear;
  /* Safari 4+ */
  -moz-animation: fade-in 0.5s linear;
  /* Fx 5+ */
  -o-animation: fade-in 0.5s linear;
  /* Opera 12+ */
  animation: fade-in 0.5s linear;
  /* IE 10+, Fx 29+ */
}

@font-face {
  font-family: "RF-Dewi";
  src: local("RF-Dewi-Expanded-Bold"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Bold.woff2") format("woff2"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Bold.woff") format("woff"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RF-Dewi";
  src: local("RF-Dewi-Bold"), url("/_local/gorkyfilm/fonts/RFDewi-Bold.woff2") format("woff2"), url("/_local/gorkyfilm/fonts/RFDewi-Bold.woff") format("woff"), url("/_local/gorkyfilm/fonts/RFDewi-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RF-Dewi";
  src: local("RF-Dewi-Semibold"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Semibold.woff2") format("woff2"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Semibold.woff") format("woff"), url("/_local/gorkyfilm/fonts/RFDewiExpanded-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RF-Dewi";
  src: local("RF-Dewi-Regular"), url("/_local/gorkyfilm/fonts/RFDewi-Regular.woff2") format("woff2"), url("/_local/gorkyfilm/fonts/RFDewi-Regular.woff") format("woff"), url("/_local/gorkyfilm/fonts/RFDewi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-user-select: none;
  /* user-select -- это нестандартное свойство */
  -moz-user-select: none;
  /* поэтому нужны префиксы */
  -ms-user-select: none;
}

body {
  background-color: #ffffff;
  font-family: "RF-Dewi", sans-serif;
  font-weight: 600;
}

li {
  list-style-type: none;
}

a {
  font-family: "RF-Dewi-Bold", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
a :hover {
  text-decoration: none;
}

#button {
  display: inline-block;
  background: url("/_local/gorkyfilm/img/arr_up_header.png") no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #3059B1;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  background: url("/_local/gorkyfilm/img/arr_up_header.png");
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */
@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}
.container {
  padding: 0px;
  max-width: 1240px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RF-Dewi-Expanded-Bold", sans-serif;
  font-weight: 700;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.header_my {
  max-width: 1240px;
  padding: 0 px;
  margin: 32px auto;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.nav {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.nav a:hover {
  color: #ffffff;
}
.nav__item {
  padding-right: 35px;
}
.nav__item_btn {
  margin-left: 9px;
}
.nav__item_btn a {
  text-decoration: none;
}
.nav__item_btn a :hover {
  text-decoration: none;
}
.nav__link {
  color: #000614;
  text-decoration: none;
  display: flex;
  padding: 0.5rem 2rem;
}
.nav__button_ligth {
  background-color: #E9F1FF;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 46px;
  height: 46px;
  background: #E9F1FF;
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
}
.nav__button_grey {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 13px 15px 14px;
  gap: 10px;
  width: 46px;
  height: 46px;
  background: #F0F2F6;
  border-radius: 12px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-decoration: none;
  color: #99A5C0;
}
.nav__button_blue {
  background: #254DA3;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 46px;
  border-radius: 12px;
  order: 3;
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.nav__button_blue img {
  margin-left: 12px;
}

.dropdown-menu {
  top: 35px;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.show {
  border-radius: 12px;
}
.show .dropdown-item {
  font-size: 15px;
  font-weight: 600;
  color: #2F59B3;
  line-height: 50px;
}

.dropdown-item.active, .dropdown-item:hover {
  background-color: #EA3D52;
  color: white;
  line-height: 50px;
  transition: background-color 300ms, color 300ms;
}

.dropdown-menu {
  text-align: center;
  width: 313px;
}
.dropdown-menu li:first-child a:hover {
  border-radius: 12px 12px 0 0;
}

.dropdown-menu li:last-child a:hover {
  border-radius: 0 0 12px 12px;
}

.lang.show {
  width: 49px;
  min-width: 0;
  top: -3px;
  text-align: center;
}
.lang.show .lang_switch {
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  width: 47px;
  min-width: 0;
}

.lang_switch.active, .lang_switch:hover {
  line-height: 40px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #EA3D52;
}
.navbar-light .navbar-nav .nav-link:focus svg .blue, .navbar-light .navbar-nav .nav-link:hover svg .blue {
  fill: #EA3D52;
}

.nav-link {
  color: #2F59B3;
  margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #2F59B3;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #EA3D52;
}

.navbar {
  padding: 0;
}

.nav_but {
  display: flex;
  align-self: flex-end;
}

.mob_but_wrapper {
  display: none;
}

.nav__button_grey:hover {
  background-color: #EA3D52;
  color: #F5F5F5;
  border-radius: 12px 12px 0 0;
}

.nav__button_grey:active {
  border-radius: 12px 12px 0 0;
}

#search_form {
  position: absolute;
  display: flex;
  right: 125px;
  top: 12px;
  height: 48px;
}
#search_form input[type=text] {
  width: 935px;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #CCD2E0;
  box-shadow: 0px 2px 63px #CCD2E0;
  border-radius: 12px;
  font-family: "RF-Dewi-Regular", sans-serif;
  font-weight: 400;
}
#search_form input[type=text]:focus-visible {
  outline: none;
  border: 1px solid #E9F1FF;
}
#search_form input[type=submit] {
  height: 44px;
  width: 44px;
  background: url("/_local/gorkyfilm/img/find.png") no-repeat;
  position: absolute;
  border: none;
  right: -10px;
  top: 14px;
}

.ico {
  margin-right: 10px;
}

footer {
  background-color: #254DA3;
}

.footer {
  display: flex;
}
.footer .row {
  justify-content: space-between;
}

.nav-item .dropdown-menu {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.nav-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  height: 290px;
}

.dropdown {
  display: inline-block;
}

.footer .container {
  max-width: 1240px;
}
.footer .container .w {
  width: 230px;
}
.footer .container p {
  font-size: 12px;
  font-weight: 400;
  color: #CCD2E0;
  font-family: "RF-Dewi";
}

.footer__logo {
  margin-top: 35px;
  max-width: 200px;
  min-height: 37px;
  margin-bottom: 13px;
}

.btn {
  display: none;
}

.under {
  padding-left: 12.8px;
}

footer .container {
  padding: 0;
}

header .container {
  padding: 0;
}

.footer__menu {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 13px;
  color: #CCD2E0;
}
.footer__menu a {
  color: #F5F5F5;
  text-decoration: none;
}
.footer__menu li p {
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.form-control {
  font-size: 14px;
  padding: 10px;
}

.footer_row {
  margin-top: 30px;
  margin-bottom: 20px;
}

.thrid {
  margin-top: 35px;
}
.thrid p {
  color: #CCD2E0;
}
.thrid .sosial {
  display: flex;
}
.thrid .sosial div {
  width: 45px;
  height: 45px;
  border: 1px solid #CCD2E0;
  border-radius: 12px;
  margin-right: 8.89px;
  margin-bottom: 19.11px;
  padding: auto;
}
.thrid .sosial div img {
  padding: 12px;
}
.thrid .documents {
  display: grid;
}
.thrid .documents a {
  font-size: 12px;
  color: #CCD2E0;
  font-weight: 400;
  text-decoration: underline;
}

#ajaxAnswer .close {
  font-weight: 400;
  font-size: 32px;
}
#ajaxAnswer h6 {
  font-weight: 400;
  line-height: 150%;
  margin-left: 20px;
}
#ajaxAnswer .close_button {
  background: #254DA3;
  color: #ffffff;
  border-radius: 12px;
  border: none;
  width: 120px;
  height: 46px;
}

#footer_form {
  margin-top: 35px;
}
#footer_form p {
  font-size: 14px;
  font-weight: 400;
}
#footer_form .submit {
  border: none;
  background-color: #EA3D52;
  width: 295px;
  height: 46px;
  font-family: "RF-Dewi";
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
#footer_form input {
  width: 295px;
  height: 46px;
  border: 1px solid #E1E1E1;
  border-radius: 12px;
}
#footer_form input::placeholder {
  font-size: 14px;
  color: #A7A7A7;
  padding: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: " — ";
  font-family: "RF-Dewi";
  font-weight: 400;
}

.breadcrumb {
  font-family: "RF-Dewi";
  font-weight: 400;
  text-decoration: none;
  font-size: 11px;
  margin-bottom: 10px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

@media (max-width: 1238px) {
  .footer .foot_row {
    display: flex;
    flex-direction: column;
  }

  p {
    font-family: "RF-Dewi";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }

  #ajaxAnswer .modal-content {
    width: 100%;
  }

  .col-2 {
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .col-3 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .w {
    text-align: center;
  }

  .footer__menu {
    text-align: center;
    align-items: center;
  }

  .documents {
    text-align: center;
  }

  #footer_form {
    text-align: center;
  }
}
@media (max-width: 1240px) {
  .navbar-brand img {
    width: 140px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    width: 95px;
  }

  .container {
    padding: 0 18px;
  }

  .navbar {
    display: flex;
    flex-wrap: nowrap;
  }

  .btn {
    display: flex;
  }

  .modal-content {
    background-color: #fffffff2;
    width: 80%;
    margin: 0;
  }

  .modal-dialog {
    height: 100%;
    margin: 0;
  }

  .nav {
    align-items: flex-start;
  }

  .dropdown-menu {
    width: 270px;
  }

  .panel_two {
    display: flex;
    margin-top: 50px;
    margin-left: 20px;
  }

  .close {
    font-size: 40px;
    font-weight: 400;
  }

  #mobile_search_form {
    position: absolute;
    display: flex;
    right: 62px;
    height: 48px;
    background-color: #fff;
  }
  #mobile_search_form input[type=text] {
    width: 300px;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #CCD2E0;
    box-shadow: 0px 2px 63px #CCD2E0;
    border-radius: 12px;
    font-family: "RF-Dewi-Regular", sans-serif;
    font-weight: 400;
  }
  #mobile_search_form input[type=text]:focus-visible {
    outline: none;
    border: 1px solid #E9F1FF;
  }
  #mobile_search_form input[type=submit] {
    height: 44px;
    width: 44px;
    background: url("/_local/gorkyfilm/img/find.png") no-repeat;
    position: absolute;
    border: none;
    right: -10px;
    top: 14px;
  }

  .main_but {
    display: none;
  }

  .nav {
    flex-wrap: nowrap;
  }

  .mob_but_wrapper {
    margin: 0;
    display: flex;
  }

  .log_mob {
    background: url("/_local/gorkyfilm/img/enterMob.png") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
  }

  .header_my {
    margin: 18px;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .button {
    width: 30px;
    height: 40px;
    background: url("/_local/gorkyfilm/img/menu-hambuger-svgrepo-com 1.png");
    background-size: cover;
  }
}