body {
    font-family: 'Roboto', sans-serif;
    background: #000;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.header__top {
    background: #000000;
    padding: 20px 0;
    border-bottom: 1px solid #00ce07;
}
.header__top-row {
    justify-content: space-between;
}
.header__top-item {
    display: flex;
    align-items: center;
}
.header__top-item img {
    margin-right: 15px;
}
.header__top-item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}
.header__top-item p span {
    font-weight: bold;
}
.header__top-item a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: .3s;
}
.header__top-item a:hover {
    text-decoration: none;
    color: #00ce07;
}
.header__top-modalCall {
    display: none;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 30px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    transition: .3s;
}
.header__top-modalCall:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #1D293F;
}
header {
    padding: 25px 0;
    background: #000000;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}
.header__row {
    justify-content: space-between;
    align-items: center;
}
.header__menu {
    width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    transition: .3s;
}
.header__menu a:hover {
    text-decoration: none;
    color: #00ce07;
}
.welcome {
    width: 100%;
    height: 573px;
}
.welcome__slider-block {
    width: 100%;
    height: 100%;
}
.welcome__slider {
    width: 100%;
    height: 100%;
}
.welcome__slide {
    width: 100%;
    height: 573px;
    background: #000;
    outline: none;
}
.welcome__slide-row {
    align-items: center;
    justify-content: space-between;
}
.welcome__slide-text {
    width: 627px;
}
.welcome__slide-text h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #00ce07;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.welcome__slide-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 75px;
}
.welcome__slide-text p span {
    font-weight: bold;
    color: #FF0000;
    text-transform: uppercase;
    
}
.welcome__slide-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 214px;
    height: 52px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #00ce07;
    transition: .3s;
}
.welcome__slide-text a:hover {
    text-decoration: none;
    background: #000000;
}
.welcome__slider .slick-dots {
    bottom: 40px;
}
.welcome__slider .slick-dots li button:before {
    font-size: 55px;
    color: #fff;
}
.welcome__slider .slick-dots li.slick-active button:before {
    color:  #00ce07;
}
.catalog {
    padding: 90px 0;
    background: #000;
}
.catalog__row {
    align-items: flex-start;
    flex-wrap: wrap;
}
.catalog__item {
    width: 270px;
    margin-bottom: 40px;
    margin-right: 20px;
}
.catalog__item:nth-child(4n){
    margin-right: 0;
}
.catalog__item a:hover {
    text-decoration: none;
}
.catalog__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 271px;
}
.catalog__item-desc {
    background: #F4F4F4;
    padding: 15px 0 10px;
}
.catalog__item-name h3 {
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1D293F;
    margin-bottom: 5px;
}
.catalog__item-name p {
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #00ce07;
}
.catalog__item-add {
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 50px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: .3s;
}
.catalog__item-add:hover {
    text-decoration: none;
    color: #ffffff;
    background: #000000;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination li {
    margin-right: 15px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #ACC0E3;
    transition: .3s;
}
.pagination li.active a {
    color: #1D293F;
}
.pagination li a:hover {
    color: #00ce07;
    text-decoration: none;
}
.footer__row {
    justify-content: space-between;
}
footer {
    padding: 65px 0 30px;
    background: #000000;
    border-top: 1px solid #00ce07;
}
.footer__text {
    width: 392px;
}
.footer__text a {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFFFFF;
    transition: .3s;
    margin-bottom: 30px;
}
.footer__text a:hover {
    color: #00ce07;
    text-decoration: none;
}
.footer__text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
}
.footer__social h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer__social-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.footer__social-item:hover {
    
}
.footer__copy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    margin-top: 90px;
}
.footer__copy a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-decoration: underline;
    color: #868686;
    transition: .3s;
}
.footer__copy a:hover {
    color: #00ce07;
}
.mobileSideMenu {
    display: none;
}
.header__mobile-row {
    justify-content: center;
}
.header__mobile {
    display: none;
    background: #000000;
}


.header__menu nav ul:after {
    content: "";
    display: table;
    clear: both;
}
.header__menu nav a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}
.header__menu nav {
    width: 750px;
}
.header__menu .topmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header__menu .topmenu > li {
    position: relative;
}
.header__menu .topmenu > li > a {
    padding: 5px;

}
.header__menu .topmenu > li > a.active,
.header__menu .submenu a:hover {color: #00ce07;}
.header__menu .topmenu .fa,
.header__menu .submenu .fa {
    margin-left: 5px;
    color: inherit;
}
.header__menu .submenu {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: -50px;
    min-width: 200px;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}
.header__menu .submenu li {position: relative;}
.header__menu .submenu li a {
    color: #282828;
    padding: 10px 20px;
    border-bottom: 1px solid #CBCBCC;
}
.header__menu .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    transition: .3s linear;
}
.header__menu nav li:hover > .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}
.header__menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.welcome__header-item span {
    font-weight: bold;
}

