@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

/* Links
--------------------------------------------- */
a {
  color: #0037B4;
  text-decoration: none;
}

a:visited {
  color: #0037B4;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.entry-title {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 43px;
  margin: 0 0 20px 0;
}
.entry-title a {
  color: #333;
}

.page-title {
  font-family: "Lato", sans-serif;
  margin: 0 0 20px 0;
  font-size: 30px;
}

.searh-page {
  margin-bottom: 20px;
}

.sidebar {
  background-color: rgba(191, 191, 191, 0.35);
  padding: 20px 10px;
}
.sidebar h2 {
  margin: 0;
}
.sidebar .wp-block-group {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
  text-align: center;
}

.entry-footer {
  display: flex;
  flex-direction: column;
}

/*Site header*/
.site-header__nav {
  padding: 15px 0;
  background-color: #EFEFEF;
  border-bottom: 1px solid #000;
}
.site-header__search {
  background-color: #000;
  padding: 8px 0;
}
.site-header__search .row {
  justify-content: flex-end;
}
.site-header__search .search-form {
  display: flex;
}
.site-header__search .search-submit {
  margin-left: 10px;
  padding: 6px;
  cursor: pointer;
}
.site-header__icon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
}
.site-header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-logo-link img {
  width: 180px;
}

.search-form {
  display: flex;
}

.search-submit {
  margin-left: 15px;
}

/*nav-menu*/
.menu li {
  margin-right: 30px;
}
.menu li a {
  color: #0a0a0a;
}
.menu li a:hover {
  color: #700000;
}
.menu li:last-child {
  margin-right: 0;
}

.current-menu-item a {
  color: #700000 !important;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  transition: all 300ms ease-in;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3) !important;
}
.sub-menu a {
  color: #000 !important;
}
.sub-menu li {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #dadada;
  margin-right: 0;
}
.sub-menu li:hover {
  background-color: #f5f5f5;
}
.sub-menu li:last-child {
  padding-bottom: 15px;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::before {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  background-color: #000;
  position: absolute;
  right: -10px;
  top: 14px;
  transform: rotate(-45deg);
}
.menu-item-has-children::after {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  background-color: #000;
  position: absolute;
  right: -14px;
  top: 14px;
  transform: rotate(45deg);
}

.sub-menu .menu-item-has-children:hover .sub-menu {
  right: -100%;
}

.sub-menu .menu-item-has-children::before {
  right: 10px;
  top: 24px;
  transform: rotate(45deg);
}
.sub-menu .menu-item-has-children::after {
  right: 14px;
  top: 24px;
  transform: rotate(-45deg);
}

/*site-footer*/
.site-footer {
  padding: 15px;
  background: #333333;
  border-top: 2px solid #DDDDDD;
  margin-top: 35px;
}

.site-info {
  text-align: center;
  color: #fff;
}

/*Site main*/
.site-main {
  margin-top: 40px;
}
.site-main__post-box {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 20px 15px;
  background-image: linear-gradient(14deg, #e2e2e2 0%, rgba(255, 255, 255, 0) 100%);
}
.site-main__post {
  border-right: 1px solid #000;
}
.site-main__post:last-child {
  border-right: none;
}
.site-main__title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
}
.site-main__title a {
  color: #3a3a3a;
}
.site-main__bottom-banner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.site-main__bottom-banner-title {
  font-size: 26px;
  line-height: 33px;
}

/*bottom-banner*/
.bottom-banner__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bottom-banner__item-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 29px;
}
.bottom-banner__item-text {
  text-align: center;
}

/*b-banner*/
.blue-banner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #82AAD7;
  padding: 10px 5px;
}
.blue-banner .row {
  justify-content: space-between;
}
.blue-banner__wrap {
  color: #fff;
  text-align: center;
  margin-left: 15% !important;
}
.blue-banner__text {
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
}
/*.site-main__tab*/
.site-main__tab {
  margin-top: 20px;
}
.site-main__tab-btn {
  background-color: #f6f6f6;
  color: #808285;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 33px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.site-main__tab-btn:last-child {
  margin-bottom: 0;
}
.site-main__tab-area {
  border: 1px solid #000;
  padding: 25px;
  font-size: 16px;
}
.site-main__tab-img {
  float: left;
  margin-right: 15px;
}
.site-main__tab-free {
  float: right;
  margin-top: -40px;
}
.site-main__tab-link {
  font-weight: 700;
}
.site-main__tab-btn-active {
  background: linear-gradient(to bottom, rgb(241, 241, 241), rgb(216, 216, 216));
}

/*site-main__mail*/
.site-main__mail {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
}
.site-main__mail-item:last-child {
  background-color: #F2F4F6;
  padding: 20px 30px;
}
.site-main h2.site-main__mail-title {
  margin: 0;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-size: 34px;
}
.site-main h3.site-main__mail-title {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}
.site-main__mail-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.site-main__mail-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.site-main__mail-icon {
  margin-right: 10px;
  width: 35px;
}
.site-main__mail-list {
  list-style: none;
  margin-top: 10px;
}
.site-main__mail-list li {
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 5px;
}
.site-main__mail-list li:last-child {
  margin-bottom: 0;
}

/*site-main-win */
.site-main__win {
  margin: 40px 0 30px 0;
}
.site-main__win-link {
  color: #700000 !important;
}
.site-main__win-title {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  line-height: 35px;
}
.site-main__win-img {
  float: right;
}
/*latest-post*/
.site-main__latest-post {
  margin: 40px 0;
}
.site-main__latest-post-title {
  margin: 0;
}
.site-main__latest-post-title a {
  font-size: 24px;
  color: #333;
}
.site-main__latest-post-img img {
  width: 100%;
}

