    /* header */
    .header {
      background-color: #131314;
      border-bottom: 4px solid #F8E252;
      padding: 15px 0 16px;
      position: relative;
      z-index: 101;
    }

    .header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
    }

    .header .container {
      max-width: 1338px;
    }

    .header .logo {
      margin-right: 30px;
    }

    .logo img {
      margin-bottom: 0;
    }

    .header_left,
    .header_right {
      -ms-align-items: center;
      align-items: center;
    }

    .header_left {
      justify-content: flex-start;
    }

    .header_right {
      justify-content: flex-end;
    }

    /* popup */
    .popup__overly {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      overflow: hidden;
      background: rgba(19, 19, 20, .9);
    }

    .popup .btn__close {
      position: absolute;
      content: "";
      top: 80px;
      right: 30px;
      width: 20px;
      height: 20px;
      background: url("../img/sprite.svg#close") no-repeat;
    }

    .popup__block {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
    }

    .popup__overly .heading {
      color: #FFFFFF;
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      white-space: nowrap;
      margin-bottom: 30px;
    }

    .popup__open {
      height: 100%;
      width: 100%;
      padding: 20px;
    }

    @media screen and (max-width: 768px) {
      .popup .btn__close {
        top: 20px;
        right: 20px;
      }

      .popup .heading {
        font-size: 20px;
        line-height: 28px;
      }
    }

    /* popup search */
    .popup.popup__search {
      display: block;
    }

    .btn__popup__search {
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/sprite.svg#search") no-repeat;
    }

    .popup__block .form__search label {
      position: relative;
      display: block;
      height: 42px;
      margin-bottom: 30px;
    }

    .popup__block .form__search label span {
      position: absolute;
      right: 15px;
      top: calc(50% - 10px);
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/sprite.svg#search") no-repeat;
    }

    .popup__block .form__search input {
      height: 42px;
      width: 542px;
      background-color: #131314;
      border-radius: 5px;
      border: 1px solid #55575f;
      line-height: 42px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
    }

    .popup__block .form__search .btn__search {
      transition: none;
      background-color: #FFE11D;
      border-bottom: 4px solid #D9C43F;
    }

    .popup__block .form__search .btn__search:hover {
      top: 4px;
      border-bottom: none;
      background: #FFE84F;
    }

    @media screen and (max-width: 768px) {
      .popup__block .form__search input {
        width: 100%;
      }
    }

    /* lang */
    .btn__lang {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      text-transform: uppercase;
      color: #EFF5ED;
      font-size: 16px;
      font-weight: 500;
      margin-left: 25px;
    }

    .btn__lang:hover {
      color: #fff;
    }

    .popup.popup__lang {
      display: block;
    }

    .lang__en {
      margin-bottom: 20px;
    }

    .lang__en:last-child {
      margin-bottom: 0;
    }

    .lang__en a {
      display: block;
      font-size: 24px;
      font-weight: 400;
      line-height: 27px;
      text-align: center;
      color: rgba(255, 255, 255, .8);
    }

    .lang__en a:hover {
      color: #fff;
    }

    .navigation__mob {
      display: none;
    }

    /* navigation */
    .header_left {
      justify-content: flex-start;
    }

    .menu__link {
      margin: 0 20px;
    }

    .a__link {
      display: block;
      font-size: 16px;
      padding-left: 27px;
      line-height: 24px;
      position: relative;
      z-index: 3;
      color: rgba(255, 255, 255, .8);
    }

    .a__link::before {
      position: absolute;
      transition: width .3s;
      content: "";
      width: 0;
      height: 2px;
      background: #F8E252;
      border-radius: 1px;
      left: 27px;
      bottom: -2px;
    }

    .a__best {
      background: url("../img/sprite.svg#coil") no-repeat left top;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px;
    }

    .a__rev {
      background: url("../img/sprite.svg#menu-star") no-repeat left top;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px;
    }

    .a__accessories {
      background: url("../img/sprite.svg#music") no-repeat left top;
      -webkit-background-size: 20px 17px;
      background-size: 20px 17px;
    }

    .a__blog {
      background: url("../img/sprite.svg#letter") no-repeat left top;
      -webkit-background-size: 15px 19px;
      background-size: 15px 19px;
    }

    .menu__link:hover .a__link::before {
      width: calc(100% - 27px);
    }

    .menu__link:hover .a__link {
      color: #fff;
    }

    /* 22.02.2021 dop menu */
    .menu__detecting .down__menu:first-child .heading+.submenu__container::before {
      display: none;
    }

    .a__detecting {
      background: url("../img/sprite.svg#detecting") no-repeat left top;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px;
    }

    .a__dots {
      position: relative;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: rgba(255, 255, 255, .8);
      padding-left: 0;
      margin: 10px 9px;
    }

    .a__dots::after,
    .a__dots::before {
      display: block;
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: rgba(255, 255, 255, .8);
      top: calc(50% - 3px);
    }

    .a__dots::after {
      right: -9px;
    }

    .a__dots::before {
      left: -9px;
    }

    .menu__link:hover .a__dots,
    .menu__link:hover .a__dots::after,
    .menu__link:hover .a__dots::before {
      width: 6px;
      background: #fff;
    }

    /* dop menu */
    .navigation__desktop .menu__container {
      position: absolute;
      z-index: 2;
      transition: height .3s;
      display: none;
      padding-top: 50px;
      top: 15px;
      left: 0;
      width: 100%;
    }

    .navigation__desktop .menu__link:hover .menu__container {
      display: block;
    }

    .navigation__desktop .menu__body {
      background-color: #FFFFFF;
      box-shadow: 0 0 10px 2px rgba(175, 175, 175, 0.2);
    }

    .navigation__desktop .menu__body .container {
      max-width: 1100px;
      padding: 30px 15px 27px;
      justify-content: center;
    }

    .down__menu {
      margin: 0 40px;
    }

    .down__menu:first-child .heading+.submenu__container {
      position: relative;
    }

    .down__menu:first-child .heading+.submenu__container::before {
      position: absolute;
      content: "";
      width: 18px;
      height: 17px;
      background: url("../img/sprite.svg#star-sub") no-repeat;
      top: 0;
      left: -22px;
    }

    .menu__container .submenu__container {
      margin-left: 22px;
    }

    .down__menu .heading {
      color: #1C1D20;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 20px;
    }

    .submenu {
      margin-left: 0;
    }

    .submenu.column_2 {
      columns: 2;
      column-gap: 60px;
    }

    .submenu.column_3 {
      columns: 3;
      column-gap: 60px;
    }

    .submenu .menu__link {
      margin: 0;
      margin-bottom: 10px;
    }

    .submenu .menu__link:last-child {
      margin-bottom: 0;
    }

    .submenu .menu__link a {
      color: #9193A2;
      font-size: 16px;
      font-weight: 400;
      line-height: 17px;
    }

    .submenu .menu__link a:hover {
      color: #202123;
    }

    /* hamburder */
    .hamburger {
      width: 25px;
      height: 15px;
      border-radius: 100%;
      text-align: center;
      display: none;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      border: 0;
      margin: 0;
      overflow: visible;
    }

    .hamburger:hover,
    .hamburger.is-active:hover {
      opacity: 0.7;
    }

    .hamburger.is-active .hamburger-box {
      width: 25px;
    }

    .hamburger.is-active .hamburger-inner {
      background-color: #fff;
    }

    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
      background-color: #fff;
    }

    .hamburger-box {
      width: 23px;
      height: 15px;
      display: inline-block;
      position: relative;
    }

    .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
      width: 23px;
      height: 2.5px;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
    }

    .hamburger-inner {
      background-color: #fff;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
      background-color: #fff;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
      content: "";
      display: block;
    }

    .hamburger-inner::before {
      top: 6px;
    }

    .hamburger-inner::after {
      bottom: 6px;
    }

    .hamburger--spin .hamburger-inner {
      transition-duration: 0.22s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spin .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in,
        opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in,
        transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spin.is-active .hamburger-inner {
      transform: rotate(225deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      height: 2.5px;
    }

    .hamburger--spin.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
      height: 2.5px;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      height: 2.5px;
    }

    /* navigation_mob */
    .navigation_mob {
      display: block;
      width: 0;
      overflow: hidden;
      height: 100%;
      position: fixed;
      top: 58px;
      z-index: 101;
      background: #131314;
    }

    .navigation_mob__open {
      width: 300px;
    }

    .navigation_mob .menu__container {
      position: static;
      display: none;
      background: #19191A;
    }

    .navigation_mob .menu__link {
      position: relative;
    }

    .navigation_mob .arr::after {
      position: absolute;
      content: "";
      width: 14px;
      height: 9px;
      background: url("../img/sprite.svg#arrow") no-repeat;
      right: 15px;
      top: 28px;
    }

    .navigation_mob .noclick::after {
      transform: scale(-1);
    }

    .navigation_mob .down__menu {
      margin: 0;
    }

    .navigation_mob .menu__link {
      border-bottom: 1px solid #2C2C2D;
      margin: 0;
    }

    .navigation_mob .a__link {
      display: inline-block;
      font-weight: 400;
      padding: 20px 0;
      padding-left: 40px;
      background-size: 20px 20px;
      background-position: left 15px center;
    }

    .navigation_mob .a__link::before {
      bottom: 21px;
      left: 40px;
    }

    /* 22.02.2021 mob menu */
    .navigation_mob .a__dots {
      padding: 0;
      margin: 25px 9px;
      margin-bottom: 15px;
      margin-left: 25px;
    }

    .navigation_mob .a__dots::before {
      left: -9px;
    }

    /* mob menu */
    .navigation_mob .menu__container .menu__link a {
      color: rgba(255, 255, 255, .8);
      display: inline-block;
      padding: 20px;
    }

    .navigation_mob .menu__container .menu__link a:hover {
      color: #fff;
    }

    .navigation_mob .heading {
      color: #fff;
      margin: 0;
      padding-top: 20px;
      padding-left: 15px;
    }

    .navigation_mob .menu__link:hover .a__link::before {
      width: calc(100% - 40px);
    }

    @media screen and (max-width: 1290px) {

      /* ============================================== 22.11.2021 */
      .navigation__desktop {
        display: none;
      }

      .hamburger {
        display: block;
        margin-left: 20px;
      }

      .header {
        padding: 10px 0;
      }

      .header_left {
        flex: 1;
      }

      /*.header .logo {
			margin:0 auto;
		}*/
    }

    @media screen and (max-width: 767px) {
      .header .logo img {
        width: 165px;
      }
    }

    /* breadcrumbs*/
    .breadcrumbs.flexbox {
      justify-content: flex-start;
      position: relative;
      z-index: 1;

    }

    .breadcrumbs {
      margin: 10px 0;
      margin-top: -30px;
    }

    .breadcrumbs li,
    .breadcrumbs a {
      color: #C5C7D6;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.2px;
      line-height: 26px;
    }

    .breadcrumbs a {
      padding-right: 16px;
      position: relative;
    }

    .breadcrumbs a::after {
      position: absolute;
      content: "";
      background: url("../img/sprite.svg#breadcrumbs") no-repeat center center;
      width: 6px;
      height: 10px;
      right: 5px;
      top: calc(50% - 5px);
    }

    .breadcrumbs a:hover {
      color: #4D9CF3;
    }

    .breadcrumbs .home {
      width: 12px;
      height: 12px;
    }

    .breadcrumbs svg {
      fill: #C5C7D6;
    }

    .breadcrumbs .home:hover svg {
      fill: #4D9CF3;
    }

    @media screen and (max-width: 768px) {
      .breadcrumbs {
        margin-top: -20px;
      }
    }

    /* promo */
    .promo__bg {
      background-repeat: no-repeat;
      background-position: top center;
      -webkit-background-size: cover;
      background-size: cover;
    }

    .main__bg {
      padding: 100px 0 230px;
      background: url("../img/bg-yellow.jpg") no-repeat, linear-gradient(180deg, rgba(255, 236, 115, 0.9) 0%, #FFEC73 100%);
      background-size: cover;
      overflow: hidden;
    }

    .main__bg .container {
      position: relative;
      max-width: 970px;
    }

    .main__bg .descr {
      max-width: 830px;
      margin: 0 auto;
    }

    .main__bg .container::before,
    .main__bg .container::after {
      position: absolute;
      content: "";
      top: -50px;
    }

    .main__bg .container::before {
      width: 256px;
      height: 346px;
      background: url("../img/deus2.png") no-repeat;
      background-size: cover;
      left: -200px;
    }

    .main__bg .container::after {
      width: 253px;
      height: 346px;
      background: url("../img/legend.png") no-repeat;
      background-size: cover;
      right: -200px;
    }

    .blog__bg {
      padding: 66px 0 144px;
      background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/blog_bg.jpg") no-repeat;
      background-size: cover;
    }

    .awards__bg {
      padding: 50px 0 70px;
      background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/awards_bg.jpg") no-repeat;
      background-size: cover;
    }

    .countries__bg {
      padding: 54px 0 55px;
      background: url("../img/countries_bg.jpg") no-repeat center center/cover;
    }

    .glossary__bg {
      padding: 54px 0 55px;
      background: url("../img/glossary_bg.jpg") no-repeat center center/cover;
    }

    .tv__bg {
      padding: 54px 0 55px;
      background: url("../img/tv_bg.jpg") no-repeat center center/cover;
      /* ============================== */
    }

    .detecting__bg {
      padding: 54px 0 55px;
      /* ============================== */
    }

    .section__promo {
      padding: 0;
    }

    .section__promo h1 {
      color: #fff;
      font-size: 64px;
      font-weight: bold;
      letter-spacing: 0.7px;
      line-height: 72px;
      text-align: center;
    }

    .section__promo .descr {
      font-size: 20px;
      letter-spacing: -0.2px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      margin-bottom: 60px;
    }

    .section__promo .main__bg h1,
    .section__promo .main__bg .descr {
      color: #202123;
    }

    .section__promo .main__bg h1 {
      font-size: 60px;
      letter-spacing: 0;
      line-height: 66px;
    }

    .section__promo .blog__bg .descr {
      margin-bottom: 0;
    }

    .section__promo .btn__review {
      height: 61px;
      width: 320px;
      line-height: 61px;
      transition: none;
      background-color: #FFE11D;
      border-bottom: 4px solid #D9C43F;
      color: #202123;
      margin-bottom: 82px;
    }

    .section__promo .btn__review:hover {
      top: 4px;
      border-bottom: none;
      background: #FFE84F;
      color: #202123;
    }

    .section__promo .main__bg .btn__review {
      position: relative;
      border: none;
      width: 300px;
      width: 363px;
      height: 72px;
      line-height: 72px;
      border-radius: 10px;
      background-color: #FFFFFF;
      box-shadow: 0 2px 10px 5px rgba(111, 111, 111, 0.1);
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.18px;
      padding-left: 46px;
      margin-bottom: 0;
    }

    .section__promo .main__bg .btn__review::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 11px;
      background: url("../img/right-arrows-black.svg") no-repeat;
      left: 24px;
      top: calc(50% - 7px);
    }

    .section__promo .main__bg .btn__review:hover {
      top: 0;
      background: #fff;
      transform: scale(1.03);
      transition: all .3s;
    }

    @media screen and (max-width: 1150px) {

      .main__bg .container::before,
      .main__bg .container::after {
        display: none
      }
    }

    @media screen and (max-width: 1023px) {
      .main__bg {
        padding: 20px 0;
      }
    }

    @media screen and (max-width: 768px) {
      .section__promo h1 {
        font-size: 24px;
        letter-spacing: 0.2px;
        line-height: 32px;
      }

      .section__promo .descr {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 40px;
      }

      .section__promo .main__bg h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.25px;
      }

      .section__promo .main__bg .descr {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 35px
      }
    }

    @media screen and (max-width: 414px) {
      .main__bg {
        background-size: auto;
      }

      .blog__bg {
        padding: 45px 0 45px;
        background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/blog_bg_mob.jpg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }

      .awards__bg {
        padding: 50px 0 70px;
        background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/awards_bg_mob.jpg") no-repeat, #070707;
        background-repeat: no-repeat;
        -webkit-background-size: auto;
        background-size: auto;
      }

      .countries__bg {
        padding: 40px 0 50px;
        background: url("../img/countries_bg_mob.jpg") no-repeat center center/cover;
      }

      .glossary__bg {
        padding: 40px 0 50px;
        background: url("../img/glossary_bg_mob.jpg") no-repeat center center/cover;
      }

      .section__promo .btn__review {
        width: 100%;
        margin-bottom: 0;
      }

      .tv__bg {
        padding: 40px 0 50px;
        background: url("../img/tv_bg_mob.jpg") no-repeat center center/cover;
        /* =============================== */
      }

      .detecting__bg {
        padding: 40px 0 50px;
        /* =============================== */
      }
    }
