/* style for template  */

body
{   
  margin: 0px; 
  padding: 0; 
  background: #ffffff;
  font-family:	'Open Sans', sans-serif;
  font-size: 14px;
}

a {
    color: #f3601d;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #343434;
	    text-decoration: none;
}
.contnt h1 {color: #f3601d; font-size: 40px; margin-bottom: 20px;}
.contnt h3 {color: #333333; font-size: 24px;}

.block-top {
    padding: 7px 0;
    background-color: #f3601d;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}
.block-top a {
	text-transform: none;
	color: #ffffff;
	    text-decoration: none;
}
.block-top a:hover {
	color: #ffffff;
	    text-decoration: underline;
}
.block-header {
    padding: 20px 0;
	color: #383838;
}
.block-txt {
    padding: 30px 0 50px 0;
}
.block-txt h1, .block-txt h2 {color:#f3601d;}
.left {
    float: left;
}
.right {
    float: right;
}

.clc {
    text-align: left;
}
.crc {
    float: right;
}
.telsh { color: #f3601d;
	font-size: 16px;
	line-height: 1.1;
}
.telsh2 { color: #f3601d;
	font-size: 20px;
	line-height: 1.1;
}
.zz { color: #f3601d;
    text-decoration: none;
    border-bottom: 1px dotted #f3601d;
}
.zz:hover { color: #f3601d;
    text-decoration: none;
	border-bottom: 1px dotted #ffffff ;
}
.tabserch {
    padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    width: 300px;
    float: none !important;
    display: block;
    background-color: #ffffff;
    border: 1px solid #f3601d;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.tabserch input {
    font: normal 15px/28px;
    padding: 0;
    margin: 0;
    border: 0 none;
	color:#919191;
	font-style: italic;
	background-color: #ffffff;
}
.tabserch2 {
    padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    width: 350px;
    float: none !important;
    display: block;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.tabserch2 input {
    font: normal 15px/28px;
    padding: 0;
    margin: 0;
    border: 0 none;
	color:#919191;
	font-style: italic;
	background-color: #F2F2F2;
}
.tabserchp {
    padding: 10px 20px;
	    width: 100%;
    float: none !important;
    background-color: #ffffff;
    border-left: 1px solid #2e2e2e;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
}
.tabserchl {
    padding: 10px 20px;
    float: none !important;
    background-color: #f3601d;
    border-right: 1px solid #2e2e2e;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
}
.thumb img {
            -webkit-filter: grayscale(0);
            filter: none;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 5px;
}
.thumb img:hover {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.thumb {
            padding: 5px;
}
.ico-bg {
    background: #f2f2f2;
}
.round-fifty {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

}
.icon-wrap {
    font-size: 25px;
    height: 45px;
    width: 45px;
    float: left;
    line-height: 45px;
    text-align: center;
    margin-right: 10px;
	margin-top: -22px;
}
.top-menu {
    background-color: #F2F2F2;
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	color: #555454;
	font-size: 15px;
	text-transform: uppercase;
	height: 70px;
}
.navbar-light .navbar-nav .nav-link {
    color: #555454;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #555454;
}
.bg-light {
    background-color: #f2f2f2!important;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}
.navbar .dropdown-menu a {
    text-transform: none;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
		text-transform: none;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #f3601d;
    text-decoration: none;
    background-color: #f8f9fa;
	text-transform: none;
}
.navbar .dropdown-menu {
    width: 450px;
}
.navbar .dropdown-item {
    white-space: normal;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 1.5rem;
}
.navbar .dropdown-item a {
    text-decoration: none;
	display: block;
	padding: 0.75rem 0;
}
.navbar .dropdown-item .sub--active {
	background-color: #f3601d;
	color: #ffffff;
}
.navbar .dropdown-item .sub--active a {
	color: #ffffff;
}
.navbar .dropdown-item .sub--active a:hover {
	color: #ffffff;
}
.nav-item:hover {background-color: #f3601d;}

.icbig, .icbig5 { font-size: 23px; }
.icbig a { color: #ffffff; }
.icbig a:hover { color: #f3601d; }
.icbig5 a { color: #f3601d; }
.icbig5 a:hover { color: #2e2e2e; }
.icbig55 {
     color: #f3601d;
	 padding-left: 35px;
	 padding-right: 20px;
}
.icbig55:hover {color: #2e2e2e;}
.icbig2 { font-size: 26px; }
.icbig3 {
     color: #ffffff;
	 padding-left: 35px;
	 padding-right: 20px;
}
.sl-titlebox {
	margin-left: 430px;
	margin-top: 400px;
}
.sl-titlebox3 {
	margin-left: 430px;
	margin-top: 450px;
}
.sl-titlebox2 {
	margin-left: 300px;
	margin-top: 50px;
}
.sl-title { font-size: 45px;
    font-family:	'Open Sans', sans-serif;
    color: #ffffff;
	text-transform: uppercase;
	white-space:nowrap; 
}
.sl-title2 { font-size: 34px;
    font-family:	'Open Sans', sans-serif;
    color: #ffffff;
	text-transform: uppercase;
	white-space:nowrap; 
}
.btn-primary {
    background-color: #f3601d;
    border-color: #f3601d;
	font-size: 24px;
}
.btn-primary:hover {
    background-color: transparent;
    border-color: #ffffff;
	color: #ffffff;
}
.btn { padding: 5px 35px;
	font-size: 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.btn-info { background-color: #ffffff;
    border-color: #f3601d;
	font-size: 16px;
	color: #f3601d;
	text-transform: uppercase;
}
.btn-info:hover { background-color: #f3601d;
    border-color: #f3601d;
	color: #ffffff;
}
.btn-klik { background-color: #ffffff;
    border-color: #e94306;
	font-size: 16px;
	color: #e94306;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 17px;
}
.btn-klik:hover { background-color: #e94306;
    border-color: #e94306;
	color: #ffffff;
}
.btn-klik2 { background-color: #ffffff;
    border-color: #f3601d;
	font-size: 16px;
	color: #f3601d;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 17px;
}
.btn-klik2:hover { background-color: #f3601d;
    border-color: #f3601d;
	color: #ffffff;
}
.btn-vkorz { background-color: #f3601d;
    border-color: #f3601d;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.btn-vkorz:hover { background-color: #007bff;
    border-color: #007bff;
	color: #ffffff;
}
.borbot {
    border-bottom: 1px solid #dddddd;
}
.kontab {
    line-height: 1.5;
    padding: 5px 0 5px 0;
}
.sl-titlebox .btn-primary {margin-top: 40px;}
.sl-titlebox2 .btn-primary {margin-top: 40px;}

.block-special {
    margin: 0;
    background-color: #bdd6df;
	color: #ffffff;
}
.sptitle {  
    font-size: 24px;
	text-transform: uppercase;
}
.sptitle2 {  
    font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
}
.sptex {font-size: 18px; text-transform: uppercase;}
.sptex2 {font-style: italic; text-transform: none;}
.spcena {font-size: 34px; font-weight: bold; text-transform: none;}


.sppodr .btn-secondary {
    background-color: #bdd6df;
	border: 2px solid #ffffff;
	font-size: 22px;
}
.sppodr .btn-secondary:hover {
    background-color: #92cee3;
}

.block-map { 
    margin: 0;
    border-top: 1px dotted #d0d0d0; 
	border-bottom: 1px dotted #d0d0d0;
}
.block-map2 { 
    margin: 0;
}
.blmaptlw {font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
	text-shadow: 2px 2px 0 #212529;
	padding-left: 10%;
} 
.blmaptlb {font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #212529;
    text-transform: uppercase;
    white-space: nowrap;
	text-shadow: 2px 2px 0 #ffffff;
	padding-left: 10%;
}
.block-polosa {
	padding: 18px 0;
    margin: 0;
    background-color: #2e2e2e;
	color: #ffffff;
}
.polosatxt {font-size: 14px;}
.polosatel {font-size: 24px;}

.pokaim {
    padding: 15px 5px;
	border: 0;
}
.pokaim:hover {
 border:1px solid #d2d4cf;
-webkit-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
-moz-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  z-index: 100;
}


.block-triblock {
    padding: 20px 0 80px 0;
}
.triblock1 {height: 552px; max-width: 400px; display:block; padding: 60px 0 0 0; line-height: 1.2; border:1px solid #f7f7f7; margin-top: 32px;}
.triblock2 {background:url('kd12400300trb.png') #f7f7f7 no-repeat bottom right; height: 552px; max-width: 400px; display:block; padding: 20px 25px; line-height: 1.2; margin-top: 32px;}
.triblock2:hover, .triblock3:hover, .triblock4:hover {
 border:1px solid #d2d4cf;
-webkit-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
-moz-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  z-index: 100;
}
.triblock3 {background:url('trb3.png') #f7f7f7 no-repeat bottom left; height: 230px; max-width: 400px; display:block; padding: 20px 25px; line-height: 1.2; margin-top: 32px;}
.triblock4 {background:url('trb4.png') #f7f7f7 no-repeat bottom right; height: 290px; max-width: 400px; display:block; padding: 20px 25px; line-height: 1.2; margin-top: 32px; text-align: left;}
.ot32 {display:inline-block; max-width: 400px;}
.trblz {font-size: 33px; color: #f3601d; font-weight: bold; text-transform: uppercase; float: left;}
.trblz2 {font-size: 33px; color: #060405; text-transform: uppercase; float: left;}
.trblz0 {font-size: 33px; color: #f3601d; font-weight: bold; text-transform: uppercase; float: left; min-width: 230px; display:inline-block;}
.trblz20 {font-size: 33px; color: #060405; text-transform: uppercase; float: left; min-width: 230px; display:inline-block;}
.trblzz {font-size: 33px; color: #f3601d; font-weight: bold; text-transform: uppercase; text-align: right;}
.trblz22 {font-size: 33px; color: #060405; text-transform: uppercase; text-align: right; }
.trblz33 {display: inline-block; float: right; color: #868686; padding-top: 45px; font-size: 16px;}
.trblz3 {display: inline-block; text-align: left; color: #868686; padding-top: 15px; font-size: 16px;}
.trblz333 {display: inline-block; float: left; color: #868686; padding-top: 45px; font-size: 16px;}
.black {color: #282828; font-size: 18px;}
.carousel-indicators i {padding: 0 10px; color: #868686; cursor:pointer;}
.carousel-indicators i:hover {color: #060405;}
.trbcah {color: #868686; font-size: 16px; font-weight: normal;}
.trbcap {color: #060405; font-size: 16px;}

.block-progr {padding: 80px 0;}
.h2upper {
    color: #f3601d;
	font-size: 2rem;
	text-transform: uppercase;
	padding: 20px 0;
}
.block-kar {
    padding: 30px 0;
}
.block-kar img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.block-kar img:hover {
 border:5px solid #ffffff;
-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);

}
#myTab i[class^="icon-"], #myTab i[class*=" icon-"] { margin-right: 5px }
#myTab.nav > li > a { padding: 8px 10px; border-radius:0px;  -moz-border-radius:0px;  -webkit-border-radius:0px }
#myTab a:first-child { margin-left: 10px }
.tab-content { margin-bottom: 20px }
.tab-content .tab-pane { padding: 10px }
.tab-content .tab-pane > h3 {margin-top:0px}
.tab-content:after { clear: both; content: ''; display: block; height: 0 }
.mytab .tab-pane { padding: 10px 10px 20px}
img.pull-right { margin: 0 15px 15px 0 }
img.pull-left { margin: 0 15px 15px 0 }
#myTab.home-2 li a { font-size: 16px; line-height: 30px; padding: 10px 15px }
#myTab.home-2 li a i { font-size: 30px; display: inline-block }
#myTab.home-2 li a:hover i { animation : 0.35s linear 0s alternate none 1 featuresicon; -webkit-animation : 0.35s linear 0s alternate none 1 featuresicon; }


.block-footer {
    padding: 55px 0 20px 0;
    background-color: #383838;
	color: #d0d0d0;
	font-size: 15px;
}
.footb {
    margin-bottom: 25px;
	color: #ffffff;
	font-size: 22px;
}
.ico-bgf {
    background: #939393;
}
.round-fiftyf {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

}
.icon-wrapf {
    font-size: 22px;
	color: #383838;
    height: 45px;
    width: 45px;
    float: left;
    line-height: 45px;
    text-align: center;
    margin-left: 15px;
}
.icon-wrapf a { color: #383838; }
.icon-wrapf a:hover { color: #ffffff; }
.footadr, .footadr2 { font-size: 15px; padding-bottom: 30px; }
.pr-15 { padding-right: 15px; }
.pr-12 { padding-right: 12px; }
.lv-27 { padding-left: 27px; }
.footbl { padding-top: 25px; }
.footadr a, .footadr2 a, .top-80 a { color: #d0d0d0; }
.footadr a:hover, .footadr2 a:hover, .top-80 a:hover { color: #ffffff; }
.footadr2 { line-height: 2.0; margin-top: -4px;}
.top-80 { padding-top: 110px; font-size: 12px;}
.top-80 a { font-size: 12px; }
.f-13 { font-size: 13px;}
.white {color: #ffffff;}
.block-footer2 {
    padding: 20px 0 39px 0;
    background-color: #2e2e2e;
	color: #d0d0d0;
	font-size: 15px;
}
.hr {
    height: 1px;
    width: 100%;
    margin: 5px auto;
    background-color: #d0d0d0;
    position: relative;
    line-height: 1px;
}
.block-main1 {margin-top: 40px;}
.popkateg {border: 1px solid #eeeeee; margin: 0 15px 20px 15px; padding: 5px 15px;}
.catmenu {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    min-height: 400px;
}
.sub--active { background-color: #f8f9fa;}
.sub--active a {color: #343434;}
.rama { border: 1px solid #eeeeee; padding: 10px;}
.ramimg { border: 1px solid #eeeeee; padding: 0; margin: 0;}
.ramimgm { border: 1px solid #eeeeee; padding: 0; margin: 10px;}
.ot10 { margin: 10px 0;}

.fa-ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  display: inline-block;
  position: relative;
  padding-right: 5px;
  font-size: 24px;
  vertical-align: middle;
  color: #f3601d;
}
.fa-ul li {
  padding-bottom: 15px;
}
.lista {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.lista li {
    position: relative;
    padding:10px 20px 20px 28px;
    margin-left: 40px;
    transition-duration: 0.3s;
}
.lista li:before {
    border: 6px solid transparent;
    line-height: 30px;
    position: absolute;
    top: 0;
    left:-30px;
    width:42px;
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    color: #8f8f8f;
    counter-increment: li;
    content: counter(li);
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    }
.lista li:hover:before {
    color: #f3601d;    
}
.lista li:after {
    position: absolute;
    top: 0;
    left: -30px;
    width: 42px;
    height: 42px;
    border: 6px solid #f3601d;
    border-radius: 50%;
    content: '';
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.lista li:hover:after {
    animation: 500ms ease-in-out 0s bounceIn;
    opacity: 1;
} 
.list3a {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list3a li {
    position: relative;
    border-left: 4px solid #f3601d;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list3a li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-80px;
    width:80px;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #f3601d;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.list3a li:hover:before {
    color: #f3601d;
}
.list3a li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #f3601d;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list3a li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}    
 
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.catmenu {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    min-height: 400px;
}
.catmenu2 {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    min-height: 330px;
}
.catmenu3 {
    border: 1px solid #eeeeee;
    margin: 10px 0;
    min-height: 190px;
}
.catmenu4 {
    border: 1px solid #eeeeee;
	background-color: #ffffff;
    margin-bottom: 25px;
    min-height: 360px;
}
.catmenu5 {
    border: 1px solid #eeeeee;
	background-color: #ffffff;
    margin-bottom: 25px;
    min-height: 360px;
}
.catimg {
	padding: 25px 5px 5px 5px;
}
.catimg2 {
	margin: 5px 5px;
	display: inline-block;
	width: 220px;
	height: 220px;
}
.catimg25 {
	margin: 5px 5px;
	display: inline-block;
	height: 100px;
}
.catname {
	font-size: 18px;
	color: #919191;
	text-transform: uppercase;
	padding: 0px 5px 5px 5px;
}
.catnamebrief10 {
	font-size: 15px;
	color: #919191;
	line-height: 1.2;
	text-transform: none;
	padding: 0px 5px 5px 3px;
	display: block;
	height: 50px;
}
.catnamebrief {
	font-size: 15px;
	color: #919191;
	line-height: 1.2;
	text-transform: none;
	padding: 0px 5px 5px 3px;
	display: block;
	height: 60px;
}
.catnamebrief2 {
	font-size: 15px;
	color: #919191;
	line-height: 1.2;
	text-transform: none;
	padding: 0px 5px 5px 3px;
	display: block;
	height: 50px;
}
.catnamebriefcena  {
	font-size: 16px;
	color: #282828;
	text-transform: none;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
}
.catnamebriefcenaold  {
	font-size: 14px;
	color: #ec530c;
	display: block;
	height: 15px;
	text-transform: none;
	text-decoration: line-through;
	padding: 0px 5px 5px 5px;
}
.catnamebriefcenaold2  {
	font-size: 16px;
	color: #ec530c;
	text-transform: none;
	text-decoration: line-through;
	text-align: right;
	padding: 5px 0;
}
.catname2 {
	font-size: 15px;
	color: #919191;
	text-transform: uppercase;
	padding: 5px 5px;
}
.catname3 {
	font-size: 13px;
	color: #919191;
	text-transform: uppercase;
	padding: 5px 5px;
}
.catname:hover {
	
}
a.none:hover {
	text-decoration: none;
}

.cathr {
    height: 1px;
    width: 90%;
    margin: 5px auto;
    background-color: #eeeeee;
    position: relative;
    line-height: 1px;
}
.cathr2 {
    height: 1px;
    width: 100%;
    margin: 10px auto;
    position: relative;
}
.catmenu:hover, .catmenu2:hover, .catmenu3:hover, .catmenu4:hover, .catmenu5:hover {
	border:1px solid #d2d4cf;
-webkit-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
-moz-box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
box-shadow: 0px 0px 21px -1px rgba(210,212,207,1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  z-index: 100;
}
.sery { background-color: #f4f4f4;}
.beli { background-color: #ffffff;}
.block-main2 {margin-top: 20px;}
.block-main3 {margin-top: 40px;}
.block-main4 {margin-top: 40px; margin-bottom: 70px;}

.btn-sm { 
	padding: 3px 15px;
    font-size: 15px;
    border-radius: 20px;
}
#cart { font-size: 15px;
  text-transform: none;
  color: #ffffff;
  padding-right: 10px;
}
.cart { display:table-cell;}
.cart2 { display:table-cell; width: 160px;}
.dyes {
     display: none;
}
.akciya { position: absolute; 
   background-color: #58a13b; 
   color: #ffffff; 
   z-index:1;
   padding: 3px 12px;
   margin: 0;
   text-align: left;
       border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.akciyagift { position: absolute;
   display: block;   
   z-index:2;
   padding: 0;
   margin: 3px 0 0 3px;
   width: 50px;
   height: 50px;
}
.akciyagiftp { position: absolute;
   display: block;   
   z-index:2;
   padding: 0;
   margin: 3px 0 0 3px;
   width: 50px;
   height: 50px;
}
.h1h2cat { position: absolute; z-index: 1; padding: 20px 30px;}

.block { 
  display: inline-block;
  position: relative;
  padding: 15px;
  font-size: 16px;
}
.block span {line-height:4.5;}

/* popup  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; 
    cursor: default; 
}
.overlay:target {
    display: block;
}
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 1010;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px "Open Sans", sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5%;
}
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px "Open Sans", sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
.popup img {
    width: 100%;
    height: auto;
}
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}

.popup p {margin: 0; padding: 5px 0}
.ccd {
    height: 30px;
    overflow: hidden;
    width: 200px;
    margin:0 auto;
    position: relative;
}

a.ddottt {
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #f3601d !important;
    cursor: pointer !important;
    text-decoration: none !important;
	background:#ffffff;
    float: center;
    border-color: #f3601d;
    padding: 11px 24px;
    min-width: inherit;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    display: inline-block;
    text-align: center;
    border: 1px solid #f3601d;
    margin: 0 10px;
}
a.ddottt:hover{
	color: #ffffff !important;
    text-decoration: none !important;
    background:#f3601d;
    border-color: #f3601d;
}
a.ddottt5 {
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #212529 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    float: center;
	background:#ffc107;
    border-color: #ffc107;
    padding: 11px 36px;
    min-width: inherit;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffc107;
    margin: 0 10px;
}
a.ddottt5:hover {
	color: #28a745 !important;
    text-decoration: none !important;
	background:#ffffff;
    border-color: #28a745;
    border: 1px solid #28a745;
}
.radio-block__item {
    margin: 8px 0;
}
.radio-block {
    padding-top: 10px;
}
.form__radio + label {
  cursor: pointer;
}
.form__radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio-block__title {
    color:#000;
    margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
}
.form__radio:not(checked) + label {
  position: relative;
  font-size: 15px;
  color:#000;
  padding: 0 0 0 30px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    &:hover {
      &:before {
        border-color: $colorRed;
      }
    }
}
.form__radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border:2px solid #f3601d;
  background: transparent;
}
.form__radio:not(checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #f3601d;
  left: 5px;
  top: 6px; 
  display: none;
}
.form__radio:checked + label:after {
  display: block;
}
.radio-block__price {
    padding-left: 8px;
	font-size: 15px;
    color:#c12d3e;

}
.rocena { font-size: 20px; text-align: right;}
.price { font-size: 34px; text-align: right; }

/********************* РћР±РµСЂС‚РєР° РґР»СЏ РѕР±С‹С‡РЅРѕР№ С‚Р°Р±Р»РёС†С‹ ***************************/
.table-adaptive-wrap {
    position: relative;
    overflow: auto;
}

/******************** РЎС‚РёР»Рё РґР»СЏ Р°РґР°РїС‚РёРІРЅРѕР№ С‚Р°Р±Р»РёС†С‹ ***************************/
.table-adaptive {
    width: 100%;
    position: relative;
    display: table;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.table-adaptive__row {
    width: 100%;
    position: relative;
    display: table-row;
    
}

.table-adaptive__cell {
    position: relative;
    padding: 10px;
    display: table-cell;
    border-top: 1px solid #ccc;
    border-left:  1px solid #ccc;
    box-sizing: border-box;
}

.table-adaptive__row:first-child .table-adaptive__cell {
    border-top: none;
}

.table-adaptive__cell:first-child {
    border-left: none;
}

.tabserchp input[type=text]{
   width:600px;
}

@media screen and (min-width: 1300px) {
.otsse {padding-left: 45px;}

}

@media screen and (min-width: 1140px) and (max-width: 1299px) {
.dn {
     display: none;
}
.dyes {
     display: block;
}
.clc, .crc {
    float: none;
	text-align:center;
}
.block-top {
    font-size: 12px;
}
.icon-wrap {
	margin-top: 0px;
}	
.otsse {padding-left: 45px;}
.blmaptlw, .blmaptlb {font-size: 38px;
	padding-left: 0;
} 

}
	
@media screen and (min-width: 992px) and (max-width: 1139px) {
.clc, .crc {
    float: none;
	text-align:center;
}
.block-top {
    font-size: 12px;
}
.dn, .dn2 {
     display: none;
}
.dyes {
     display: block;
}
.icon-wrap {
	margin-top: 0px;
}
.catmenu3 {
    min-height: 130px;
}	
.otsse {padding-left: 45px;}
.blmaptlw, .blmaptlb {font-size: 30px;
	padding-left: 0;
} 

}

@media screen and (min-width: 768px) and (max-width: 991px) {
.clc, .crc {
    float: none;
	text-align:center;
}
.block-top {
    font-size: 12px;
}
.dn, .dn2 {
     display: none;
}
.dyes {
     display: block;
}
.icon-wrap {
	margin-top: 0px;
}
.sptitle {  font-size: 20px;}
.sptitle2 { font-size: 27px;}
.sptex {font-size: 16px;}
.spcena {font-size: 25px;}
.catmenu3 {
    min-height: 120px;
}
    .table-adaptive, .table-adaptive__cell, .table-adaptive__row {
        display: block;
    }
    
    .table-adaptive {
        border: none;
    }
    
    .table-adaptive__row {
        border-bottom: 1px solid #ccc;
    }
    
    .table-adaptive__row:first-child {
        display: none;
    }
    
    .table-adaptive__cell {
        border: none;
    }
.tabserchp input[type=text]{
   width:400px;
}
.blmaptlw, .blmaptlb {font-size: 26px;
	padding-left: 0;
} 
		
}

@media screen and (min-width: 544px) and (max-width: 767px) {
.clc, .crc {
    float: none;
	text-align:center;
}
.block-top {
    font-size: 12px;
}
.dn, .dn2 {
     display: none;
}
.dyes {
     display: block;
}
.navbar .dropdown-menu {
    width: 300px;
}
.icon-wrap {
	margin-top: 0px;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #000;
}
.nav-item:hover {background-color: #f2f2f2;}
.navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
.sptitle {  font-size: 20px;}
.sptitle2 { font-size: 27px;}
.sptex {font-size: 16px;}
.spcena {font-size: 25px;}	
.catmenu3 {
    min-height: 100px;
}
    .table-adaptive, .table-adaptive__cell, .table-adaptive__row {
        display: block;
    }
    
    .table-adaptive {
        border: none;
    }
    
    .table-adaptive__row {
        border-bottom: 1px solid #ccc;
    }
    
    .table-adaptive__row:first-child {
        display: none;
    }
    
    .table-adaptive__cell {
        border: none;
    }
.tabserchp input[type=text]{
   width:250px;
}
.blmaptlw, .blmaptlb {font-size: 18px;
	padding-left: 0;
} 

}

@media screen and (max-width: 543px) {
.clc, .crc {
    float: none;
	text-align:center;
}
.block-top {
    font-size: 12px;
}
.dn, .dn2 {
     display: none;
}
.dyes {
     display: block;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #000;
}
.nav-item:hover {background-color: #f2f2f2;}
.navbar .dropdown-menu {
    width: 300px;
}
.icon-wrap {
	margin-top: 0px;
}	
.sptitle {  font-size: 20px;}
.sptitle2 { font-size: 27px;}
.sptex {font-size: 16px;}
.spcena {font-size: 25px;}
.catmenu3 {
    min-height: 100px;
}
    .table-adaptive, .table-adaptive__cell, .table-adaptive__row {
        display: block;
    }
    
    .table-adaptive {
        border: none;
    }
    
    .table-adaptive__row {
        border-bottom: 1px solid #ccc;
    }
    
    .table-adaptive__row:first-child {
        display: none;
    }
    
    .table-adaptive__cell {
        border: none;
    }
.tabserchp input[type=text]{
   width:200px;
}
.blmaptlw, .blmaptlb {font-size: 16px;
	padding-left: 0;
} 

}
	
	
	
	


::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}    
.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #f3601d;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(100% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #f3601d;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #f3601d;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #f3601d;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
@media (max-width: 768px) {
    .validate-input-at.w-50 {
        width: 100%;
    }
    .validate-input-at.w-50:first-child {
        margin-right: 0;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