.mobileSideMenu__accordion {
    margin: 15px 0;
}
.mobileSideMenu__accordion .tab input, .tab-content { display: none; }
.mobileSideMenu__accordion .tab {
    margin-bottom: 10px; /* Расстояние между пунктами */
}
.mobileSideMenu__accordion .tab p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #7A7A7A;
}
.mobileSideMenu__accordion .tab-title {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    color: #1D293F;
    display: block; /* Блочный элемент */
    cursor: pointer; /* Вид курсора */
    margin-bottom: 0;
    background: none; /* Цвет фона */
}
.mobileSideMenu__accordion .tab-title::after {
    color: #00ce07;
    font-size: 22px;
    font-weight: bold;
    content: '+'; /* Выводим плюс */
    position: absolute;
    right: 0;
    top: 0;
}
.mobileSideMenu__accordion .tab-content {
    padding: 10px 20px; /* Поля вокруг текста */
}
.mobileSideMenu__accordion .tab :checked .tab-content{
    border-left: 1px solid #e9eaec;
}
.mobileSideMenu__accordion .tab :checked + .tab-title::after {
    content: '−'; /* Выводим минус */
}
.mobileSideMenu__accordion .tab :checked ~ .tab-content {
    display: block; /* Показываем содержимое */
}
.mobileSideMenu__cart {
    display: block;
    padding-top: 10px;
}
.mobileSideMenu__items {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00ce07;
    margin-bottom: 20px;
}
.mobileSideMenu__items-last a {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
    margin: 10px 0;
}
.mobileSideMenu__items a {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    color: #1D293F;
    transition: .3s;
    margin: 15px 0;
}
.mobileSideMenu__items a:hover {
    color: #00ce07;
}
.minicart a {
    position: relative;
}
.minicart a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00ce07;
    position: absolute;
    top: -10px;
    right: -5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.breadcrumbs {
    padding: 50px 0 25px;
    background: #000;
}
.breadcrumbs__block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.breadcrumbs__block p span {
    color: #00ce07;
}
.breadcrumbs__block a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    transition: .3s;
}
.breadcrumbs__block a:hover {
    color: #00ce07;
    text-decoration: none;
}
.catalog__page {
    padding-top: 0;
}
.textPage {
    padding-bottom: 60px;
    background: #000;
}
.textPage__block {
    width: 100%;
}
.textPage__block h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 40px;
}
.textPage__block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.textPage__block a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    color: #1D293F;
    transition: .3s;
    color: #00ce07;
}
.textPage__block a:hover {
    color: #00ce07;
    text-decoration: none;
}

