.header-wrapper .main-menu {
  vertical-align: top;
  transition: all .3s ease;
}
.header-wrapper .main-menu ul:nth-child(1) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header-wrapper .main-menu ul:nth-child(1) a {
  color: #393939;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent {
  z-index: 2;
  padding: 23px 0;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #393939;
  position: relative;
  transition: all .3s ease;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent ul {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 214px;
  top: 100%;
  box-shadow: 0 19px 15px 0 rgba(0, 0, 0, 0.34);
  padding: 24px 0 24px 24px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #fff;
  text-align: left;
  transition-delay: .2s;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent ul li ul {
  position: relative;
  box-shadow: none;
  width: auto;
  padding: 0 0 0 24px;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #e22e30;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent:hover ul {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent:hover:after {
  transform: translateX(0);
  opacity: 1;
}
.header-wrapper .main-menu ul:nth-child(1) li.parent:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #e22e30;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease;
}
.header-phone {
  text-align: right;
}
.header-phone .icon {
  width: 37px;
  height: 37px;
  vertical-align: unset;
}
.header-phone .content {
  display: inline-block;
  margin-left: 10px;
}
.header-phone .content .button {
  margin-bottom: 2px;
  font-size: 12px;
  color: #235598;
  position: relative;
}
.header-phone .content .button button.open {
  position: absolute;
  top: 7px;
}
.header-phone .content .button button.open .arrow-down {
  margin-left: 4px;
  transition: -webkit-transform 0.5s ease;
  transition: transform .5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border: 5px solid transparent;
  border-top: 6px solid #e71839;
}
.header-phone .content .button .inner {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -27px;
  padding-top: 19px;
  padding-right: 30px;
  padding-bottom: 2px;
  width: 305px;
  background: #fff;
  border-radius: 5px;
  text-align: right;
  z-index: 3;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -10%, 1px);
  transform: translate3d(0, -10%, 1px);
  transition: 0.4s ease-out, -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in, 0.4s ease-out;
  transition: transform 0.4s ease-in, 0.4s ease-out, -webkit-transform 0.4s ease-in;
}
.header-phone .content .button .inner .item {
  padding-bottom: 19px;
}
.header-phone .content .button .inner .item .address {
  font-size: 12px;
  color: #235598;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.header-phone .content .button .inner .item .phone {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
  outline: 0;
}
.header-phone .content div.button:hover div.inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.header-phone .content .number {
  outline: 0;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
}
.links__item {
  position: relative;
}
.links__item:nth-child(2) {
  margin-left: 54px;
}
.links__item:nth-child(3) {
  margin-left: 54px;
}
.links__icon {
  height: 21px;
  vertical-align: middle;
}
.links__item span {
  position: relative;
  margin-left: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  transition: all .3s ease;
}
.links__item span:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e71839;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.links__item:hover span {
  color: #393939;
}
.links__item:hover span:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.links__icon {
  height: 21px;
  vertical-align: middle;
}
.header {
  position: relative;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.79);
  z-index: 1;
}
.header .header-wrapper .header-hr {
  margin: 0;
}
.header .header-wrapper .header-inner {
  padding-top: 21px;
  padding-bottom: 23px;
  /* font-size: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .header-inner .header-logo {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
}
.header .header-wrapper .header-inner .header-logo .header-icon {
  width: 179px;
  height: 48px;
}
.header .header-wrapper .header-inner .header-links {
  display: flex;
  justify-content: space-around;
  /* align-content: space-between; */
}
.header .header-wrapper .header-inner .header-links a {
  display: block;
}
.header .header-wrapper .header-inner .btn-header-order {
  width: 168px;
  height: 38px;
  background: #e22e30;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  transition: all .5s ease;
  vertical-align: middle;
}
.header .header-wrapper .header-inner .languages_switch {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
}
.header .header-wrapper .header-inner .languages_switch .mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-wrapper .header-inner .languages_switch .mod-languages ul li {
  display: block;
  font-size: 11px;
  border: 1px solid #878787;
  padding: 4px 6px 4px 6px;
  color: #878787;
  border-radius: 2px;
}
.header .header-wrapper .header-inner .languages_switch .mod-languages ul li.lang-active {
  background: #607787;
  color: #fff;
}
.header .header-wrapper .header-inner .languages_switch .mod-languages ul li.lang-active a {
  color: #fff;
}
.header .header-wrapper .header-inner .languages_switch .mod-languages ul a {
  color: #878787;
}
.card-wrapper {
  padding-top: 58px;
  padding-bottom: 64px;
}
.card-wrapper .card {
  margin-top: 34px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.card-wrapper .card .inner {
  padding: 28px 38px;
  display: flex;
}
.footer {
  background: #243955;
  border-bottom: 1px solid #415267;
  padding: 30px;
}
.footer .list .list-label {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.footer .list ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .list ul.list li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #9eaaba;
  position: relative;
  padding-left: 20px;
  transition: all .5s ease;
}
.footer .list ul.list li a {
  outline: 0;
  transition: all .5s ease;
}
.footer .list ul.list li span.address {
  display: block;
}
.footer .list ul.list li a.phone {
  font-size: 18px;
  color: #f9fafc;
}
.footer .list ul.list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer .list ul.list-clubs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .list ul.list-clubs li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #9eaaba;
  position: relative;
  transition: all .5s ease;
}
.footer .list ul.list-clubs li a {
  outline: 0;
  transition: all .5s ease;
}
.footer .list ul.list-clubs li span.address {
  display: block;
}
.footer .list ul.list-clubs li a.phone {
  font-size: 18px;
  color: #f9fafc;
}
.clubs {
  padding-top: 50px;
  padding-bottom: 50px;
}
.clubs .title {
  font-weight: 700;
  font-size: 28px;
  color: #010101;
  text-transform: uppercase;
  text-align: center;
}
.clubs .list {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clubs .list .card {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #f9fafc;
  width: 270px;
  height: 140px;
  padding-top: 30px;
  border-radius: 5px;
  border-bottom: 5px solid #5e7492;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.clubs .list .card .inner {
  text-align: center;
}
.clubs .list .card .inner .title {
  margin-bottom: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #393939;
}
.clubs .list .card .inner .phone {
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #393939;
}
.clubs .list .card .inner .phone a {
  color: #393939;
}
.clubs .list .card .inner .address {
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #393939;
}
.clubs .list .card .inner .decoration {
  position: absolute;
  top: 18px;
  right: -30px;
  width: 77px;
  height: 95px;
}
.clubs .list .card .inner .circle {
  position: absolute;
  left: -45px;
  top: -35px;
  background-color: #e22e30;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.clubs .list .card .inner .circle img {
  position: absolute;
  top: 45px;
  right: 14px;
  width: 30px;
  height: 30px;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
button {
  box-shadow: none;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: 0 0;
  padding: 0;
}
[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: 1px dotted ButtonText;
}
.app-container {
  background: #f2f4f7;
}
.breadcrumb_bg {
  background: url(../themes/prismify-bootstrap-starter-kit/assets/images/breadcrumb_bg.jpg) center center / cover no-repeat;
  height: 120px;
}
.breadcrumb_bg .breadcrumb_inner {
  padding-top: 20px;
}
.breadcrumb_bg .breadcrumb_inner .link {
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6a7484;
  display: inline-block;
  transition: opacity .5s ease;
}
.breadcrumb_bg .breadcrumb_inner .separator {
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  color: #6a7484;
}
.breadcrumb_bg .breadcrumb_inner .label {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}
