body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

div.phpdebugbar{
    display: none;
}

a {
    text-decoration: none;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row-evenly {
    display: flex;
    justify-content: space-evenly;
}

.row-start {
    display: flex;
    justify-content: start;
}

header{
    padding-top: 30px;
    width: 100%;
    background-color: white;
    height: 120px;
}

.header-main, .footer-main, .main-more, .main-advantages, .goods, .main-about, .products-main, .breadcrumb{
    width: 1200px !important;
    margin: auto;
}

.breadcrumb > a{
    color: #949494;
    font-size: 10px;
}

.header-body > * {
    align-items: center;
}

#logo {
    margin-left: -250px;
    height: 60px;
    width: 265px;
}

.work-time p {
    font-size: 15px;
    color: #949494;
}

.work-time div, .social-network a {
    margin: 0 7px;
}

.work-time i {
    color: #D1101B;
}

.language {
    margin-top: 7px;
}

.lang-block {
    display: flex;
    justify-content: space-between;
}

.lang-block li {
    padding: 0 10px;
    list-style: none;
}

.active a{
    border-bottom: 2px solid #D1101B !important;
}

.nav-item a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.nav-item a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 1px;
    background: #D1101B;
    transition: width .3s;
}

.nav-item a:hover::after {
    width: 100%;
}

header .mod-menu {
    display: flex;
    justify-content: space-evenly;
}

header .mod-menu li {
    list-style: none;
}

header .mod-menu li a {
    font-weight: 700;
    font-size: 15px;
    color: #232323;
    text-decoration: none;
    text-transform: uppercase;
}

.products-main img {
    margin: auto;
}

.products-main .item {
    height: 225px !important;
}

.products-main .item:hover {
    box-shadow: 0px 11px 30px 12px #0000001a
}

.products-main .slick-slide {
    margin: 0 10px;
}

.social-network a {
    line-height: 2;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    text-align: center;
    background-color: #D1101B;
    border: 1px solid #D1101B;
}

.social-network a:hover {
    background-color: white;
}

.social-network a:hover i {
    color: #D1101B;
}

.social-network i {
    color: white;
    font-size: 20px;
}

footer, .contact-body {
    background-color: #FAFAFA;
}

footer #logo {
    margin-left: 0;
    margin-top: -70px;
    margin-bottom: 30px;
}

.footer-main {
    padding-top: 100px;
    height: 210px;
    align-items: center;
}

.footer-main > div {
    width: 33%;
}


.footer-text p, .footer-copy p {
    margin-top: 0px;
    color: #949494;
    width: 300px;
}

input, .footer-subscribe button {
    border: none;
    padding: 5px;

}

.footer-subscribe input {
    width: 185px;
}

.video-js {
    width: 800px !important;
    height: 400px !important;
}

.footer-subscribe button {
    background-color: #D1101B;
    color: white;
    position: relative;
    left: -25px;
}

input, textarea {
    box-shadow: 0px 4px 17px 0px #0000001A;
}

.main-header img {
    width: 100%;
    margin-top: 25px;
}

.main-header-text {
    font-size: 36px;
    top: -550px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.main-header-text h2 {
    color: #D1101B;
}

.main-header-text h3 {
    color: #232323;
}

.main-about {
    margin-top: -250px;
    background-color: #FAFAFA;
    padding: 10px 0px 40px;
}

.main-about img {
    width: 300px;
    height: 400px;
}

.main-about-header, .main-advantages-header, .good-header {
    color: #D1101B !important;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.main-about-text {
    width: 600px;
    text-align: justify;
    color: #949494;
    font-size: 15px;
    line-height: 1.3;
}

.main-more img {
    height: 100%;
}

.main-more > * {
    width: 30%;
}

.main-more-header {
    font-size: 25px;
    min-height: 49px;
    font-weight: 800;
    color: #D1101B;
}

.main-more-text {
    font-size: 15px;
    text-align: justify;
    color: #949494
}

.main-video {
    text-align: center;
}

.main-video video {
    height: 100%;
    width: 1200px;
}

.video-js .vjs-tech {
    object-fit: cover;
}

.vjs-poster img {
    object-fit: cover !important;
}

.main-advantages-list div {
    text-align: center;
    width: 25%;
}

.main-advantages-list hr {
    border: 1px solid #e8e8e8;
}

.main-advantages {
    padding: 50px 0;
    text-transform: uppercase;
}

.main-advantages-list div p {
    font-size: 20px;
    font-weight: 600;
}

.contact-body {
    margin-top: -5px;
}

.contact-body input, textarea {
    width: 400px;
    margin: 10px 0;
}

.contact-body button {
    padding: 8px 20px;
    background-color: #D1101B;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 40px 300px;
    cursor: pointer;
    transition: .3s;
}

.contact-body button:hover {
    background-color: #ff0010;
}

.contact-body .main-more-header {
    margin-bottom: 0px;
}

.contact-body .main-more-text {
    width: 400px;
    margin-top: 0px;
}
#message {
    height: 90px;
}

