@font-face {
    font-family: 'AvantGardeGothicC';
    src: url("fonts/AvantGardeGothicC-Book.otf");
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-XThin.ttf");
    font-weight: 100;
    font-style: normal;
    font-stretch: extra-condensed;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Thin.ttf");
    font-weight: 100;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Light.ttf");
    font-weight: 200;
    font-style: normal;
    font-stretch:normal;
}



@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-stretch:normal;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-stretch:normal;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-stretch:normal;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url("fonts/DinTextCompressedPro/PFDinTextCompPro-Italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-stretch:normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open_Sans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-stretch:normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open_Sans/OpenSans-Light.ttf");
    font-weight: 100;
    font-style: normal;
    font-stretch:normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open_Sans/OpenSans-Italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-stretch:normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open_Sans/OpenSans-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-stretch:normal;
}

.formgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.formgrid p {
    margin-right: 1rem;
}

.navbar-nav {
    flex-direction: row;
}

body {
    max-width: 1100px;
    margin: 0 auto;
}

.modal-xl {
    max-width: 1000px !important;
}

.wrap-all {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}

.alltext ul {
    padding-left: 0 !important;
}

.modal {
    z-index: 4000;
}

#onclick-reset {
    cursor: pointer;
}

/*
.blurred-main-1 {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    background-image: url("images/main-bckg.jpg");
    background-position: center;
    /*background-size: auto 100%;*//*
    background-size: cover;    
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
*/

.back-blurred {
    width: 100%;
    position: absolute;
    top: 340px;
    z-index: -1000;
}


.blurred-img-main {
    height: 710px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 340px;
    z-index: -1000;
    background-image: url("/images/main-bckg.jpg");
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.opacity-img-main {
    height: 710px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 340px;
    z-index: -1000;
    background-image: url("/images/main-bckg.jpg");
    background-position: center;
    background-size: cover;
    opacity: .6;
}

/*
.blurred-main {
    position: absolute;
    
    z-index: -1000;

    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);

    /*filter: url('images/blur.svg#blur') opacity(0.5);*//*
}*/

.blurred-all {
    
    position: absolute;
    top: 125px;
    z-index: -1000;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    /*filter: url('images/blur.svg#blur') opacity(0.5);*/
}

.all-fixed{
    position: fixed !important;
}

.fixed-main {
    width: 1100px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 65px 30px rgba(163, 163, 163, 0.65);
}

.main-gallery-container {

    margin-bottom: 10px;
}

/*
.navbar-brand {
    display: flex;
    width: 340px;
    height: 87px;
    background-image: url("images/logo-all.png");
    background-size: cover;
}
*/


.fixed-all {
    width: 1100px;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 65px 30px rgba(163, 163, 163, 0.65);
}

.no-shadow {
    box-shadow: none !important;
}


div.bkgrnd-pic {
    display: block;
    width: 100%;
    height: max-content;
    /*margin-top: 99px;*/
    /*position: relative;
    top: -130px;
    z-index: -1000;*/
    }

.bkgrnd-pic img {
    box-shadow: 0 2px 0px 0px red;
}

.ind-wrap {
    display: flex;
    justify-content: flex-end;
    width: 98%;
    position: relative;

    bottom: 50px;
}

.ind {
    display: block;
    /*position: relative;*/
    width: max-content;
    /*bottom: 50px;
    left: 60%;*/
    background-color: white;
    border-radius: 5px;
    border: solid red 2px;
    padding: 1rem 3rem;
    margin-right: 1rem;
}

.ind-centered {
    left: 40%;
}

.ind p{
    color: red;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 50pt;
    line-height: 50pt;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.ind-black {
    background-color: black;
}

.ind-black p {
    color: white;
}


.header-main {
    display: flex;
    flex-direction: column;
    width: 1100px;
    /*height: 340px;*/
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    position: fixed;
    z-index: 1000;

}

.logo-main{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.logo {
    width: 860px;
}

.logo-txt{
    font-family: 'AvantGardeGothicC', sans-serif;
    color: red;
    letter-spacing: 6pt;
    font-size: 26.09pt;
    line-height: 59.33pt;
    position: absolute;
    left: 46%;
    top: 20px;
    z-index: 100;
}

.underlogo{
    display: inline-flex;
    justify-content: space-between;
    align-self: center;
    position: relative;
    left: 120px;
    margin-top: -30px;
    width: 750px;
}

.menu-tels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: center;
    width: 350px;
}

.menu-tel {
    display: flex;
    flex-direction: column;
    width: 175px;
    padding: 0px 12px;
}

.menu-tel.left {
   text-align: right;
}


.menu-tel.right {
    justify-content: left;
}

.menu-tel a{
    font-family: 'Open Sans', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13.77pt;
    line-height: 13.77pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    }

.menu-tel p{
    font-family: 'Open Sans', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 8.8pt;
    line-height: 10.77pt;
    font-weight: bold;
    color: red;
    margin-bottom: 10px !important;
}

.menu-tel-line {
    width: 1px;
    background-color: red;
    margin-bottom: 10px;
}



/*поиск*/


input::-webkit-input-placeholder {
    color: #374046; 
    font-style: normal; 
    background: #ffffff;
  }
  input:-moz-placeholder {
    color: #374046; 
    font-style: normal; 
    background: #ffffff;
  }
  input:-ms-input-placeholder {
    color: #374046; 
    font-style: normal; 
    background: #ffffff;
  }

  .menu-search {background: white;}
  .menu-search:after {content:""; clear:both; display:table}
  .menu-search form {
    width: auto;
    float: right;
    margin-right: 0px;
  }
  .menu-search input {
    width: 255px;
    height: 42px;
    padding-left: 50px;
    border-radius: 42px;
    border: 1px solid red;
    background: white;
    outline: none;
    position: relative;
    /*transition: .3s linear;*/
  }
  /*.menu-search input:focus {
    width: 300px;
  }*/
  .menu-search button {
    width: 36px;
    height: 42px;
    background: none;
    border: none;
    position: relative;
    padding: 0px;
    box-shadow: 5px 0 2px -5px #646b74;
    left: -255px;
  }
  .menu-search button:before{
    content: "\f002";
    font-family: FontAwesome;
    color: #646b74;
    font-weight: 100;
  }

  /*
  .deco {
    font-family: 'AvantGardeGothicC', sans-serif;
    color: #59606a;
    opacity: 28%;
    letter-spacing: 1.5pt;
    font-size: 12.83pt;
    line-height: 27.41pt;
    position: absolute;
    left: 150px;
    top: -1px;
    z-index: 100;
  }
  */


.menu-main {
    display: flex;
    justify-content: center;
    align-self: center;
    /*margin-top: 50px;*/
}

.menu-main ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 930px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px !important;
}



.menu-main a{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 31.68px;
    line-height: 32px;
    color: red;
    text-decoration: none;
    font-weight: normal;
    /*font-stretch: 110%;*/
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.17);
}

.nav-link {
    padding: 5px 4px !important;
    /*filter: drop-shadow(1px 0 1px rgba(0,0,0,.17)); */
}

.navbar-collapse {
    margin-top: .5rem !important;
}

.gallery-wrapper{
    display: flex;
    width: 100%;
    /*height: 200px; border: 1px solid orangered;*/
    justify-content: center;
    align-items: center;
}

.carousel-main {
    /*display: flex;*/
    width: 90%;
    /*height: 500px;*/
    align-self: center;
    align-items: center;
    margin-top: 65px;

}

.carousel-img {
    display: flex;
    max-width: 450px;
    height: auto;
    align-self: center;
    border: solid 15px #ececec;
    margin: 40px -20px;
    border-radius: 2px;
    box-shadow: 10px 0 10px -10px #333, -10px 0 10px -10px #333;
}

.main-slider-sm {
    border: solid 15px #ececec;
    border-radius: 2px;
    box-shadow: 10px 0 10px -10px #333, -10px 0 10px -10px #333;
}

/*.slick-cloned, .slick-active {
    transform: scale(0.8);
    
}
*/


.footer {
    display: flex;
    flex-direction: column;
    width: 100%;

}



.footer hr {
    width: 98%;
    height: 1px;
    color: #3a3a3a;
    margin-left: 1%;
    margin-top: 0 !important;

}

.footer-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    justify-content: space-between;
}

