html *{
  max-height:1000000px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
*{
  margin: 0;
  padding: 0;
}
input:active, input:focus, button:focus{
  outline: none;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
}
input::-moz-placeholder{
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
}
:-ms-input-placeholder{
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
  font-family: 'MuseoSansCyrl';
}
textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
  font-family: 'MuseoSansCyrl';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
  font-family: 'MuseoSansCyrl';
}

textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
  font-family: 'MuseoSansCyrl';
}

body{
  font-family: 'MuseoSansCyrl';
  font-size               : 14px;
  color: #000;
  line-height             : 1.2;
  font-weight             : 500;
  background: #fff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both;}
.error{
  border: 1px solid red!important;
}
body .p0{
  padding: 0px;
}
.m0{
  margin: 0px!important;
}
.fz0{
  font-size: 0;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
} 
.over{
  overflow: hidden;
}
.right{
  float: right;
}
.left{
  float: left;
}
.center{
  margin: 0 auto;
}
.pr-0{
  padding-right: 0px;
}
.pl-0{
  padding-left: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
.vm{
  display: inline-block;
  height: 100%;
  width:0;
  vertical-align: middle;
}
.ovh{
  overflow: hidden;
}
.dib{
  display: inline-block;
}
.pos-r{
  position: relative;
}
* {
    box-sizing: border-box;
}
:after, :before {
    box-sizing: border-box;
}
@media (min-width: 1200px){
  .container{
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
a{
  text-decoration: none;
}

.logo{
  z-index: 2;
}
.header-top{
  height: 138px;
  background: linear-gradient(180deg, #003E77 0%, #256FAF 100%);
}
.header-top-contact{
  min-height: 72px;
}
.header-navig{
  height: 40px;
}
.header-navig-abs{
  background: #E6E6E6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  height: 65px;
  margin-top: 17px;
  max-width: 985px;
  width: 100%;
  padding-left: 123px;
  padding-top: 5px;
}
.logo img{
  position: absolute;
  left: 18px;
  top: 8px;
}
.header-top-phone{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 199px;
  padding-top: 31px;  
  justify-content: space-between;
}
.header-navig-cart{
  max-width: 175px;
  width: 100%;
  height: 65px;
  background: #E6E6E6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 17px;
}
.header-navig-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header-top-phone-item div{
  font-size: 18px;
  color: #fff;
  padding-bottom: 4px;
}
.header-top-phone-item p{
  color:#fff;
}
.header-top-phone-item{
  position: relative;
}
.header-top-phone-item .header-top-phone-item-abs{
  width: 143px;
  height: 27px;
  background: #CC0808;
  position: absolute;
  top: -31px;
  left: 2px;
  border-radius: 0px 0px 5px 5px;
  font-size: 13px;
  text-align: center;
  line-height: 27px;
}
.header-top-phone-item:after{
  content: '';
  width: 2px;
  height: 33px;
  background: #fff;
  position: absolute;
  right: -29px;
  top: 4px;
  opacity: 0.7;
}
.header-top-phone .header-top-phone-item:last-child:after{
  display: none;
}
.header-navig-abs li{
  float: left;
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}
.header-navig-abs li a{
font-size: 16px;
    color: #000;
    display: inline-block;
    margin: 0px 20px;
    padding: 5px 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.header-navig-abs li a:hover{
  color:#CC0808;
  text-shadow: 0.5px 0px 0px #CC0808;
}
.header-navig-abs li a:hover:after{
  content: '';
  height: 4px;
  width: 100%;
  background: #CC0808;
  position: absolute;
  bottom: -3px;
  left: 0px;
}
.header-navig-abs li.active a:after{
  content: '';
  height: 4px;
  width: 100%;
  background: #CC0808;
  position: absolute;
  bottom: -3px;
  left: 0px;
}
.header-navig-abs li.active a{
  color:#CC0808;
  text-shadow: 0.5px 0px 0px #CC0808;
}
.header-navig-cart-item{
  width: 39px;
  height: 39px;
  border: 1px solid #0073BC;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
}
.header-navig-cart-item img{
  width: 20px;
  height: 25px;
}
.header-navig-cart-item{
  float: left;
  margin-left: 21px;
  margin-top: 13px;
  margin-right: 14px;
  position: relative;
}
.header-navig-cart-item span{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgb(199, 0, 0);
  color:#fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-size: 12px;
}
.header-navig-cart-txt{
  font-weight: 500;
  font-size: 16px;
  padding-top: 23px;
}
.header-bottom{
  background: -webkit-linear-gradient(#012547, #256EAF);
  background: -o-linear-gradient(#012547, #256EAF);
  background: linear-gradient(#012547, #256EAF);  
  height: 46px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  color: #ccf; 
  font-size: 19px;
}
.wrap-video-item{
  background: url('../images/wrap-video.jpg')no-repeat center top;
  min-height: 391px;
  text-align: center;
}
.wrap-video-item-frame{
  height: 391px;
  display: inline-block;
  width: 722px;
  font-size: 0;
}
.header-bottom-main a{
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #2d8ac5;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    display: inline-block;
    width: 175px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #2F7FB1;
    border-radius: 5px;
    margin: 0px 10px;
}
.header-bottom-main a:hover{
    border: 2px solid #1d4e6d;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5); 
    color:#1d4e6d;
}
.header-bottom-main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 21px;
}
.header-bottom-main p{
  font-size: 18px;
  padding: 8px 25px;
}
.header-bottom-main a.active-bottom-main{
  border-color: #CC0808;
  color:#CC0808;
}

#home-category{
  position: relative;
  padding-top: 24px;  
}
#home-category:after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #f8f8f8;
  height: 166px;
  width: 100%;
}
.home-category-item h4{
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;  
}
.home-category-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home-category-item{
  width: 290px;
}
.home-category-item-img img{
  max-width: 100%;
}

#home-about{
  min-height: 710px;
}
#home-about h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-top: 42px;
  padding-bottom: 5px;
}
.home-category-item-img{
  height: 166px;
  overflow: hidden;
}
.home-about-img{
  float: right;
  width: 329px;
}
.home-about-img img{
  max-width: 100%;
}
.home-about-txt p{
  font-size: 16px;
  padding-bottom: 23px;
  line-height: 1.5;
}
.home-about-txt h4{
  font-size: 19px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.home-about-other{
  padding-top: 18px;
}
.home-about-txt{
  padding-right: 360px;
}
.home-about-img p{
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding-top: 31px;
}

#home-company h2 {
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.home-company-other{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 785px;
  padding-top: 39px;
}
.home-company-ico p{
  font-size: 14px;
}
.home-company-ico-img{
  height: 140px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px; 
}
.home-company-ico{
  text-align: center;
}
.home-company-video{
  float: right;
  margin-top: 23px;
}
.home-company-video-item{
  width: 330px;
  height: 245px;
}
.home-company-video p{
  text-align: center;
  padding-top: 18px;
}
.home-company-video p+a{
  background: #0062A0;
  display: inline-block;
  width: 158px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
  margin-top: 37px;
  line-height: 29px;
  font-size: 14px;
}
.home-company-video p+a:hover{
  text-decoration: underline;
}

#catalog-home{
  padding-bottom: 11px;
}
#catalog-home h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 38px;
  margin-bottom: 32px;  
}
#catalog-home h2 a{
  color:#0062A0;
  text-decoration: underline;
}
.answer-more-link:hover{
  color:#1d4e6d;
}
#catalog-home h2 a:hover{
  color:#CC0808;
}
.catalog-home-item{
  border: 2px solid #A5A5A5;
  border-radius: 2px;
  width: 230px;
  position: relative;
  margin-bottom: 5px;  
}
.catalog-home-img{
  height: 206px;
  width: 100%;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.catalog-home-img-hover{
  position: absolute;
  right: -405px;
    top: -4px;
  display: none;
  border: 4px solid #fff;
  width: 404px;
  z-index: 2;
  font-size: 0;
}
.catalog-home-img-hover img{
  width: auto;
  max-width: 100%;
}
.catalog-home-img:hover + .catalog-home-img-hover{
  display: block;
}
.catalog-home-img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-size: 0; 
}
.catalog-home-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-home-price{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.catalog-home-txt{
  padding: 19px 9px;
  padding-bottom: 14px;  
  color:#000;
}
.catalog-price-item{
  color:#0062A0;
  font-weight: bold;
}
.catalog-home-price{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0px 13px;
  padding-bottom: 10px;  
}
.catalog-price-add{
  color:#0062A0;
  font-weight: bold;
}
.catalog-price-add img{
  width: 20px;
  height: 16px;
}
.catalog-price-add a{
  color:#0062A0;
}
.catalog-price-add a:hover{
  text-decoration: underline;
}
.catalog-price-add span{
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}
.sales-catalog{
  width: 45px;
  height: 35px;
  background: #cb0708;
  position: absolute;
  right: 0px;
  top: 0px;
  color:#fff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}

#news-home{
  padding-bottom: 35px;
  background: #f8f8f8;
  padding-top: 8px;  
}
#news-home h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 38px;
  margin-bottom: 32px; 
  text-transform: uppercase;
}
.news-home-link{
  background: #0062A0;
  display: inline-block;
  width: 158px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
  line-height: 29px;
  font-size: 14px;
  margin-top: 27px;
}
.news-home-link:hover{
  text-decoration: underline;
}
.news-home-date{
  font-weight: 700;
  color: #0062A0;
}
.news-home-title a{
  color:#000;
  font-size: 16px;
}
.news-home-item{
  background: #fff;
  max-width: 370px;
  min-height: 427px;
}
.news-home-item p{
  font-size: 14px;
  font-weight: 300;
}
.news-home-txt{
  padding: 20px 20px;
}
.news-home-title{
  padding-top: 13px;
  padding-bottom: 21px;
}
.news-home-title a:hover{
  color: #0062A0;
  text-decoration: underline;
}

#insta-home{
  min-height: 388px;
}
.insta-home-title-txt h3{
  font-weight: 300;

}
.insta-home-title-img{
  float: left;
  padding-top: 25px;
  margin-right: 23px;
}
.insta-home-title-txt h4{
  padding-top: 33px;
  font-size: 16px;
  padding-bottom: 23px;
}
.insta-home-title-txt p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.insta-home-button a{
  background: #0062A0;
  display: inline-block;
  width: 158px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
  line-height: 29px;
  font-size: 14px;
  margin-top: 26px;
  margin-bottom: 14px;
}
.insta-home-button a:hover{
  text-decoration: underline;
}
.insta-home-button{
  text-align: right;
  float: right;
}
.insta-home-button p{
  padding-bottom: 11px;
  font-size: 14px;
  text-align: left;
}
.insta-home-button{
  width: 159px;
}
.insta-home-gallery{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
}