.good-header {
    text-align: start;
    margin-bottom: 20px;
}

#goods-main {
    width: auto;
    height: 350px;
}

.goods-main {
    width: 85%;
}

.goods > div {
    width: 50%;
}

.goods > div:nth-child(2) {
    width: 45% !important;
}

.goods > div:nth-child(1) {
    padding-top: 50px;
}

.goods strong {
    font-weight: 700;
    text-transform: uppercase;
}

.goods p {
    color: #949494;
}

.good-charac {
    margin-bottom: 50px;
}

.good-guarantee {
    margin: 25px 0;
}

.good-guarantee img {
    height: 50px;
    width: 50px;
}

.good-guarantee p {
    color: #232323;
    margin: 5px 0px 0px 10px;
}

.goods-photos {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Chrome, Edge, and Safari */
.goods-photos::-webkit-scrollbar {
    width: 9px;
}

.goods-photos::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.goods-photos::-webkit-scrollbar-thumb {
    background-color: #d1101b;
    border-radius: 20px;
    border: 3px solid #ffffff;
}

.goods-photos img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.item {
    width: 170px;
    height: 255px;
    box-shadow: 0px 4px 17px 0px #0000001A;
    margin: 20px;
}

.sticky {
    margin-top: -123px;
    height: 50px;
    box-shadow: 0px 4px 17px 0px #0000001A;
    z-index: 3;
    position: fixed !important;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.sticky li {
    margin: 0 15px;
    align-self: center;
}

.item-link a{
    color: #D1101B;
    margin-right: 10px;
    float: right;
    font-weight: 500;
}

.item-link a:hover {
    color: #ff0010;
}

.products-list {
    flex-wrap: wrap;
}

.products .com-content-article {
    display: none;
}

.nav-item a{
    text-transform: uppercase;
}

.products {
    width: 840px;
}

.item-img {
    padding-top: 10px;
    min-height: 95px;
    text-align: center;
}
.item img {
    width: 155px;
}

.item-name {
    overflow: hidden;
    color: black;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 auto;
}

.item-description {
    font-size: 11px;
    color: #949494;
}

.item-description p {
    margin: 3px 0;
}

.item-description, .item-name {
    margin-left: 10px;
}

#pagebody > .mod-menu li {
    list-style: none;
    text-transform: uppercase;
}

#pagebody > .mod-menu li a {
    font-size: 15px;
    align-self: center;
    font-weight: 500;
    border-bottom: 0.5px solid #94949433
}

#pagebody .nav-item img{
    padding-right: 15px;
    margin-top: 20px;
    position: relative;
    top: -12px;
    height: 25px;
}

#pagebody > .mod-menu {
    width: 300px;
}

.slider > a > img {
    width: 100%;
}

body > div.com-content-article.item-page {
    display: none;
}

.show {
    text-align: center;
}

.show input {
    background-color: #e33a3f;
    padding: 8px 15px;
    margin-bottom: 30px;
    color: white;
    transition: .4s;
}

.show input:hover {
    background-color: #ff0002;
}

.menu-btn{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 3;
}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}
.menu-btn > span::before {
    content: '';
    top: -8px;
}
.menu-btn > span::after {
    content: '';
    top: 8px;
}

.menubox{
    z-index: 2;
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
}

.menu-item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}
.menu-item:hover {
    background-color: #CFD8DC;
}