.footer p{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 12pt;
    line-height: 12pt;
    font-stretch: condensed;
    color: #3a3a3a;
}

.footer b{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 12pt;
    line-height: 12pt;
    
    font-weight: bold;
    color: #3a3a3a;
}

.footer a{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-stretch: condensed;
    font-size: 12pt;
    line-height: 12pt;
    color: #3a3a3a;
    text-decoration: none;
}

.text-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    margin-bottom: 20px;

}

.text-wrap h1 {
    display: block;
    width: 80%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: bold;
    font-size: 20pt;
    line-height: 24pt;
    color: red;
    text-transform: uppercase;
    margin: 1rem;
    text-align: center;
}

.text-wrap h2 {
    display: block;
    width: 98%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: bolder;
    font-size: 18pt;
    line-height: 20pt;
    color: black;
    margin: 1rem;
}

.text-wrap p {
    display: block;
    width: 98%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: lighter;
    font-size: 13pt;
    line-height: 16pt;
    color: black;
    margin: 0 0 1rem 1rem;
}

.text-dis {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    /*margin-bottom: 100px;*/

}

.text-dis p {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: lighter;
    font-size: 13pt;
    line-height: 16pt;
    color: black;
    /*padding: 2rem;*/
}

/*стили для альтернативной главной*/

.logo-main-alt {
    width: 35%;
}

.logo-n-tels {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.underlogo-alt{
    display: inline-flex;
    justify-content: space-between;
    align-self: center;
    position: relative;
    left: 100px;
    margin-top: -30px;

}

.alt-main {
    margin-top: 138px;
}

.alt1-main {
    
    margin-bottom: 8px;
}

/*index5*/

.mmm a,
.mmm p {
    color: red !important;
}

.vertline-red {
    width: 1px;
    background-color: red !important;
    height: 2.3rem;
}

.redmmm {
    border-color: red !important;
}

.breadcrumb {
    background-color: white !important;
}

/*отдельно про шрифты 14px*/

p,
b,
.nav-link,
.nav-divider,
.breadcrumb-item a,
.qr-txt h3,
.map-txt a,
.char-list li  {
    font-size: 14px !important;
    line-height: 16px !important;
}

.nav-link {
    font-weight: bold !important;
}

.ind p {
    font-size: 40pt !important;
    line-height: 40pt !important;
    font-weight: 200 !important;
}


.contacts-header h2,
.contacts-header strong {
    font-size: 16pt;
    line-height: 20pt;
}

.contacts-header h2 {
    margin: 0 30px;
    text-align: center;
}

.contacts-header {
    width: 1100px;
    overflow: hidden;
}

.contacts-header hr {
    width: 50%;
}

.breadcrumbs {
    position: relative;
    top: -75px;
    z-index: 1020;
}

#button-modal-reset,
#item-rightHeader {
    display: none;
}

.contacts-wrap,
.contacts-header {
    margin-top: 0;
}

.breadcrumb-item {
    width: max-content;
}

.breadcrumb-item {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 14px;
    font-weight: lighter;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.breadcrumb-item.active {
    color: red;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 14px !important;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.qr-txt h3 {
    margin-top: 5px;
}

.map-txt p {
    line-height: 16px !important;
}

.container-up-menu {
    width: 100% !important;
    justify-content: flex-end ;
}
.up-menu-tels {
    width: 310px !important;
}

.up-menu-tel.right {
    justify-content: left !important;
    width: max-content !important;
    padding-right: 0 !important;
}

.navbar-expand-lg {
    justify-content: space-between !important;
}

.navbar-light {
    width: 1100px;
}

.navbar-nav {
    border-top: 1px solid red;
    justify-content: space-between;
    width: 730px;
}

/*bs-additional*/

/*
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  */

  .form-control{
    border-radius: 42px;
    width: 300px;
    height: 32px;
    border: 1px solid #59606a;
    background: white;
    float: right;
  }

  #cat-quantity {
      width: 110px;
  }

  .btn.upmenu {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    position: relative;
    padding: 0px;
    box-shadow: -5px 0 2px -5px #646b74;
    right: 43px;
  }

    .btn.upmenu:before{
        content: url('/images/search.png');
      }

/*common*/

.container {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: 100px;
    background-color: white;
    justify-content: center;
    padding: 0 !important;
    /*padding-top: 10px;*/
    /*padding-left: 50px;*/


}

.navbar-light {
    width: 100%;
    position: fixed;

    background-color: white !important;
    z-index: 1030;
    height: 100px;
    max-width: 1100px;
    padding: 3px 0 !important;
}

#indexNavforIE {

}

.all-menu {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.container-up-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*border-bottom: 1px solid red;*/
    width: 615px;
}

.search-wrap {
    display: flex;
    flex-direction: row;
}

.d-flex {
    width: 305px;
}

.up-menu-tels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: center;
    width: 340px;
}

.up-menu-tel {
    display: flex;
    flex-direction: column;
    width: 170px;
    padding: 5px 12px;
}

.up-menu-tel.left {
   text-align: right;
}


.up-menu-tel.right {
    justify-content: left;
}

.up-menu-tel a{
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 200;
    text-decoration: none;
    color: #59606a;
    }

.up-menu-tel p{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 200;
    color: #59606a;
}

.vertline-up-menu {
    width: 1px;
    background-color: #59606a !important;
    height: 2.3rem;
}



.nav-link{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 16pt;
    line-height: 16.82pt;
    font-weight: 100;
    color: #59606a !important;
}

.nav-link.active {
    box-shadow: 0 3px 0px 0px red;
    color: red !important;
}

.nav-divider {
    padding: 0 12px;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 18.95pt;
    line-height: 16.82pt;
    font-weight: 200;
    color: #59606a !important;
}

.breadcrumb-item a b {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    /*font-weight: normal;*/
    line-height: 14.09pt;
    text-decoration: none;
}

.breadcrumb-item a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    font-weight: lighter;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.breadcrumb-item.active {
    color: red;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.breadcrumb-item.active::before {
    color: red;
}

.bc-wrap {
    width: 80%;
    display: flex;
    justify-content: flex-start;
}

.ind-small {
    left: 50%;
    padding: 1rem;
}

.ind-small p,
.ind-smaller p {
    font-size: 35pt;
}

.ind-smaller {
    left: 60%;
    padding: 1rem;
}

/*video*/

.blurred-img-video {
    height: 519px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 121px;
    z-index: -1000;
    background-image: url("/images/video.jpg");
    background-size: cover;
    background-position: center;
    opacity: .6;

}

.grid-wrapper {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.videogrid {
    /*
    width: 100%;
    display: grid;
    grid-template-columns: 45% 50%;
    grid-gap: 2rem;
    */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}

.video-wrap {
    width: 45%;
    min-width: 495px;
    padding-right: 1rem;
}

.video-txt {
    width: 50%;
    padding-left: 1rem;
}

h3.date {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 14px;
    line-height: 28pt;
    color: #3c3c3c !important;
    font-weight: lighter;
}

.video-txt h4 {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 16pt;
    line-height: 20pt;
    color: red !important;
    font-weight: bolder;
    text-transform: uppercase;
}

.video-txt p {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 14px;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: 100;
}


/*solutions*/


/*
.solutions-wrapper{
    display: flex;
    width: 100%;
    flex-direction: column;
    
}

.solution {
    display: grid;
    grid-template-columns: 20% 20% 19% 1% 20% 20%;
    grid-template-rows: auto;
    grid-template-areas: 'header' 'header' 'header' 'header' 'header' 'header'
                        "img" "img" "img" "vertline" "header2" " header2"
                        "img" "img" "img" "vertline" "header3" " header3"
                        "img" "img" "img" "vertline" "text1" "text2";
}

*/

.solutions-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    
}

.solution {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 305px;
    height: max-content;
    align-self: center;
    justify-content: center;
    margin-bottom: 50px;
}

.hr-wrapper hr {
    height: 1px;
    width: 60%;
    /*position: relative;
    left: 40%;*/
    
    color: #3c3c3c;
    opacity: 1;
    margin: 2px 0;
    
}

.hr-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-self: center;
    justify-content: flex-end;
    overflow: hidden;
}

.sol-img {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: flex-end;
}

.divider {
    width: 4%;
    display: flex;
    justify-content: flex-start;
}

