.countries {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: hidden;
    background: #fff;
    animation: enterFade .7s cubic-bezier(.25, .75, .5, 1.25)
}

.countries__header {
    background-color: #ffc510
}

.countries__header-inner {
    display: flex;
    align-items: end
}

.countries__header h3 {
    font-weight: 700;
  padding:15px
}

.countries__logo {
    max-width: 120px
}

.countries-content {
    padding: 40px 20px;
    width: 100%;
    height: 100%;
    text-align: left
}

@media only screen and (min-width: 960px) {
    .countries-content {
        padding: 40px
    }
}

.countries-content a {
    color: #000 !important
}

.countries-content h4 {
    font-weight: 700;
    text-transform: uppercase !important;
    margin-left: 10px;
    margin-bottom: 0
}

.countries__section {
    margin: 20px 0
}

.countries__section--global {
    padding: 20px !important
}

@media only screen and (min-width: 960px) {
    .countries__section--global {
        display: grid;
        grid-template-columns:repeat(6, 1fr)
    }
}

.countries__section--regions {
    padding: 40px 0 !important
}

.countries__section--regions li {
    margin-bottom: 0
}

.countries__section--regions h4 {
    cursor: pointer
}

.countries__section--item {
    border-bottom: 1px solid #000;
    padding: 15px 0
}

.countries__section--countries {
    padding: 15px !important;
    display: none
}

.countries__section--countries.active {
    display: block
}

@media only screen and (min-width: 960px) {
    .countries__section--countries.active {
        display: grid;
        grid-template-columns:repeat(6, 1fr)
    }
}

.countries__section--countries li {
    margin: 10px 0
}

.countries__section--linkList {
    position: absolute;
    padding: 3px 10px !important;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 10;
    display: none
}

.countries__section--linkList.active {
    display: block
}

.countries__section--linkList li {
    margin: 0
}

.countries__section--linkList-links {
    display: flex;
    align-items: center;
    max-width: -moz-fit-content;
    max-width: fit-content
}


.burger-menu .modalCountires {
    display: none
}

.burger-menu .modalCountires.active {
    display: block
}

.hero {
    margin-top: 75px
}

@media only screen and (min-width: 960px) {
    .hero {
        margin-top: 0
    }
}

@media only screen and (min-width: 1280px) {
    .hero {
        margin-top: -210px
    }
}

.hero img, .hero video {
    -o-object-fit: cover;
    object-fit: cover
}

.hero--small {
    height: 600px
}
.header__dropdown--product-list:hover {
    transition: all .2s ease-in
}

.header {
    min-height: 75px;
    width: 100%;
    position: relative
}

.header__mainmenu--container {
    position: relative;
    padding-left: 90px;
    margin: 0 auto;
    max-width: 1920px
}

.header__mobile {
    background-color: #ffc510;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0
}

.header__mobile--zindex {
    z-index: 3
}

.header__mobile--title a {
    color: #000 !important;
    font-size: 22px
}

.header__mobile--btn {
    justify-content: space-between;
    height: 50px;
    padding: 15px 0 15.5px 0;
    border: 0
}

.header__mobile--btn span {
    display: block;
    width: 30px;
    height: 1.5px;
    background: #000;
    transition: .2s ease-in-out
}

.header__mobile--close-btn {
    position: relative;
    padding: 0;
    height: 50px;
    width: 30px
}

.the-header__basket-btn .header__mobile--close-btn {
    left: -3px
}

.header__mobile--close-btn span {
    display: block;
    width: 30px;
    height: 1.5px;
    background: #000;
    transition: .2s ease-in-out
}

.header__mobile--close-btn span:first-child {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%)
}

.header__mobile--close-btn span:nth-child(3) {
    display: none
}

.header__mobile--close-btn span:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%)
}

.header__top {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .102);
    background-color: rgba(60, 60, 60, .902);
    z-index: 10;
    position: relative
}

.header__container {
    width: 100%;
    margin: auto;
    max-width: 1920px;
    padding: 0 20px
}

.header__title {
    padding: 8px 20px;
    color: #fff
}

.header__dropdown {
    display: flex;
    align-items: center
}

.header__dropdown li {
    color: #fff;
    position: relative
}