/*Mob-menu*/
.mob-menu__btn {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mob-menu__btn-line {
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.mob-menu__btn-line::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -5px;
}

.mob-menu__btn-line::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
}

.mob-menu__close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 200;
  top: 70px;
  right: 20px;
  border-radius: 15px;
  border: 1px solid #fff;
  display: none;
}
.mob-menu__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  display: block;
  position: relative;
  top: 10px;
  left: 4px;
}
.mob-menu__close::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  display: block;
  position: relative;
  top: 12px;
  left: 4px;
}

.mob-menu__close-show {
  display: block;
}

/*Box-site*/
.box-site {
  border: 1px solid #bdbdbd;
  padding-left: 15px;
  padding-right: 15px;
}

@keyframes slideInRight {
  from {
    right: -300px;
    display: block;
  }
  to {
    right: 0;
    display: block;
  }
}
/*Tabs*/
.tab-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.tab-list li {
  padding: 15px;
  cursor: pointer;
  border-right: 2px solid #d1d1d1;
  /*&:first-child.tab-active{
      border-top: none;
  }
  &:last-child.tab-active{
      border-bottom: none;
  }*/
}
.tab-list li:last-child {
  margin-bottom: 0;
}

.tab-area {
  padding: 15px;
  border: 2px solid #d1d1d1;
  border-left: none;
  margin-left: -37px !important;
}
.tab-area p {
  margin: 0;
}

.tab-active {
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-right: none !important;
}

.border-line-e {
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  padding-right: 10px;
}

.border-line-b {
  border: 1px solid #000000;
  padding-left: 10px;
  padding-right: 10px;
}

.group-box {
  border: 1px solid #d1d1d1;
  padding: 15px 15px 0 15px;
}
.group-box p {
  margin: 0;
}

.dl-box p {
  margin: 0;
}
.dl-box h4 {
  margin: 0;
}

.dl-btn {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 16px;
}
.dl-btn img {
  margin-right: 10px;
}

.dl-line {
  border-bottom: 1px solid #000;
}

.border-wrap {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.bg-box {
  background-color: #f1f1f1;
}

.prod-box h2, .prod-box h3 {
  margin: 0;
}

.mob-menu {
  display: none;
}

/*Media*/
@media (max-width: 1100px) {
  .site-main__bottom-banner {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .menu li {
    margin-right: 10px;
  }
  .blue-banner .row {
    justify-content: center;
  }
  .blue-banner__wrap {
    margin-left: 15px !important;
  }
}
@media (max-width: 782px) {
  .tab-area {
    margin-left: 0 !important;
    border: 2px solid #d1d1d1;
    margin-top: -37px !important;
  }
  .tab-active {
    border: 2px solid #d1d1d1 !important;
  }
  .tab-list li {
    border-right: none;
  }
}
@media (max-width: 756px) {
  .mob-menu__btn {
    display: flex;
  }
  .menu-main-menu-container {
    position: absolute;
    top: 0;
    right: -300px;
    background-color: rgb(55, 58, 71);
    height: 100%;
    z-index: 100;
    width: 300px;
    display: none;
    transition: right 0.5s ease;
  }
  .main-navigation ul {
    flex-direction: column;
    text-align: center;
    margin-top: 120px;
  }
  .menu li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .menu li a {
    color: #fff;
  }
  .menu .current-menu-item a {
    color: #fff !important;
  }
  .main-navigation {
    width: auto;
  }
  .site-header__nav .row {
    justify-content: space-between;
  }
  .site-header__icon-box {
    width: 70px;
  }
  .custom-logo-link img {
    width: 150px;
  }
  .site-main__post {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .site-main__post:first-child {
    margin-top: 0;
  }
  .site-main__post:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-main__tab-item:first-child {
    margin-bottom: 20px;
  }
  .site-main__mail-item:first-child {
    margin-bottom: 20px;
  }
  .site-main__win-title {
    text-align: center;
  }
  .blue-banner .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .bottom-banner__item:nth-child(4),
  .bottom-banner__item:nth-child(5),
  .bottom-banner__item:nth-child(6) {
    margin-top: 20px;
  }
  .site-main .col-md-12:first-child {
    order: 2;
  }
  .site-main .col-md-12:last-child {
    order: 1;
  }
  .sidebar {
    margin-bottom: 40px;
  }
  .tab-area {
    padding: 15px;
  }
  .sub-menu {
    margin: 0 0 0 15% !important;
    background-color: rgb(55, 58, 71);
  }
  .sub-menu li {
    margin-bottom: 0;
  }
  .sub-menu li:hover {
    background-color: none;
  }
  .menu-item-has-children::before {
    right: 99px;
    background-color: #fff;
  }
  .menu-item-has-children::after {
    right: 95px;
    background-color: #fff;
  }
  .sub-menu .menu-item-has-children:hover .sub-menu {
    right: 0;
  }
  .mob-menu {
    display: block;
    position: absolute;
    top: 0;
    right: -300px;
    background-color: rgb(55, 58, 71);
    height: 100%;
    z-index: 100;
    width: 300px;
    display: none;
    transition: right 0.5s ease;
  }
  .mob-menu-show {
    right: 0;
    display: block;
    animation: slideInRight 0.5s forwards;
  }
}
@media (max-width: 576px) {
  .bottom-banner__item:nth-child(1),
  .bottom-banner__item:nth-child(2),
  .bottom-banner__item:nth-child(3) {
    margin-top: 20px;
  }
  .site-main__bottom-banner-title {
    text-align: center;
  }
  .site-main__tab-free {
    float: none;
    margin-top: 0;
  }
  body {
    font-size: 16px;
  }
  .entry-title {
    font-size: 24px;
  }
  .page-title {
    font-size: 28px;
  }
}