.container-top-navigation {
  position: relative;
  background: #ffffff;
}
.container-top-navigation > .content {
  position: static;
}
.container-top-navigation > .content > .col {
  position: static;
}
.top-nav-block ul,
.top-nav-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav-block {
  float: left;
  display: inline-block;
}
.top-nav-block li {
  float: left;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.top-nav-block li a {
  font: normal 16px/30px "PT Sans", PTsans, Arial, sans-serif;
  text-decoration: none;
  color: #a42338;
  display: block;
  padding: 10px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li a {
    font-size: 18px;
    padding: 10px 5px;
  }
}
@media (min-width: 1280px) {
  .top-nav-block li a {
    font-size: 20px;
    padding: 10px 10px;
  }
}
.top-nav-block li a:hover {
  color: #ffffff;
  background: #ce7070;
}
.top-nav-block li.parent > a {
  padding-right: 30px;
  position: relative;
}
.top-nav-block li.parent > a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  margin-top: -50px;
  width: 20px;
  height: 20px;
  background: url('/bitrix/templates/modern_red_s1_copy/images/all-icons.png') no-repeat 0 -20px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li.parent > a {
    padding-right: 40px;
  }
  .top-nav-block li.parent > a:after {
    right: 15px;
  }
}
@media (min-width: 1280px) {
  .top-nav-block li.parent > a {
    padding-right: 50px;
  }
  .top-nav-block li.parent > a:after {
    right: 20px;
  }
}
.top-nav-block li.parent > a:hover:after {
  background-position: 0 0;
}
.top-nav-block li:hover > a,
.top-nav-block li:focus > a,
.top-nav-block li.parent:hover,
.top-nav-block li > a:hover,
.top-nav-block li > a:focus,
.top-nav-block li.parent.active > a,
.top-nav-block li.parent.current > a,
.top-nav-block li.current a {
  color: #ffffff;
  background: #ce7070;
}
.top-nav-block li:hover > a:after,
.top-nav-block li:focus > a:after,
.top-nav-block li.parent:hover:after,
.top-nav-block li > a:hover:after,
.top-nav-block li > a:focus:after,
.top-nav-block li.parent.active > a:after,
.top-nav-block li.parent.current > a:after,
.top-nav-block li.current a:after {
  background-position: 0 0;
}
.top-nav-block li:hover .second-level,
.top-nav-block li:focus .second-level,
.top-nav-block li.active .second-level {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.second-level {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  background: #ce7070;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.second-level .content {
  margin: 0 auto !important;
}
.second-level ul {
  padding: 30px 20px;
}
.second-level li {
  width: 25%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.second-level li a {
  display: inline-block;
  padding: 5px 0;
  font: normal 18px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #ffffff;
}
.second-level li a:hover {
  text-decoration: underline;
  background: transparent;
}
.top-nav-block.hovered li,
.top-nav-block.hovered li a,
.top-nav-block.hovered li.parent > a:after,
.top-nav-block.hovered .second-level {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}