body {
  padding: 0;
  background:url(../images/fresh_back_2019.jpg) center top no-repeat #00f6ff;
  background-attachment:fixed;
  background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}

a:hover {text-decoration: none !important;}

.container {
	/*width: 900px;*/
	margin: 0 auto;
}

/* header */

.header .container {
  background: #fff;
  padding: 0px 19px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 0 0 4px rgba(0,0,0,.53);
  -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.53);
  -ms-box-shadow: 0 0  4px 0 rgba(0,0,0,.53);
  -moz-box-shadow: 0 0  4px 0 rgba(0,0,0,.53);
  -webkit-box-shadow: 0 0  4px 0 rgba(0,0,0,.53);
}

.header form {
  padding-left: 15px;
}

.header-logo {margin-bottom: 0px;}

.form-enter {
  display: inline-block;
  width: 145px;
  margin-right: 5px;
}

.form-button {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
}

#topright {margin-top: 10px;}
#topright li {
  display: inline-block;
  margin-left: 5px;
}
#topright a {
  display:block;
  width: 14px;
  height: 14px;
}
#t-ico1 a{
  background: url("../images/img/ico.png") no-repeat;
  background-position: -2px -3px;
}
#t-ico2 a{
  background: url("../images/img/ico.png") no-repeat;
  background-position: -22px -3px;
}
#t-ico3 a{
  background: url("../images/img/ico.png") no-repeat;
  background-position: -43px -3px;
}

.header-logo a {
  display: block;
  width: 557px;
  height: 63px;
  background: url("../images/img/big-logo.png") no-repeat;
  margin: 28px auto;
}

