/*PEREVOD_TOVAROV*/

html[lang="en"] .ru {
    display: none !important;
  }
  html[lang="en"] .uk {
    display: none !important;
  }
  html[lang="en"] .ProductPage .productCol .product-info .socHolder:after {
    content: 'Share:';
    left: 34px;
  }
  html[lang="en"] .ProductPage .productCol .product-info .description:after {
    content: 'Description:';
  }

  html[lang="en"] .ProductPage .productCol .product-info .quantity .InStock:after {
    content: 'In stock';
    font-size: 13px;
    font-style: normal;
  }
  html[lang="ru"] .en {
    display: none !important;
  }
  html[lang="ru"] .uk {
    display: none !important;
  }
  html[lang="ru"] .ProductPage .productCol .product-info .socHolder:after {
    content: 'Поделится:';
  }
  html[lang="ru"] .ProductPage .productCol .product-info .description:after {
    content: 'Описание:';
  }

  html[lang="ru"] .ProductPage .productCol .product-info .quantity .InStock:after {
    content: 'В наличии';
    font-size: 13px;
    font-style: normal;
  }

  html[lang="uk"] .en {
    display: none !important;
  }
  html[lang="uk"] .ru {
    display: none !important;
  }
  html[lang="uk"] .ProductPage .productCol .product-info .socHolder:after {
    content: 'Поширити:';
  }
  html[lang="uk"] .ProductPage .productCol .product-info .description:after {
    content: 'Опис:';
  }

  html[lang="uk"] .ProductPage .productCol .product-info .quantity .InStock:after {
    content: 'В наявності';
    font-size: 13px;
    font-style: normal;
  }





@keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 0px 
    }
}
/* Mozilla Firefox 5.0+ */
@-moz-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 0px
    }
}
/* Safari 4.0+, Chrome 4.0+ */
@-webkit-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 0px
    }
}
/* Opera 12.0+ */
@-o-keyframes animatedBackground {
    0 {
        background-position: 0 0
    }
    100% {
        background-position: -600px 0px
    }
}

#fon{
	/*height: 340px; 
	width:100%;
	background-image: url('URL вашего фонового изображения');*/
	
    border-color: black;
    z-index: 9;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.200)!important;
    margin-bottom: 4rem!important;
   
	
	
	animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
 	-o-animation: animatedBackground 60s linear infinite;
	/* так же, как и с @keyframes, префикс -ms тут ни к чему */
}

#inf{
     align-self: center!important;
    vertical-align: middle!important;
    margin-top: 40px;
}

.border {
    border: solid #6a6a6a!important;
}

.rounded {
    border-radius: 1rem!important;
    
    
}

.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.5)!important;
}

#infPage{
    background-color: rgb(255, 255, 255); 
    background-image:url(S.svg); 
    background-size: contain; 
    background-attachment: fixed;
    width: auto; height: auto;
}

body.information #fon h1 {
    color: #615858;
    font-size: 32px;
    text-align: center;
    background: none;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    z-index: 9;
    text-decoration: underline!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 30px;
}

body.information #fon h1:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background: #f9f9f900;
    width: 100%;
    
}

#fon h2 {
    color: #615858;
    font-size: 32px;
    text-align: center;
    background: none;
    position: relative;
    padding: 0;
    margin-top: 20px;
    z-index: 9;
    text-decoration: underline!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 30px;
}



.p-3 {
    padding: 1rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

#burger, [for=burger]{
    display: none;
    
}