.sol-vertline {
    width: 1px;
    background-color: #3c3c3c;
    height: 99%;
    /*align-self: center*/;
}

.sol-num {
    width: 120px;
    height: 120px;
    border: 2px solid red;
    border-radius: 50%;
    background-color:black;
    position: relative;
    top: 4%;
    left: -60px;
    text-align: center;
}

.sol-num p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60pt !important;
    line-height: 13.5pt;
    color: white;
    margin-top: 50px;
    margin-left: 0 !important;
}

.sol-txt {
    display: flex;
    flex-direction: column;
    width: 46%;
    

}

.sol-txt a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 20px;
}

.sol-txt h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 20pt;
    color: #3c3c3c;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 20px 20px;
}

.sol-txt hr {
    width: 100%;
    position: static;
    color: #3c3c3c;
    opacity: 1;
    margin: 2px 0;
}

.comps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/*.comp {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 49%;
}*/

.comp-all {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 49%;
}

.comp h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 18pt;
    color: #3c3c3c;
    font-weight: normal;
    margin-left: 20px;
    
}

.comp-img h4 {
    margin-left: 5px;
}

.comp p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 14pt;
    color: #3c3c3c;
    font-weight: lighter;
    margin-left: 20px;
}

.red-bigger {
    font-size: 20pt;
    font-weight: bold;
    color: red;
    margin-left: 5px;
}
.starred p {
    margin-left: 0;
}



.comp-img {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.comp-img img {
    margin-left: 20px;
    margin-top: 5px;
}

.starred {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    align-items: flex-start;
    margin-left: -5px;
   
}

.comp-all .starred {
    margin-left: 20px;

}

.starred img {
    width: 15px;
    align-self: flex-start;
    flex-shrink: 0;

}


/*projects*/

.project hr {
    height: 2px;
    opacity: 1;
    color:red;
    margin-top: .5rem !important;
}

.project {
    width: 100%;
}

.projects {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    align-items: center;
    margin-top: -50px;
}

.projectcard {
    /*
    display: grid;
    grid-template-columns: 25% 72%;
    grid-gap: 2rem;
    padding: 2rem 0rem 3rem 1rem;
    */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.projectimg {
    display: flex;
    width: 25%;
    min-width: 270px;
    padding: 0 10px;

    height: 300px;
    height: max-content;
}

.blurred-projects {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    background-image: url("/images/projects-back.jpg");
    background-position: center;
    /*background-size: auto 100%;*/
    background-size: cover;    
    opacity: .6;
}

.blurred-img-projects {
    height: 452px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 120px;
    z-index: -1000;
    background-image: url("/images/projects-back.jpg");
    background-size: cover;
    background-position: center;
    opacity: .6;

}

.projecttext {
    padding-top: 1rem;
    width: 75%;
    min-width: 100px;
    padding: 0rem .5rem 3rem 1rem;

    height: 300px;
    height: max-content;
}

.project a {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: bold;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    text-transform: uppercase;
    text-decoration: none;
    margin: .5rem 0;
}

.projectcard a {
    margin-top: 1rem;
}

.projecttext h2 {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: normal;
    font-size: 16pt;
    line-height: 20pt;
    color: black;
    text-transform: uppercase;
}

.projecttext p{
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-weight: lighter;
    font-size: 14px;
    line-height: 16pt !important;
    color: black;
    
}

/*gazebo*/

/*curtain*/

.cat-wrapper {
    width: 100%;
}

.cat-grid {
    /*
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-areas: 'left' 'cat';
    */
    display: flex;
    flex-direction: row;
}

.leftmenu {
    /*
    grid-area: 'left';
    padding-left: 5%;
    padding-right: 5%;
    border-right: 2px solid #3c3c3c;
    */
    display: flex; 
    flex-direction: column;
    width: 20%;
    padding: 0 5px;
    border-right: 2px solid #3c3c3c;

}

.allcat {
    /*
    grid-area: 'cat';
    padding-left: 2%;
    */
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-left: 2%;
}



.headers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 20px;
    justify-content: flex-end;
    border-bottom: 1px solid red;
    align-items: flex-end;

}

.headers img {
    margin: 5px;

}

.headers h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 5px;
    
}

.headers h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 5px;
}

.headers .vertline-red {
    height: 20px;
    width: 1px;
    background-color: red;
    margin: 0 5px;
}

.headers select{
    border: none;
    appearance: none;
    background: url("/images/dropdownarrow.png") right;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    padding-right: 30px;
    color: #3c3c3c !important;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 20px;
}

.headers select::after {
    background: url("/images/dropdownarrow.png") right;
    background-repeat: no-repeat;
}


fieldset {
    display: flex;
    flex-direction: column;
    margin: 30px 1px;
}

a.expand {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 14pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: right;
}



legend {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin-bottom: 20px;

}

label {
    font-family: 'Open Sans', sans-serif;
   /* font-size: 12pt; */
    font-size: 14px; 
   line-height: 30pt;
    color: #3c3c3c !important;
    font-weight: lighter;
    /*padding-left: 10px;*/
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    box-shadow: inset 2px 2px 1px 0px #929292 ;
}


input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border-left: 3px solid #3a3a3a;
    border-bottom: 3px solid #3a3a3a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*background-color: white !important;
    border: none !important;
    background-image: url(images/check-square.png) !important;*/
}


input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.l-color {
    display: none;
}

.round-checkbox {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.round-checkbox:hover {
    background-color: gray;
}

.difcheks input:checked ~ .round-checkbox {
    border: 1px solid red;
}

.items {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}


.item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
    height: max-content;
    border-bottom: 1px solid red;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.item-img,
.item-specs,
.item-cars,
.item-order {
    display: flex;
    /*width: 24%;*/
    height: 100%;
    flex-direction: column;

}

.item-order {
    justify-content: center;
    align-items: center;
    width: 120px;
}

.item-specs {
    width: 300px;
}

.item-img {
    justify-content: flex-end;
    width: 200px;
}

.img-shadow {
    margin-left: 20px; 
    margin-bottom: 10px;
    width: 150px; 
    height: 100px;
    transform: skew(30deg);
    background: linear-gradient(315deg, #8d8d8d, white);
    position: absolute;

    z-index: -1;
    }
/*
.item-img img{
    position:relative;
    bottom: 0px;
    left: 45px;
    z-index: 1;
}
*/
.item-specs {
    justify-content: space-between;
    align-items: baseline;
    padding: 5px;
}

.art-border {
    display: flex;
    width: 90%;
    align-self: center;
    border: 0px solid red;
    border-radius: 10px;
    justify-content: center;
    margin: 10px 10px;
}

.art-border a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 5px 0;
    text-decoration: none;

}

p.PFDIN25 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt !important;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    margin-left: 10px;
}

.PFDIN52 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    line-height: 40pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    margin-left: 6px;

}

.led {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 5px;
}

.lednum p {
    font-family: 'Open Sans', sans-serif;
    font-size: 52pt !important;
    line-height: 52pt !important;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    margin-left: 10px;
}

.ledlamp {
    display: flex;
    flex-direction: column;
}

.ledlamp img {
    margin-left: 10px;
    width: 80px;
}

.ledlamp p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt !important;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: bolder;
    margin: 0;
    margin-left: 10px;
    /*padding-bottom: 5px;*/

}

.col {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.col p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt !important;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    
}

.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}

.item-chars {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.char-list ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 5px !important;
    margin-top: 20px;
}

.char-list li {
    display: flex;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: lighter;
    margin-bottom: 8px;
}

.char-list p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: lighter;
}

.char-list b {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: bolder;
}

.order-size {
    display: flex;
    width: 90%;
    align-self: center;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px 0 #d1d1d1;
    padding: 2px;
}

.less,
.more {
    width: 30%;
    background-color: white;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #999999 !important;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    border: none;

}

.less:hover,
.more:hover {
    color: #3c3c3c;
}

.less {
    border-right: 1px solid #989898;
    box-shadow: inset -1px 0 1px 0 #e3e3e3;
}

.more {
    border-left: 1px solid #989898;
    box-shadow: inset 1px 0 1px 0 #e3e3e3;
}

.quantity {
    display: flex;
    border: none;
    text-align: center;
    width: 45%;
}

.item-order {
    align-self: center;
}