#home-answer{
  padding-bottom: 50px;
}
#home-answer .news-home-link{
  margin-top: 40px;
}
#home-answer h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 51px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#home-answer{
  background: #f8f8f8;
}
.answer-item-main{
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.answer-item{
  background: #fff;
  box-shadow: 0 0 8px 10px #e0e0e0;  
}
.answer-item-top{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0px 24px;
  padding-top: 22px;
  padding-bottom: 8px;
}
.answer-item-main{
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px 22px;  
  padding-bottom: 24px;
  word-wrap: break-word;
}
.answer-item-top-left div{
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.answer-item-top-left h4{
  float: left;
  color:#166fa7;
}
.answer-item-top-right{
  float: right;
  display: flex;
  font-weight: bold;
}
.answer-item-top-right h4{
  margin-right: 10px;
}
.answer-item-question{
  background: #e8eff5;
  font-weight: 300;
  padding: 22px;
  line-height: 18px;  
  position: relative;
  word-wrap: break-word;
}
.answer-item-question:after{
  content: url('../images/arrow.jpg');
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -14px;  
}
.answer-item-question p{
  margin-bottom: 10px;
}
#gallery-home h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 42px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
/*.gallery-more{
  position: relative;
  z-index: 10;
  width: 1170px;
}*/
.gallery-more{
  padding-top: 63px;
  padding-bottom: 13px;
}
.gallery-more p{
  font-size: 14px;
  font-weight: 300;
}
.gallery-more a{
  font-size: 14px;
  color:#B20000;
  text-decoration: underline;
  outline: none;
  margin-top: 12px;
  display: inline-block;
}

#our-partner h2{
  border-bottom: 2px solid #75A0BB;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 57px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.gallery-small-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery-small-bottom{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 9px;
}
.gallery-small-bottom h4{
  font-size: 17px;
  color:#0062A0;
  padding-top: 4px;  
}
.gallery-small{
  position: relative;
}
.gallery-small-navi a{
  border: 2px solid #C2E3F9;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color:#000;
}
.gallery-small-navi a:hover{
  background: #0062a1;
  color:#fff;
  border-color: #0062a1;
}
.gallery-small{
  margin-bottom: 25px;
  padding-bottom: 10px;  
}

#gallery-home .col-lg-8 .gallery-small:last-child{
  margin-bottom: 0px;
}
#our-partner{
  min-height: 270px;
  padding-bottom: 19px;  
}
.our-partner-item{
  width: calc(100%/7);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.our-partner-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer{
  background:#e8e8e8;
  min-height: 245px;
}
.logo-footer{
  padding-top: 35px;
  display: inline-block;
}
.logo-footer p{
  font-size: 14px;
  color:#000;
  text-align: center;
  padding-top: 14px;
}
.phone-footer{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 38px;  
}
.phone-footer-item{
  font-size: 16px;
  font-weight: bold;
}
.phone-footer-item p{
  font-size: 14px;
}
.phone-footer-item div{
  font-size: 18px;
  margin-bottom: 3px;
}
.footer-nav{
  box-shadow: 0 0 8px 10px #e0e0e0;
  background: #F3F3F3;
  margin-top: 26px;
  height: 47px;
  padding: 0px 18px;
}
.footer-nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
.footer-nav ul li{
  list-style: none;
}
.footer-nav ul li a{
  font-size: 14px;
  text-transform: uppercase;
  color:#000;
  padding: 17px 0px;
  display: inline-block;
  position: relative;
}
.footer-nav ul li a:hover{
  color: #CC0808;
  text-shadow: 0.5px 0px 0px #CC0808;
}
.footer-nav ul li.active a {
    color: #CC0808;
    text-shadow: 0.5px 0px 0px #CC0808;
}
.footer-nav ul li.active a:after{
    content: '';
    height: 4px;
    width: 100%;
    background: #CC0808;
    position: absolute;
    bottom: 3px;
    left: 0px;
}
.footer-nav ul li a:hover:after {
    content: '';
    height: 4px;
    width: 100%;
    background: #CC0808;
    position: absolute;
    bottom: 3px;
    left: 0px;
}
.footer-bottom{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
}
.news-home-img img{
  max-width: 100%;
}
.insta-home-item{
  max-width: 151px;
}
.insta-home-item img{
  max-width: 100%;
}
.insta-home-item{
  margin-right: 10px;
}
.insta-home-gallery .insta-home-item:last-child{
  margin: 0px;
}
.gallery-home-big img{
  max-width: 100%;
}
.gallery-small-item img{
  max-width: 100%;
}
.gallery-small-item{
  max-width: 150px;
  font-size: 0;
  margin-bottom: 4px;
  margin-right: 4px;
}
.mobile-news-link{
  display: none;
}
.gallery-home-big{
  max-width: 372px;
}
.colapse-menu-button{
  display: none;
}
.logo-mobile{
  display: none;
}
.gallery-small-item{
  cursor: pointer;
}
.slider-nav{

}
.slider-nav .slick-dots li{
  width: 32px;
  height: 32px;
  margin: 0px 2px; 
}
.slider-nav .slick-dots li button{
  color: #000;
  font-size: 14px;
  border: 2px solid #C2E3F9;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  margin: 0px 2px;
}
.slider-nav .slick-dots li button:hover{
  background: #0062A0;
  border-color: #0062A0;
  color:#fff;
}
.slider-nav .slick-dots li button:before{
  display: none;
}
.slider-nav .slick-dots{
  text-align: right;
  bottom: -50px;
}

.home-category-item{
  position: relative;
}
.home-category-item ul li a {
  font-size: 18px;
  color: #000;
  line-height: 35px;
  display: block;
  text-decoration: underline;
 }

.home-category-item ul li a {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
  padding: 15px 0 10px;
}

.home-category-item ul li a:hover {
  color: red;
  text-decoration: none;
}


.home-category-item ul{
  display: none;
  position: absolute;
  top: 26px;
  z-index: 3;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.home-category-item:hover ul{
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-category-item ul li {
  float: none;
  overflow: hidden;
  max-width: 100%;
  min-width: 284px;
  margin: 0;
  background: url('https://twizzle.ru/local/templates/twizzle_main/components/bitrix/catalog.section.list/menu-with-section-images/images/background-red.png');
}

.home-category-item ul li a {
  float: none;
  color: #fff;
  line-height: 30px;
  padding: 0 35px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}

.home-category-item ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom p img{
  margin-left: 5px;
}
.slider-for-txt div{
  outline: none;
}
.gallery-small .slick-active button{
  background: #CC0808!important;
  border-color:#CC0808!important;
  color:#fff!important;
}

/*answer*/

.question-first-item{
  background: url('../images/answer-back.jpg')no-repeat center;
  min-height: 330px;
  background-size: cover!important;
  padding-bottom: 40px;
} 
.breadcrumbs-item a{
  color:#919191;
}
.breadcrumbs-item{
  color:#0a4786;
  padding-top: 12px;  
  padding-bottom: 31px;
}
.question-main-top h2{
  font-size: 19px;
  text-transform: uppercase;
  border-bottom: 1px solid #6e98b9;
  padding-bottom: 4px;
  margin-bottom: 21px;
}
.question-main-top a{
  max-width: 172px;
  width: 100%;
  text-align: center;
  line-height: 31px;
  height: 31px;
  border-radius: 5px;
  background-color: #0062a1;
  display: inline-block;
  font-size: 16px;
  color:#fff;
}
.question-item{
  box-shadow: 0 0 5px 0 rgba(47, 46, 46, 0.56);
}
.question-item img{
  max-width: 100%;
}
.question-one{
  background: #fff;
  padding: 10px 25px;
  padding-bottom: 21px;
}
.question-main-other{
  margin-top: 23px;
}
.question-autor{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
}
.question-item-top{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 16px;

}
.question-item-main{
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  text-align: justify;
}
.question-autor{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.question-autor-date{
  margin-left: 20px;
}
.question-two{
  background-color: #e8eef4;
  padding: 15px 25px;
  position: relative;
}
.question-two:after{
  content: url('../images/arrow2.png');
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}
.question-item{
  margin-bottom: 20px;
  font-family: Arial,sans-serif;
  font-size: 16px;
}
.question-two-top{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 7px;
}
.question-two-main{
  line-height: 1.4;
  text-align: justify;
}
.question-navi-submit{
  width: 172px;
  height: 31px;
  border-radius: 5px;
  background-color: #0062a1;
  display: inline-block;
  text-align: center;
  color:#fff;
  font-size: 16px;
  line-height: 31px;
  margin-top: 15px;
}
.question-page-navi a{
  color:#000;
  display: inline-block;
  margin: 3px 4px;
  font-size: 14px;
}
.question-page-navi a.active{
	font-size: 17px;
    font-weight: 600;
}

.question-page-navi a:hover{
  color:#c81200;
}
.question-main{
  padding-bottom: 70px;
  background: #f8f8f8; 
  padding-top: 32px; 
}
.question-page-navi{
	padding-left: 2px;
}
.question-page-navi .question-page-navi-active{
  color:#CC0808;
  font-weight: bold;
}

/*sbor*/

.question-first-sbor-style h2{
  font-size: 24px;
  font-weight: 900;
  color:#fff;
  line-height: 36px;
  padding-left: 100px;  
  padding-top: 31px;
} 
.question-first-sbor-style span{
  background: rgba(200, 11, 8, 0.61);
  display: inline-block;
  padding: 3px 5px;
}
.question-first-item{
  position: relative;
}
.question-first-sbor-abs-other{
  right: 34px;
  top: 25px;
  position: absolute;  
}
.question-first-sp{
  display: inline-block;
  margin-top: 40px;
}
.question-first-sbor-abs{
  background: rgba(255,255,255, 0.61);
  width: 303px;
  height: 120px;
  padding-top: 18px;

}
.question-first-sbor-logo img{
  max-width: 102px;
  margin-bottom: 30px;
}
.question-first-sbor-abs p{
  font-size: 18px;
  padding-left: 51px;
  margin-bottom: 12px;
  position: relative;
}
.question-first-sbor-abs p:before{
  content: '';
  position: absolute;
  left: 20px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: solid 2px #c80b08;
  background: none;
  border-radius: 50%;
}
.question-first-sbor-abs p span{
  font-weight: bold;
  color:#073c7e;
}
.question-first-sbor-more{
  width: 284px;
  height: 51px;
  display: inline-block;
  text-align: center;
  color:#fff;
  background-color: #073c7e;
  font-size: 16px;
  font-weight: bold;
  line-height: 51px;
  margin-top: 35px;
}
.sbot-top-p{
  font-size: 21px;
  font-size: 21px;
  padding-top: 18px;  
}
.training-staff h2{
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 27px;
}
.training-staff h2+p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 35px;  
}
.training-staff-item{
  padding-bottom: 100px;
  margin-bottom: 40px;
}
.training-staff-abs{
  position: absolute;
  bottom: 0px;
  left: 13px;
  right: 13px;
  background-color: #073c7e;
  color:#fff;
  text-align: center;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
.training-staff-abs h4{
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.training-staff-abs p{
  line-height: 1.43;
}
.training-staff-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.training-staff-item{
  max-width: 360px;
  width: 100%;
  position: relative;
}
/*.training-staff-img img{
  width: 370px;
}*/
.training-staff-link{
  width: 284px;
  height: 51px;
  background-color: #073c7e;
  display: inline-block;
  text-align: center;
  color:#fff;
  line-height: 51px;
  font-weight: bold;
  font-size: 16px;
}
.training-staff{
  padding-bottom: 70px;
}
.training-location{
  background: #d0dbea;
}
.training-location h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 8px;
}
.training-location h2+p{
  font-size: 18px;
  text-align: center;
}
.training-location h3{
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 8px;
}
.training-location li{
  font-size: 18px;
  color:#073c7e;
  margin-bottom: 12px;
  list-style: none;
  padding-left: 22px;
  position: relative;
}
.training-location li:before{
  content: '';
  position: absolute;
  left: 1px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: solid 2px #c80b08;
  background: none;
  border-radius: 50%;
}
.training-location-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;

}
.training-location-img{
  font-size: 0;
  max-width: 570px;
  width: 100%;
  margin-bottom: 30px;
}
.training-location-img img{
  width: 100%;
}
.training-location-link {
  width: 284px;
  height: 51px;
  background-color: #073c7e;
  color:#fff;
  display: inline-block;
  line-height: 51px;
  font-weight: bold;
  font-size: 16px;
}
.training-location{
  padding-bottom: 50px;
}
.for-whom h2{
  text-align: center;
  font-size: 36px;
  padding-top: 40px;
  padding-bottom: 19px;
  text-transform: uppercase;
}
.for-whom-item p{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.for-whom-item p span{
  background: rgba(200, 11, 8, 1);
  display: inline-block;
  padding: 3px 5px;
  color:#fff;
}
.for-whom-item-img{
  height: 130px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
.for-whom-item{
  margin-bottom: 71px;
}
.for-whom-link{
  width: 211px;
  height: 51px;
  background-color: #073c7e;
  font-weight: bold;
  text-align: center;
  line-height: 51px;
  color:#fff;
  display: inline-block;
  font-size: 16px;
}
.for-whom{
  padding-bottom: 50px;
}
.difference h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;  
  padding-top: 42px;  
  padding-bottom: 44px;
}
.difference{
  background-color: #d0dbea;
  padding-bottom: 60px;
}
.difference-item-txt h3{
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
}
.difference-item-txt h3+p{
  font-size: 21px;
  line-height: 30px;
}
.difference-item-txt{
  max-width: 472px;
  width: 100%;
  height: 291px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: right;
}
.difference-flex-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.difference-item-img + .difference-item-txt{
  text-align: left;
}
.difference-item-img img{
  max-width: 100%;
}
.difference-flex{
  position: relative;
}
.difference-flex:after{
  content: url('../images/line.jpg');
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -48px;
}
.difference-link{
  width: 281px;
  height: 51px;
  background-color: #073c7e;
  display: inline-block;
  text-align: center;
  line-height: 51px;
  color:#fff;
  font-size: 16px;
  margin-top: 115px;  
  font-weight: bold;
}
.graphik-sbor{
  padding-bottom: 69px;
}
.graphik-sbor h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  padding-top: 42px;
  padding-bottom: 21px;
}
.graphik-sbor h2 span{
  color:#073c7e;
}
.graphik-sbor-item{
  max-width: 263px;
  width: 100%;
  margin: 0px 15px;
  text-align: center;
}
.graphik-sbor-top{
  height: 68px;
  background: #073c7e;
  color:#fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 68px;
  text-transform: uppercase;
}
.graphik-sbor-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.graphik-sbor-main{
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
  height: 100px;
  padding-top: 20px;
}
.graphik-sbor-item a{
  width: 223px;
  height: 42px;
  background-color: #073c7e;
  display: inline-block;
  text-align: center;
  color:#fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 42px;
}

.residence{
  min-height: 1015px;
  background-color: #d0dbea;
}
.residence h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 43px;
  padding-bottom: 8px;
}
.residence h2+p{
  font-size: 18px;
  text-align: center;
  padding-bottom: 32px;  
}
.residence-list li{
  font-size: 18px;
  color:#073c7e;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 29px;  
  list-style: none;
  position: relative;
}
.residence-list li:last-child{
  margin-bottom: 0;
}
.residence-list li:before{
  content: url(../images/list1.png);
  position: absolute;
  left: -40px;
  top: -4px;
}
.residence-list{
  padding-left: 178px;
}
.slider-sbor-item{
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  overflow: hidden;
  margin: 50px 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slick-center .slider-sbor-item{
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  position: relative;
}
.slick-center .slider-sbor-item{
  overflow: inherit;
  margin-left: -21%;
}
.slider-sbor .slick-prev, .slider-sbor .slick-next{
  width: 40px;
  height: 40px;
  top: 45%;  
  z-index: 2;
}
.slider-sbor .slick-prev{
  background: url('../images/left.png')no-repeat center;
  left: -10px;
}
.slider-sbor .slick-prev:before, .slider-sbor .slick-next:before{
  display: none;
}
.slider-sbor .slick-next{
  background: url('../images/right.png')no-repeat center;
  right: -10px;
}
.slider-sbor div{
  outline: none;
}
.program-sbor{
  background: url('../images/prog-back.jpg')no-repeat center;
  min-height: 1068px; 
}
.program-sbor h2{
  text-align: center;
  color:#fff;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 62px;  
  padding-bottom: 28px;  
}
.program-sbor-item{
  background: rgba(255,255,255,0.82);
  padding-left: 19px;
  padding-top: 25px;
  padding-bottom: 8px;
}
.program-sbor-item h4{
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 21px;  
}
.program-sbor-item li{
  list-style: none;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 23px;
  margin-bottom: 27px;
  position: relative;
}
.program-sbor-item li:before {
  content: '';
  top: 3px;    
  position: absolute;
  left: 1px;
  width: 13px;
  height: 13px;
  border: solid 2px #c80b08;
  background: none;
  border-radius: 50%;
}
.program-sbor-style{
  padding-bottom: 140px;
}
.special-program{
  height: 211px;
  background-color: #073c7e;
  margin-top: 30px;
  padding: 0px 40px;
}
.special-program h4{
  font-size: 21px;
  text-transform: uppercase;
  color:#fff;
  padding-top: 34px;  
  text-align: center;
  font-weight: bold;
}
.special-program a{
  height: 71px;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  font-size: 21px;
  font-weight: bold;  
  color: #073c7e;
  line-height: 71px;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}
.sbor-price{
  min-height: 970px;
}

.sbor-price h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 21px;  
}
.sbor-price-item-top{
  height: 68px;
  background-color: #073c7e;
  text-align: center;
  line-height: 68px;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.sbor-price-item h4{
  font-size: 16px;
  text-transform: uppercase;
}
.sbor-price-item li{
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 22px;
}
.sbor-price-item li:before{
  content: '';
  top: 0px;
  position: absolute;
  left: 1px;
  width: 13px;
  height: 13px;
  border: solid 2px #c80b08;
  background: none;
  border-radius: 50%;
}
.sbor-price-item h4{
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 15px;  
  padding-top: 27px;
}
.sbor-price-item-txt{
  padding: 0px 20px;
  min-height: 271px;
  font-weight: bold;  
}
.sbor-price-item-main{
  height: 158px;
  background-color: #073c7e;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 21px;
  line-height: 1.4;
}
.sbor-price-item-main del{
  color:red;
}
.sbor-price-item-main del span{
  color:#fff;
}
.sbor-price-item-main p{
  padding-bottom: 5px;
}
.sbor-price-bottom{
  padding-top: 23px;
}
.sbor-price-bottom p{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sbor-price-bottom a{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  max-width: 361px;
  height: 51px;
  width: 100%;
  background-color: #073c7e;
  color:#fff;
  line-height: 51px;
}
.sbor-reviews-item-img{
  width: 165px;
  height: 165px;
  display: inline-block;
}
.sbor-reviews-item{
  text-align: center;
  padding: 0px 50px;
}
.sbor-reviews-item-txt{
  text-align: left;
  line-height: 20px;
}
.sbor-reviews-item h4{
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 8px;
}
.sbor-reviews-item h4+p{
  font-size: 18px;
  color:#073c7e;
  font-weight: bold;
  padding-bottom: 11px;
}
.sbor-reviews h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 25px;
}
.sbor-reviews-slider{
  padding-bottom: 112px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.sbor-reviews-slider .slick-prev{
  background: url(../images/left.png)no-repeat center;
  left: -50px;
}
.sbor-reviews-slider .slick-next{
  background: url(../images/right.png)no-repeat center;
  right: -50px;
}
.sbor-reviews-slider .slick-prev, .sbor-reviews-slider .slick-next {
  width: 40px;
  height: 40px;
  top: 49%;
  z-index: 2;
}
.sbor-reviews-slider .slick-dots li button:before{
  display: none;
}
.sbor-reviews-slider .slick-dots li button{
  width: 13px;
  height: 13px;
  border: solid 2px #073c7e;
  background: none;
  border-radius: 50%;
}
.sbor-reviews-slider .slick-dots li{
  width: 13px;
  height: 13px;
  margin: 0 7px;  
}
.sbor-reviews-slider .slick-dots li.slick-active button{
  background: #073c7e;
}
.sbor-reviews-slider .slick-dots{
  bottom: 42px;
}

.sbor-video{
  padding-top: 30px;
}
.sbor-gallery h2{
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
}
.sbor-video-item{
  height: 310px;
  margin-bottom: 30px;
}
.sbor-video-link{
  width: 281px;
  height: 51px;
  background-color: #073c7e;
  text-align: center;
  color:#fff;
  font-weight: bold;
  line-height: 51px;
  font-size: 16px;
  display: inline-block;
}
.sbor-video-p{
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 90px;
  text-transform: uppercase;
}
.callback_select_area ul li{
    font-size: 18px;  
    font-weight: 300;
}
.mcallback input[type=submit]{
  background: #0062A0;
    width: 158px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 24px;
    line-height: 20px;
    font-size: 13px;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.mcallback input[type=submit]:hover{
  background: #0062A0;
  color:#fff;
  text-decoration: underline;
}
.mcallback h4 {
    font-size: 18px;
}
.mcallback p {
    font-size: 14px;
}
.mf-text{
  margin-bottom: 4px;
}
.mcallback{
  
}
.item-casino-txt{
  width: 40%;
}
.answer-more-link{
  color: #0062A0;
  text-decoration: underline;
}
.answer-more-link:hover{
  color:#CC0808;
}
.delivery-top p{
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 3px;
}
.delivery-order{
  text-align: center;
}
.delivery-order h3{
    font-size: 30px;
    text-align: center;
    padding-top: 11px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.delivery-order h3 + p{
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 19px;
}
.delivery-order-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
    margin-bottom: 27px;  
}
.delivery-order-item{
  width: calc(100%/3);
}

.delivery-order-info{
    border-radius: 5px;
    background-color: #5aaade;
    text-align: left;
    color:#fff;
    padding: 22px 42px;
    line-height: 24px;
    position: relative;
}
.delivery-order-info:before{
  content: url('../images/warning-ico.png');
  position: absolute; 
  left: 13px;
    top: 17px;
}
.delivery-order-item-img{
  height: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
    margin-bottom: 6px; 
}
.delivery-order-item-txt{
  font-size: 16px;
  font-weight: 600;
  padding: 0px 30px;
}
.delivery-order-item-txt a{
  color:#01a3df;
}
.select-delivery h4{
  font-size: 21px;
    padding-top: 21px;
    margin-bottom: 10px;
}
.select-delivery{
  text-align: center;
}
.select-delivery h4+p{
  font-size: 16px;
  font-weight: bold;
    margin-bottom: 26px;  
}
.select-delivery-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.transport-company-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.select-delivery-item-img{
  height: 53px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
    margin-bottom: 8px; 
}
.select-delivery-item p{
  font-size: 16px;
  font-weight: bold;
}
.select-delivery-item{
  width: calc(100%/4);
  padding: 0px 30px;
}
.transport-company h4{
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}
.transport-company-item{
  width: calc(100%/4);
  padding: 0px 20px;
  text-align: center;
}
.transport-company-item p{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 14px;
}
.transport-company-item-img{
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transport-company-more{
    border-radius: 5px;
    background-color: #5aaade;
    text-align: left;
    color:#fff;
    padding: 22px 42px;
    line-height: 24px;
    position: relative;
}
.transport-company-more:before{
  content: url('../images/warning-ico.png');
  position: absolute; 
  left: 13px;
    top: 10px;
}
.payment-top h4{
  font-size: 21px;
  text-align: center;
  margin-top: 44px;
    margin-bottom: 9px;
}
.payment-top{
  text-align: center;
}
.payment-top p{
  font-size: 16px;
  line-height: 24px;
}
.payment-other{
  padding-bottom: 46px;
}
.payment-main h4{
  font-size: 21px;
    text-align: center;
    margin-top: 20px;
}
.payment-main p{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.payment-bottom{
  text-align: center;
}
.payment-bottom h4{
  font-size: 21px;
  text-align: center;
  margin-top: 37px;
}
.payment-bottom a{
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color:#000;
}
.payment-bottom p{
  font-size: 18px;
  font-weight: bold;
  margin-top: 11px;
}

.title-style{
  border-bottom: 1px solid #75A0BB;
  font-size: 19px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.contact-top-txt p{
  font-size: 16px;
  line-height: 1.5;
}
.callback_select_area{
  width: 215px;
}
.delivery-top h2{
  font-size: 19px;
  text-transform: uppercase;
  border-bottom: 1px solid #6e98b9;
  padding-bottom: 4px;
  margin-bottom: 21px;
}
.question-page-navi{
  text-align: justify;
}
.order-top-txt h3{
  font-size: 19px;
  margin-bottom: 21px;  
  line-height: 1.3;
}
.order-top-txt p{
  font-size: 16px;
  margin-bottom: 21px;
  line-height: 1.5;
}
.order-top-txt h4{
  font-size: 16px;
  margin-bottom: 11px;
  line-height: 1.5;
}
.list-style-1 li{
  font-size: 16px;
  margin-bottom: 5px;
  color:#10629f;
  font-weight: bold;
  list-style: none;
}
.list-style-1 li:last-child{
  margin: 0px;
}
.order-top-txt ul{
  margin-bottom: 11px;
}
.list-style-2 li{
  font-size: 16px;
  margin-bottom: 5px;
  color:#000000;
  font-weight: bold;
  list-style: none;
}
.list-style-2 li:last-child{
  margin: 0px;
}
.order-top-video{
  height: 312px;
  margin-bottom: 9px;
  margin-top: 25px;
  max-width: 556px;
}
.order-top-txt img{
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.list-style-3 li{
  font-size: 16px;
  margin-bottom: 19px;
  color:#000000;
  font-weight: bold;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.list-style-3 li:before{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #000;
  border-radius: 50%;
}
.list-style-3 li:last-child{
  margin: 0px;
}
.order-form{
  background-color: #f3f3f3;
  padding: 18px 20px;
  margin-top: 26px;
  padding-bottom: 35px;
}
.order-form h3{
  font-size: 19px;
  padding-bottom: 14px;
}
.order-form p{
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.order-form-input{
  margin-bottom: 17px;
}
.order-form-input label{
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
}
.order-form-input input{
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  width: 100%;
  padding-left: 15px;
}
.order-form-area label{
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
}
.order-form-area textarea{
  width: 100%;
  max-width: 100%;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  height: 197px;
  outline: none;
  padding-left: 15px;
  padding-top: 10px;
}
.order-form-area span, .order-form-input span{
  color: #B20000;
}
.order-form-submit{
  text-align: center;
}
.order-form-submit input{
  width: 172px;
  height: 31px;
  border-radius: 5px;
  background-color: #0062a1;
  border: none;
  color:#fff;
  font-size: 16px;
  margin-top: 25px;
  cursor: pointer;
}
.order-form-submit input:hover{
  text-decoration: underline;
}
.contact-top-txt{
  padding-bottom: 30px;
  border-bottom: 1px solid #75A0BB;
  margin-bottom: 30px;
}
.contact-main-item-txt{
  padding-left: 94px;
  padding-top: 10px;
}
.contact-main-item-txt h3{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 19px;  
}
.contact-main-item-loc h4{
  font-size: 16px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 6px;
}
.two-address p b{
  display: block;
  margin-bottom: 5px;  
}
.two-address p {
  margin-bottom: 10px;
}
.contact-main-item-loc.two-address{
  margin-bottom: 14px;
}
.contact-main-item-loc h4:before{
  content: url('../images/loc-ico.png');
  position: absolute;
  left: 2px;
  top: 1px;
}
.contact-main-item-phone h4{
  font-size: 16px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 6px;
}
.contact-main-item-phone h4:before{
  content: url('../images/phone-ico.png');
  position: absolute;
  left: 2px;
  top: 1px;
}
.contact-main-item-loc{
  margin-bottom: 25px;
}
.contact-main-item-phone p{
  margin-bottom: 12px;
}
.contact-main-item-phone p b{
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.contact-main-item-phone p span{
  color:#8c8c8c;
}
.contact-main-item-mail h4{
  font-size: 16px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 6px;
  margin-top: 21px;
}
.contact-main-item-mail h4:before{
  content: url('../images/mail-ico.png');
  position: absolute;
  left: 2px;
  top: 1px;
}
.contact-main-item-mail p a{
  color:#10629f;
  font-weight: bold;
  display: inline-block;
}
.contact-main-item-mail p{
  font-size: 16px;
  margin-bottom: 13px;  
}
.contact-main-item-time h4{
    font-size: 16px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.contact-main-item-time h4:before{
  content: url('../images/time-ico.png');
  position: absolute;
  left: 2px;
  top: 1px;
}
.contact-main-item-time p{
  font-weight: bold;
}
.contact-main-item{
  border-bottom: 1px solid #6e98b9;
  padding-bottom: 35px;
  margin-bottom: 26px;  
}
.contact-main-item-maps{
  height: 315px;
}
.contact-main-item-maps + p{
	padding-top: 10px;
}
.contact-main-item-maps + p a{
	color:#CC0808;
}
.maps-style-1{
  margin-top: 182px;
}
.maps-style-2{
  margin-top: 54px;
}
.maps-style-3{
  margin-top: 10px;
}
.contact-main .contact-main-item:last-child{
  border: none;
  padding-bottom: 80px;
}
.post-sidebar li a{
  font-weight: 500;
  color:#10629f;
  position: relative;
  padding-left: 16px;
  display: inline-block;
  font-size: 16px;
}
.post-sidebar li a:before{
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c20a00;
  position: absolute;
  left: 0px;
  top: 6px;
}
.post-sidebar li{
  border-bottom: 1px solid #b1b1b1;
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 7px;  
}
.post-sidebar ul li:last-child{
  border: none;
}
.sharpening-top-txt h3{
  font-size: 19px;
  margin-bottom: 21px;  
  line-height: 1.3;
}
.sharpening-top-txt p{
  font-size: 16px;
  margin-bottom: 21px;
  line-height: 1.5;
  text-align: justify;
  padding: 0px 30px;
}
.style-col{
  position: relative;
}
.style-col:after{
  content: '';
  position: absolute;
  right: 0px;
  background: #b1b1b1;
  width: 1px;
  height: 98.2%;
  top: 27px;
}
.sharpening-photo-flex .sharpening-photo-item:nth-of-type(2n+1){
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: solid 1px #b1b1b1;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.sharpening-photo-flex .sharpening-photo-item:nth-of-type(2n){
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
}
.sharpening-photo-flex .sharpening-photo-item:nth-of-type(2n+1) .sharpening-photo-item-img{
  margin-right: 25px;
}
.sharpening-photo-flex .sharpening-photo-item:nth-of-type(2n) .sharpening-photo-item-img{
  margin-left: 25px;
}
.sharpening-photo-item-txt{
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}
.sharpening-photo-item-img{
  font-size: 0;
}
.biography-sidebar li a{
  font-weight: 500;
  color:#10629f;
  position: relative;
  padding-left: 16px;
  display: inline-block;
  font-size: 16px;
}
.biography-sidebar li a:before{
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c20a00;
  position: absolute;
  left: 0px;
  top: 6px;
}
.biography-sidebar li{
  border-bottom: 1px solid #b1b1b1;
  list-style: none;
  padding-bottom: 7px;
  margin-bottom: 7px;  
}
.biography-sidebar{
  margin-top: 17px;
}
.new-adress-video{
  height: 410px;
}
.new-adress{
  padding-top: 33px;
}
.new-adress .title-style{
  margin-bottom: 38px;
}
.new-adress .contact-main-item-loc{
  padding-top: 30px;
}
.sharpening-main-txt p{
  font-size: 16px;
  margin-bottom: 21px;
  line-height: 1.5;
  text-align: justify;
  padding: 0px 30px;  
}
.sharpening-main-txt {
    padding-top: 37px;
}
.sharpening-main-txt h3{
  font-size: 19px;
  margin-bottom: 20px;
}
.sharpening-main-txt li{
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
  list-style: none;
  padding: 0px 30px; 
}
.sharpening-main-txt h4{
  font-size: 16px;
  margin-bottom: 21px;
}
.table-direct-style table{
  background: #f3f3f3;
}
.table-direct-style td{
  padding: 10px 17px;
}
.tp{
  font-weight: bold;
  background: #e8eef4;
}
.table-direct-style{
  margin-bottom: 25px;
}
.table-direct-style tbody tr:nth-of-type(1) > td:nth-of-type(2){
  border-bottom: 1px solid #6e98b9;
}
.sharpening-main-txt{
  padding-bottom: 40px;
}
.header-navig-back{
  padding: 0px 10px;
}
.header-navig-back ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.shop-tov-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.shop-tov-flex .catalog-home-item:nth-of-type(4n){

}
.shop-main{
  width: 73%;
}
.shop-main .catalog-home-item{
	width: 210px;
    margin-right: 3px;
    padding-bottom: 50px;
}
.shop-sidebar{
  width: 27%;
  padding-left: 70px;
}
.shop-sidebar-check{
  background: #444359;
}

.shop-sidebar-check h4{
  font-size: 17px;
  background: #f3f3f3;
  padding: 17px 15px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  border-bottom: 1px solid #bebebe;  
  font-weight: 500;
}
.shop-sidebar-item h3{
  margin-bottom: 0px;
}

.shop-sidebar-check-it input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  color:#fff;
  padding: 10px 10px;
  border-bottom: 1px solid #61607d;
}
.shop-sidebar-check-it input[type=checkbox] + label:hover{
  background: #b63b4c;
}

.shop-sidebar-check-it input[type=checkbox] {
  display: none;
}

.shop-sidebar-check-it input[type=checkbox] + label:before {
  content: '';
  background: url('../images/check2_2.png')no-repeat center;
  display: inline-block;
  width: 14px;
  height: 15px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 9px;
  vertical-align: bottom;
}

.shop-sidebar-check-it input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.shop-sidebar-check-it input[type=checkbox]:checked + label:before {
  background: url('../images/check1_2.png')no-repeat center;
}

.shop-sidebar.element .shop-sidebar-check-it input[type=checkbox]:checked + label:before {
  background: url('../images/check2_2.png')no-repeat center;
}



.shop-sidebar-check-it input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.shop-sidebar-check-it input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.shop-sidebar-check h4:after {
    position: absolute;
    top: 15px;
    right: 11px;
    content: url(../images/arrow.png);
}
.shop-sidebar-check h4.active:after{
  content: url(../images/arrow-active.png);
}
/*.active-title+div{
  display: block;
}*/
.shop-sidebar-check-it.active-direct{
  display: block;
}
.shop-sidebar-check-other{
  margin-bottom: 50px;
}

.shop-sidebar-check-other .title-style{
  cursor: pointer;
  position: relative;
  margin-bottom: 19px;  
}
.shop-sidebar-check-other .title-style:after{
  content: url('../images/arrow-main1.png');
  position: absolute;
  right: 10px;
  top: 0px;
}
.shop-flex{
  padding-bottom: 50px;
}
.question-page-navi{
  padding-top: 40px;
}
.sidebar-form{
	background: #Eae7f1;
    padding: 17px 15px;	
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sidebar-form h4{
	font-size: 17px;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding-top: 10px;
}
.sidebar-form h4+p{
	font-size: 14px;
	padding-bottom: 20px;
}
.sidebar-form-item-input input {
    height: 38px;
    border: solid 1px #c5c5c5;
    background-color: #ffffff;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.sidebar-form-item-submit input {
    width: 172px;
    height: 31px;
    border-radius: 5px;
    background-color: #0062a1;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.sidebar-form-item-submit input:hover{
	text-decoration: underline;
}
.sidebar-form-item-submit{
	text-align: center;
}
.sidebar-form-item-area{

}
.sidebar-form-item-area textarea{
	max-width: inherit;
	height: 90px;
	width: 100%;
	border: solid 1px #c5c5c5;
    background-color: #ffffff;
    padding-left: 10px;
    margin-bottom: 11px;
    padding-top: 10px;
    font-family: 'MuseoSansCyrl';
}
.shop-sidebar-check h4{
    background: #Eae7f1;	
}
.shop-cart-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.shop-cart-left{
  width: 27%;
}
.shop-cart-main{
  width: 73%;
  padding-left: 70px;  
}
.shop-cart-left-top-title{
  font-size: 17px;
  padding-top: 15px;  
  border-bottom: 1px solid #6e98b9;
  margin-bottom: 28px;
  padding-bottom: 7px;  
  line-height: 1.3;  
}
.shop-cart-main-price{
  color:#3170a6;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;  
}
.shop-cart-main h1{
  font-size: 19px;
  padding-bottom: 10px;  
}
.shop-cart-main-list-txt{
  text-align: justify;
  font-size: 16px;
  line-height: 21px;
  padding-top: 12px;  
  padding-bottom: 60px;  
    font-weight: 300;  
  overflow: hidden;
  position: relative;
  max-height: 339px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.read-active {
   max-height: 100%;
}
.read-active:after{
  background: none!important;
}
.shop-cart-main-list-txt:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, #fff);
}
.shop-cart-main-list-txt p{
  margin-bottom: 20px;
}
.read-more-link{
  font-size: 16px;
  color:#0062a1;
  text-decoration: underline;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 59px;
  margin-top: 15px;
}
.shop-cart-main-list p{
  font-size: 17px;
  padding-bottom: 11px;  
}
.shop-cart-main-list p span:nth-of-type(1){
  color: #000;
  width: 100px;
  display: inline-block;
  font-weight: bold; 
}
.shop-cart-item h4{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
.shop-cart-item-color div{
  width: 41px;
  height: 31px;
  border: solid 1px #bebebe;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.shop-cart-item-size div{
  width: 41px;
  height: 31px;
  border: solid 1px #bebebe;
  margin-right: 5px;
  text-align: center;
  line-height: 31px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
.shop-cart-item-size div:hover{
  background: #0062a1;
  border-color: #0062a1;
  color:#fff;
}
.shop-cart-item-size div.active-item{
  background: #0062a1;
  border-color: #0062a1;
  color:#fff;
}
.shop-cart-item{
  margin-bottom: 22px;
}
.shop-cart-add a{
  width: 194px;
  height: 31px;
  border-radius: 5px;
  background-color: #0062a1;
  display: inline-block;
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
}
.shop-cart-add a:hover{
  text-decoration: underline;
}
.shop-cart-add{
  padding-top: 18px;
}
.shop-cart-left-slider-top-item{
  width: 228px;
  margin-bottom: 10px;
}
.shop-cart-left-slider-top-item img{
  max-width: 100%;
}
.shop-cart-left-slider-main-item{
  max-width: 72px;
/*  margin: 0 auto;*/
  cursor: pointer;
}
.shop-cart-left-slider-main-item img{
  max-width: 100%;
}
.shop-cart-left-slider-top div, .shop-cart-left-slider-main div, .shop-cart-left-slider-top a{
  outline: none;
}
.shop-cart-left-slider-main{
  margin-bottom: 60px;
}
.shop-cart-flex .shop-main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-cart{
  width: 100%;
  margin-top: 60px;
  padding-bottom: 15px;
}
.info-cart-style-item a{
  font-size: 19px;
  text-decoration: underline;
  color:#000;
  margin-right: 30px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.info-cart-style-item{
  padding-bottom: 30px;
  padding-top: 6px;
}
.info-cart-style-item a:nth-of-type(1):before{
  content: url('../images/in1.png');
  position: absolute;
  left: 0px;
  top: -3px;
}
.info-cart-style-item a:nth-of-type(2):before{
  content: url('../images/in2.png');
  position: absolute;
  left: 0px;
  top: -3px;
}
.fancybox-bg{
 opacity: .8!important;
} 
.sidebar-form-item-input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.sidebar-form-item-input input::-moz-placeholder{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.sidebar-form-item-input :-ms-input-placeholder{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.sidebar-form-item-area textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
}
.sidebar-form-item-area textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
}

.sidebar-form-item-area textarea::-moz-placeholder {  /* Firefox 19+ */
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
}

.sidebar-form-item-area textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
}

.shop-sidebar-search{
  background: #Eae7f1;
  padding: 17px 15px;
  margin-bottom: 50px;
}
.shop-sidebar-search input{
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  width: 100%;
  padding-left: 10px;
}
.shop-sidebar-search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.shop-sidebar-search input::-moz-placeholder{
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.shop-sidebar-search :-ms-input-placeholder{
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.shop-cart-main-list-txt-more-txt{
  display: none;
}
.fancybox-slide--image .fancybox-content{
  outline: 8px solid #fff;
  border-radius: 5px;
}
.shop-sidebar-check-it{
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.active-blo{
  max-height: 700px;
}
.question-first-slider .slick-dots{
  bottom: 2px;
}
.question-first-slider .slick-dots li button:before{
  color:#fff;
  font-size: 13px;
}
.question-first-slider .slick-prev{
  background: url('../images/left2.png')no-repeat center;
  background-size: cover;
  z-index: 2;
  width: 20px;
  height: 34px;
  left: 7px;
  top: 42%;
}
.question-first-slider .slick-next{
  background: url('../images/right2.png')no-repeat center;
  background-size: cover;
  z-index: 2;
  width: 20px;
  height: 34px;
  right: 7px;
  top: 42%;
}
.default-page{
  min-height: 700px;
  padding-bottom: 40px;
}
/*.default-page p{
  font-size: 16px;
  margin-bottom: 21px;*/
/*  line-height: 1.5;*/
/*}*/

.shop-tov-brand-img {
    float: left;
    height: 120px;
    margin: 0 20px 0 0;
    text-align: center;
    width: 167px;
}
.shop-tov-brand{
  margin-bottom: 20px;
}
.shop-tov-brand-img img{
  max-width: 100%;
}
.shop-tov-brand-txt{
	font-size:16px;
  	line-height: 1.4;
}
.shop-brand-link a{
  width: 172px;
  height: 31px;
  display: inline-block;
  border-radius: 5px;
  background-color: #0062a1;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  float: right;
  margin-top: 40px;
}
.shop-brand-link a:hover{
  text-decoration: underline;
}
.shop-tov-other{
  margin-bottom: 60px;
}

.sbor-enter-top h4{
  font-size: 19px;
  padding-bottom: 15px;  
}
.sbor-enter-top p{
  font-size: 16px;
  line-height: 1.3;
}
.style-dir-select{
  max-width: 555px;
  width: 100%;  
  height: 46px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  outline: none;
  padding-left: 10px;
  cursor: pointer;
}
.sbor-enter-main-select p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;  
  
}
.sbor-enter-main{
  padding-top: 33px;
}
.sbor-enter-main-flex{
  padding-top: 21px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}
.sbor-enter-main-img{
  width: 215px;
  height: 215px;
  border: solid 1px #c5c5c5;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
}
.sbor-enter-main-img img{
  max-width: 100%;
}
.sbor-enter-item a {
    width: 172px;
    height: 31px;
    border-radius: 5px;
    background-color: #0062a1;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 31px;
}
.sbor-enter-item a:hover{
  text-decoration: underline;
}
.sbor-enter-item{
  text-align: center;
  max-width: 215px;
  margin-bottom: 34px;
}
.sbor-enter-main-city{
  color: #919191;
  padding-top: 7px;
  padding-bottom: 2px;
}
.sbor-enter-item h3{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
}
.sbor-maps{
  height: 575px;
}
.post-other{
  padding-top: 10px;
}
.post-item h3{
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;  
}
.post-img{
  font-size: 0;
  margin-bottom: 12px;  
}
.post-img img{
  max-width: 100%;
}
.post-txt li{
  font-size: 16px;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 15px;  
}
.post-txt > ul > li > a{
  font-weight: bold;
}
.post-txt ul ul li:before{
  width: 10px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -4px;
  border-radius: 0px;
}
.post-txt li:before{
  content: '';
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.post-txt li a:hover{
  text-decoration: underline;
}
.post-txt ul ul{
  padding-left: 20px;
  margin-top: 5px;  
}
.post-item{
  margin-bottom: 39px;
}
.sidebar-post-links a{
  font-size: 19px;
  text-transform: uppercase;
  color: #000;  
  display: inline-block;
  margin: 5px 5px;
  text-decoration: underline;
}
.sidebar-post a:hover{
  color:#CC0808;
}
.sidebar-post h3 {
    border-bottom: 1px solid #75A0BB;
    font-size: 19px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.sidebar-post-item li{
  font-size: 16px;
  list-style-position: inside;  
  margin-bottom: 8px;
}
.sidebar-post-item h4{
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 28px;
  padding-bottom: 5px;
}
.sidebar-post-item{
  position: relative;
}
.sidebar-post-item-img{
  position: absolute;
  top: 0px;
  right: 0px;
}
.sidebar-post-links{
  margin-bottom: 11px;
}
.posts-page .sidebar-post-link{
  display: inline-block;
}
.posts-page .sidebar-post-link img{
  max-width: 100%;
}
.sidebar-post-more{
  display: none;
}
.post-link-active img{
  transform: rotate(180deg);
}
.sidebar-post-list{
  display: none;
}
.single-post p{
  margin-bottom: 20px;
  font-size: 16px;
}
.single-post h3{
  font-size: 21px;
  margin-bottom: 20px;
}
.single-post h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-post-item a, .post-txt a{
  color: #000;
}
.single-post-img{
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}
.single-post-part-img{
  float: right; 
  font-size: 0;
  margin-left: 10px;
  margin-bottom: 10px;

}
.single-post-part{
  padding-top: 30px;
}
.fancybox-skin{
  padding: 10px;
}
.sidebar-post-article li{
  list-style-position: inside;
  font-size: 16px;
  margin-bottom: 5px;
}
.sidebar-post-article li a{
  color:#000;
  font-size: 18px;
}
.sidebar-post .post-txt ul{
  margin-bottom: 25px;
}
.about-page-txt{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 86px;
}
.about-line{
  background: url('../images/line-about.png')no-repeat center;
  min-height: 165px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 78px;
}
.about-line-item{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #296bb1;
  position: absolute;
  background: #fff;
  cursor: pointer;
}
.about-line-1{
  left: 8.5%;
  top: 35%;
}
.about-line-2{
  left: 25%;
  top: 35%;
}
.about-line-3{
  left: 41.5%;
  top: 35%;
}
.about-line-4{
  right: 37.5%;
  top: 35%;
}
.about-line-5{
  right: 21%;
  top: 35%;
}
.about-line-6{
  right: 9.5%;
  top: 35%;
}
.circle-ab{
  width: 100%;
  height: 100%;
  position: relative;
}
.circle-ab:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #c71505;
  border-radius: 50%;
  top: 30%;
}
.circle-ab:before{
  content: url('../images/pointer1.png');
  position: absolute;
  bottom: -58px;
  left: 36.5%;
}
.about-line-item-txt{
  position: relative;
}
.about-line-item-txt-item{
  position: absolute;
  top: 66px;
  left: -97px;
  width: 240px;
  text-align: center;
}
.about-line-item-txt-item a{
  color:#296bb1;
  font-weight: bold; 
}
.about-line-item-number{
  position: absolute;
  top: -80px;
  left: -90px;
  width: 225px;
  text-align: center;
  color: #296bb1;
  font-weight: bold;
  font-size: 21px;
}
.about-line .about-line-item:nth-of-type(2n) .about-line-item-number{
  top: 7px;
}
.about-line .about-line-item:nth-of-type(2n) .about-line-item-txt-item{
  top: -160px;
}
.about-line .about-line-item:nth-of-type(2n) .circle-ab:before{
  content: url('../images/pointer2.png');
  top: -57px;
  left: 36%;
}
.about-items img{
  max-width: 100%;
}
.about-items h3{
  font-size: 24px;
  padding-bottom: 14px;  
}
.about-item-left{
  float: left;
  margin-right: 30px;
}
.about-item-right{
  float: right;
  margin-left: 30px;
}
.about-items p{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.about-items-text h3{
  font-size: 19px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.about-items-text p{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
.about-items{
  margin-bottom: 20px;
}

.about-why h3 {
    font-size: 19px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.about-why-img{
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.about-why-item h4{
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 10px;

}
.about-why-item p{
  font-size: 16px;
  line-height: 24px;
}
.slick-slider a{
  outline: none;
}
.about-photo h3{
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: -10px;
}
.about-line-active{
  border: 1px solid #c71505;
}
.sidebar-post-item ul{
  overflow: hidden;
  position: relative;
  max-height: 204px;
  transition: 0.5s;
}
.sidebar-post-item ul.sidebar-post-active {
    max-height: 300px;
    transition: 1s;
}
.sidebar-post-link{
  position: relative;
  background: #fff;
  display: block;
  padding-top: 15px;
}
.sidebar-post-link:after{
  content: '';
  content: '';
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #fff);
}
.post-link-active:after{
  display: none;
}



.about-items-text{
font-size:18px;
}




.question-item img {
    max-width: 800px;
    max-height: 800px;
}
.slider-small{
	float:left;
	max-width: 400px;
	width:100%;
	margin-right:30px;
}
.slider-small-p{
	float:left;
	margin-right:30px;
    padding-bottom: 38px;
}
.slider-small-p p{
	padding-top: 4px;
	text-align:center;
	padding-bottom:10px;
    font-size: 16px;
}
.ab-item{
	font-size:16px;
	line-height:1.4;
}

.slider-small .slick-dots{
	bottom: 31px;
	text-align:left;
	position:static;
}
.slider-small .slick-dots li button{
	font-size:14px;
	color:#000;
}
.slider-small .slick-active button{
    color: #CC0808!important;
    font-weight: bold;
}
.slider-small .slick-dots li button:before {
    color: #fff;
    font-size: 13px;
	display:none;
}
.slick-slider div{
	outline:none;
}
.slider-small p {
	text-align:center;
	padding-top: 17px;
    padding-bottom: 5px;
    font-size: 16px;
	line-height:1.2;
}
.about-items .slider-small .slick-dots{
	bottom: 82px;
}
.single-post-img img{
	max-width:100%;
}
.slider-small .slick-dots li{
	margin:0 1px;
}
.slider-small-p img{
	max-width:100%;
}
.style-dk{
    font-size: 14px;
    line-height: 1.7;
}
.facts-items-counter {
    max-width: 1100px;
	width:100%;
    height: 631px;
    margin: 23px auto auto;
    background: url(https://twizzle.ru/about/earth.jpg)no-repeat center;
    text-align: center;
	margin-bottom:70px;
}
.facts-items-counter-value {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 170px;
    margin-bottom: 15px;
    font-size: 90px;
    line-height: 100px;
    color: #0af;
}
.ds1 .slick-dots {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ds1 .slick-dots li{
   width: 24px;
}
.hidden-blo{
	display: block;
  	height: 0;
  	overflow: hidden;
}
.catalog-home-price{
	position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 17px;
}
.catalog-home-item{
	padding-bottom:30px;
}
.hands-other{
  background:#f3f3f3;
  padding-bottom: 50px;
}
.hands-other h2{
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 40px;
  border-bottom: 1px solid #6e98b9;
  padding-bottom: 4px;
  margin-bottom: 19px;
}
.hands-info{
  font-size: 14px;
  line-height: 1.25;
}
.hands-customer-item{
  display: flex;
}
.hands-customer-item-txt h4{
  padding-top: 17px;
  padding-bottom: 11px;
}
.hands-customer{
  padding-top: 29px;
}
.hands-customer-item-img img{
  max-width: 100%;
}
.hands-customer-item-img{
  width: 20%;
  font-size: 0px;
}
.hands-customer-item-txt{
  padding-left: 25px;
	width: 80%;
}
.hands-customer-item{
  margin-bottom: 15px;
  border-bottom:1px solid #bebebe;
  padding-bottom: 15px;
}
.two-column{
  display: flex;
  justify-content: space-between;
}
.two-column .inp-item, .two-column .sel-item{
  width: 47%;
}
.inp-item{
  margin-bottom: 18px;
}
.inp-item input{
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  width: 100%;
  padding-left: 10px;
}
.inp-item label, .sel-item label, .textarea-item label, .inp-item-file span{
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}
.checkbox-item p{
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
.inp-item label span, .sel-item label span, .textarea-item label span{
  color:#c71200;
}
.hands-form-other{
  padding-top: 24px;
}

.sel-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin-bottom: 18px;
  padding: .5em;
  padding-right: 1.5em;
  width: 100%;
  outline: none;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: '';
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) 50%;
  background-size: 12px;
  transition: all .2s ease-in-out;
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  background-image: url('../images/sel-ico.png');
  cursor: pointer;
}
.sel-item select::-ms-expand {
  display: none;
}
.sel-item select:focus {
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
}
.sel-item select:active {
  background-image:  url('../images/sel-ico.png');
}
.two-column .sel-item-col{
  display: flex;
  justify-content: space-between;
  width: 47%;
}
.textarea-item textarea{
  width: 100%;
  height: 108px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  resize: none;
  outline: none;
  margin-bottom: 18px;
  padding: 10px;
  font-weight: 400;
  font-family: 'MuseoSansCyrl';
}
.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-upload {
  display: inline-block;
  cursor: pointer;
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  width: 100%;
  background: url('../images/style-inp.png')no-repeat center right 10px, #fff;
}
.inp-item-file{
  width: 47%;
}
.inp-item-file i{
  font-style: normal;
  color: #919191;
  display: inline-block;
  line-height: 35px;
  padding-left: 10px;
}
 /* Ð´Ð»Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° input c type="checkbox" */
 .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Ð´Ð»Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° label, ÑÐ²ÑÐ·Ð°Ð½Ð½Ð¾Ð³Ð¾ Ñ .custom-checkbox */
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ðµ Ð² label Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° before ÑÐ¾ ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð¸Ð¼Ð¸ ÑÑ‚Ð¸Ð»ÑÐ¼Ð¸ */
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð° Ð½Ð° checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° (Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ð¸ Ð½Ð° Ð½ÐµÐ³Ð¾) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² Ñ„Ð¾ÐºÑƒÑÐµ Ð¸ Ð½Ðµ Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.inp-submit input{
  width: 172px;
  height: 31px;
  border-radius: 5px;
  background-color: #0062a1;
  border:none;
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
}
.hands-customer:after{
  width: 1px;
  height: 84%;
  background-color: #bebebe;
  content: '';
  position: absolute;
  left: -1px;
  top: 65px;
}
.single-hands-top{
  background: #f3f3f3;
  padding:20px;
  margin-bottom: 20px;
}
.single-hands-top-select{
  display: flex;
  width: 55%;
  justify-content: space-between;
}
.single-hands-top-select .sel-item{
  width: 31%;
}
.single-hands-main-price input {
  height: 38px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  width: 100%;
  padding-left: 10px;
  max-width: 140px;
  margin-right: 10px;
}
.single-hands-main-price{
  display: flex;
  max-width: 460px;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.single-hands-main-price span{
  font-size: 16px;
  margin-right: 10px;
}
.single-hands-main-left{
  display: flex;
}
.single-hands-main-check{
  display: flex;
}
.single-hands-main-check p{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 10px;
}
.single-hands-main-check .checkbox-item{
  display: flex;
  align-items: center;
}
.single-hands-main-right a {
  background: #0062A0;
  display: inline-block;
  width: 140px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
  line-height: 29px;
  font-size: 14px;
  margin-top: 5px;
}
.single-hands-main{
  display: flex;
  justify-content: space-between;
}
.single-hands-item{
  margin-bottom: 10px;
  padding: 20px;
  background: #f3f3f3;
}
.single-hands-item-img img{
  max-width: 120px;
}
.single-hands-item-img{
  float: left;
  margin-right: 20px;
}
.single-hands-item-status{
  font-size: 16px;
  float: left;
}
.single-hands-item-status span{
  margin-right: 15px;
}
.single-hands{
  font-size: 16px;
}
.single-hands-item-list ul{
  columns: 2;
}
.single-hands-item-list li{
  list-style: none;
  margin-bottom: 7px;
}
.single-hands-item-list{
  max-width: 600px;
}
.single-hands-item-top{
  margin-bottom: 20px;
}
.single-hands-item-price{
  color:red;
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-hands-submit{
  float: right;
}
.single-hands-submit a{
  color: #0062A0;
}
.single-hands-submit a:hover{
  text-decoration: underline;
}
#catalog-home .catalog-home-price {
    font-size: 14px;
}
.news-item{
  display: flex;
}
.news-img img{
  max-width: 100%;
}
.news-img{
  width: 40%;
}
.news-txt{
  width: 60%;
  padding-left: 20px;
}
.news-txt h4{
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.news-txt h4 a{
  color: #0062A0;
}
.news-txt p{
  line-height: 1.3;
}
.news-item{
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
.news-other{
  padding-top: 40px;
  padding-bottom: 70px;
}
.news-other .question-page-navi{
  padding-top: 10px;
}