@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Montserrat:wght@400;600;700&display=swap');

html {
    scroll-behavior: smooth;
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-header{
    margin: 0;
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between; */
   /* margin-top: 10px;*/
   padding-top: 27px;
    
}

.index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.page-header-logo-line {
   /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    /* margin-top: 10px; */

}

.logo-header{
    margin: auto 62px;
}

.logo-slogan{
    color: #00A683;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.nav-user-login {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    align-items: center;
   /* width: 650px; */
}

.nav-user-login-link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin: auto 5px;
    margin-top: 12px;
    display: flex;
}

.nav-user-login-text {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin: auto 7px;
    /*
    position: absolute;
    width: 106px;
    height: 36px;
    left: 0px;
    top: 0px;
    */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    
    color: #282828;
}

.nav-user-login-text:hover{
    color: #282828;
}
.nav-user-login-img {
    margin: 0;
    padding: 0;
/*    margin: auto 5px; */
}

.page-navigation{
    margin: auto 62px;
    margin-left: 43px;
    position: relative;

}

.cart-index-page {
    margin: 0;
    padding: 0;
    display: flex;
/*    margin-left: auto;
    margin-right: 10px; */

    /*    
position: relative;
top: 118px;
right: 63px;
*/
}

.cart-index-page > a {
    margin-left: auto;
}

.cart-index-page-img {
    margin-left: auto;
    margin-top: 10px;
    margin-right: 50px;
  /*  display: block;
    margin-left: auto; */
}

.page-main {
    width: 1200px;
    margin: 0 auto;
   /* padding: 55px;*/

    font-family: "Montserrat";
}

.main-container {
    flex-grow: 1;
  }
  
.section-main{
    display: flex;
    justify-content: space-around;
    margin: auto 62px;
    margin-top: 167px;
}

.present-main{
    position: relative;
/*    padding: 20px;
    background-color: white;
    border: 1px solid white;
    border-radius: 20px; */
}

.play-text{
    font-family: "Inter";
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    
    color:white;
    
    position: absolute;
    left: 34px;
    bottom: 90px;

}

.play-btn{
    position: absolute;
    right: 39px;
    bottom: 37px;
}