.header__dropdown li:focus:after, .header__dropdown li:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #ffc510;
    border-radius: 20px
}

.header__dropdown li:last-child {
    background-color: #616161
}

.header__dropdown a {
    display: block;
    height: 100%;
    padding: 18px 20px
}

.header__dropdown--product-list {
    transition: all .2s ease-in;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center
}

.header__dropdown--product-list svg {
    margin-left: 10px
}

.header__dropdown--product-list:focus, .header__dropdown--product-list:hover {
    z-index: 10
}

.header__dropdown--product-list:focus:after, .header__dropdown--product-list:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    border-bottom: 4px solid #ffc510;
    border-radius: 20px
}

.header__dropdown--product-item {
    position: absolute;
    background: #616161;
    z-index: 100;
    top: 49px;
    right: -40px;
    width: 180px;
    text-align: left;
    padding: 0 10px !important
}

.header__dropdown--product-item li {
    position: relative
}

.header__dropdown--product-item li:not(:last-child) {
    border-bottom: 1px solid #fff
}

.header__dropdown--product-item li:not(:last-child):hover {
    border-bottom: 1px solid #ffc510
}

.header__dropdown--product-item li:focus a, .header__dropdown--product-item li:hover a {
    color: #ffc510 !important
}

.header__dropdown--product-item li:focus svg, .header__dropdown--product-item li:focus svg path, .header__dropdown--product-item li:hover svg, .header__dropdown--product-item li:hover svg path {
    fill: #ffc510
}

.header__dropdown--product-item li:focus:after, .header__dropdown--product-item li:hover:after {
    content: "";
    position: absolute;
    border-bottom: none
}

.header__dropdown--cabinet {
    position: relative;
    padding: 18px 20px;
    cursor: pointer
}

.header__dropdown--cabinet-item {
    position: absolute;
    background: #616161;
    z-index: 100;
    top: 58px;
    right: 0;
    width: 280px;
    text-align: left;
    padding: 0 10px !important;
    display: none
}

.header__dropdown--cabinet-item.active {
    display: block
}

.header__dropdown--cabinet-item li:not(:last-child) {
    border-bottom: 1px solid #fff
}

.header__dropdown--cabinet-item li:not(:last-child):hover {
    border-bottom: 1px solid #ffc510
}

.header__dropdown--cabinet-item li:hover a {
    color: #ffc510 !important
}

.header__dropdown--cabinet-item li:hover svg, .header__dropdown--cabinet-item li:hover svg path {
    fill: #ffc510
}

.header__dropdown--cabinet-item li:hover:after {
    border-bottom: none
}

.header__dropdown--cabinet-item a {
    display: flex;
    align-items: center
}

.header__dropdown--cabinet-item svg {
    margin-right: 10px
}

.header__dropdown--cabinet-item span {
    margin-left: 10px
}

.header .productItems {
    display: none
}

.header .productItems.active {
    display: block
}

.header__content {
    animation: slide-up .4s;
    background-color: #ffc510;
    color: #000;
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 10
}

.header__content a {
    color: #000 !important
}

@media only screen and (min-width: 960px) {
    .header__content {
        height: 100px;
        position: relative;
        z-index: 5
    }
}

@media only screen and (min-width: 1280px) {
    .header__content {
        position: relative;
        height: 135px;
        margin-top: 10px
    }
}

.header .logo img {
    max-height: 55px;
    max-width: 60px
}

@media only screen and (min-width: 1280px) {
    .header .logo img {
        max-height: 115px;
        max-width: 120px
    }
}

.header__content-title {
    font-size: 30px
}

@media only screen and (min-width: 1280px) {
    .header__content-search {
        margin-bottom: 25px
    }
}

.header .search-form input {
    border-bottom: 1px solid #000;
    color: #000;
    padding: 10px 5px
}

@media only screen and (min-width: 1280px) {
    .header .search-form input {
        width: 250px
    }
}

.header .modalCountires {
    display: none
}

.header .modalCountires.active {
    display: block
}

.footer {
  background-color:#616161
}

@media only screen and (min-width: 1280px) {
    .layout-main {
        min-height: 100%;
        display: grid;
        grid-template-rows:1fr auto
    }
}