.order {
    display: flex;
    /*width: 40%;*/
    height: max-content;
    align-self: center;
    background-color: white;

    /*border: 1px solid red;*/
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    /*color: red !important;*/
    color: #7e7e7e !important;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2px;
    padding: .2rem .5rem;
}
.order:hover{
    border: 1px solid red;
    color: red !important;
}
.order:hover a{
    color: red !important;
}

/*contacts*/
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c;
    font-weight: 200;
}

b {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    /*font-weight: normal;*/
    font-weight: bold;
}

.contacts-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.contacts-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    margin: 2rem 0;
    
}

.contacts-header hr {
    height: 1px;
    color: red;
    width: 40%;
}

.contacts-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 24pt;
    color: red !important;
    font-weight: normal;
    width: max-content;
}

.contacts-header strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 24pt;
    color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.contacts-grid {
    /*
    width: 100%;
    display: grid;
    grid-template-columns: 560px 500px;
    grid-gap: 20px;
    */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-map,
.col-text {
    width: 50%;
}

.map1 {
    display: flex;
    flex-direction: column;
    min-width: 560px;
}

.map-txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 500px;
    padding-left: 20px;
}

.map-txt a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: 200;
    text-decoration: none;
}

.map-qr {
    display: flex;
    flex-direction: row;
    max-width: 560px;

}

.qr-img {
    width: 20%;
    margin: 5px 20px 5px 0;
}

.qr-txt {
    width: 80%;
    margin-top: 5px;

}

.qr-txt h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: bolder;
    text-transform: uppercase;
    
}

.map2 {
    display: flex;
    flex-direction: row;
    min-width: 560px;
}

.map2-pic p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: bold;
    text-transform: uppercase;
}

.map2-pic {
    display: flex;
    flex-direction: column;
}


/*catalogue*/

.blurred-img-cat {
    height: 459px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 121px;
    z-index: -1000;
    background-image: url("/images/catalog.jpg");
    background-size: cover;
    background-position: center;
    opacity: .6;

}

.cards{
    display: flex;
    width: 100%;
    /*padding: 10px;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    width: 30%;
    border: none;
    /*padding: 1rem;*/
}

.card a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20pt;
    line-height: 20pt;
    color: red;
    text-decoration: none;
    margin: 1rem 0;
}

.card img {
    margin-top: 10px;
}

.card-body {
    padding: 0 !important;
    margin-top: 15px !important;
}

/*cart*/



.card-maininfo {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.card-textinfo {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.order-card {
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: space-around;
}

.cord-img {
    width: 30%;
    padding: 5px;
}

.box-img {
    width: 40%;
    padding: 5px;
}

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

}

/*.horline hr {
    width: 45%;
}*/

.allinfo {
    display: flex;
    flex-direction: row;

}

hr {
    color: #3c3c3c;
    opacity: 1;
}

.redhead {
    text-align: center;
}

.redhead h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
}

.redhead h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;

}

.pics {
    display: flex;
    flex-direction: row;
    /*padding: 0 5px;*/
    margin-bottom: 2rem;
    justify-content: space-between;
}

.alltext,
.rightinfo {
    width: 46%;
    text-align: justify;
    padding: 0;
}

.alltext p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: lighter;

}

.info-divider {
    width: 8%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
}

.info-vertline {
    display: flex;
    width: 1px;
    background-color: #3c3c3c;
    height: 90%;
    
}

.rightinfo ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.rightinfo li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: lighter;
    margin: 5px 0;
}

/*
.right-art {
    display: flex;
    flex-direction: row;
    width: 45%;
    border: 2px solid red;
    border-radius: 1px;
    justify-content: space-around;
    padding: 5px;
}

.right-art p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: normal;
    text-align: center;
    margin: 0;
}
*/
.round-inf {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

.nomargin {
    margin: 0;
}

.inf-grid {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-template-rows: auto;
    grid-gap: 5px;


}

.inf-grid p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: normal;

}

.inf-grid img {

    justify-self: center;
    margin-bottom: 2rem;
}

.info-divider .bignum {
    font-family: 'Open Sans', sans-serif;
    font-size: 40pt;
    line-height: 40pt;
    color: #3c3c3c !important;
    font-weight: bold;

    margin: 0;
}

.info-divider p{
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;

    margin: 0;
}

.info-empty {
    height: 1.5rem;
}

.goods {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*justify-content: space-between;*/
    /*border-top: 2px solid red;*/
    padding: 10px 0;
}

.goodsart,
.goodsname,
.goodsorder,
.goodspic,
.art,
.arttxt,
.goodsart,
.order-count {
    display: flex;
}

.goodspic {
    width: 14%;
}

.goodsname {
    /*width: 19%;*/
    flex-direction: column;
    margin: 0 20px;
}

.goodsname h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.goodsname p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 14pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin-bottom: 20px;
}

.goodsart {
    /*width: 28%;*/
    flex-direction: column;
    margin: 0 20px;
}

.art {
    width: max-content;
    border: 1px solid red;
    border-radius: 3px;
    justify-content: center;
    margin-bottom: 20px;
    
}

.art p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt !important;
    line-height: 20pt !important;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 5px 10px;
}

.arttxt {
    flex-direction: row;
    justify-content: center;
}

.arttxt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt !important;
    line-height: 20pt !important;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.redvert {
    color: red;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.goodsorder {
    width: 19%;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

.order-count {
    width: 60%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #d1d1d1;
    /*box-shadow: inset 0 0 1px 1px #d1d1d1 ;*/
    border-radius: 2px;
}

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

.redhorline hr {
    width: 30%;
    color: red;
}

.redhorline p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin-bottom: 10px;

}

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

.addslist ul {
    list-style-type: none;
    display: flex;
    
}

.addslist li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.addslist h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 14pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    opacity: 0.5;
}

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

.addsgood-img {
    width: 40%;
    margin: 10px;
}



.addsgood-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
}

.carousel-addlist .addsgood-txt {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-left: 10px;
}

.addsgood-txt h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
}

.carousel-addlist .addsgood-txt h2 {

    color:#7e7e7e !important;

}

.addsgood-txt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 14pt;
    color: #3c3c3c !important;
    font-weight: normal;
    /*margin: 0 10px;*/
}

.addsgood-txt b {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt !important;
    line-height: 16pt !important;
    color: #3c3c3c !important;
    font-weight: normal;
    /*margin: 10px 0;*/

}

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

.add-btn {
    background-color: white;
    border: 1px solid red;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: bolder;
    margin: 5px;
    text-transform: uppercase;
    padding: .2rem .5rem;
}

.indacart {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 20px;

}

.indacart p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin: 0;
}

.indacart span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14.82px;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

span.numcart {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.order-size.order-card {
    display: flex;
    width: 45%;
    align-self: center;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px 0 #d1d1d1;
    padding: 2px;
}


button.order a {
    color: #7e7e7e;
    text-decoration: none;
}

.rightinfo .order.order-card,
.carousel-addlist .order.order-card {
    display: flex;
    width: auto;
    width: max-content;
    
    align-self: center;
    background-color: white;
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 14pt;
    color:#7e7e7e !important;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin-top: .2rem;
    padding: .2rem .5rem;
}

.carousel-addlist .order.order-card {
  /*  color: red !important; */
    margin-left: 0;
}

.rightinfo .order.order-card:hover,
.carousel-addlist .order.order-card:hover {

    background-color: white;
    border: 1px solid red;

    color: red !important;

}

.less,
.more {
    width: 30%;
    background-color: white;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #999999 !important;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    border: none;

}

.less:hover,
.more:hover {
    color: #3c3c3c;
}

.less {
    border-right: 1px solid #989898;
    box-shadow: inset -1px 0 1px 0 #e3e3e3;
}

.more {
    border-left: 1px solid #989898;
    box-shadow: inset 1px 0 1px 0 #e3e3e3;
}

.quantity {
    display: flex;
    border: none;
    text-align: center;
    width: 45%;
}

.order.order-card {
    display: flex;
    width: auto;
    width: max-content;
    align-self: center;
    background-color: white;
    border: 1px solid red;
    border-radius: 2px;
    justify-content: space-around;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 14pt;
    color: red !important;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin-top: .2rem;
    padding: .2rem .5rem;
}

.num-round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid red;
    border-radius: 50%;
    margin: 0 20px 0 0;
    flex-shrink: 0;
}