.ishop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.go-ishop {
    background: #FBCA50;
    width: 426px;
    height: 266px;
    border-radius: 20px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.go-ishop:hover{
    transform: scale(105%);
    box-shadow: 0 0 9px #A7A7A7;
}

.go-ishop__link{
    text-decoration: none;
    color: #000000;

}

.go-ishop__title{
    font-family: "Inter";
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;

    position: absolute;
    top: 26px;
    left: 39px;
}

.go-ishop__line{
    position: absolute;
    bottom: 86px;
    right: 0;
}


.go-ishop__text{
    font-family: "Inter";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    
    position: absolute;
    bottom: 21px;
    left: 39px;
}

.go-ishop__img{
    position: absolute;
    bottom: 36px;
    right: 39px;
}

.go-ishop__text::after{
/*
    content: "000";
    background-image: url('/img/link-ishop.svg');
    width: 26px;
    height: 26px;
    
    position: absolute;
    bottom: 36px;
    right: 39px;
*/
}

.page-main-example {

}

.advantages {
    margin-top: 283px;
    background-image: url('../img/back-advantages.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    height: 356px;
}

.advantages-list{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    
}

.advantages-item {
    display: flex;
    margin-top: 30px;
}

.advantages-item-text{
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;

    text-transform: uppercase;
}

.catalog {
    width: 1200px;
    /*margin-top: 167px;*/

}

.section-title {
    font-family: "Montserrat";
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;

    text-transform: uppercase;
}

h2.catalog-index-page {
    text-align: left;
    padding-left: 27px;
}

.catalog-list {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: grid;
   grid-template-columns: 1fr 1fr 1fr;
    row-gap: 17px;
   /* column-gap: 17px; */
}

.catalog-item{
   margin: 0 auto;
}

.catalog-item:hover {
    transform: scale(105%);
    box-shadow: 0 0 9px #A7A7A7;
   

}

.catalog-item__link {
    text-decoration: none;
    position: relative;
    border-radius: 10px;
}

.catalog-item__link > img {
border-radius: 10px;
}

.catalog-item__link > img:hover {
    transform: scale(105%);
    border-radius: 10px;
}



.catalog-item__text {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;

    position: absolute;
    bottom: -110px;
    left: 16px;

    color: white;
}

.send-order {
    margin-top: 209px;
}

.our-tehnologi{
    margin-top: 168px;
    display: flex;
    justify-content: space-around;
}

.our_tehnologi__img-item{
    border-radius: 20px;
}

.our-tehnologi__description{
    width: 518px;
    height: 518px;
    background-color: #E3B74A;
    border-radius: 20px;
    padding: 15px;
}

.tehnologi-title{
    margin-left: 36px;
}

.our-tehnologi__text{
    margin-left: 40px;

    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.blog{
    margin-top: 108px;
    

}

.blog-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.blog-item{
    position: relative;
}

.blog-item:hover {
    transform: scale(105%);
    box-shadow: 0 0 9px #A7A7A7;
}

.blog-text{
    position: absolute;
    bottom: 0px;
    left: 20px;

    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;

    color: white;
}

.button-wrapper{
    margin-top: 49px;
    display: flex;
    justify-content: space-between;
}

.to-up:hover{
    transform: scale(110%);
    box-shadow: 0 0 9px #A7A7A7;
    border-radius: 50%;
    background-color: #C9961B;
}

.page-footer{
    width: 1200px;
    height: 135px;
    background-color: #E3B74A;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.social-network__list{
    margin-top: 51px;
    list-style: none;
    display: flex;
}
.years{
    margin-top: 80px;
    margin-left: 40px;
}

.social-network__item {
    margin-right: 10px;
}

.page-about{
    margin: 0;
    padding: 0;
}

.about-img {
    display: block;
    margin: 0 auto;
    margin-top: 106px;
}

.about-bg-color{
    background: #C9961B;

}

.title-page{
    margin-top: 78px;
    margin-bottom: 31px;
    font-family:"Montserrat";
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;

    color: #282828;

    text-transform: uppercase;
}

.page-content{
    width: 898px;
    margin: 0 auto;
    margin-bottom: 109px;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    
    color: #1C1C1C;
}

.write_us-about{
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 17px;
}

.about-footer{
    background: #C9961B;
}

.page-by-retail{
    width: 898px;
    margin: 0 auto;
    margin-bottom: 109px;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    
    color: #1C1C1C;
}

.bg-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 0;
    background-color: rgba(99, 85, 77, 0.1);
    width: 1200px;


}

.bg-img-gray{
  /*  background-image: url('/img/logo-bg-grey.png'); */
    background-image: url('../img/logo-bg-grey.png');
    background-repeat: no-repeat;
    background-size: 482px;
    background-position: center;
}

.title-grey {
    margin-top: 0;
    padding-top: 53px;
    padding-bottom: 75px;
}

.write_us-grey {
    margin-left: auto;
    margin-bottom: 13px;
}

.page-section-text {
    width: 738px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.page-section-title{
  /*  font-family: 'Montserrat';
    font-style: normal; */
    font-weight: 700;
    /*font-size: 30px;
    line-height: 37px;
    text-align: center;
*/
}

.page-section-text {
    font-weight: 300;
}

.nav-page {
    margin-top: -90px;
   /* margin-left: -150px; */
   left:-220px;
    position: absolute;
    width: 344px;
    height: 750px;
/*    border: 1px solid black; */
    background: #FFFFFF;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.close-nav-page-img{
    position: absolute;
    /*top: 33px;*/
    top: 65px;
    right: 95px;
    margin-bottom: 48px;
    width: 25px;
    height: 25px;

}

.nav-menu-list {
    margin-top: 96px;
    list-style: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #A7A7A7;
    /*letter-spacing: 0em;
    text-align: right; */

}

.nav-menu-item{
    text-transform: uppercase;
    margin-bottom: 19px;

}

.nav-menu-link {
    text-decoration: none;
}

.nav-menu-text {
    color: #A7A7A7;
}

.nav-submenu-list {
    list-style: none;
    margin-top: 38px;
    margin-bottom: 43px;
}

.nav-submenu-item {
    margin-top: 19px;
}

.nav-submenu-text {
    color: #000000;
}

.nav-social-network{
    margin-top: 97px;
    margin-left: 100px;

}

.nav-page.main-nav--closed {
    display: none;
}

.main-nav__toggle, .main-nav__close{
cursor: pointer;
}
/*
.main-nav-closed {
    display: none;
  }
*/
  .bg-cat-1{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background-image: url('/img/bg-img-1.jpg');
    background-size: 1200px 335px;
    width: 1200px;
    height: 335px;
/*    justify-content: space-between; */
  }

  .bg-cat-2{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background-image: url('/img/bg-img-2.jpg');
    background-size: 1200px 335px;
    width: 1200px;
    height: 335px;
/*    justify-content: space-between; */
  }

  .bg-cat-3{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background-image: url('/img/bg-img-3.jpg');
    background-size: 1200px 335px;
    width: 1200px;
    height: 335px;
  }

  .bg-cat-4{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background-image: url('/img/bg-img-4.jpg');
    background-size: 1200px 335px;
    width: 1200px;
    height: 335px;
  }

  .logo-nav-catalog{
    margin: 0;
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

  }
/*
  .logo-catalog {
   margin: 0;
   padding: 0;
   margin-top: 19px;
   margin-left: 63px;
   margin-right: 63px;
   margin-bottom: auto;
  }
  */
  .page-catalog-title {
    margin: 0;
    padding: 0;
    margin-top: 119px;
    margin-bottom: 9px;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
  }

  .page-catalog-description {
    margin: 0;
    padding: 0;
    margin-bottom: 29px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #A7A7A7;
  }

  .category-list{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 77px;

    /*outline: 5px solid red; */
  }

  .category-list__link{
    text-decoration: none;

  }

  .category-list__item{
   /* align-content: center;*/
    /*align-items: center;*/
    text-align: center;
  }

  .category-list__text{
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    /*align-items: center;
   /* padding: 0 5px; */
  /*  align-self: center; */
   /* align-content: center;  
   /align-content: space-evenly;
    align-items: center; */
   /*text-align: center;*/
    color: #282828;
    text-transform: uppercase;
  }

  .product-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .product-list__link{
    text-decoration: none;
    color: #444444;
  }

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

  .catalog-category-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    wrap:50px;
    list-style: none;

    margin-top: 57px;
  }

  .catalog-category-item{
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;

  }

  .catalog-category-link{
    
  }

  .catalog-category-text{
    position: absolute;
    z-index: 10;
    color: #FFFFFF;
    bottom: 30px;
    left: 10px;

    width: 300px;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
  }

  .catalog-category-text::after{
    position: absolute;
    content: "";
    color: #FFFFFF;
    background-image: url("img/next-cat.svg");
    right: 0;

  }

  .catalog-category-link{

  }

  .catalog-nav-img{
    display: block;
    position: absolute;
    width: 29px;
    height: 14px;
    bottom: 35px;
    right: 10px;

  }

  .catalog-section-list-tile-list{
    /*justify-content: space-between;*/
  }

  .page-black {
    background-color: #C9961B;
}

.bx-breadcrumb {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    margin-left: 10px;
}

.page-gray {
    background-color: rgba(99, 85, 77, 0.1);
 /*   background-image: url('../img/logo-bg-grey.png');
    background-repeat: no-repeat;
    background-size: 482px;
    background-position: center; */
}

.ya-informer {
    margin-left: 87px;
}
.search-block{
width: 900px;
margin-left: 150px;
margin-top: 20px;
}

.contact-header {
    margin-left: 15px;
    margin-top: 12px;
    width: 600px;
    text-align: end;
}

.contact-description {
    margin-left: 190px;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.login-box {
    margin-left: 140px;
}

/*видео*/
/*
.about {
    padding: 300px 0;
    background-color: #0d2562;
    color: #fff;
   /* overflow: hidden; *//*
    position: relative;
  }
  .about-title {
    font-family: sans-serif;
    font-size: 70px;
    text-align: center;
    position: relative;
    /*opacity: .5;*//*
  }
  /* VIDEO *//*
  .video {
    top: 50%;
    width: 1938px;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    left: 50%;
    z-index: 0;
    position: absolute;
  }
  .about-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 110px;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(https://denis-creative.com/wp-content/uploads/2018/01/about-header-bg.png)
      0 top no-repeat;
  }
  .about-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 126px;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(https://denis-creative.com/wp-content/uploads/2018/01/about-footer-bg.png)
      0 top no-repeat;
  }
  .about-header-bg-2 {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translate(-50%, -100%);
    transition: transform 0.9s 0.2s ease;
    will-change: transform;
    transform: translate(-50%, 0);
  }

  .video-border {
    width: 360px;
    height: 360px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;

  }

  @media (max-width: 768px) {
    .about {
      background: url(https://denis-creative.com/wp-content/uploads/2018/01/about-bg.jpg)
        0 top no-repeat #0e438b;
      -webkit-background-size: cover;
      background-size: cover;
    }
    .video,
    .about-header,
    .about-footer,
    .about-header-bg-2 {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .about-title{
      font-size: 40px;
    }
  }

  /* видео 2 *//*
  .fon-video-3 {
    position: relative;
    margin: 20px auto;
}
.fon-video-3 .tv-fon  {
    position: relative;
    z-index: 1;
    font: 0/0 a;    
}
.fon-video-3 .tv-fon img  {
    width: 100%;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));    
}
.fon-video-3 video {
    width: 90%;
    position: absolute;
    top: 10%;
    left: 5%;
    box-shadow: 0 0 26px rgba(0,0,0,0.4), 0 0 30px rgba(0,0,0,0.3);
}
*/
div.bx-newslist-img > a > img {
    width: 362px;
    height: 246px;
}

.auth-link-list {
    margin: 0;
    padding: 0;
    margin: 40px 42px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

.auth-link-item {
    text-transform: uppercase;
    margin: 5px 13px;
    color: #A8C8F9;
    font-size: 24px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/*
.auth-link-item:last-child {
    color: #444;
    text-decoration: none;
}
*/

.auth-link-item-link {
    text-decoration: none;
    color: #444;
}

.auth-link-item-link:hover {
    border-bottom: 3px solid #A8C8F9;
}

#modal_auth {
    border-radius: 10px;
}

.bx-auth-table {
    margin-left: 42px;
}

.bx-auth-label{
    color: rgba(68, 68, 68, 0.70);
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bx-auth-input{
    width: 430px;
    margin-bottom: 20px;
}

.get-pasw-link {
    margin-left:230px;
    color: rgba(68, 68, 68, 0.40);
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.authorize-submit-cell > .btn-primary {
    margin-left: 85px;
    margin-bottom: 40px;
    margin-top: 25px;
    width: 260px;
    height: 45px;
    /*flex-shrink: 0; */
    border: none;
    border-radius: 10px;
    background: #A8C8F9;
    text-transform: uppercase;

    color: #444;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.authorize-submit-cell > .btn-primary:hover {
    background: #A8C8F9(43.1, 73.2%, 59%, 0.75);
}

.bx-registration-table {
    margin-left: 40px;
}

.registration-description {
    color: rgba(68, 68, 68, 0.70);
font-family: "Montserrat";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.user-contract {
    color:#A8C8F9;
}

.feedback-main-input, .search-query {
    border-radius: 5px;
}

.contact-page{
    display:flex;
    flex-direction: row;
}

.contact-page-content {
    width: 830px;
}

.contact-img {
    margin-top: -170px;
    margin-bottom: -200px;
    z-index: -1;
}

.contact-page-wrapper {
    margin-top: 115px;
}

.contact-page-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.contact-page-list-item {
    /*margin: 0;
    padding: 0;
    list-style: none;*/
    margin-top: 50px;
}

.contact-page-list-item-text {
    color: #A9A9A9;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contact-page-list-item-link{
    text-decoration: none;
    color: #353535;

}

.contact-page-list-item-desxription {
    color: #353535;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-section-list-item {
    width: 400px;
  }

.catalog-section-list-item-inner {
 /*   font-size: 16px; */
    margin-top: 10px;
    margin-bottom: 20px;
}

.catalog-section-list-item-link {
    font-size: 20px;
    text-decoration: none;
    color: #282828;
    /*margin-bottom: 10px; */
}
/*
.catalog-section-list-tile-img-container:hover {
    border: 2px solid #C9961B;
}
*/
.catalog-section-list-tile-img-container:hover {
    outline: none;
    /*border: none; */
   /* outline: 1px solid #FBCA50;  */
  /*  outline-offset: 2px solid #FBCA50; */


}
.catalog-section-list-item-img:hover {
    outline: none;
   /* border: none; */
    /* border: 1px solid #353535; */
   /* border: 2px solid #C9961B; */
   /* border: 2px solid #E3B74A */
    outline: 2px solid #FBCA50;
    transform: scale(105%);
  /*  border: 2px solid #00A683 */
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
}
/*
.bx-breadcrumb-item a span {
    font-size: 20px;
}
*/
/*
.bx_pagination_page {
    font-size: 18px;
}
*/
.bx_pagination_page ul li, .bx_wsnw {
    font-size: 18px;
}
/*
.bx_wsnw {
    font-size: 18px;
}
/*
.bx_pg_text, .bx_pg_text ul li a {
    font-size: 18px; 
}
*/
