/* Extra Small */
/* Small */
/* Medium */
/* Large */
body {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
}

p {
  font-family: "Open Sans", sans-serif;
}

.type-bg-1 {
  background-color: #C6D697;
}

.type-bg-2 {
  background-color: #FFF000;
}

.type-bg-3 {
  background-color: #99C9DD;
}

.type-bg-4 {
  background-color: #2C85A5;
}

.type-bg-5 {
  background-color: #68A96F;
}

.type-bg-6 {
  background-color: #95711D;
}

.type-bg-7 {
  background-color: #A66FFF;
}

.type-bg-8 {
  background-color: #E96FFE;
}

.type-bg-9 {
  background-color: #823A8E;
}

.type-bg-10 {
  background-color: #01AA81;
}

.type-bg-11 {
  background-color: #CAB025;
}

.type-bg-12 {
  background-color: #494f7a;
}

.type-bg-13 {
  background-color: #767c9f;
}

.type-bg-14 {
  background-color: #ca7c99;
}

.type-bg-15 {
  background-color: #c9b025;
}

.type-bg-16 {
  background-color: #b82c61;
}

.type-bg-17 {
  background-color: #99D689;
}

.type-bg-18 {
  background-color: #FF834B;
}

.type-bg-19 {
  background-color: #B2552C;
}

.type-bg-20 {
  background-color: #5FBEC0;
}

.type-bg-21 {
  background-color: #008B86;
}

.type-bg-22 {
  background-color: #5C4F46;
}

.type-bg-23 {
  background-color: #C4C4C4;
}

.section-header {
  border-bottom: 2px solid #C1C4D3;
}

@media (min-width: 768px) {
  .section-header {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .section-header {
    padding: 12px 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .section-header .container {
    position: relative;
  }
}

.section-header--logo {
  position: relative;
  display: inline-block;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .section-header--logo {
    position: absolute;
    width: 65px;
    margin: 0 auto;
    top: 6px;
    left: 0;
    right: 0;
  }
  .section-header--logo img {
    max-width: 100%;
  }
}

.section-header--right {
  position: relative;
  height: 40px;
  color: #666;
}

@media (min-width: 768px) {
  .section-header--right {
    display: flex;
    padding-top: 86px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-header--right .btn-default {
    display: none;
  }
  .section-header--right .btn-catalog {
    padding: 0 !important;
    width: 44px;
    height: 40px;
  }
  .section-header--right .btn-catalog .name {
    display: none;
  }
  .section-header--right .btn-catalog .icon-menu {
    margin: 0 !important;
  }
}

.section-header--right .btn-default,
.section-header--right .flex-search {
  margin-left: 30px;
}

.section-header--right .flex-nav {
  height: 40px;
}

@media (min-width: 768px) {
  .section-header--right .flex-nav {
    min-width: 370px;
  }
}

.section-header--right .flex-nav .btn {
  font-size: 18px;
  padding: 6px 20px 8px 20px;
  border-radius: 0;
}

.section-header--right .flex-nav .btn-catalog {
  color: #fff;
  background: #4b507b;
  border-color: #4b507b;
}

.section-header--right .flex-nav .btn-catalog .icon-menu {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-size: 0;
  background: url(../../style/img/icon-menu.png) no-repeat left top;
  background-size: cover;
}

.section-header--right .flex-nav .btn-catalog[aria-expanded="true"] {
  background: #b82c61;
  border-color: #b82c61;
}

.section-header--right .flex-nav .btn-catalog[aria-expanded="true"] .icon-menu {
  background: url(../../style/img/icon-close.png) no-repeat left top;
  background-size: 18px 18px;
}

.section-header--right .flex-nav .btn-default {
  background: transparent;
  border-color: transparent;
  color: #4b507b;
  padding-left: 0;
  padding-right: 0;
}

.section-header--right .flex-nav .btn-default:hover {
  text-decoration: underline;
  color: #b82c61;
}

.section-header--right .flex-search {
  flex-grow: 1;
  height: 40px;
}

.section-header--right .flex-search .input-group {
  width: 100%;
  border: 1px solid #D1D1D1;
}

.section-header--right .flex-search .input-group .form-control {
  border: none;
  height: 40px;
  font-weight: 300;
}

.section-header--right .flex-search .input-group .input-group-btn .btn {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 0;
  background: url(../../style/img/icon-search.png) no-repeat center;
}

.section-header--right .flex-search .input-group .input-group-btn .btn:hover {
  opacity: 0.9;
}

.section-header--mobile-search {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #4b507b;
  background: url(../../style/img/icon-search.png) no-repeat center;
}

@media (min-width: 768px) {
  .section-header--mobile-search {
    right: 12px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-header--mobile-search {
    right: 12px;
    top: 12px;
  }
}

.section-header .text-right {
  position: absolute;
  right: 0;
  top: 0;
}

.section-header .text-right .date {
  font-weight: 300;
  margin-bottom: 10px;
}

.section-header .text-right .time {
  text-transform: uppercase;
  font-size: 18px;
}

.section-header .dropdown-menu {
  width: 340px;
  margin: 2px 0 0;
  padding: 8px 0;
}

@media (max-width: 320px) {
  .section-header .dropdown-menu {
    width: 300px;
  }
}

.section-header .dropdown-menu .part-categories--link {
  color: #4b507b;
  margin-left: 15px;
  background: none;
}

.section-header .dropdown-menu .part-categories--link:hover {
  text-decoration: underline;
  color: #b82c61;
}

.section-header .dropdown-menu li {
  background: none;
  padding: 0;
  width: 100%;
}
