@media only screen and (max-width: 1600px) {
  ._container {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1400px) {
  ._navLink {
    padding: 0 22.5px;
  }

  ._categoryCard {
    padding: 15px;
  }

  ._categoryType {
    font-size: 14px;
  }

  ._categoryTitle span {
    font-size: 18px;
    line-height: 22px;
  }

  ._aboutNumber {
    font-size: 34px;
    line-height: 38px;
  }

  ._page {
    padding-right: 0;
    margin-bottom: 0;
  }

  ._postTitle {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0;
  }

  ._post {
    padding: 7.5px 0 15px;
  }

  ._pCTitle {
    font-size: 22px;
    line-height: 24px;
  }

  ._pCDesc {
    font-size: 18px;
    line-height: 22px;
  }

  ._pCPrice,
  ._pRTitle,
  ._pRPBox {
    font-size: 22px;
    line-height: 24px;
  }

  ._siteConsult {
    margin: 15px 0 30px;
  }

  ._siteConsultCard {
    padding: 15px;
  }

  ._siteConsultTitle {
    margin: 0 0 20px;
  }

  ._siteConsultC {
    flex-wrap: wrap;
  }

  ._siteConsultCI {
    margin-bottom: 15px;
  }

  ._pRCard {
    padding: 15px;
  }

  ._certificateTitle {
    font-size: 32px;
    line-height: 34px;
  }

  ._certificateDesc {
    font-size: 16px;
    line-height: 20px;
  }

  ._contactS {
    padding: 30px 0;
  }

  ._contactSC {
    padding: 15px;
  }

  ._contactSTitle {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 15px;
  }

  ._contactSItm {
    margin: 0 0 10px;
    font-size: 14px;
  }

  ._postCardRow ._postImg {
    max-width: 250px;
  }

  ._seminarName {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }

  ._alert {
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
  }

  ._feedback {
    padding: 15px 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  ._container {
    padding: 0 45px;
  }

  .table-responsive {
    overflow: scroll;
  }

  .gl-nav-item {
    width: calc(100% / 3);
  }

  ._navLink {
    padding: 0 20px;
    font-size: 14px;
  }

  ._searchActive {
    height: 56px;
    padding: 0 30px;
  }

  ._searchActive ._btnSearch {
    left: 30px;
  }

  ._searchActive input {
    margin-left: 50px;
    height: 90%;
  }

  ._btnSearch {
    width: 56px;
    height: 56px;
  }

  ._btnSearchClose {
    width: 56px;
    height: 56px;
  }

  ._mobileHeader {
    display: flex;
    align-items: center;
  }

  .mobilem {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    height: 56px;
    width: 30px;
    z-index: 90;
    cursor: pointer;
    margin-left: 30px;
  }

  .mobilem ._line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
  }

  .mobilem ._line.__1 {
    bottom: 16px;
  }

  .mobilem ._line.__2 {
    top: 16px;
  }

  .mobilem.open ._line.__1 {
    transform: rotate(45deg);
    bottom: 0;
  }

  .mobilem.open ._line.__2 {
    opacity: 0;
  }

  .mobilem.open ._line.__3 {
    transform: rotate(-45deg);
    top: 0;
  }

  ._navContainer {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    left: -100%;
    background-color: #fff;
    z-index: 300;
    overflow: hidden;
    transition: 0.5s;
  }

  ._navContainer._open {
    left: 0;
  }

  ._nav {
    flex-direction: column;
  }

  ._navLink {
    height: 50px;
  }

  ._navIcon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    border-top: 1px solid rgba(216, 216, 216, 0.4);
  }

  ._navIcon svg {
    fill: #000;
  }

  ._navSub {
    top: 0;
    left: 0;
    height: 100vh;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    background: #f3f3f3;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.4s ease;
  }

  ._navSubHeader {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px 0 30px;
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  }

  ._navSubHeader svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  ._navSubLink {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #000;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  }

  ._navItem {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  }

  ._navItem._active ._navSub {
    z-index: 1;
    transform: translate3d(0, 0, 0);
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 299;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
  }

  main {
    margin-top: 115px;
  }

  ._sliderMeta {
    font-size: 20px;
    line-height: 24px;
  }

  ._sliderTitle {
    font-size: 32px;
    line-height: 36px;
  }

  ._sliderIntro {
    font-size: 26px;
    line-height: 30px;
  }

  ._sliderDesc {
    font-size: 16px;
    line-height: 20px;
  }

  ._categoryItem {
    width: 25%;
    margin-bottom: 15px;
  }

  ._pCInfo {
    flex-direction: column-reverse;
    padding-left: 20px;
  }

  ._pCBox {
    padding: 0;
    margin-top: 15px;
  }

  ._pCDesc {
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0;
  }

  ._pRCard {
    flex-direction: column;
    align-items: flex-start;
  }

  ._pRInfo {
    margin-bottom: 30px;
  }

  ._postBig ._postTitle {
    font-size: 24px;
    line-height: 28px;
  }

  ._postBig ._postDesc {
    font-size: 16px;
    line-height: 21px;
  }

  ._categoryListBox {
    margin: 0;
  }

  ._categoryListItm {
    margin-bottom: 10px;
    font-size: 14px;
  }

  ._categoryILognPage {
    width: 50%;
  }

  ._categoryTitle span {
    font-size: 16px;
    line-height: 19px;
  }

  ._categoryListImg ._categoryListBox {
    width: calc(100% - 100px);
  }

  ._categoryImg {
    max-width: 100px;
  }

  ._product {
    padding: 30px 0;
  }

  ._productPrice {
    margin-bottom: 30px;
  }

  ._productTitle {
    font-size: 20px;
    line-height: 24px;
  }

  ._productNew {
    font-size: 18px;
  }

  ._postCardRow {
    flex-direction: column;
  }

  ._postCardRow ._postImg {
    max-width: 100%;
    width: 100%;
  }

  ._postCardRow ._postBody {
    padding: 0;
    margin-top: 15px;
  }

  ._seminarName {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  ._seminarLI {
    font-size: 14px;
    margin: 0 0 10px;
  }

  ._information._pL-60 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .scroll-hand-container {
    display: flex;
  }

  ._container {
    padding: 0 30px;
  }

  .gl-nav-item {
    width: 50%;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li svg {
    width: 10px;
    height: 10px;
  }

  ._sectionTitle {
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0;
  }

  .header-contact {
    position: relative;
  }

  .btn-header-contact {
    display: block;
  }

  ._address {
    display: none;
  }

  ._contactRow {
    position: absolute;
    width: 200px;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
  }

  ._contactRow.open {
    opacity: 1;
    visibility: visible;
  }

  ._contactLink {
    margin: 10px 0 0;
  }

  ._sliderItem {
    z-index: 1;
    color: #FFFFFF;
  }

  ._sliderItem:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  ._sliderIntro {
    color: #FFFFFF;
  }

  ._sliderDesc {
    color: #FFFFFF;
  }

  ._aboutInfo {
    padding: 0;
  }

  ._aboutIcon img {
    margin: 50px 30px 40px;
    max-width: 200px;
  }

  ._aboutStat {
    margin-top: 50px;
    padding: 30px 0;
    max-height: 400px;
    position: relative;
  }

  ._categoryItem {
    width: calc(100% / 3);
  }

  ._postImg {
    width: 100%;
  }

  ._postBig ._postTitle {
    font-size: 22px;
    line-height: 24px;
  }

  ._pCTitle {
    font-size: 18px;
    line-height: 22px;
  }

  ._pCDesc {
    font-size: 14px;
    line-height: 18px;
  }

  ._pCPrice,
  ._pRTitle,
  ._pRPBox {
    font-size: 18px;
    line-height: 22px;
  }

  ._categoryHalw {
    margin: 0 0 15px;
  }

  ._errorContainer {
    max-width: 100%;
    padding: 30px 0 10px;
  }

  ._errorTitle {
    font-size: 50px;
    line-height: 56px;
  }

  ._errorDesc {
    font-size: 22px;
    line-height: 26px;
  }

  ._alert {
    font-size: 18px;
    line-height: 22px;
  }

  ._information._pL-60 {
    padding-left: 20px;
  }

  ._formFeedback {
    max-width: 80%;
  }
}

@media only screen and (max-width: 776px) {
  ._feedback ._container {
    flex-direction: column-reverse;
  }

  .app-banners {
    flex-direction: row;
    margin-top: 30px;
    overflow: auto;
  }

  .app-banner__item {
    margin: 0 7.5px 0;
  }

  ._seo-active ._seo-title {
    font-size: 14px;
    line-height: 14px;
  }

  ._seo-active svg {
    width: 14px;
    height: 14px;
  }

  .gl-nav-slink {
    font-size: 13px;
  }

  ._formBtnGroup {
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  ._formBtnGroup ._btn {
    margin-top: 10px;
  }

  body {
    font-size: 14px;
    line-height: 18px;
  }

  h1,
  ._certificateTitle,
  ._sidebarTitle {
    font-size: 24px;
    line-height: 26px;
  }

  h2 {
    font-size: 21px;
    line-height: 23px;
  }

  h3,
  h4,
  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  input {
    height: 60px;
  }

  ._alert {
    margin: 15px 0;
    font-size: 16px;
    line-height: 21px;
  }

  ._formGroup {
    margin-bottom: 10px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
  }

  ._container {
    padding: 0 15px;
  }

  ._vacancyContact {
    margin-bottom: 25px;
  }

  ._sectionHeader._sectionMeta {
    flex-direction: column;
    align-items: flex-start;
  }

  ._sectionHeader {
    padding: 10px 0;
  }

  ._sectionTitle {
    font-size: 24px;
    line-height: 26px;
  }

  ._liMetaItem {
    font-size: 16px;
    line-height: 20px;
  }

  ._btn {
    height: 50px;
    padding: 0 20px;
  }

  ._popup-header {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  ._popup-body {
    padding: 15px 7.5px;
  }

  .tab-list {
    margin: 0 0 15px;
    overflow: auto;
  }

  .tab-link {
    padding: 0px 10px;
    height: 40px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tab-content-item {
    padding: 0 0 15px;
  }

  ._searchActive {
    padding: 0 15px;
  }

  ._searchActive ._btnSearch {
    left: 10px;
  }

  ._sliderItem {
    padding: 20px;
  }

  ._sliderMeta {
    font-size: 18px;
    line-height: 22px;
  }

  ._sliderTitle {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0 15px;
  }

  ._sliderIntro {
    font-size: 22px;
    line-height: 24px;
  }

  ._sliderDesc {
    font-size: 14px;
    line-height: 16px;
  }

  ._categories {
    padding: 30px 0 20px;
  }

  ._categoryItem {
    width: 50%;
  }

  ._about {
    padding: 10px 0 50px;
  }

  ._aboutDesc {
    font-size: 14px;
    line-height: 18px;
  }

  .post-b-image img {
    height: auto;
  }

  .post-btn {
    margin-top: 10px;
  }

  .post-meta-container {
    margin-top: 10px;
  }

  .post-meta {
    font-size: 12px;
  }

  ._postItem {
    margin-bottom: 20px;
  }

  ._postTitle {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
  }

  ._postDesc {
    font-size: 14px;
    margin: 0;
  }

  ._postBig ._postTitle {
    font-size: 18px;
    line-height: 22px;
  }

  ._postBig ._postDesc {
    font-size: 14px;
    line-height: 18px;
  }

  ._errorTitle {
    font-size: 40px;
    line-height: 46px;
  }

  ._errorDesc {
    font-size: 18px;
    line-height: 22px;
  }

  ._carrierTitle {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }

  ._certificateImages {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -7.5px;
    margin-bottom: 15px;
  }

  ._certificateImages a {
    width: 50%;
    height: auto;
    padding: 0 7.5px;
    margin: 0 0 15px;
  }

  ._certificateContainer {
    margin: 30px 0 30px;
  }

  ._certificateDesc {
    font-size: 14px;
    line-height: 18px;
  }

  ._categoryIPage {
    width: 50%;
    margin-bottom: 15px;
  }

  ._categoryIMan {
    width: 50%;
    margin-bottom: 15px;
  }

  ._categoryListItm {
    margin-bottom: 5px;
    font-size: 13px;
  }

  ._categoryListImg {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  ._categoryListImg img {
    display: block;
    margin: 15px auto;
  }

  ._productGallery {
    width: 120px;
    padding-right: 10px;
  }

  ._productInfo {
    width: calc(100% - 120px);
  }

  ._productPrice {
    margin-bottom: 5px;
  }

  ._information._pL-60 {
    padding: 0;
  }

  ._productSubTitle {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 2px;
  }

  ._product ._contactPhones {
    max-width: 100%;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  ._product ._contactPhones span {
    margin: 0 0 15px;
  }

  ._formFeedback {
    max-width: 100%;
  }

  ._pagination a {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
}


@media only screen and (max-width: 576px) {
  svg {
    width: 20px;
    height: 20px;
  }
  
  ._btn {
    font-size: 14px;
    line-height: 18px;
  }

  ._btnMobileSearch {
    display: block;
  }

  ._formGroup {
    margin-bottom: 5px;
  }

  input {
    height: 50px;
  }

  select,
  input,
  textarea {
    border-radius: 5px;
  }

  ._btn {
    height: 40px;
  }

  .sort-container {
    margin-bottom: 15px;
  }

  .sort-container label {
    font-size: 14px;
  }

  .sort-container select {
    font-size: 13px;
  }

  .product-status__list {
    width: 100%;
    margin: 0 0 10px;
  }

  ._post ._sectionHeader h1,
  ._information ._sectionHeader h1,
  ._page ._sectionHeader h1 {
    margin-top: 0;
  }

  ._searchForm {
    opacity: 0;
    visibility: hidden;
  }

  ._searchForm._searchActive {
    opacity: 1;
    visibility: visible;
  }

  .gl-nav-item {
    width: 100%;
  }

  ._contactRow ._contactLink:nth-child(2) {
    margin-left: 0;
  }

  ._sectionTitle,
  h1 {
    font-size: 20px;
    line-height: 23px;
  }

  h1,
  ._sidebarTitle {
    font-size: 18px;
    line-height: 22px;
  }

  h2,
  ._productSubTitle {
    font-size: 16px;
    line-height: 21px;
  }

  h3,
  h4,
  h5 {
    font-size: 15px;
    line-height: 19px;
  }

  ._locationBox ._address {
    display: none;
  }

  ._contactRowTitle {
    display: none;
  }

  ._contactLink:first-of-type {
    margin-left: 0;
  }

  ._slider {
    display: none;
  }

  ._sliderItem {
    padding: 15px 15px 60px;
  }

  ._alert {
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    border-radius: 5px;
  }

  ._certificateTitle {
    font-size: 16px;
    line-height: 21px;
  }

  ._postBig {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  ._postItem {
    margin-bottom: 15px;
  }

  ._postBig ._postTitle {
    font-size: 16px;
    line-height: 21px;
  }

  ._contactRow,
  ._seo-list,
  ._categoryCard,
  .post-card,
  .post-p-image,
  ._seminarImg,
  ._siteConsultCard {
    border-radius: 5px;
  }

  .post-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .post-body {
    padding: 12px 7.5px;
  }

  .post-b-image {
    width: 100%;
    border-radius: 0;
  }

  .post-b-image img {
    border-radius: 5px;
  }

  .post-b-body {
    width: 100%;
    padding: 5px 0 0;
  }

  .post-b-title {
    font-size: 16px;
    line-height: 21px;
  }

  .post-b-desc {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }

  .post-b-card {
    flex-direction: column;
  }

  .post-p-title {
    font-size: 16px;
    line-height: 21px;
  }

  .post-p-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .post-btn {
    display: none;
  }

  ._carrierTitle {
    font-size: 14px;
    line-height: 18px;
  }

  ._categoryItem {
    padding: 0 7.5px;
  }

  ._categoryIcons {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }

  ._categoryIcon {
    margin: 0 2.5px;
    max-width: 20px;
  }

  ._categoryIconM {
    margin: 0 2.5px;
  }

  .category-card-icon {
    width: calc(100% - 39px);
  }

  .category-icon {
    bottom: 7.5px;
    right: 15px;
  }

  .category-icon svg {
    width: 15px;
    height: 15px;
  }

  ._aboutNumber {
    font-size: 24px;
    line-height: 26px;
  }

  ._aboutStat {
    margin-top: 30px;
    padding: 20px 0 30px;
  }

  ._aboutIcon img {
    margin: 40px 20px 20px;
    max-width: 180px;
  }

  ._siteConsultCI {
    width: 100%;
  }

  ._siteConsultTitle {
    font-size: 18px;
    line-height: 22px;
  }

  ._pCPrice,
  ._pRTitle,
  ._pRPBox,
  ._pCTitle {
    font-size: 16px;
    line-height: 20px;
  }

  ._pRPBox {
    flex-wrap: wrap;
  }

  ._pRISale {
    width: 50px;
    margin-right: 5px;
  }

  .span-badge {
    width: 46px;
    height: 46px;
    font-size: 11px;
  }

  ._pCImage {
    width: 120px;
  }

  ._pCInfo {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
  }

  ._errorTitle {
    font-size: 30px;
    line-height: 36px;
  }

  ._errorDesc {
    font-size: 16px;
    line-height: 21px;
  }

  ._contactSItm {
    margin: 0px 0 15px;
    font-size: 12px;
  }

  ._categoryTitle._categoryTitleArr {
    align-items: flex-start;
    flex-direction: column;
  }

  ._categoryTitle svg {
    margin-top: 20px;
  }

  ._categoryListItm {
    font-size: 12px;
  }

  ._categoryILognPage {
    width: 100%;
  }

  ._postBig ._postCard {
    flex-direction: column;
  }

  ._postBig ._postImg {
    width: 100%;
  }

  ._postBig ._postBody {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  ._categoryHalw {
    width: 100%;
  }

  ._seminarInfo {
    padding: 0;
    margin-top: 15px;
  }

  ._navSocial a {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .section-header__actions {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block_center {
    width: 90%;
    margin: 0px 0px 0 0px;    
}
  ._formFeedback {
    max-width: 400px;
}

  .section-header__actions ._btn {
    padding: 0;
  }

  .section-header__actions ._btn svg {
    margin-right: 5px;
  }

  ._sectionTitle,
  h1,
  ._productTitle {
    font-size: 18px;
    line-height: 22px;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
    line-height: 19px;
  }

  ._productNew {
    font-size: 16px;
  }

  ._sliderMeta {
    font-size: 16px;
    line-height: 20px;
  }

  ._sliderTitle {
    font-size: 22px;
    line-height: 24px;
  }

  ._sliderIntro {
    font-size: 18px;
    line-height: 22px;
  }

  ._categoryCard {
    padding: 7.5px;
    min-height: 70px;
  }

  ._categoryType {
    font-size: 12px;
  }

  ._categoryTitle span {
    font-size: 14px;
    line-height: 16px;
  }

  ._aboutIcon img {
    margin: 40px 20px 20px;
    max-width: 115px;
  }

  ._aboutNumber {
    font-size: 18px;
    line-height: 22px;
  }

  ._aboutNDesc {
    font-size: 13px;
  }

  ._footerContainer {
    flex-direction: column;
    align-items: flex-start;
  }

  ._navSocial {
    margin-top: 15px;
  }

  ._navSocial a:first-of-type {
    margin-left: 0;
  }

  ._licenseBody {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 440px) {
  ._categoryTitle svg {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .post-p-image {
    border-radius: 5px;
  }
}

@media (min-width: 576px) {
  iframe {
    min-height: 250px;
  }

  ._btnMobileSearch {
    display: none;
  }

  .container,
  .container-sm {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .m-header {
    display: none;
  }

  .btn-header-contact {
    display: none;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  ._mobile-btn {
    display: none;
  }

  iframe {
    min-height: 445px;
  }
}

@media (min-width: 1200px) {
  .product-page {
    padding-right: 60px;
  }

  .mobilem {
    display: none;
  }

  ._navSub {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    position: absolute;
    top: calc(100% + 9px);
    background: #FFFFFF;
    border: 1px solid #ddd;
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.07);
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 10;
    border-radius: 10px;
    transition: 0.5s;
  }

  ._navSub:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom: 9px solid white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  }

  ._navSub:after {
    content: "";
    position: absolute;
    left: 30px;
    top: -19px;
    border: 9px solid transparent;
    border-bottom: 9px solid #ddd;
    z-index: -1;
  }

  ._navSubLink {
    display: block;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #002E57;
  }

  ._navSubLink:hover {
    cursor: pointer;
    color: #5CB965;
  }

  ._navSubHeader {
    display: none;
  }

  ._navItem {
    position: relative;
  }

  ._navItem:hover ._navSub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  ._container {
    max-width: 1400px;
  }
}