.num-round p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40pt !important;
    line-height: 10.18pt;
    color: red !important;
    font-weight: normal;
    margin: 0;
}

.cart-headers {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 3rem 0;
    
}

.cart-headers h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 25pt;
    color: red !important;
    font-weight: normal;
}

.cart-goods {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
}

.cart-goods .art {
    border: none;
}

.cart-goods button.order {
    border: 1px solid #7e7e7e;

}

.cart-goods button.order:hover {
    border: 1px solid red;

} 

.cart-delete .order a {
    color: #7e7e7e !important;
}

.cart-delete a:hover {
    color: red !important;
}

.cart-heads {
    display: flex;
    flex-direction: row;

    width: 75%;
    justify-content: space-between;
    margin-left: 3rem;
    padding-right: 7.6rem;
}

.cart-heads p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: normal;
}

.cart-headers h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
}

.order-info fieldset {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-col {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: .5rem;
}

.cart-btn {
    height: 2.2rem;
    background-color: white;
    border: 1px solid red;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 16pt;
    color: #3c3c3c !important;
    font-weight: 200;
    text-transform: uppercase;
    margin: 20px 10px 20px 0;
    padding: .2rem 1rem;
}

.legend {
    width: 30%;
}

/*
label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: bold;

}
*/



.form-col input {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    box-shadow: inset 1px 1px 1px 1px #828282;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    padding-left: 15px;
    color: #3c3c3c !important;
    font-weight: 200;

}

.cart-wrapper {
    width: 100%;
}

.wrap-cart {
    display: flex;
    justify-content: center;
    width: 100%;
}

/*
.innerform2 input:focus,
input:focus {
    outline: 0;
    outline-offset: 0;
}
*/

.btn.upmenu {
    margin: 0 !important;
}

/*слайдер в карточке товара*/


.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}

.slick-prev, .slick-next {
    
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;

}

/*card */
.cat-carousel {
    width: 92%;
    margin-left: 2rem;

}

.card-maininfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.card-textinfo {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0 5px;
}

.order-card {
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 10px;
}

.cord-img {
    width: 35%;
    padding: 5px;
}

.box-img {
    width: 35%;
    padding: 5px;
}

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

}

/*.horline hr {
    width: 45%;
}*/

.allinfo {
    display: flex;
    flex-direction: row;

}

hr {
    color: #3c3c3c;
    opacity: 1;
}

.redhead {
    text-align: center;
}

.redhead h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
}

.redhead h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;

}

.pics {
    display: flex;
    flex-direction: row;
    /*padding: 0 5px;*/
    margin-bottom: 2rem;
    justify-content: space-between;
}

.alltext,
.rightinfo {

    width: 48%;
}

.alltext p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: lighter;

}

.info-divider {
    width: 4%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
}

.info-vertline {
    display: flex;
    width: 1px;
    background-color: #3c3c3c;
    height: 90%;
    margin-top: 14px;
}

.rightinfo ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    padding-left: 0 !important;
}

.rightinfo li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: lighter;
    margin: 5px 0;
}

.right-art {
    display: flex;
    flex-direction: row;
    width: max-content;
    /*border: 2px solid red;*/
    border-radius: 1px;
    justify-content: space-around;
    padding: 5px;
}

.right-art p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt !important;
    line-height: 14pt !important;
    color: #3a3a3a!important;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.round-inf {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 0 10px;
}

.nomargin {
    margin: 0;
}

p.nomargin {
    width: 30%;
}

.inf-grid {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-template-rows: auto;
    grid-gap: 5px;


}

.inf-grid p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;

}

.inf-grid img {

    justify-self: center;
    margin-bottom: 2rem;
}

.info-divider .bignum {
    font-family: 'Open Sans', sans-serif;
    font-size: 40pt;
    line-height: 30pt;
    color: #3c3c3c !important;
    font-weight: bold;

    margin: 0;
}

.info-divider p{
    font-family: 'Open Sans', sans-serif;
    font-size: 25pt;
    line-height: 57.16pt;
    color: #3c3c3c !important;
    font-weight: normal;

    margin: 0;
}

.info-empty {
    height: 1.5rem;
}

.cat-carousel-img {
    margin: 0.3rem 1rem !important;
    cursor: pointer;
    padding: 3px;
    /*min-width: 100px;*/
    border: 2px solid white;

}

.cat-carousel-img figcaption{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin-bottom: 0;
}

.cat-carousel-img figure {
    margin-bottom: 0;
}

.cat-carousel-img.slick-current {
    border: 2px solid red;
    border-radius: 10px;
    transform: scale(1) !important;
}



.cat-carousel-big {
    width: 100%;
}

.goods {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    /*border-top: 2px solid red;*/
    padding: 10px;
}

.cart-goods .goods {
    height: 210px;
    height: max-content;
}

.goodsart,
.goodsname,
.goodsorder,
.goodspic,
.art,
.arttxt,
.goodsart,
.order-count {
    display: flex;
}

.goodsart,
.goodsname,
.goodsorder,
.goodspic {
    justify-content: center;
}

.goodspic {
    width: 19%;
}

.goodsname {
    width: 19%;
    flex-direction: column;
}

.goodsname h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 18pt;
    color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.goodsname p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
}

.goodsart {
    width: 28%;
    flex-direction: column;
}

.art {
    width: 90%;
    border: 0px solid red;
    border-radius: 3px;
    justify-content: center;
    margin-bottom: 20px;
    
}

.art p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.arttxt {
    flex-direction: row;
    justify-content: center;
}

.arttxt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.redvert {
    color: red;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.goodsorder {
    width: 19%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-count {
    width: 60%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #d1d1d1;
    /*box-shadow: inset 0 0 1px 1px #d1d1d1 ;*/
    border-radius: 2px;
}

#modal-quantity {
    width: 170px;
}

#cart-body .order-count {
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #d1d1d1;
    /*box-shadow: inset 0 0 1px 1px #d1d1d1 ;*/
    border-radius: 2px;
}


.modal-body .addslist-s {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}

.modal-body .carousel-addlist,
.wrap2 .carousel-addlist {
    width: 25%;
    min-width: 500px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 5px;
}

.modal-body .carousel-addlist {
    min-width: 28%;
}

.modal-body .addslist-s.slick-initialized.slick-slider {
    height: 150px;
}

.modal-body .slick-list {
    width: 100%;
}

.modal-body .slick-slide {
    width: 25%;
    min-width: 300px;
}

.modal-body .addsgood-img {
    width: 75px;
    margin: 0;
}

.modal-body .addsgood-txt {
    width: 225px;
}

.modal-body .addsgood-txt h2,
.wrap2 .addsgood-txt h2 {
    font-family: 'Open_Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: red;
}

.wrap2 .addslist-s {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;

}

.wrap2 .carousel-addlist-b {
    max-width: 30%;
    margin-bottom: 10px;
}

.carousel-addlist-b .slick-active,
.carousel-addlist-b .slick-current,
.carousel-addlist-b .slick-slide {
    transform: scale(1) !important;
}

.carousel-addlist-b .addsgood-img {
    width: 75px;
}

.carousel-addlist-b .addsgood-txt {
    width: 225px;
}


.carousel-addlist-b h3 {
    font-family: 'Open_Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #3c3c3c;
}

.carousel-addlist-b .addsgood-txt h2 {
    font-family: 'Open_Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: red;
}



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

.redhorline hr {
    width: 30%;
    color: red;
}

.redhorline p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin-bottom: 10px;

}

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

.addslist ul {
    list-style-type: none;
    display: flex;
    
}

.addslist li {
    display: flex;
    flex-direction: column;

}

.addslist h3,
.addslist-s h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
    opacity: 0.5;
}

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

.addsgood-img {
    width: 20%;
    margin: 10px;
}

.wrap2 .addsgood-img {
    margin: 0;

}

.modal-body .addsgood-img {
    width: 20%;
}

.addsgood-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
}

.addsgood-txt h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin: 0;
    width: 100%;
}

.wrap2 .addsgood-txt {
    width: 60%;
}

.addsgood-txt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.addsgood-txt b {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.addbtn {
    display: flex;
    justify-content: flex-start;
    width: auto;
}

.add-btn {
    background-color: white;
    border: 1px solid red;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 16pt;
    color: red !important;
    font-weight: bolder;
    margin: 5px;
    text-transform: uppercase;
}

.indacart {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 20px;

}

.indacart p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: normal;
    margin: 0;
}

