/*  
Theme Name: Theme ATSC
Theme URI: 
Description: theme for atsc
Version: 1.0
Author: 
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #1D1D1D;
  background: #F8F8F8;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #000;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 600px;
  }
}
main > .container > h1,
main > .container > h2,
main > .container > h3,
main > .container > h4,
main > .container > h5,
main > .container > h6 {
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  main > .container > h1,
  main > .container > h2,
  main > .container > h3,
  main > .container > h4,
  main > .container > h5,
  main > .container > h6 {
    margin: 20px 0;
  }
}
main > .container > p,
main > .container > ul,
main > .container > ol {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  main > .container > p,
  main > .container > ul,
  main > .container > ol {
    margin-bottom: 10px;
  }
}
main > .container > ul,
main > .container > ol {
  padding-left: 20px;
}
main h1 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 140%;
}
@media screen and (max-width: 600px) {
  main h1 {
    font-size: 32px;
    line-height: 120%;
  }
}
main h2 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 39px;
}
@media screen and (max-width: 600px) {
  main h2 {
    font-size: 29px;
    line-height: 31px;
  }
}
main h3 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 36px;
}
@media screen and (max-width: 600px) {
  main h3 {
    font-size: 26px;
    line-height: 27px;
  }
}
main h4 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 33px;
}
@media screen and (max-width: 600px) {
  main h4 {
    font-size: 23px;
    line-height: 24px;
  }
}
main h5 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  main h5 {
    font-size: 20px;
    line-height: 21px;
  }
}
main h6 {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
}
@media screen and (max-width: 600px) {
  main h6 {
    font-size: 18px;
    line-height: 19px;
  }
}
main p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 600px) {
  main p {
    font-size: 14px;
    line-height: 160%;
  }
}
main ul li {
  padding-left: 28px;
  margin-bottom: 15px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
main ul li::before {
  content: url('img/ul-list.svg');
  position: absolute;
  left: 0;
  top: 4px;
}
main ol {
  counter-reset: my-awesome-counter;
}
main ol li {
  counter-increment: my-awesome-counter;
  padding-left: 38px;
  position: relative;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
main ol li::before {
  content: counter(my-awesome-counter);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 50%;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
main a {
  color: #F86F00;
}
main a:hover {
  text-decoration: underline;
}
main strong {
  font-weight: 900;
}
main em {
  font-style: italic;
}
main figure.wp-block-table {
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 25px -12px rgba(248, 111, 0, 0.6);
}
main figure.wp-block-table table {
  border-collapse: collapse;
}
main figure.wp-block-table table thead tr {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
}
main figure.wp-block-table table thead tr th {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 12px 21px;
}
main figure.wp-block-table table tbody tr {
  background: #FFF;
}
main figure.wp-block-table table tbody tr td {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 160%;
  padding: 12px 21px;
  vertical-align: middle;
  border-right: 1px solid #E1E1E1;
}
main figure.wp-block-table table tbody tr td:last-child {
  border: 0;
}
main figure.wp-block-table table tbody tr:nth-child(even) {
  background: #F5F5F5;
}
main .btn {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 8px;
  padding: 10px 23px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  cursor: pointer;
}
main .btn::after {
  content: url('img/button-arrow.svg');
  position: relative;
  margin-left: 10px;
  top: 3px;
}
main .btn:hover {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(248, 111, 0, 0.9);
}
#totop {
  position: fixed;
  right: 150px;
  bottom: 100px;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  background: linear-gradient(315deg, rgba(234, 47, 0, 0.5) 25%, rgba(255, 138, 0, 0.5) 100%);
  border-radius: 8px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#totop:hover {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
}
@media screen and (max-width: 1600px) {
  #totop {
    right: 10px;
  }
}
header.bar_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #303030;
}
header.bar_fixed.topbar {
  top: 30px;
}
.mmenu {
  width: 25px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mmenu .line {
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  transition: 0.5s;
}
.mmenu .line1 {
  top: 0;
  right: 0;
}
.mmenu .line2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mmenu .line3 {
  bottom: 0;
  right: 0;
}
.mmmenuopen .line1 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
  height: 0;
}
.mmmenuopen .line3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
  width: 25px;
}
ul#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
ul#breadcrumbs li {
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}
ul#breadcrumbs li::before {
  content: none;
}
ul#breadcrumbs li.separator {
  color: #C63232;
}
header {
  background: #1D1D1D;
}
header .container {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  width: 120px;
}
header .container .block-menu {
  display: flex;
  align-items: center;
}
header .container .block-menu nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .container .block-menu nav > ul > li {
  margin: 0 20px;
  position: relative;
}
header .container .block-menu nav > ul > li.menu-item-has-children:hover:before {
  right: 13px;
}
header .container .block-menu nav > ul > li a {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
}
header .container .block-menu nav > ul > li .menu-arrow {
  display: inline-block;
  margin-left: 5px;
}
header .container .block-menu nav > ul > li .menu-arrow svg {
  fill: white;
  position: relative;
  bottom: 3px;
}
header .container .block-menu nav > ul > li:hover > a {
  color: #F86F00;
}
header .container .block-menu nav > ul > li:hover > .menu-arrow svg {
  transform: rotate(180deg);
}
header .container .block-menu nav > ul > li:hover > .menu-arrow svg path {
  stroke: #F86F00;
}
header .container .block-menu nav > ul > li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  background: linear-gradient(315deg, rgba(234, 47, 0, 0.9) 25%, rgba(255, 138, 0, 0.9) 100%);
  box-shadow: 0px 0px 25px -12px rgba(248, 111, 0, 0.6);
  border-radius: 8px;
	z-index: 9;
}
header .container .block-menu nav > ul > li ul.sub-menu li {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 20px;
}
header .container .block-menu nav > ul > li ul.sub-menu li a {
  white-space: nowrap;
  display: block;
}
header .container .block-menu nav > ul > li ul.sub-menu li:hover {
  color: #fff;
  background: rgba(255, 152, 68, 0.8);
  border-radius: 6px;
}
header .container .block-menu nav > ul > li ul.sub-menu li:hover svg {
  transform: rotate(180deg);
}
header .container .block-menu nav > ul > li ul.sub-menu li:hover svg path {
  stroke: #fff;
}
header .container .block-menu nav > ul > li ul.sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  height: 36px;
}
header .container .block-menu nav > ul > li ul.sub-menu li ul.sub-menu {
  left: calc(100% + 3px);
  top: 0;
}
header .container .block-menu nav > ul > li ul.sub-menu li ul.sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  width: 3px;
}
header .container .search {
  display: flex;
  align-items: center;
  height: 35px;
}
header .container .search form.search-form {
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  height: 35px;
  display: flex;
  align-items: center;
  background: #4D4D4D;
  border-radius: 8px;
}
header .container .search form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 250px;
  padding: 0 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #EAEAEA;
}
header .container .search form.search-form input.search-field::placeholder {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}
header .container .search form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
header .container .search form.search-form input[type='image'] {
  width: 35px;
  height: 35px;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 8px;
  padding: 9px;
}
header .container .search form.search-form input[type='image']:hover {
  box-shadow: 0px 0px 20px 3px #C42700;
}
header .container .search .open-search {
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 8px;
}
header .container .search .open-search::before {
  content: url('img/search.svg');
  width: 13px;
  height: 13px;
}
header .container .search .open-search:hover {
  box-shadow: 0px 0px 20px 3px #C42700;
}
header .container .search.open .open-search {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #D1D1D1;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #4D4D4D;
  border-radius: 8px 0 0 8px;
  position: relative;
}
header .container .search.open .open-search::before {
  content: '\292C';
  width: auto;
  height: auto;
}
header .container .search.open .open-search:hover {
  box-shadow: none;
  color: #fff;
}
header .container .search.open .open-search::after {
  content: '';
  width: 1px;
  position: absolute;
  top: 7px;
  bottom: 7px;
  background: #1D1D1D;
  right: 0;
}
header .container .search.open form.search-form {
  width: 280px;
  transition: 0.5s;
  border-radius: 0 8px 8px 0;
}
footer {
  background: #1D1D1D;
}
footer .footer-top {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  padding: 18px 0;
}
footer .footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .container .images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .container .images a {
  margin-left: 23px;
}
footer .footer-top .container .text p {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 6px;
}
footer .footer-top .container .text p span {
  text-transform: none;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
footer .footer-center {
  padding: 60px 0 30px;
}
footer .footer-center .container .logo-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
}
footer .footer-center .container .logo-search .logo {
  width: 111px;
  margin-bottom: 40px;
}
footer .footer-center .container .logo-search form.search-form {
  width: 320px;
  overflow: hidden;
  transition: 0.5s;
  height: 40px;
  display: flex;
  align-items: center;
  background: #4D4D4D;
  border-radius: 6px;
}
footer .footer-center .container .logo-search form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #EAEAEA;
}
footer .footer-center .container .logo-search form.search-form input.search-field::placeholder {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}
footer .footer-center .container .logo-search form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
footer .footer-center .container .logo-search form.search-form input[type='image'] {
  width: 62px;
  height: 40px;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 8px;
  padding: 9px;
  position: relative;
}
footer .footer-center .container .logo-search form.search-form input[type='image']:hover {
  box-shadow: 0px 0px 20px 3px #C42700;
}
footer .footer-center .container p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 160%;
  color: #9A9A9A;
  margin-bottom: 20px;
  text-align: center;
  max-width: 765px;
  margin: 0 auto 20px;
}
footer .footer-center .container .images {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
footer .footer-center .container .images img {
  flex: none;
  margin: 0 30px 30px 0;
  border-radius: 6px;
}
footer .footer-center .container .footer-menus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
footer .footer-center .container .footer-menus .item {
  width: 100%;
  max-width: 24%;
}
footer .footer-center .container .footer-menus .item p {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  color: #F86F00;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
footer .footer-center .container .footer-menus .item ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 225%;
  color: #BDBDBD;
}
footer .footer-center .container .footer-menus .item ul li a:hover {
  color: #F86F00;
}
footer .footer-center .container .extra-menus nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-center .container .extra-menus nav ul li {
  padding: 0 10px;
  position: relative;
}
footer .footer-center .container .extra-menus nav ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #9a9a9a;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-center .container .extra-menus nav ul li:first-child {
  padding-left: 0;
}
footer .footer-center .container .extra-menus nav ul li:last-child:after {
  content: none;
}
footer .footer-center .container .extra-menus nav ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #BDBDBD;
}
footer .footer-center .container .extra-menus nav ul li a:hover {
  color: #F86F00;
}
footer .copyright {
  padding: 16px;
  background: #1D1D1D;
}
footer .copyright p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: #828282;
}
@media screen and (max-width: 1000px) {
  header .container .search {
    display: none;
  }
  .mmenu {
    display: block;
    margin-left: auto;
  }
  header {
    position: relative;
  }
  header .container .block-menu {
    display: none;
    position: absolute;
    top: 104%;
    right: 0;
    background: #1D1D1D;
    z-index: 9;
    min-width: 270px;
    flex-direction: column;
    align-items: flex-end;
  }
  header .container .block-menu nav ul {
    display: block;
    text-align: right;
  }
  header .container .block-menu nav ul li {
    margin: 0;
    padding: 10px 20px;
  }
  header .container .block-menu nav > ul > li .menu-arrow {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background: #3D3D3D;
    border-radius: 8px;
  }
  header .container .block-menu nav > ul > li .menu-arrow svg {
    position: static;
  }
  header .container .block-menu nav > ul > li a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 160%;
    padding: 0;
  }
  header .container .block-menu nav ul li ul.sub-menu {
    position: static;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  header .container .block-menu nav ul li ul.sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 160%;
    color: #9A9A9A;
    padding: 5px;
  }
  header .container .block-menu nav > ul {
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
  header .container .block-menu nav ul li {
    display: block;
  }
  header .container .block-menu nav ul li a {
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
  }
  header .container .block-menu nav ul li.active-bg {
    background: #242424;
  }
  header .container .block-menu nav ul li.menu-item-has-children {
    position: relative;
    padding-right: 50px;
  }
  header .container .block-menu nav ul li.menu-item-has-children .menu-arrow {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  header .container .block-menu nav > ul > li ul.sub-menu li {
    display: block;
    padding: 7px 0;
  }
  header .container .block-menu nav > ul > li ul.sub-menu li.menu-item-has-children {
    padding-right: 30px;
  }
  header .container .block-menu nav > ul > li ul.sub-menu li.menu-item-has-children .menu-arrow {
    right: 0;
  }
  header .container .block-menu nav > ul > li ul.sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
  }
  header .container .block-menu nav > ul > li:hover > a {
    color: #fff;
  }
  header .container .block-menu nav > ul > li:hover > .menu-arrow svg path {
    stroke: #fff;
  }
  header .container .block-menu nav > ul > li ul.sub-menu::before,
  header .container .block-menu nav > ul > li:hover:before,
  header .container .block-menu nav > ul > li ul.sub-menu li:hover > ul.sub-menu::before,
  header .container .block-menu nav > ul > li ul.sub-menu li:hover:before {
    content: none;
  }
  header .container .block-menu nav > ul > li ul.sub-menu li:hover {
    background: transparent;
  }
  header .container .block-menu .search form.search-form {
    overflow: visible;
    width: 100%;
  }
  header .container .block-menu .search .open-search {
    display: none;
  }
  header .container .block-menu .search {
    margin-right: 0;
    margin-bottom: 20px;
    order: 1;
  }
  header .container .block-menu nav {
    width: 100%;
    order: 2;
  }
  header .container .block-menu .lang {
    order: 3;
  }
  footer .footer-center .container .right .menus {
    display: block;
  }
  footer .footer-center .container .right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-top .container {
    display: block;
  }
  footer .footer-top .container .images a {
    margin: 10px;
  }
  footer .footer-center .container {
    display: block;
  }
  footer .footer-center .container .right {
    margin-left: 0;
    margin-top: 40px;
  }
  footer .footer-bottom .container {
    flex-wrap: wrap;
  }
  footer .footer-center .container .footer-menus {
    flex-wrap: wrap;
  }
  footer .footer-center .container .footer-menus .item {
    max-width: 49%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  main ul,
  main ol {
    padding-left: 0;
  }
  footer .footer-top .container .images img {
    height: 15px;
    width: auto;
  }
  footer .footer-center .container .footer-menus .item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-center .container .footer-menus {
    margin-bottom: 0;
  }
  footer .footer-center .container .right {
    margin-top: 20px;
  }
  footer .footer-center .container .right form.search-form {
    margin-bottom: 20px;
  }
  footer .footer-center {
    padding-bottom: 20px;
  }
  footer .footer-bottom .container .item p {
    margin-bottom: 0;
  }
  footer .footer-bottom {
    margin-bottom: 20px;
  }
  header.bar_fixed.topbar {
    top: 0;
  }
  ul#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 0;
  }
  ul#breadcrumbs li {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
  }
  ul#breadcrumbs li a {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
  }
  footer .footer-center .container .extra-menus nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 45px;
  }
  footer .footer-center .container .extra-menus nav ul {
    display: block;
  }
  footer .footer-center .container .extra-menus nav ul li {
    padding: 0;
  }
  footer .footer-center .container .extra-menus nav ul li:after {
    content: none;
  }
  footer .footer-center .container .images {
    flex-wrap: wrap;
  }
  footer .footer-center .container .logo-search {
    display: block;
    text-align: center;
  }
  footer .footer-center .container .logo-search .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-center .container .logo-search .logo img {
    margin: 0 auto;
  }
  footer .footer-center .container .logo-search form.search-form {
    width: 100%;
  }
}