@media screen and (max-device-width: 768px){
     /*callBack*/
     /*Zakaz vizova*/


     #callBack .close i {
        color: #fff;
        font-size: 70px;
    }

     #callBack .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        height: 100%;
    }

    #callBack .modal-dialog {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #1e365f;
        width: 80%;
       /* height: 80%;*/
    }

    #callBack .modal-footer button {
        width: 80%;
        background: #0d84b8;
        font-size: 70px;
        padding: 10px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #callBack fieldset {
        padding: 20px 50px;
        font-size: 50px;
    }

    /*KNOPKI FORMI POLYA*/

    select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
        font-size: 50px;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 50px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .input-sort .form-control {
        width: 70% !important;
        -webkit-box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        
        
    }

    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: 0;
         bottom: 0; 
        margin-bottom: 1px;
    }

    .dropup .open {
        position: relative !important;
        
    }

    .dropdown-menu ul {
        font-size: 70px;
        line-height: 10%;
    }

    .bootstrap-select.btn-group .btn .caret {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -2px;
        vertical-align: middle;
        font-size: 400px;
        width: 3%;
        
    }


 

    /*phone namber*/

    .phoneW ul ul {
        display: none;
        position: absolute;
        border: 1px solid #0d84b8;
        padding: 10px;
        background-color: #fff;
        top: 23px;
        width: 150%;
        height: 150%;
        font-size: 50px;
        right: -20px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.9);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.9);
    }
    
    

     /*Menu Produktov na Glavnoi*/
    /*!!!!!!botstrap!!!!!!!*/


    .col-lg-4 {
        width: 50%;
    }


    .heading {
        font-size: 75px;
        font-weight: 800;
        color: #1289bd;
        text-transform: uppercase;
        line-height: 1.25;
        text-align: center;
        margin-bottom: 55px;
    }


    .catImg .product-thumb .image img {
        border: 5px solid #ffffff;
        border-radius: 50%;
        box-shadow: 2.5px 4.33px 35px 0 rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        width: 80%;
    }


    /*text pod foto*/


    .catImg .product-thumb .product-name a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: rgb(60 109 191);
        font-size: 30px;
        font-weight: 600;
        line-height: 100%;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        display: inline-block;
    }
    
    
    
    /*heder*/
	
    .header-content {
        position: relative;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        flex-flow: wrap;
    }

    .search-trigger {
        
        display: none;
        width: 10%;
        padding-top: 30px;
        cursor: pointer;
        align-self: self-start;
        font-size: 0px;
        height: 30px;
        
    }

    .skypeMail {
        line-height: 20px;
        margin: 0 5%;
        padding: 0 15px;
        border-left: 1px solid;
        border-right: 1px solid;
        color: #282828;
        display: table;
        font-size: 50px;
        align-self: center;
        align-self: center;
    }

    /*lenguageMenu*/ 


    header .langBox #language ul li {
        position: relative;
        display: flex
    ;
        margin-right: 10px;
        width: 100%;
        margin-left: 30px;
    }

    /*heder menu*/
    
    
    #burger, [for=burger] {
        display: block;
        position: fixed;
        width: 100px;
        text-align: center;
        right: 20px;
        top: 20px;
        color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        font-size: 70px;
        transition: transform 1s;
        background-color: rgba(24, 24, 24, 0.541);
        border-radius: 50px;
    }

   
    #burger, [for=burger]:after {
        content: '\2630';
        color: #fcc410;
        
        
    }
    
    
    
    .activ > [for=burger]:after{
        content: '\2716';
       /* transform: rotate(90deg);*/
        transition:  content 2s;
        color: #ff0000;
        
    }

    
    
    
    header .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0;
        position: relative;
        border-top: 2px solid #6a6a6a;
        background-color: #fff;
        padding: 0 9999px;
        margin: 0 -9999px;
        display: none;
    }
    
    header .header #top-links #information-menu {
        background-color: rgb(60 109 191);
        height: 29px;
        padding: 0;
        margin: 0;
        display: none;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        min-height: 100%;
        background-image: url(https://santehplast.com/image/santehplastfonmenu.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .headerFW .openmenu{
        height: 100vh;

    }
    
    header .header #top-links #information-menu .nav > li > a {
        color: #fff;
        display: flex;
        font-size: 80px;
        font-weight: 600;
        height: 80%;
        opacity: .8;
        line-height: 100%;
        padding: 5% 0%;
        flex-direction: column;
        align-self: center;
        margin-top: 5%;
        margin-bottom: 5%;
        border: solid;
        text-decoration: none;
        border-radius: 20px;
        box-shadow: 10px 10px 2px 1px rgba(7, 7, 7, 0.2);
        justify-content: center;
        z-index: 10000;
        background-color: black;
    }
    
    header .header #top-links #information-menu .nav > li > a:hover{
        box-shadow: 13px 13px 2px 1px rgba(7, 7, 7, 0.2);
    }
    
    
    header .header #top-links #information-menu .nav > li > a:focus{
        box-shadow: 13px 13px 2px 1px rgba(7, 7, 7, 0.2);
    }
    
    header .header #top-links #information-menu .nav > li > a:active{
        box-shadow: 13px 13px 2px 1px rgba(7, 7, 7, 0.2);
    }
    
    header .header #top-links #information-menu .nav > li > a:target{
        box-shadow: 13px 13px 2px 1px rgba(7, 7, 7, 0.2);
    }
    
    
    header .header #top-links #information-menu .nav > li {
        display: inline-block;
        width: 70%;
        text-align: center;
    }
    
    .phoneW {
        position: relative;
        text-align: center;
        
        width: 400px;
        
        font-size: 35px;
        background: url(../image/phone.png) no-repeat scroll 0 50% transparent;
        padding-left: 40px;
        z-index: 0;
        align-self: end;
    }
    
    #callme-button {
        cursor: pointer;
        color: #3c6dbf;
        font-size: 40px;
        display: inline-block;
        border-bottom: 1px dashed;
    }
    
    header .langBox {
        position: absolute;
        display: none;
    }
    
    header .langBox #language ul li a {
        cursor: pointer;
        color: #fcc517;
        font-size: 50px;
    }
    
    
    header .langBox #language ul li.active a {
        color: #0064cd;
        text-decoration: none !important;
        font-size: 50px;
    }
    
    header .langBox #language ul {
        padding: 4px 12px 4px;
        /*margin: 0;*/
        display: flex;
        flex-direction: column;
        margin-bottom: 50%;
    }
    
    .openmenu {
        display: flex !important;
        position: fixed;
        z-index: 500;
        flex-direction: column;
        align-items: stretch;
        justify-content: stretch;
        height: 100vh !important;
    }

    .heading {
        font-size: 75px;
        font-weight: 800;
        color: rgb(60 109 191);
        text-transform: uppercase;
        line-height: 1.25;
        text-align: center;
        margin-bottom: 55px;
    }
    
    header .header #top-links #information-menu .nav {
        text-align: start;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: stretch;
        height: 90%;
        /*min-height: 100%;*/
        /*margin-top: 10%;*/
    }
	
	big {
		display: none;
	}



        /*!!!!!!!!!!!!!!!!nijniy_baner_na_glavnoi*/

        .welcome img {
            margin-left: 30px;
            display: none;
        }

        .welcome h1 {
            font-size: 40px;
            text-align: center;
            padding: 0 40px 0 40px;
        }

        .welcome a {
            font-size: 40px;
        }

        .welcome span {
            font-size: 30px !important;
            line-height: normal;
        }

        .box.welcome .col-xs-12 {
            height: 550px;
            overflow: hidden;
            margin-bottom: 30px;
        }


        .welcome .row {
            padding: 30px 9999px;
            margin: 0 -9999px;
            background-color: #efefef;
            margin-bottom: 5px;
        }

        .welcome iframe {
            width: 100%; !important;
            height: 600px; !important
        }
    
      /*footer*/

      footer .title {
        color: #fff;
        font-size: 50px;
        font-weight: normal;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    
    .f-holder .item1 {
        width: 45%;
        margin-right: 80px;
        font-size: 40px;
        margin-left: 20px;
    }
    
    .f-holder .item2 {
        width: 45%;
        font-size: 40px;
        margin-top: 2%;
    }

    .f-holder .item3 {
        width: 45%;
        font-size: 40px;
        margin-top: 5%;
        margin-left: 2%;
    }

    .f-holder .item4 {
        width: 45%;
        font-size: 40px;
        margin-top: 5%;
        margin-left: 2%;
    }

    .f-holder .item4 .title {
        text-transform: none;
        color: white;
    }

    .soc {
        margin: 80px 0 20px 0;
        padding: 0;
        list-style: none;
        clear: both;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100%;
    }



    .soc li {
        margin: 0 5px;
        float: left;
        width: 30%;
        height: 100%;
    }


    .soc li a {
        width: 36px;
        height: 36px;
        display: inline-block;

        
    }

    
    .f-holder > div {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        font-size: 25px;
        
    }

    #langBox{
        z-index: 600;
        flex-direction: column-reverse;
        min-height: 100%;
        margin-bottom: 50%;
        position: absolute;
    }

    .mobilefooter{
        margin-top: -1000px !important;
    }
        




    .f-holder {
        padding-bottom: 30px;
        padding-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .f-holder .menu ul li {
        margin: 5px 0;
        width: 100%;
    }

    footer .powered-holder .holder-f .copy {
        line-height: 60px;
        font-size: 34px;
    }

    .f-holder .item1 .logo~span i {
        margin-right: 5px;
        font-size: 40px;
        color: rgba(255, 255, 255, 0.81);
    }


    .f-holder .menu ul li a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: inherit;
    }

    /*hlebniiKroshki*/

    .breadcrumb {
        font-size: 34px;
        margin: 3px -9999px 40px;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 11px 9999px;
        text-align: left;
        border-top: 1px solid #d1d3d6;
        border-bottom: 1px solid #d1d3d6;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    }


    .filter-category-holder {
        position: relative;
        margin: 5px 0 10px;
        font-size: 50px;
    }




    /*categori*/
    /*fonts&size*/

    #content h1{
        font-size: 70px;
        text-align: center;
    }

    .bottomD h2 {
        font-size: 60px !important;
        text-align: center;
    }

    .bottomD p {
        font-size: 40px !important;
        text-align: center;
    }

    .bottomD u {
        font-size: 40px !important;
        text-align: center;
    }

    .bottomD b {
        font-size: 40px !important;
        text-align: center;
    }

    .bottomD {
        font-size: 40px !important;
        
    }

    .bottomD font {
        font-size: 40px !important;
        
    }

    .bottomD table {
        width: 100% !important;
    }

    .bottomD td {
        font-size: 40px !important;
        white-space: pre-wrap;
        
    }

    .bottomD span {
        font-size: 40px !important;
        text-align: center;
    }

    .bottomD iframe {
        width: 100%; !important;
        height: 600px; !important
    }

    .input-sort {
        width: 100%;
    }

    

    .item{
        width: 45%;
        -webkit-box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
    }

    .catImg{
        
    }

    .catImg .item {
        margin: 30px;
        border-radius: 30px;
    }

    .catImg .item a {
        display: inline-block;
        vertical-align: top;
        text-decoration: underline;
        width: 100%;
    }

    .catImg .item a span {
        font-size: 40px;
        display: block;
        text-align: center;
    }

    .catImg .item a img {
        background: #fff;
        /*max-width: 100%;*/
        margin: 0 0 10px;
        opacity: 1;
        min-width: 455px;
        height: auto;
        padding-left: 12%;
    }

    h1{
        font-size: 60px;
    }

    

    /*Products*/

    .product-layout{
        width: 45%;
        -webkit-box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
        margin: 30px;
        border-radius: 50px;
    }

    .product-grid .product-thumb .image img {
        width: 400px;
        height: auto;
    }

    /*nazvaniya*/

    .product-grid .caption .product-name {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 34px;
        font-weight: 500;
    }

    .product-grid .caption .model {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 34px;
    }


    .product-grid .caption .description {
        color: #797979;
        font-size: 30px;
        max-height: 90px;
        overflow: hidden;
    }

    /*CONTACT*/

    .contactsPage h1 {
        font-size: 80px !important;
    }


    .informBox span {
        font-size: 60px !important;
    }

    .informBox {
        width: 100%;
    }

    /*.informBox ::after {
        background-size: 100% !important;
    }*/

    .formBox {
        width: 90%;
    }

    .formBox .title {
        font-size: 50px !important;
        font-weight: 700;
    }

    .btn.btn-primary {
        color: #fff;
        font-size: 50px;
        line-height: 1.4;
        padding: 10px 30px;
        border-radius: 12px;
        outline: none !important;
        background: #689dd1;
        background: -moz-linear-gradient(top, #689dd1 0%, #4b80b9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689dd1), color-stop(100%, #4b80b9));
        background: -webkit-linear-gradient(top, #689dd1 0%, #4b80b9 100%);
        background: -o-linear-gradient(top, #689dd1 0%, #4b80b9 100%);
        background: -ms-linear-gradient(top, #689dd1 0%, #4b80b9 100%);
        background: linear-gradient(to bottom, #689dd1 0%, #4b80b9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689dd1',endColorstr='#4b80b9',GradientType=0);
    }

    /*DOSTAVKA*/

    .box {
        font-size: 70px;
    }

    #inf h1 {
        font-size: 70px !important;
    }

    .box span {
        font-size: 40px !important;
    }

    .box b {
        font-size: 50px !important;
    }


    /*PRODUKT*/

    .productCol {
        display: flex;
        flex-direction: column;

    }

    .ProductPage .productCol .bigImg {
        width: 100%;
        height: 100%;
        padding-left: 30px;
    }

    .ProductPage .productCol .bigImg ul li img {
        max-width: 100%;
        max-height: 100%;
        min-height: 500px;
    }

    .ProductPage .productCol .product-info {
        padding-left: 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ProductPage .productCol .product-info h1 {
        color: #000 !important;
        font-size: 50px !important;
        line-height: 1.4;
        background: none !important;
        padding: 0 !important;
    }

    .ProductPage .productCol .product-info .prodInfo {
        color: #999;
        font-size: 50px;
        line-height: 1.4;
        margin: 0 0 25px;
        display: flex;
        justify-content: center;
    }

    .ProductPage .productCol .product-info .quantity {
        margin: 0 0 25px;
        display: flex;
        justify-content: center;
    }

    .ProductPage .productCol .product-info .quantity span {
        color: #000;
        font-size: 30px;
        font-style: normal;
    }

    .ProductPage .productCol .product-info .quantity span.InStock i {
        color: #4cae4c;
        font-size: 40px;
    }

    .ProductPage .productCol .product-info .socHolder {
        position: relative;
        margin: 0 0 25px;
        padding-left: 80px;
        display: flex;
        justify-content: center;
    }

    .ProductPage .productCol .product-info .socHolder:after {
        color: #000000;
        font-size: 40px;
        line-height: 18px;
        position: absolute;
        left: 10%;
        top: 20px;
        
    }

    #share42 a {
       /* width: 30px !important;
        height: 30px !important;*/

    }

    .ProductPage .productCol .product-info .description:after {
        font-size: 40px;
        /*margin-left: 60px;*/
    }

    .ProductPage .productCol .product-info .description  {
        display: flex;
        justify-content: center;
        max-width: 87%;
        font-size: 40px;
        padding-left: 120px;
    }

    #content > div.row > div > div.row.productCol > div.col-xs-7.product-info > div.description{
        display: contents !important;
    }

    .ProductPage .productCol .product-info .description span  {
        display: flex;
        justify-content: center;
        max-width: 87%;
        font-size: 40px !important;
        
    }

    .ProductPage .productCol .product-info .description img {
        width: 700px !important;
        height: auto !important;
    }

    .ProductPage .relatedW .product-layout {
        width: 44%;
        -webkit-box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        margin: 30px;
        border-radius: 50px;
    }

    /*.jcarousel-item {
        width: 24% !important;
    }*/

    .titleB, .trigger {
        display: none;
    }


    
    .ProductPage .relatedW .h2 {
        color: #000;
        font-size: 70px;
        font-weight: 600;
        text-align: center;
        position: relative;
        margin-bottom: 25px;
    }

    .blueimp-gallery > .slides {
        position: relative;
        height: 100%;
        overflow: hidden;
        width: 100% !important;
    }

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: 100%;
        height: auto;
        max-width: 200%;
        max-height: 200%;
        opacity: 1;
    }

    .blueimp-gallery > .title {
        font-size: 50px;
    }

    .blueimp-gallery > .close {
        padding: 15px;
        right: 15px;
        left: auto;
        margin: -15px;
        font-size: 150px;
        text-decoration: none;
        cursor: pointer;
        top: 50px;
    }

    .blueimp-gallery > .prev, .blueimp-gallery > .next {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 30px;
        height: 62px;
        margin-top: -23px;
        cursor: pointer;
        display: none;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    html[lang="en"] .ProductPage .productCol .product-info .quantity .InStock:after {
        
        font-size: 40px;
        font-style: normal;
    }
    html[lang="ru"] .ProductPage .productCol .product-info .quantity .InStock:after {
        
        font-size: 40px;
        font-style: normal;
    }
    html[lang="uk"] .ProductPage .productCol .product-info .quantity .InStock:after {
        
        font-size: 40px;
        font-style: normal;
    }

    #share42 {
        zoom: 5;
    }

    .ProductPage .productCol .product-info.col-xs-6 {
        width: 100%;
    }

    /*.ProductPage .productCol .col-xs-2 #addImgScroll.emptyScroller > ul {
        height: 100%;
        padding: 1px 2px !important;
    }

    .ProductPage .productCol .col-xs-2 {
         height: 410px;
         width: 100%; 
        padding: 0 6px;
    }

    .ProductPage .productCol .col-xs-2 #addImgScroll {
        height: 410px;
        overflow: hidden;
        margin-bottom: 22px;
    }

    .ProductPage .productCol .col-xs-2 #addImgScroll.emptyScroller > ul li a {
        width: 50% !important;
        height: 50% !important;
    }*/


    .ProductPage .productCol .col-xs-2 {
        height: 220px;
        width: 110px;
        padding: 0 6px;
        margin-left: 25px;
        
    }

    .results {
        font-size: 30px;
    }

    .pagination li a {
        font-size: 70px;
        width: 80px;
        height: 120px;
    }

    .pagination li.active a {
        font-size: 70px;
        background-color: #357ebd;
        border-color: #357ebd;
        text-decoration: none;
        width: 80px;
        height: 120px;
    }

    

    .pagination li a i {
        line-height: 18px;
        font-size: 70px;
        width: 80px;
        height: 120px;
    }


    /*CONTACTS*/

    #infPage .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: anchor-center;

    }

    #infPage .row .col-md-8 {
        width: 90%;
    }

    #infPage .row .col-md-4 {
        width: 90%;
    }

    /*baner Home */
    .flex-caption h2 {
        font-size: 60px; 
        line-height: 60px; 
    }

    .flex-caption .button {
        font-size: 40px;
    }

}