.about__block {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.about__text {
    width: 542px;
}
.about__slider-block {
    width: 572px;
}
.about__slider {
    margin: 0 auto;
    width: 475px;
}
.about__slider-arrows {
    position: relative;
    top: -210px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__slider-arrow {
    cursor: pointer;
}
.about__slider-arrow img {
    opacity: .5;
    transition: .3s;
}
.about__slider-arrow img:hover {
    opacity: 1;
}
.contacts {
    padding-bottom: 60px;
}
.contacts__text {
    width: 580px;
}
.contacts__item {
    width: 100%;
    margin-bottom: 20px;
}
.contacts__item h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.450704px;
    color: #fff;
    margin-bottom: 10px;
}
.contacts__item a {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    transition: .3s;
    margin-bottom: 5px;
}
.contacts__item a:hover {
    color: #00ce07;
    text-decoration: none;
}
.contacts__item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    transition: .3s;
    margin-bottom: 5px;
}
.contacts__form {
    width: 496px;
}
.contacts__form form {
    width: 100%;
}
.contacts__form form input {
    width: 100%;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
    background: #F4F4F4;
    outline: none;
    border: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.contacts__form form textarea {
    width: 100%;
    height: 115px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
    background: #F4F4F4;
    outline: none;
    border: none;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
    margin-bottom: 25px;
}
.contacts__form form button {
    width: 100%;
    height: 50px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .3s;
}
.contacts__form form button:hover {
    background: #1D293F;
}
.product {
    padding-bottom: 80px;
    background: #000;
}
.product__row {
    justify-content: space-between;
}
.product__images {
    width: 404px;
}
.product__images-bot {
    margin-top: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.product__block {
    width: 674px;
}
.product__block h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    color: #00ce07;
}
.product__block-info {
    margin: 25px 0;
}
.product__block-infoLeft {
    display: flex;
    align-items: center;
}
.cart__item-count {
    display: flex;
    align-items: center;
}
.cart__item-count input {
    width: 50px;
    height: 33px;
    background: #F4F4F4;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1D293F;
    text-align: center;
    outline: none;
    margin: 0 15px;
}
.cart__item-count p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.cart__item-count p:hover {
    color: #00ce07;
}
.cart__content {
    padding: 30px 0 100px;
    color: #fff;
}

.productCartAdd {
    padding: 70px 0;
}
.productCartAdd h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    color: #00ce07;
    text-align: center;
}
.product__block-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-right: 64px;
}
.product__block-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
}
.product__block-category {
    margin-top: 35px;
}
.product__block-category h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #00ce07;
    margin-bottom: 20px;
}
.product__block-category p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
}
.product__block-buttons {
    display: flex;
    justify-content: start;
}
.product__block-buttons button {
    width: 214px;
    height: 52px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product__block-buttons button:hover {
    background: #000000;
}
.productMoreTitle__row {
    margin-top: 120px;
    margin-bottom: 60px;
}
.productMoreTitle h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    color: #00ce07;
}
.cart__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
}
.cart__desc {
    width: 485px;
}
.cart__desc h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 25px;
}
.cart__desc h2 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
}
.cart__item-right {
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart__item-right button {
    background: none;
    cursor: pointer;
    border: none;
    outline: none;
}
.cart__item-right p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #00ce07;
}
.cart__block-bottom {
    display: flex;
    justify-content: flex-end;
}
.cart__block-price p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #fff;
}
.cart__block-price p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #00ce07;
    margin-left: 30px;
}
.cart__block-bottom button {
    width: 214px;
    height: 52px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    border: none;
    transition: .3s;
    margin-top: 20px;
}
.cart__block-bottom button:hover {
    background: #1D293F;
}


.up a {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 91%;
    left: 90%;
    opacity: 0.5;
}
.up a:hover {
    opacity: 1;
}
body.modal-open {
    padding-right: 0!important;
}
.product__modal-head {
    border-bottom: none;
}
.product__modal-content input {
    width: 100%;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
    background: #F4F4F4;
    outline: none;
    border: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.product__modal-content select {
    width: 100%;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
    background: #F4F4F4;
    outline: none;
    border: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.product__modal-content button {
    width: 100%;
    height: 50px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .3s;
}
.product__modal-content button:hover {
    background: #1D293F;
}
.disabled {
    display: none;
}
.fancybox-nav span {
    visibility: visible;
}
.mobileSideCart {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 15px;
    padding: 10px;
    background: #F4F4F4;
    z-index: 999;
}
.orderPage {
    background: #000;
}
.orderPage h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #fff;
}
.orderPage button {
    margin-top: 40px;
    margin-bottom: 90px;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 50px;
    background: #00ce07;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: .3s;
}
.orderPage button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #1D293F;
}
.cartDeliveryPrice__block {
    margin-bottom: 15px;
}
.cartDeliveryPrice__block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1D293F;
}
.textPage__block-delivery {
    width: 100%;
    height: 600px;
}
.textPage__block-delivery .CDEK-widget__delivery-type__title {
    display: none;    
}
.textPage__blockDelivery {
    margin-top: 20px;
}


    /* боковое меню */
.nav {
    /*  ширна произвольная, не стесняйтесь экспериментировать */
    width: 320px;
    min-width: 320px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно левого края страницы */
    left: -320px;
    /* внутренние отступы */
    padding: 15px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    /* определяем цвет фона панели */
    background: #F4F4F4;
    /* поверх других элементов */
    z-index: 2000;
}

/**
 * Кнопка переключения панели
 * тег <label>
 */

.nav-toggle {
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно левого края панели */
    left: 320px;
    /* отступ от верхнего края панели */
    top: 15px;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: inherit;
    /* цвет текста */
    color: #00ce07;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 1.2em;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

/* определяем текст кнопки
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}

/* цвет текста при наведении */

.nav-toggle:hover {
    color: #00ce07;
}

/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */

[id='nav-toggle'] {
    position: absolute;
    display: none;
}

/**
 * изменение положения переключателя
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}

/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

/*
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}

/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X),
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}

/**
 * профиксим баг в Android <= 4.1.2
 * см: http://timpietrusky.com/advanced-checkbox-hack
 */

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
        padding: 0;
    }
}