.no-avtoriz, .avtoriz {display: none;}
.no-avtoriz {margin: 4px 0 5px;}
.no-avtoriz.show, .avtoriz.show {display:block;}
.avtoriz {margin: 10px 0 10px 10px;}
.avtoriz-item {
  display:inline-block;
  margin-right: 10px;
  margin-left: 20px; 
  position: relative;
}
.avtoriz-item a {color:#848485;}
.avtoriz-item a:hover {text-decoration: none !important;}
/*.avtoriz-item:last-child {margin-right: 0;}
.avtoriz-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/img/avtoriz-icon.png") no-repeat;
}
.avtoriz-item:nth-child(1):before {
  width: 17px;
  height: 20px;
  top: 0px;
  left:  -21px;
  background-position: 0 0;
}
.avtoriz-item:nth-child(2):before {
  width: 17px;
  height: 14px;
  top: 2px;
  left: -21px;
  background-position: -19px 0;
}
.avtoriz-item:nth-child(3):before {
  width: 20px;
  height: 15px;
  top: 2px;
  left: -23px;
  background-position: -38px -1px;
}
.avtoriz-item:nth-child(4):before {
  width: 15px;
  height: 16px;
  top: 2px;
  left: -21px;
  background-position: -60px 0px;
}
.avtoriz-item:nth-child(5):before {
  width: 12px;
  height: 17px;
  top: 0;
  left: -18px;
  background-position: -78px 0px;
}
.avtoriz-item:nth-child(6):before {
  width: 16px;
  height: 17px;
  top: 1px;
  left: -21px;
  background-position: -92px 0px;
}

/* content */

.content .container {
  background: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 20px 15px;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.content-header {
  padding: 0 20px;
  margin-bottom: 0px;
}

.content-logo {padding: 0;vertical-align:middle;}
.content-logo a{
  background: url("../images/img/small-logo.png") no-repeat;
  height: 57px;
  display:block;
  width: 157px;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.content-menu {
  font-size: 0;
    padding-right: 0;
    margin-right: -15px;
    padding-left: 32px;
    margin: 20px 0 10px 0;
}

.content-menu ul {float:right;}

.content-menu a {
  font: 11px "Arial";
  color: #848485;
}

.nav>li>a {
  padding: 5px 5px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown {position: relative;}

.dropdown-menu > .dropdown:hover > .dropdown-menu {
  position: absolute;
  top: -2px;
  left: calc(100% - 1px);
}

.nav ul {
  margin-top: 0;
}


.content-slider-box {
  margin-left: 10%;
  width: 960px;
}

.slick-arrow {
  font-size: 0;
  border: none;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
}
.slick-prev {
  background: url("../images/img/arrow-rpev.png") no-repeat;
  left: -20px;
}
.slick-next {
  background: url("../images/img/arrow-next.png") no-repeat;
  right: -16px;
}

.content-nav {
  text-align: center;
}
.content-nav ul {
  display: inline-block;
  margin: 20px auto;
  padding-left: 0;
}
.content-nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.content-nav ul li:last-child {margin-right: 0}

.content-nav ul li a {
  text-decoration: none;
  color: #848485;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Arial"; 
  transition: all 0.1s ease;
}
.content-nav ul li a:hover:after {
  content:"";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #848485;
  top: 11px;
  left: 0;
  transition: all 0.1s ease;
}
.content-nav ul li a:active {
  color: #c42ca9;
}
.content-nav ul li a:active:after {display: none;}

.content-slider-item {padding: 5px;}
.content-slider-item img {
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.7);
  display: block;
  margin: 0 auto;
}

.content-panel-left {
  margin-left: -15px;
  padding: 15px 28px 8px 20px;
  border: 1px solid #d2d3d3;
  border-left:none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
}
.player-title {
  font: 12px "Arial";
  text-transform: uppercase;
  color: #c42ca9;
  font-weight: 600;
}

.player-string {
  margin-top: 25px;
}

.player-info {
  border: 1px solid #c2deec;
  border-radius: 3px;
  background: #e8f4f9;
  padding: 10px 15px;
  margin-top: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
}

.player-info-item {
  font: 12px "Arial";
  color: #75767a;
  margin: 3px 0px;
  padding: 0 10px;
} 
.player-info-item span {
  color: #52acd6;
}
.player-info-item span a {
  text-decoration: none;
  color: #52acd6;
  font-weight: 600;
}

.player-warning {
  font: 10px "Arial";
  color: #868686;
  text-align: center;
  margin-top: 5px;
}
.player-warning span {font-weight: 600;}


.player-buttons {
  margin: 20px 0;
}
.player-button {
  display:inline-block;
  padding: 1px;
}
.player-button.download {margin-left:0px;}
.player-button.download a{
  background: rgb(12,136,188);
  background: -moz-linear-gradient(45deg, rgba(12,136,188,1) 0%, rgba(196,44,169,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(12,136,188,1) 0%,rgba(196,44,169,1) 100%);
  background: linear-gradient(45deg, rgba(12,136,188,1) 0%,rgba(196,44,169,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c88bc', endColorstr='#c42ca9',GradientType=1 );
  padding: 0 30px 0 55px;
  transition: all 0.2s ease;
}
.player-button.download a:hover {
  background: rgb(12,136,188);
  background: -moz-linear-gradient(45deg, rgba(196,44,169,1) 0%, rgba(12,136,188,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(196,44,169,1) 0%,rgba(12,136,188,1) 100%);
  background: linear-gradient(45deg, rgba(196,44,169,1) 0%,rgba(12,136,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42ca9', endColorstr='#0c88bc',GradientType=1 );
  transition: all 0.2s ease;
}
.player-button.download a:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/img/icon-download.png") no-repeat;
  width: 24px;
  height: 21px;
  top: 10px;
  left: 25px;
}
.player-button.discuss {margin-left:25px;}
.player-button.discuss a {
  background: #bc78b1;
  padding: 0 17px 0 45px;
  transition: all 0.2s ease;
}
.player-button.discuss a:hover {
  background: #c74eb4;
  transition: all 0.2s ease;
}
.player-button.discuss a:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/img/icon-bla.png") no-repeat;
  width: 21px;
  height: 17px;
  top: 13px;
  left: 18px;
}
.player-button.edit {
  display: none;
  border: none;
  margin-left: 10px;
}
.player-button.edit a {
  color: #75767a;
  transition: all 0.2s ease;
}
.player-button.edit.show{display: inline-block !important;}
.player-button.edit a:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.player-button a {
  display:block;
  width: auto;
  height: 42px;
  border-radius: 25px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Arial";
  position: relative;
}

.palyer-other {
  border: 1px solid #c2deec;
  background: #e8f4f9;
  padding: 2px 6px;
  font-size: 0;
  margin-top: 5px;
}
.palyer-other-name {
  display:inline-block;
  font: 12px "Arial";
  width: 90%;
  box-sizing: border-box;
  padding: 4px 5px;
}
.palyer-other-name a {
  text-decoration: none;
}
.palyer-other-sum {
  display: inline-block;
  font: 12px "Arial";
  width: 10%;
  box-sizing: border-box;
  padding: 4px 5px 4px 10px;
  color: #3b93bf;
  border-left: 1px solid #c2deec;
}

.social-buttons {margin-top: 10px;}
.social-button {
  display:inline-block;
  height: 25px;
  width: 120px;
  margin-left: 5px;
  background: #ccc;
}

.content-panel-right {
    width: 35%;
    padding: 0;
    margin-right: -15px;
    box-sizing: content-box;
}

.content-panel-right .nav-tabs a {
  padding-left: 35px;
  position: relative;
}
a[href="#vk-tab"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/img/vk.png") no-repeat;
  width: 22px;
  height: 22px;
  top: 5px;
  left: 7px;
}
a[href="#fb-tab"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/img/fb.png") no-repeat;
  width: 33px;
  height: 32px;
  top: 5px;
  left: 7px;
}

.content-panel-right .tab-content {
  border-left: 1px solid #dddddd;;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: 8px;
  padding: 8px 10px;
}

.content-spisok-title {
  font-family: 'Arial';
  font-size: 13px;
  height: 22px;
  line-height: 21px;
  display: block;
  color: #186386;
  text-align: center;
  border: 1px solid #D8DCDD;
  width: 230px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
  margin: 12px auto;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 65%, rgba(225,225,225,1) 67%, rgba(246,246,246,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 65%,rgba(225,225,225,1) 67%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 65%,rgba(225,225,225,1) 67%,rgba(246,246,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.content-spisok-title span {color: #860469;}

.content-spisok-table td {
  padding: 2px 4px;
  border: 1px solid #fff;
}
.content-spisok-table tr:nth-child(odd){
  background: #fce5f5;
}
.content-spisok-table tr:nth-child(odd):hover {
  background: #fbecf7;
}
.content-spisok-table tr:nth-child(even) {
  background: #e6f1fe;
}
.content-spisok-table tr:nth-child(even):hover {
  background: #ecf4fd;
}
.content-spisok-table td {
  font-size: 11px;
  color: #3b93bf;
/*  text-shadow: 1px 1px 0px #fff; */
}
.content-spisok-table a {
  color: #7d7d7d;
  text-decoration: none;
}


.buttons-left.container {box-shadow: none;}
.button-left {
  border-radius: 3px;
  text-align: center;
  width: 120px;
  height: 30px;
  font: 14px 'Arial';
  box-shadow: -4px 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: -4px 0 2px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: -4px 0 2px 0 rgba(0,0,0,.3);
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 40%, rgba(225,225,225,1) 42%, rgba(246,246,246,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 40%,rgba(225,225,225,1) 42%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 40%,rgba(225,225,225,1) 42%,rgba(246,246,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  left: -72px;
  z-index: -2;
}
.button-left:hover {
  left: -75px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.button-left a {
  color: #75767a;
  text-decoration: none;
  line-height: 30px;
  padding: 0 10px;
  display: block;
}
.button-left.gold {
  top: 50%;
  margin-top: -60px;
}
.button-left.gold span {
  color: #cc9933;
}
.button-left.help {
  top: 50%;
  margin-top: 68px;
}
.buttons-left {margin: 0 auto;position: relative;z-index: 0;top: 445px;}


/* footer */

footer .container {
  background: #fff;
  border-top: 1px solid #e2e8e9;
  position: relative;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 4px;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,.6);
    
}

footer .social-buttons {
  padding-right: 0px;
  margin-top: 0;
}
footer .social-button {
  width: 31px;
  height: 32px;
  margin: 0;
}
footer .social-button:nth-child(1) {
  background: url("../images/img/social-button.png") no-repeat;
  background-position: 0 0;
}
footer .social-button:nth-child(2) {
  background: url("../images/img/social-button.png") no-repeat;
  background-position: -34px 0;
}
footer .social-button:nth-child(3) {
  background: url("../images/img/social-button.png") no-repeat;
  background-position: -68px 0;
}
footer .social-button:nth-child(4) {
  background: url("../images/img/social-button.png") no-repeat;
  background-position: -102px 0;
}

.copyright {
  font: 11px 'Arial';
  color: #5e5e5e;
}

.copyright a {float:right;}
.main-info-avtoriz {display:block;}
.mobile-menu-avtoriz {display:none;}
.content-menu-title {display:none;}


@media (max-width: 1199px) {
  .content-slider-box {width: 815px;margin-left: 80px;} 
}

@media (max-width: 991px) {
  .content-slider-box {width: 655px;margin-left: 47px;}
  .avtoriz-item {font-size: 11px;}
  .avtoriz-item:nth-child(1):before{top: -2px;}
  .avtoriz-item:nth-child(2):before{top: -1px;}
  .avtoriz-item:nth-child(3):before{top: -1px;}
  .avtoriz-item:nth-child(4):before{top: -2px;}
  .avtoriz-item:nth-child(5):before{top: -2px;}
  .avtoriz-item:nth-child(6):before{top: -3px;}
  #topright {padding-left: 0;float:right;}
}

@media (max-width: 767px) {

  .avtoriz {
    position: relative;
  }
  .avtoriz:before {
    content: "";
    display:block;
    position: absolute;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    background: #909090;
    box-shadow: 0 10px 0 0 #909090,
                0 -10px 0 0 #909090;
    top: 7px;
  }
  .avtoriz .mobile-menu-avtoriz {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0px 20px 0px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    top: 34px;
    z-index: 5;
  }
  .mobile-menu-avtoriz li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .avtoriz.active .mobile-menu-avtoriz {display: block;}
  
  .main-info-avtoriz {display:none;}
  
  #topright {padding: 0;}
  #topright li {margin-left: 8px;}
  .header-logo a {
    width: 300px;
    height: 33px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
  }
  .content-header {margin-bottom: 0;}
  .content-slider {display:none;}
  .content-logo a {height: 42px;width: 118px}
  .content-menu {margin-top: 0;float:right;}
  .content-panel-left {border: none;}
  .content-panel-right {width: auto;float: none !important;margin-right: 0;}
  .tab-content {border-left: none !important;border-bottom: none!important;}
  .content-spisok-table {margin: 0 auto;}
  .schetchiki {display: none;}
  .header-logo {margin-bottom: -15px;}
  .buttons-left {top: 0;background: none!important;}
  .button-left.gold {transform: rotate(0);left: 30%;margin-top: -5px;}
  .button-left.help {transform: rotate(0);left: 52%;margin-top: -5px;}
  
}

.slider_box {
    background: url("../images_new/slbg.png") no-repeat scroll center top transparent;
    clear: both;
    height: 158px;
    padding: 18px 0 0 0px;
	margin-top:5px;
	}

.bg-success {
    background-color: #dff0d8;
}