.informBox {
    width: 100%;
    line-height: 60px;
}

/*Logo dlia bolshih*/

@media screen and (min-device-width: 768px) {

    .home header .logo {
        max-width: 50%;
        margin-right: 10%;
        
    }

    header .logo {
        max-width: 20%;
        margin-right: 30%;
        
    }

    .header-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 0;
        align-items: center;
    }

    header .navbar-default {
        border-top: 0;
        background-image: linear-gradient(#5482d0 50%, #c8c992 90%);
    }

    header .header #top-links #information-menu {
        background-color: #3c6dbf;
    }

    /*ikonki_kotalog*/
    .catImg .item {
        margin: 30px;
        border-radius: 15px;
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
    } 

    .catImg .item:hover {
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.55);
    } 
    
    .catImg .item a img {
        opacity: 1;
    }

    .product-layout {
        margin: 30px;
        border-radius: 15px;
        height: 400px !important;
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.35);
        text-align: center;
    }

    .product-layout:hover {
        border-color: #0d85b800;
        box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.55);
    }

    .product-grid .product-thumb {
        border: 0;
    }
   
    
}

header .navbar-default li:hover > a {
    color: #fcc410 !important;
}

/*Obratnii zvonok*/

#callBack .heading{
    background-image: linear-gradient(#5482d0 50%, #c8c992 90%);
    
}