/**
 * позаботьтимся о средних и маленьких экранах
 * мобильных устройств
 */

@media screen and (min-width: 320px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
    .nav {
        width: 100%;
        box-shadow: none
    }
}





@media (max-width: 1200px) {
    .header__top-item:first-child {
        display: none;
    }
    .welcome__slide-text {
        width: 300px;
    }
    .welcome__slide-text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .about__block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .about__text {
        width: 100%;
        margin-bottom: 20px;
    }
    .about__slider-arrows {
        top: -220px;
    }
    .contacts__row {
        justify-content: space-around;
    }
    .contacts__text {
        width: 100%;
    }
    .product__row {
        justify-content: space-around;
    }
    .product__block {
        width: 100%;
    }
    .product .catalog__row {
        justify-content: space-around;
    }
    .product__block {
        margin-top: 20px;
    }
    .cart__desc {
        width: 285px;
    }
    .catalog__item {
        margin-right: 0;
    }
    .catalog__row {
        justify-content: space-around;
    }
}
@media (max-width: 1100px) {
    .welcome__slide img {
        display: none;
    }
    .welcome__slide-text {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }
    .welcome__slide-text a {
        margin: 0 auto;
    }
    .welcome__slide {
        height: 525px;
    }
    .welcome {
        height: 525px;
    }
    header {
        display: none;
    }
    .catalog__row {
        justify-content: space-around;
    }
    .header__top-row {
        justify-content: space-around;
    }
    .mobileSideMenu {
        display: block;
    }
    .header__mobile {
        display: block;
    }
    .cart__item {
        width: 400px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cart__desc {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .cart__block .cart__item-count {
        margin-bottom: 30px;
    }
    .cart__item-right {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    .cart__item-right a {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart__item {
        margin-bottom: 30px;
    }
    .cart__block-bottom {
        justify-content: center;
    }
    .header__top-modalCall {
        display: flex;
    }
    .mobileSideCart {
        display: flex;
    }
}
@media (max-width: 992px) {
    .welcome__slide img {
        display: none;
    }
    .welcome__slide-text {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }
    .welcome__slide-text a {
        margin: 0 auto;
    }
    .welcome__slide {
        height: 525px;
    }
    .welcome {
        height: 525px;
    }
    header {
        display: none;
    }
    .catalog__row {
        justify-content: space-around;
    }
    .header__top-row {
        justify-content: space-around;
    }
    .mobileSideMenu {
        display: block;
    }
    .header__mobile {
        display: block;
    }
    .cart__item {
        width: 400px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cart__desc {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .cart__block .cart__item-count {
        margin-bottom: 30px;
    }
    .cart__item-right {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    .cart__item-right a {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart__item {
        margin-bottom: 30px;
    }
    .cart__block-bottom {
        justify-content: center;
    }
    .header__top-modalCall {
        display: flex;
    }
}
@media (max-width: 771px) {
    .header__top-item {
        margin: 0 50px 20px;
    }
    .catalog__item {
        margin: 0 20px 40px;
    }
    .welcome__slide-text h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .welcome__slide-text p {
        margin-bottom: 40px;
    }
    .about__slider {
        width: 375px;
    }
    .about__slide img {
        width: 375px;
        height: 319px;
    }
    .about__slider-arrows {
        top: -180px;
    }
    .product__block-buttons {
        justify-content: space-around;
    }
    .up a {
        left: 85%;
    }
}
@media (max-width: 575px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 540px) {
    .contacts__form {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .header__top-item {
        margin-right: 0;
        margin-left: 0;
    }
    .header__top-item a {
        font-size: 14px;
        line-height: 17px;
    }
    .header__top-item p {
        font-size: 14px;
        line-height: 17px;
    }
    .about__slider {
        width: 289px;
    }
    .about__slide img {
        width: 289px;
        height: 246px;
    }
    .about__slider-arrows {
        top: -140px;
    }
    .cart__item {
        width: 100%;
    }
}
@media (max-width: 423px) {
    .product__images {
        width: 100%;
    }
    .product__images-bot img {
        width: 57px;
        height: 77px;
    }
    .product__images-bot {
        margin-top: 15px;
    }
    .product__images-top img {
        max-width: 100%;
    }
    .up {
        left: 80%;
        top: 89%;
    }
}
@media (max-width: 370px) {
    .about__slider {
        width: 237px;
    }
    .about__slide img {
        width: 237px;
        height: 202px;
    }
    .about__slider-arrows {
        top: -120px;
    }
    .up {
        left: 78%;
    }
}