.indacart span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.numcart {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 14pt;
    color: #3c3c3c !important;
    font-weight: normal;
    margin: 0;
}

.modal-content {
    border-radius: 2rem;
}

.modal-header {
    border: none !important;
}

.modal-header h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.modal-header .btn-close,
.modal-header .close {
    width: .5rem;
    height: .5rem;
    margin-right: .3rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
}

.modal-body hr {
    color: red;
    opacity: 1;
    height: 1px;
    
}

.modal-footer {
    border: none;
}

.char-list {
    padding-left: 10px;
}


/*calc*/



.calc-wrapper {
    width: 100%;
    /*padding: 30px;*/
    display: flex;
}

.wide {
    width: 100% !important;
}

.itog {
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    line-height: 20pt;
    color: #3c3c3c;
}

.nums {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    color: #3a3a3a
}

.calc-num {
    width: 80px;
    height: 80px;
    border: 2px solid red;
    border-radius: 50%;
    background-color: white;
    flex-shrink: 0;
    text-align: center;
}

.calc-num p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40pt !important;
    line-height: 40pt !important;
    color: red;
    margin-top: 10px;

}

#calc-body .forms-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

#calc-body form h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red;
    padding-left: 5px;
}

#calc-body .forms-header h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    line-height: 20pt;
    color: red;
    padding-left: 5px;
}


#calc-body .form-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: normal;
}




#calc-body .form2 {
    display: flex;
    flex-direction: column;
}  

/*
#calc-body .formgrid,
#calc-body .innerform2header,
#calc-body .innerform2 {
    display:grid;
    grid-template-columns: 30% 30% 15% 15% 10%;
    grid-gap: 10px;
}
*/

#calc-body .innerform2header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 16pt;
    color: #3c3c3c;
}

#length {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    box-shadow: inset 1px 1px 1px 1px #828282;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: 200;
    padding-left: 10px;

}



#calc-body select {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    padding-left: 20px;
    margin-right: 20px;

}

/*
#calc-body button:not(.btn.upmenu) {
    background-color: white;
    border: 1px solid red;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    line-height: 20pt;
    padding: 5px;
    margin: 10px 0;
}


#calc-body .add {
    width: max-content;
}
*/

#calc-body .form-check-input,
#calc-body .form-check-input:checked {
    background-color: white !important;
    border: none !important;
    background-image: url(/images/check-square.png) !important;
}

#calc-body .form-check-input {
    background-image: url(/images/uncheck-square.png) !important;
}



#calc-body .btn.upmenu {
    margin: 0 !important;
}

#calc-body .order-input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#calc-body label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    color: #3c3c3c !important;
    font-weight: bold;

}

.legend.legend-calc {
    text-align: right;

}

.submit.submit-calc,
.legend.legend-calc {
    padding-right: 7px;
}

.ind.calc-ind {
    left: 53% !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

button.navbar-toggler:focus {
    box-shadow: none !important;
}

.filters-mobile {
    display: none;
}

.items li:last-child .item {
    border-bottom: none;
}

.ind-separate {
    left: 30% !important;
}

.hidden {
    display: none;
}


.ind-p-30 p {
    font-size: 30pt !important;
}

.ind-p-30 p {
    font-size: 20pt !important;
}

.search-results {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.items h3 {
    font-family: 'Open_Sans', sans-serif;
    font-size: 20pt !important;
    line-height: 24pt;
    color: red !important;
    margin-top: 1rem;
}

#card2full {
    z-index: 3050;
}

.btn-no-border {
    color: #ffffff;
    background: none;
    background-color: unset;
    border: none;
    padding: 0 !important;

}

.btn-close,
.close {
    width: .3rem !important;
    height: .3rem !important;
    margin-top: .3rem !important;
    margin-bottom: 8px !important;
}

.button-reset-ie {
    width: .5rem !important;
    height: .5rem !important;
    margin-top: .3rem !important;
    margin-bottom: 8px !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#folderItem .leftmenu legend,
#folderGroup .leftmenu legend {

    display: flex;
    flex-direction: row;
    _flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;

}

.leftmenu legend label {
    margin-left: .8rem;
}

.leftmenu legend label::before {
    width: 15px !important;
    height: 15px !important;
    margin-top: 3px !important;
}

.leftmenu legend label::after {
    top: 6px !important;
    width: 7px !important;
    height: 7px !important;
    border-left: 2px solid #3a3a3a !important;
    border-bottom: 2px solid #3a3a3a !important;
}

.leftmenu legend input + label {
    line-height: 14px !important;
}

/*
.checkHeader label {
border: 1px solid orangered;
}
*/

@media (max-width: 1100px ) {
    /*
    div .col1-3,
    div .col2-3,
    div .col3-3 {
        padding: 0 !important;
    }
    */

    p,
    a,
    b,
    .breadcrumb-item a,
    .breadcrumb-item,
    label {
        font-size: .8rem !important;
    }

    h2,
    h3,
    h4 {
        font-size: 1rem !important;
    }



    .blurred-main,
    .blurred-all {
        display: none;
    }

    div .fixed-all,
    div .fixed-main {
        box-shadow: none;
    }

    div.logo-main {
        margin: 5px 0px 0px 5px;
    }

    div .all-fixed,
    div .navbar-light {
        top: 0px;
        left: 0px;
    }

    div .fixed-main,
    div .fixed-all,
    div .menu-main,
    div .bc-wrap {
        width: 100%;
    }

    div .main-gallery-container {
        width: 96%;
    }

    div .footer,
    div .projects,
    div .cat-wrapper,
    div .contacts-wrap,
    div .contacts-grid,
    div .cards,
    div .text-dis,
    div .grid-wrapper,
    div .solutions-wrapper,
    div .wrap-cart,
    div .search-results,
    #calc-body .wide {
        width: 98%;
    }

   div .carousel-main {
       width: 86%;
   }

   div .ind {
        bottom: 1.8rem;
    }

    .ind p {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }
    
    div .breadcrumbs {
        /*margin-top: -50px !important;*/
        top: 0 !important;
    }

    div .footer-info {
        justify-content: flex-start;
    }

    div .sol-num,
    div .num-round {
        width: 60px;
        height: 60px;
        top: 10%;
        left: -30px;
   }

   .sol-num p,
   .num-round p {
       font-size: 30pt !important;
       margin-top: 20px;
   }

   .num-round p {
       margin-top: 0;
   }

   #cart-body .order-count {
    width: 75%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #d1d1d1;
    /*box-shadow: inset 0 0 1px 1px #d1d1d1 ;*/
    border-radius: 2px;
}