#menu-toggle{
    opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
    transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
    top: 0;
    transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
    top: 0;
    transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
    visibility: visible;
    left: 0;
}

.burger-menu {
    display: none;
}

.menubox .mod-menu {
    display: block;
}

.menubox .mod-menu li a {
    padding: 12px;
}

.menubox .lang-block {
    justify-content: center;
}

.menubox .lang-block img {
    width: 30px;
}

.menubox .work-time {
    font-size: 15px !important;
    text-align: center;
}

.gray-back {
    background-color: #FAFAFA;
}

.goods {
    margin-bottom: 50px;
}

@media (max-width: 1600px) {
    .main-header-text {
        top: -450px
    }
}

@media (max-width: 1500px) {
    .main-header-text {
        top: -400px
    }
}

@media (max-width: 1200px) {
    .header-main, .footer-main, .main-more, .main-advantages, .goods, #pagebody, .main-about, .breadcrumb{
        width: auto !important;
    }
    .main-about img {
        display: none;
    }
    #goods-main {
        height: 300px;
    }
    .main-about-body {
        margin: auto;
    }
    .main-header-text {
        top: -350px
    }
    .products-main {
        width: 90% !important;
    }
    .good-info > p {
        width: 100%;
        margin: 0;
    }
    .good-info {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .main-header-text {
        width: 500px;
        margin: auto;
    }
    .main-advantages-list div p {
        font-size: 16px;
    }
    #goods-main {
        height: 250px;
    }
}

@media (max-width: 900px) {
    .main-header-text {
        top: -300px;
    }

    .main-more > *, .contact-body > * {
        width: 90%;
        margin: auto;
    }

    .main-more, .contact-body {
        flex-wrap: wrap;
    }
    .work-time p {
        font-size: 12px;
    }
    .contact-body .main-more-text {
        margin: auto;
    }
    .contact-body {
        text-align: center;
    }
    .footer-main > div {
        width: 100%;
        padding-top: 25px;
    }
    .footer-main {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        width: 50%;
    }
    .footer-text p, .footer-copy p{
        width: auto;
    }
    .footer-folge {
        display: none;
    }
    .video-js {
        width: 580px !important;
        height: 290px !important;
    }
}

@media (max-width: 800px) {
    .main-header img {
        margin-top: 0;
    }
    .main-header-text {
        font-size: 30px;
        top: -270px
    }
    #pagebody, .main-advantages-list, .goods {
        flex-wrap: wrap;
    }
    .products-list {
        justify-content: center;
    }
    .header-main {
        display: none;
    }
    .burger-menu {
        display: block;
    }
    header {
        height: auto;
        background-color: #FAFAFA;
    }
    .main-advantages-list hr {
        display: none;
    }
    .main-advantages-list div {
        width: 50%;
        padding-top: 15px;
    }
    .goods > div {
        width: 100%;
    }
    .goods div:nth-child(1) {
        text-align: center;
    }
    .goods {
        padding: 25px;
    }
    .goods > div:nth-child(2) {
        width: 100% !important;
    }
}

@media (max-width: 700px) {
    .main-about-text {
        width: auto;
        padding: 0 35px;
    }
    .main-header-text {
        top: -220px;
        font-size: 22px;
    }
    .video-js {
        width: 480px !important;
        height: 240px !important;
    }
}

@media (max-width: 500px) {
    .contact-body input, textarea {
        width: 250px;
    }
    .contact-body button {
        margin: 10px 0 0 150px;
    }
    .main-advantages-list div p {
        font-size: 13px;
    }
    #goods-main {
        height: 250px;
    }
    .contact-body .main-more-text {
        width: auto;
    }
    .good-header {
        font-size: 22px;
    }
    .main-header-text {
        top: -138px;
        font-size: 16px;
        margin-bottom: 150px;
        width: 80%;
    }
    .video-js {
        width: 400px !important;
        height: 200px !important;
    }
    .goods.row > .row {
        display: grid !important;
    }
    .goods-photos {
        width: 80%;
        overflow-y: hidden;
        overflow-x: scroll;
        margin: auto;
    }
}

@media (max-width: 400px) {
    #goods-main {
        height: 200px;
    }
    .video-js {
        width: 250px !important;
        height: 125px !important;
    }
}