body {
  font-family: "Century Gothic Paneuropean", sans-serif;
  margin: 0;
}
header {
  display: inline;
}

.logo {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  left: 0;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFFFFF;
  z-index: 100;
  max-width: 1281px;
}

.video {
    position: relative;
}

video#videos {
  max-width: 100%;
}

main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.product .image {
  position: relative;
  max-width: 100%;
  max-height: 300px;
  text-align: center;
  display: inline-block;
}
.product img {
    width:100%;
    height:100%;
    object-fit:cover;
    max-height: 100%;
}


.shop-list-block {
    padding: 10px 0 0px 0;
    text-align: center;
}
.shop-list-block h5 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shop-list-block + section {
    padding-top: 0px;
}
.contacts-block h5 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.shop-list-block a {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 180px;
    margin: 10px;
}
.shop-list-block a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.category {
  display: flex;
  flex-wrap: wrap;
}

.category .title {
  width: 100%;
  flex: 1 0 100%;
  text-align: center;
}

.category .category-info {
    width: 23%;
    min-width: 200px;
    color: #FFF;
    flex: 1 0 23%;
    margin-bottom: 60px;
    background-color: #29589D;
    background-size: 300% 100%;
    background-position: 100% 100%;
    background-image: linear-gradient(104deg, rgb(41, 88, 157) 60%, rgb(0, 50, 125) 60%, rgb(0, 50, 125) 100%);
}

.products {
  flex: 1 1 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.product {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  min-width: 200px;
  flex: 1 0 23%;
  padding-bottom: 60px;
  max-width: 25%;
  text-align: center;
}

.title {
  font-size: 16px;
}

.product .title {
  font-weight: 700;
  line-height: 1.5;
  min-height: 50px;
  padding: 10px 0;
}

.category-info > .description {
  font-size: 16px;
  line-height: 24px;
  margin: 20px;
}
.product .description {
  font-size: 14px;
  min-height: 160px;
  line-height: 1.4;
  max-width: 100%;//220px;
  display: inline-block;
}
.description ul {
  list-style: none;
  text-align: left;
  padding: 0;
}


.category .title h2 {
  line-height: 28px;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  padding: 60px 0;
}

section {
  padding-top: 40px;
}

.buy button {
    border: none;
    max-width: 220px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #29589D;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    border-radius: 30px;
    background-size: 300% 100%;
    background-position: 100% 100%;
    background-image: linear-gradient(104deg, rgb(41, 88, 157) 60%, rgb(0, 50, 125) 60%, rgb(0, 50, 125) 100%);
    transition: opacity .6s ease, color .6s ease, background-position .4s ease-out;
}
.buy button:hover {
    background-position: 0 100%;
}

.shop-list-block a {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.shop-list-block.animate a {
    opacity: 0.5;
}

.category-info .image {
  height: 85%;//480px;
  overflow: hidden;
  max-height: none !important;//36vw;
}

.category-info img {
  height: 100%;
  max-width: auto;
  max-height: 100%;
  object-fit: cover;
  min-width: 100%;
}

.mute-unmute-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mute-unmute-btn i {
    font-size: 20px;
}

hr {
    height: 2px;
    background-color: #ccc;
    border: none;
}

.contacts-info-block > div {
    display: inline-block;
    margin: 10px;
}

.contacts-info-block {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 30px;
}
.contacts-info > div:first-child {
    margin-bottom: 14px;
}

.contacts-info-block a {
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 1300px) {
    main {
        padding: 0 1%;
    }
    .product {
        max-width: 23%;
    }    
}
@media only screen and (max-width: 868px) {
    .product, .category .category-info {
        max-width: 32.66%;
    }
    .category-info .image {
        max-height: 54vw;
    }   
}
@media only screen and (max-width: 637px) {
    .product, .category .category-info {
        max-width: 50%;
    }   
    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    } 
    .category-info .image {
        max-height: 76vw;
    }   
    .contacts-info-block > div {
        margin: 5px;
    }
}
@media only screen and (max-width: 416px) {
    /*.category .category-info {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    .category .title h2 {
        margin-left: 2%;
        margin-right: 2%;
    }
    .category-info > .image {
        height: 70vh;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .category-info > .image > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
    .product, .category .category-info {
        max-width: 100%;
    }    
    .product .description {
        min-height: 0;
    }
    .product .title {
        min-height: 0;
        padding-bottom: 0;
    }

    .product .image {
      margin: 0 auto;
      width: 100%;
      text-align: center;
    }
    .product img {
      width: auto;
      height: 30vh;
    }
    .category-info .image {
      height: 45vh;
    }
    .contacts-info-block > div {
        display: block;
        margin: 10px auto;
        width: 260px;
    }
    .contacts-logo {
        text-align: center;
    }
    .contacts-info-block {
        width: 100%;
    }
    footer .phone {
        display: block;
    }
}
.top-banner {
    font-size: 0;
}
.reviews .description {
    margin-top: 20px;
    width: 100%;
    min-height: 0;
    text-align: left;
    max-width: 300px;
}
.reviews .product {
    /*text-align: left;*/
}
span.person {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
.compare img {
    object-fit: cover;
    min-height: 70px;
}
footer {
    width: 100%;
    background-color: #29589D;
    background-size: 300% 100%;
    background-position: 100% 100%;
    background-image: linear-gradient(104deg, rgb(41, 88, 157) 60%, rgb(0, 50, 125) 60%, rgb(0, 50, 125) 100%);
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
}
.free-consultation {
    padding: 15px 20px;
}
footer a, footer a:visited, footer a:hover {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .icon {
    vertical-align: middle;
    margin-right: 15px;
}
header > div {
    max-width: 1280px;
    margin: 0 auto;
}