.map-qr {
    max-width: 98vw;
}

}


   @media (min-width: 701px) and (max-width: 1100px ) {

    div .item {
        height: 600px;
        height: max-content;
    }

    div .menu-main {
        padding: 5px;
    }

    div .logo {
        width: 90%;
    }

    .logo-main .logo-txt{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    div .menu-main a {
        font-size: 1.5rem;
    }

    div .menu-main ul {
        margin-bottom: 3px;
    }

    div .header-main {
        height: auto;
    }



    .big-scr {
        display: none;
    }
    div .container {
        /*padding: 5px;*/
        flex-direction: column;
        width: 100% !important;
        max-width: 100% !important;
        height: max-content;
    }

    div .navbar-light,
    div .container {
        margin:0;
    }

    div .logo-wrapper {
        display: flex;
        width: 30%;
    }

    div .all-menu {
        display: flex;
        width: 70%;
        padding-right: 3px;
    }

    div .up-menu {
        flex-direction: column-reverse;
    }

    div .up-menu-tels {
        align-self: auto;
    }

    div .navbar-nav {
        flex-direction: row;
        width: 100%;
        max-width: 98vw;
    }

    a.nav-link {
        font-size: 1rem;
    }
    /*
    div .navbar-brand {
        display:flex;
        width: 20%;


    }*/

    .navbar-brand img {
        width: 100%;
    }

    div .form-control {
        width: 100%;
    }

    div .up-menu-tels {
        width: 50%;
    }

    div .nav-divider {
        padding: 0 2px;
    }



   .gazebo-chars h3 {
       margin: 0 0 3px 0 !important;
   }

   div .ind {
        bottom: 1.8rem;
   }

   .ind p {
       font-size: 1.5rem !important;
       line-height: 1.5rem !important;
   }

   .art p {
       font-size: 1rem !important;
   }

   div .addslist-s {
       flex-wrap:wrap;
   }

   .rightinfo li {
       flex-wrap: wrap;
       align-items: flex-start;
       padding: .5rem;
       border-bottom: 1px solid red;
   }
   
   .rightinfo li:last-of-type {
       border-bottom: none;
   }

   .inf-grid img {
       max-width: 90%;
   }


   div .projects {
       margin-top: 0;
   }

   div .cat-grid {
        grid-template-columns: 30% 70%;
   }

   .headers select {
       font-size: 1rem;
   }

  div .item {
      flex-wrap: wrap;
  }

  div .item-img,
  div .item-specs,
  div .item-chars,
  div .item-order {
      width: 50%;
  }

  div .order-size {
      width: 45%;
  }

  div .contacts-grid {
      grid-template-columns: 50% 50%;
      grid-gap: 10px;
  }

  div .map1,
  div .map2 {
      overflow: hidden;
      max-width: 98vw;
  }

  div .navbar-toggler {
      border: none !important;
      display: none !important;
  }

  .collapse:not(.show) {
      display: unset;
  }



.main-slider-sm {
    border: solid 2px #ececec;
    border-radius: 2px;
    box-shadow: none;
    }

    div .map-txt {
        max-width: 98vw;
        padding-left: 5px;
        padding-right: 5px;
    }

    div .map-txt h2,
    div .map-txt p {
        margin-left: 0;
    }

    div .modal {
        max-width: 98vw;
    }

    .map-qr {
        max-width: 98vw;
    }


}



@media (max-width: 700px) {
    .logo-main .logo-txt{
        position: static;
        padding: 0 10px;
    }

    div .map1,
    div .map2 {
        overflow: hidden;
        max-width: 98vw;
    }

    div .item {
        height: 500px;
        height: max-content;
    }

    div .all-fixed,
    div .navbar-light {
        top: 0px;
        left: 0px;
    }

    div .navbar-light {
        height: 183px;
    }

    .navbar-brand {
        width: 30%;

    }

  
    div .logo-main,
    div .underlogo {
        flex-direction: column;
        position: static;
    }

    div .underlogo {
        margin-top: 0;
    }

    div .menu-search {
        width: 100%;
    }

    div .menu-search form {
        width: 60%;
    }

    div .menu-main a {
        font-size: 1rem;
    }

    div .menu-main {
        padding: 3px 7px 3px 3px;
    }

    div .carousel-main {
        width: 80%;
    }

    div .slick-current {
        transform: none;
    }

    div .slick-prev {
        left: -35px;
    }

    div .slick-next {
        right: -35px;
    }

    div .up-menu {
        flex-direction: column-reverse;
        width: 100%;
        border: none;
    }

    div .nav-divider {
        padding: 0 4px;
    }

    div .ind p {
        font-size: 1.2rem !important;
        line-height: 1rem !important;
    }

    div .fixed-all .container {
        height: 183px;
    }

    div .ind {
        bottom: 18px;
        padding: .5rem 1rem;
    }

    #collapseFilters {
        margin-top: 30px;
    }

/*
    div .breadcrumbs {
        margin-top: -20px !important;
    }
    */

    div .projectcard {
        /*
        grid-template-columns: 10% 90%;
        grid-gap: 1rem;
        padding: 0;
        */
        display: flex;
        flex-direction: column;
        width: 98%;
        padding: 0;
    }

    div .projectcard img {
        width: 100%;
    }

    div .project a {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    div .projecttext {
        padding-top: 0;
        margin: 0;
    }

    div .projecttext h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: 0 !important;
    }

    div .projecttext p {
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 !important;
    }

    div .contacts-header,
    div .contacts-wrap {
        margin: 0;
    }


    div.navbar-collapse.show {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        position: fixed;
        margin-top: 178px;
        left: 0px;
        z-index: 1500;
      }

    .navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: white;
      }
      a.nav-link {
        font-weight: normal !important;
      }
      a.nav-link.active {
        box-shadow: none !important;
      }
      li.nav-divider {display:none;}

      /*   */
      span.footer-divider {
          display: none;
      }

      div .all-menu {
          flex-direction: column;
          width: 300px !important;
          height: max-content;
          margin-top: .5rem;
      }

      .up-menu-tel p {
          margin-bottom: 3px !important;
      }

      div .container-up-menu {
          flex-direction: column !important;
          align-items: center;
          justify-content: center;
      }

      div .search-wrap {
          justify-content: center;
          width: max-content;
      }

      div .up-menu-tels {
          justify-content: center;
          margin-top: 5px;
      }

      div .up-menu-tel {
          width: max-content !important;
      }

      div .up-menu-tel.left {
          padding-left: 0;
      }

      div .form-control.me-2 {
          margin: 0;
          margin-left: 16px;
      }

      .main-slider-sm {
        border: solid 2px #ececec;
        border-radius: 2px;
        box-shadow: none;
    }

    div .videogrid {
        display: flex;
        flex-direction: column;
    }

    div .ind-small {
        left: 40%;
    }

    div .ind-wrap {
        display: flex;
        justify-content: flex-end;
        width: 98%;
        position: relative;
        bottom: 20px;

    }

    div .hr-wrapper,
    div .divider {
        display: none;
    }

    div .solution {
        flex-direction: column;
    }

    div .sol-txt {
        width: 100%;
    }

     div .projects {
         margin-top: 0;
     }

     div .contacts-grid {
         display: flex;
         flex-direction: column;
     }

     div .cards {
         justify-content: space-around;
     }

     div .card {
         width: 45%;
     }

     div .cat-grid {
         display: flex;
         flex-direction: column;
         width: 98%;
     }

     div .leftmenu {
        visibility: hidden;
    }

     div .item {
         flex-wrap: wrap;
         width: 100%;
         align-items: flex-start;
     }

     div .item-img
      {
         width: 45%;
     }

     div .item-specs {
         width: 55%;
     }

     div .item-order {
         align-self: end;
     }

     .lednum p {
        font-size: 40px !important;
        line-height: 40px !important;
     }

     .ledlamp img {
         width: 60px;
     }

     div .char-list {
         padding-left: 0;
     }

     div .headers {
         justify-content: space-between;
         margin-left: -10px;
     }

     .headers select {
         font-size: 12px !important;
         margin: 0 !important;
     }

     div .filters-mobile,
     div .filters-mobile:focus,
     div .filters-mobile:hover,
     div .filters-mobile:active {
         display: initial;
         background-color: white;
         border: none;
         box-shadow: none;
     }
     

     div .filters {
        display: flex;
        visibility: visible;
        flex-direction: column;
        background-color: #fbfbfb;
        opacity: .9;
        overflow-y: auto;
        
        position: absolute;
        left: 0;
        width: 60%;
        height: calc(100vh - 183px);
        height: -webkit-calc(100vh - 183px);
        height: -moz-calc(100vh - 183px);

        z-index: 2500;

     }

     .items li:last-child .item {
         border-bottom: none;
     }

     div .navbar-brand {
         margin: 0 10px !important;
     }

     #cart-body .goods {
         flex-wrap: wrap;
         justify-content: space-between;
         border-bottom: 1px solid red;
         margin-bottom: 5px;
     }

     #cart-body .order-count {
         width: 60%;
     }

     div .art p {
         font-size: 1rem !important;

     }

     div .cart-heads {
         display: none;
     }

     div .goodspic {
         width: 40%;
         margin-bottom: 5px;
     }
     div .goodsname,
     div .goodsart  {
         width: 50%;
         margin: 0;
         margin-bottom: 5px;
     }



     div .goodsorder {
         width: 45%;
         align-items: center;
         justify-content: flex-end;
     }

     div .cart-headers {
         margin: 5px 0;
     }

     .addslist ul,
     .addslist-s {
         flex-direction: column;
     }

     .addslist li {
         width: 100%;
     }

     div .addbtn {
         justify-content: flex-end;
     }

     div .wrap2 {
         border-bottom: 1px solid red;
         padding-bottom: 5px;

     }

     div .send-order {
         display: flex;
         flex-direction: column;
     }

     div .form-row {
         flex-direction: column;
     }

     div .form-col {
         width: 100%;
     }

     .order-info fieldset {
         margin: 0;
     }

     .order-info .legend {
         width: 50%;
     }

     .arttxt p {
         font-size: 1rem !important;
     }

     div .cat-carousel {
         width: 80%;
     }

     div .card-maininfo {
         flex-wrap: wrap;
         justify-content: space-between;
     }

     div .img-shadow,
     div .info-empty,
     .alltext hr,
     div .info-vertline,
     .rightinfo hr,
     #orderModal .redhorline,
     #calc-body .innerform2header,
     #calc-body .empty {
         display: none;
     }

     div .cord-img,
     div .box-img {
         width: 45%;
     }

     div .card-textinfo {
         width: 100%;
         flex-direction: row;
         flex-wrap: wrap;
     }

     div .allinfo {
         flex-direction: column;
     }

     div .alltext,
     div .rightinfo {
         width: 100%;
     }

     div .info-divider {
         width: 100%;
         justify-content: center;
     }

     #orderModal .art p {
         font-size: 1rem !important;
     }

     #orderModal .goods {
         flex-wrap: wrap;
     }

     #orderModal .arttxt p {
        font-size: .8rem !important;
     }

     #orderModal .goodsorder {
         padding-bottom: 5px;
     }

     #calc-body .innerform2,
     #calc-body .formgrid {
         display: flex;
         flex-direction: column;
     }

     .right-art p {
         font-size: .8rem !important;
     }

     div .modal-body {
         padding: 0 !important;
     }

     #button-modal-reset,
     #item-rightHeader {
         display: initial;
         margin-bottom: 5px;
     }


     div .item-filters{
         margin-top: 40px;
     }

     div.navbar-collapse.show {
        top: 0 !important;
        margin-top: 175px !important;
    }


    div .navbar-nav {

    flex-direction: row !important;
    flex-wrap: wrap;
    max-width: 98vw;

    }

    div .map-txt {
        max-width: 98vw;
        padding-left: 5px;
        padding-right: 5px;
    }

    div .map-txt h2,
    div .map-txt p {
        margin-left: 0;
    }

    div .modal {
        max-width: 98vw;
    }

    div .col-1 {
        width: 40%;
        font-size: .8rem;
    }

    div .col-2 {
        width: 50%;
        font-size: .8rem;
    }

    div .col1-6 {
        width: 15%;
        font-size: .8rem;
    }
    
    div .col2-6 {
        width: 30%;
        font-size: .8rem;
    }
    div .col3-6 {
        width: 15%;
        font-size: .8rem;
    }
    
    div .col4-6 {
        width: 15%;
        font-size: .8rem;
    }
    div .col5-6 {
        width: 20%;
        font-size: .8rem;
    }
    
    div .col6-6 {
        width: 5%;
        font-size: .8rem;
    }

    div .innerform2 {
        border-bottom: 1px solid lightgray;
    }

    div .innerform2:last-child {
        border: none;
    }

    #calc-body select,
    #calc-body input,
    #calc-body .innerform2 p {
        font-size: .8rem !important;
    }

    div .itog {
        margin-top: .5rem;
    }



}