#callBack .modal-footer button {
    background-image: linear-gradient(#5482d0 50%, #c8c992 90%);
}

@media screen and (max-device-width: 768px){
    .flexslider{
        display: none;
    }
}

@media screen and (min-device-width: 768px){
    .MobflexSlider{
        display: none;
    }
}

/*MobSlaid*/

/*.MobflexSlider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .MobflexSlider a {
    display: inline-block;
    width: 100%;
    transition: transform 1s ease;
  }
  
  .MobflexSlider img {
    width: 100%;
    height: auto;
  }*/

  @media screen and (max-device-width: 768px){
    .home .MobflexSlider > a {
        position: absolute !important;
        top: 366px !important;
        z-index: 0;
      }
    
    .home .slideHolder {
        height: 340px;
      }

      #content > div.row > div > div.row.productCol > div.col-xs-7.product-info > div.description > table{
        line-height: 40px !important;
    max-height: 10000px;
    width: 100% !important;
      }
  }

  .catImg .item a {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    vertical-align: top;
    text-decoration: underline;
    width: 100%;
}

.catImg .item a img {
    background: #fff;
    max-width: 85%;
    margin: 0 0 10px;
    opacity: 1;
}

#topon a span {
    background: url(../image/up-arrow.png) 0 0 no-repeat transparent;
    display: none;
    height: 32px;
    margin-bottom: 7px;
    width: 50px;
}

#wrapper > div:nth-child(3) > div > div > div > div > div.box.welcome.active > div > div > div > iframe{
    display: none;
}

  