@media (max-width: 400px) {
    div .col1-4 {
        width: 30%;
    }

    div .col2-4 {
        width: 55%;
    }

    div .col3-4 {
        width: 10%;
    }

    div .innerform2 {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }

    div .col1-6 {
        width: 30%;
        font-size: .8rem;
    }
    
    div .col2-6 {
        width: 40%;
        font-size: .8rem;
    }
    div .col3-6 {
        width: 15%;
        font-size: .8rem;
    }
    
    div .col4-6 {
        width: 15%;
        font-size: .8rem;
    }
    div .col5-6 {
        width: 40%;
        font-size: .8rem;
    }
    
    div .col6-6 {
        width: 50%;
        font-size: .8rem;
    }

    
    div .logo-wrapper {
        width: 143px;
        height: 36px;
    }

    div .map-txt {
        max-width: 98vw;
        padding-left: 5px;
        padding-right: 5px;
    }

    div .map-txt h2,
    div .map-txt p {
        margin-left: 0;
    }
    
    div .map1,
    div .map2 {
        overflow: hidden;
        max-width: 98vw;
    }

    div .modal {
        max-width: 98vw;
    }

    a.navbar-brand {
        display: flex;
        width: 143px;
        height: 36px;
        width: 100%;
        background-image: url(/images/logo-small.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .logo-wrapper img {
        display: none;
    }

    div .form-control.me-2 {
        width: 100%;
    }

    div .main-slides {
        width: calc(98% - 60px) !important;
    }

    div.navbar-collapse.show {
        top: 0 !important;
        margin-top: 175px !important;
    }


    div .navbar-nav {

    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 98vw;
    }

    .text-wrap h1 {
        font-size: 1.2rem;
    }

    .map-qr {
        max-width: 98vw;
    }

    div .col2-3 {
        width: 15%;
    }

    #calc-body .order {
        font-size: .8rem !important;
    }
    
}





/*  the calc.origin  **/

#calc-body .formgrid,
#calc-body .innerform2header,
#calc-body .innerform2 {
    display:flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    /*
    grid-template-columns: 20% 30% 10% 10% 20% 10%;
    grid-gap: 2px;
    */
}

.form2,
.form3 {
    display: flex;
    flex-direction: column;
}

.col1-3 {
    width: 50%;
    flex-shrink: 0;
    padding: 0 3px;
}

.col2-3 {
    width: 10%;
    flex-shrink: 0;
    padding: 0 3px;
}

.col3-3 {
    width: 35%;
    flex-shrink: 0;
}

.col-1 {
    width: 20%;
    flex-shrink: 0;
}

.col-2 {
    width: 30%;
    padding: 0 !important;
    flex-shrink: 0;
}

.col1-6 {
    display: flex;
    width: 20%;
    flex-shrink: 0;
}

.col2-6 {
    display: flex;
    width: 30%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col3-6 {
    display: flex;
    width: 10%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col4-6 {
    display: flex;
    width: 10%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col5-6 {
    display: flex;
    width: 15%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col6-6 {
    display: flex;
    width: 5%;
    flex-shrink: 0;
}

#form2 input.innerInput,
#form2 select {
    width: 100%;
}

p.itog {
    margin-right: 10px;
}

.col1-4 {
    display: flex;
    width: 20%;
    flex-shrink: 0;
}

.col2-4 {
    display: flex;
    width: 60%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col3-4 {
    display: flex;
    width: 15%;
    padding: 0 3px;
    flex-shrink: 0;
}

.col4-4 {
    display: flex;
    width: 5%;
    padding: 0 3px;
}

.form-check {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin: 1.5rem 0;
}

.reditog {
    font-size: 20px !important;
    font-weight: bold;
    color: red !important;
    text-transform: capitalize;
}

#form2 p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13pt !important;
}




#cookie-disclaimer {
    _position: fixed;
    _z-index: 999;
    background: #fff;
    _width: 1090px;
    width: 900px;
    _left: 50%;
    bottom: 0;
    margin: 0 auto;
    _box-shadow: 0 -1px 4px 1px;
    _transform: translate(-50%);
    _-webkit-transform: translate(-50%);
    _-moz-transform: translate(-50%);

    border: solid 15px #ececec;
    border-radius: 2px;
    box-shadow: 10px 0 10px -10px #333, -10px 0 10px -10px #333;
    display: flex;
    margin-bottom: 5px;
}


.cd-text {
    float: left;
    _width: 1040px;
    width:800px;
    font-size: 11px;
    padding: 10px 0 10px 20px;
}
#cookie-disclaimer .cd-close-button {
    background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAmElEQVQ4ja3SQRIEEQwF0JwExyBj4SDaqHIEo2M5R5+VTfcoRGdHfa8kgA0kMGUJG4UpSxtIgItV6aOcXBBTlvoop4tVAQCwwRvUahXsQqvgEJoFp6ERuAz1QDZ0BY0n3IJaGU+I4fM1nnALajfT7/J6pMUGXNdsaLS/DC2Ds8FhbrWFbp473Ns59iv9A20gsfuzXazKBhI/GrmI0ubY4KcAAAAASUVORK5CYII=) no-repeat 50%;
    cursor: pointer;
}
.cd-close-button {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#cookie-disclaimer.cd-hidden{display:none}


