@import url(/js/select2/dist/css/select2.min.css);

.subscribe_button{
	background-color: #fff;
	background: #fff;
	margin: 0;
}
@font-face{
    font-family: 'OpenSans';
    font-display: swap;
    src:url('../../fonts/font-text/OpenSans-Light.ttf') format('Truetype');
    font-weight: 300;
    font-style: normal;
}
 
@font-face{
    font-family: 'OpenSans';
    font-display: swap;
    src:url('../../fonts/font-text/OpenSans-Regular.ttf') format('Truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'OpenSans';
    font-display: swap;
    src:url('../../fonts/font-text/OpenSans-Italic.ttf') format('Truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Tanhoma';
    font-display: swap;
    src:url('../../fonts/font-text/Tahoma_Bold.ttf') format('Truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Tanhoma';
    font-display: swap;
    src:url('../../fonts/font-text/Tahoma_Regular.ttf') format('Truetype');
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar{
	width:10px;
	background:#777777;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb{
	background:#cccccc;
	border-radius:4px;
}

::-webkit-scrollbar-thumb:hover{
	background:#ddd;
	cursor:pointer;
} 
 
body {
  font-family: 'OpenSans';
  /*max-width: 768px;*/
  margin: 0 auto;
  display: block;
  font-size: 14px;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p {
    padding: 0;  
    margin: 0;
    font-weight: 400;
    color: #000;
}

header{
  background-color: #f8f8f8;
}

.hdr-top .flex{
  background-color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #6d6d6e;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-top {
  display: block;
  background-color: #434343;
}

.hdr-top p{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  flex-grow: 1;
}
.hdr-top p.xs-vis{
  display: none;
}

a.lang{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  margin-top: 1px;
  border-top: 1px solid #313131;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  border-bottom: 1px solid #6d6d6e;
}

.hdr-bottom {
  display: block;

}

.hdr-bottom .flex{
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;

}


a.open-menu{
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  background: url('../../img/new/menu.png') no-repeat center;
  width: 30px;
  height: 25px;
  display: inline-block;
    margin-left: 20px;
}
a.open-menu.active{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
   width: 30px;
  height: 25px;
  background: url('../../img/new/krest.png') no-repeat center;
}

#tab-acc{
  display: none;
}
.reg-shadow,
.modal-shadow,
.forgot-shadow,
.login-shadow {
    position: fixed;
    left:50%;
    top: 50%;
    -webkit-transform:translate(-50%,-50%) scale(0);
    -ms-transform:translate(-50%,-50%) scale(0);
    transform:translate(-50%,-50%) scale(0);
    background-color: rgba(55, 55, 55, 0.3);
    z-index:22;
    width:100%;
    height:100%;
    /*-webkit-transition:-webkit-transform .5s;*/
    /*transition:-webkit-transform .5s;*/
    /*-o-transition:transform .5s;*/
    /*transition:transform .5s;*/
    /*transition:transform .5s, -webkit-transform .5s;*/
}
.reg-shadow.reg-open,
.modal-shadow.modal-open,
.forgot-shadow.forgot-open,
.login-shadow.log-open {
    -webkit-transform:translate(-50%,-50%) scale(1);
    -ms-transform:translate(-50%,-50%) scale(1);
    transform:translate(-50%,-50%) scale(1);
}
.login,
.forgot,
.modal-body,
.registration {
    background: #ffffff;
    overflow: hidden;
    padding: 28px;
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:500px;
    z-index:2222222;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
.close-registration,
.close-forgot,
.close-modal,
.close-login{
    position:absolute;
    right: 34px;
    top: 30px;
    cursor: pointer;
}
.registration .t-block,
.modal-body .t-block,
.forgot .t-block,
.login .t-block {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
.registration hr,
.modal-body hr,
.forgot hr,
.login hr {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #dddddd;
}
.modal-body .message {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #333333;
}
#registration_form .form-line,
#forgot_form .form-line,
#login_form .form-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#registration_form input,
#forgot_form input,
#login_form input {
    width: 280px;
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
}
#registration_form label,
#forgot_form label,
#login_form label {
    font-weight: normal;
    font-size: 16px;
    color: #4e4e4e;
}
#login_form .forgot_password {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2FB241;
}
#registration_form #reg_button,
#login_form .registration-open-mobile,
#forgot_form #forgot_button,
#login_form #login_button {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    background: #2FB241;
    border-radius: 3px;
    padding: 4px 0;
    margin: 10px auto 15px auto;
    display: block;
    max-width: 302px;
    width: 100%;
}
#forgot_form #forgot_button {
    margin: 20px auto 0 auto;
}
#registration_form #reg_button:hover,
#forgot_form #forgot_button:hover,
#login_form #login_button:hover {
    background: #03A819;
}
#registration_form p,
#login_form p {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #4e4e4e;
    margin: 15px 0 22px 0;
}
#registration_form .login-open,
#login_form .registration-open {
    color: #2FB241;
}
/**************************************************************MENU BEGIN********************************/
.panel{
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0!important;
          border-radius: 0!important;
}
.first-menu a{
  padding-left: 26px;
  background: url('../../img/new/exlamation.png') no-repeat left center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  position: relative;
  color: #ff5a6c!important;
  font-weight: 700;
}
.panel-heading{
  background-color: #434343;
  height: 47px;
  line-height: 47px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #404040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  border-top: 1px solid #363636;
}

.panel-heading a{
  color: #fff;
  font-size: 14px;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}
.panel-heading a:hover{
  color: #ffc;
}
.panel-group .panel+.panel{
  margin-top: 0;
}
.panel-heading.bc-gold{
  background-color: #f0ff00;
}
.panel .green-sp a{
  padding-left: 27px;
  background: url(../../img/new/bell-ic.png) no-repeat 0px center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  color: #c5ffc9;
}
.panel-heading.ticket a{
  position: relative;
  padding-left: 27px;
  background: url(../../img/new/about-white.png) no-repeat 0px center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;

}

.panel-body a{
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  position: relative;
  background-color: #2b2b2b;
}
.panel-heading.active{
  background-color: #2b2b2b;
} 
.first-menu a:after{
  content: "";
  position: absolute;
  background: url('../../img/new/arr-up.png') no-repeat center;
  width: 50px;
  height: 50px;
  left: 75px;
}
.first-menu a.collapsed:after{
  background: url('../../img/new/arr-down.png') no-repeat center;
}
#collapseOne h3{
  font-size: 20px;
  color: #d52823;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#collapseOne ul{
  padding-left: 0;
  list-style: none;
  color: #222;
  font-size: 14px;
  font-family: 'Tanhoma';
  font-weight: 400;
  list-style: none;
  padding-left: 0;
}
#collapseOne ul li{
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
#collapseOne ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #f42218;
  -webkit-box-shadow: 1px 1px #f1a7a8;
          box-shadow: 1px 1px #f1a7a8;
}
.third-menu #collapseTwo{
  background-color: #2b2b2b;
}
.third-menu .panel-heading a {
  position: relative;
}
.third-menu .panel-heading a:after{
  content: "";
  position: absolute;
  background: url('../../img/new/arr-up.png') no-repeat center;
  width: 15px;
  height: 50px;
  left: 165px;
}
.third-menu .panel-heading a.collapsed:after{
  background: url('../../img/new/arr-down.png') no-repeat center;
}
.third-menu #collapseTwo .panel-body {
  padding: 0;
}
.third-menu #collapseTwo .panel-body a{
  padding: 0 15px;
  height: 47px;
  line-height: 47px;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #404040;
}

/**************************************************************MENU END********************************/
section.socials{
  background-color: #f8f8f8;
}
section.socials .flex {
  padding: 15px;
}
section.socials ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  /*height: 170px;*/
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

}
section.socials ul li {
  /*margin: 0px 5px 15px 0;*/
  margin-top: 20px;
  margin-right: 30px;
}

section.socials ul li.hd {
  visibility: hidden;
}

section.socials ul li a{
  display: block;
  /*min-width: 142px;*/
  min-width: 165px;
  /*max-width: 165px;*/

  text-align: center;
  color: #242424;
  font-size: 16px;
  height: 42px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  line-height: 40px;
  border: 1px solid #ced0db;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
section.socials ul li a img,section.socials ul li a span{
  vertical-align: middle;
}

section.socials ul li a:hover{
  text-decoration: underline;


}


section.socials ul li a.active{
  background: #6dbefd;
  background: -moz-linear-gradient(top, #6dbefd 0%, #6dbefd 100%);
  background: -webkit-linear-gradient(top, #6dbefd 0%,#6dbefd 100%);
  background: linear-gradient(to bottom, #6dbefd 0%,#6dbefd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dbefd', endColorstr='#6dbefd',GradientType=0 );
  border: 1px solid #0083db;
  color: #fff;
}
section.socials.ind {
  width: 100%;
}

.socials:not(.ind) ul li:first-child{
  margin-bottom: auto;
}
section.socials:not(.ind) {
  height: auto;
}
section.socials:not(.ind)  ul {
  height: 180px;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
section.socials:not(.ind)  ul li a{
  width: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center; 
  -webkit-align-items: center; 
  -ms-flex-align: center; 
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.open-sect{
  display: none;
}
/*********************************************************SOC-CATEGORY-BEGIN*******************************/
section.soc-category{
  border-top: 1px solid #e6e8ea;
  background-color: #eff3f6;
  padding-bottom: 15px;
}
.soc-category .flex {
    /*padding: 0px 15px 20px 15px;*/
    padding: 0px 15px 0 15px;
}
.soc-title {
  background-color: #434343;
  height: 42px;
  border: 1px solid #aaadae;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.soc-title p,
.soc-title h2 {
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  padding: 0 10px;
  color: #ffffff;
}
.soc-body{
  padding: 10px;
  font-size: 13px;
  background-color: #fff;
  display: -webkit-box;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.soc-body a {
    color:black;
}
.soc-img {
    flex-grow: 1;
}
.soc-body p{
  margin-bottom: 0;
}

.soc-img img{
  width: 38px;
}
.soc-text{
  padding: 0 10px;
  flex-grow: 1;
}
.soc-text a.learn-more{
  display: none;
}

.soc-price{
  padding: 0 5px;
}
.soc-price p{
  width: 85px;
}
.soc-price span{
  color: #8e8e8e;
}
.soc-bl{
  margin-top: 20px;
}
.soc-cell button{
  position: relative;
  display: block;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #229f33;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #2fb241;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: .3s;
      -ms-transform: .3s;
          transform: .3s;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.soc-cell button:disabled{
	background-color:#ccc;
}
.soc-cell button:hover:enabled{
  background-color: #03a819;
}

.soc-cell button:before{
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 2px;
  right: 2px;
  height: 1px;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  background-color: #70bd7b;
}

.soc-cell button:after{
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 2px;
  right: 2px;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  height: 1px;
  background-color: #67b972;
}
.soc-cell button img{
  margin-right: 7px;
  display: inline;
  width: 20px;
}
.subscribe-cell button{
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #229f33;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: .3s;
      -ms-transform: .3s;
          transform: .3s;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.subscribe-cell img{
  margin: auto;
  margin-top: -3px;
  height:18px;
}
.recat h2{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Tanhoma';
  color: #000000;
  padding: 18px 0;
}
.recat p{
  color: #222222;
  font-size: 14px;
  font-family: 'Tanhoma';
  font-weight: 400;
}
.recat ul{
  color: #222222;
  font-size: 14px;
  font-family: 'Tanhoma';
  font-weight: 400;
  list-style: none;
  padding-left: 0;
}
.recat ul li{
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
/*.:before{
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  background-color: #f42218;
  -webkit-box-shadow: 1px 1px #f1a7a8;
          box-shadow: 1px 1px #f1a7a8;
}*/

/*********************************************************SOC-CATEGORY-END*********************************/
/*********************************************************FOOTER-BEGIN*********************************/
footer{
  font-size: 14px;

}
.ftr-top {
  background-color: #434343;
}
.ftr-top .flex { 
  padding: 20px 15px;
}
.ftr-top .col-33{
  width: 33%;
  float: left;
}
.ftr-top .col-33 li{
  list-style: none;
  line-height: 3;
}
.ftr-top .col-33 li a{
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;

  text-decoration: underline;
  /*text-underline-position: under;*/
}
.ftr-top .col-33 li a:hover,
.call-extr a:hover{
  text-decoration: none;
  text-underline-position: auto;
}

 .ftr-top .col-33 .green-sp a{
  color: #c5ffc9;
  padding-left: 26px;
  background: url('../../img/new/bell-ic.png') no-repeat 0px center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
}

 .ftr-top .col-33 .gold-sp a{
  padding-left: 26px;
  background: url('../../img/new/gold-ic.png') no-repeat left center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  color: #e7d200;
}
a.ftr-logo{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.ftr-center {
  background-color: #eff3f6;
}
.ftr-center .flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  padding: 20px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ftr-center p{
  margin-bottom: 0;
}
.tex-res img{
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.tex-res p{
  display: inline;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}
.create-ticket a{
  display: block;
  background-color: #292929;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 7px;
  color: #fff;
  -webkit-transform: .4s;
      -ms-transform: .4s;
          transform: .4s;
  border: 1px solid #a0a2a4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.create-ticket a:hover{
  background-color: #121111;
}

.create-ticket a br{
  display: none;
}
.call-extr span{
  color: #858585;
}
.call-extr a{
  color: #3d79e7;
  text-decoration: underline;
  text-underline-position: under;
}

.ftr-bottom{
  background-color: #434343;
  padding: 10px 15px;
  font-family: 'Tanhoma';
  font-size: 12px;
}
.ftr-bottom p{
  margin-bottom: 0;
  color: #aec2cd;
}




/*********************************************************FOOTER-END*********************************/
/**********************************************************MABAZINE-BEGIN***********************************/
section.socials ul li img{
  margin-right: 6px;
}
span.mag-select{
  display: none;
}
.ways-file{
  padding-top: 20px;
  display: block;
  border-top: 1px solid #e2e5e8;
}
.ways-file a{
  font-style: italic;
  text-decoration: underline;
}
.ways-file p{
  display: inline;
  font-style: italic;
  color: #9eaeb7;
}
.ways-file b{
  font-weight: 400;
  margin: 0 6px;
}
.magazines-body {
  padding: 0 15px 50px 15px;
  background-color: #eff3f6;
}

.magazines-left{
  width: 111px;
  font-size: 13px;
  display: inline-block;
  float: left;
}
.magazines-left .mag-img img{
  padding: 30px;
  width: 111px;
  height: 111px;
  background-color: #fff;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.magazines-left p{
  color: #313131;
  padding-left: 4px;
  margin-bottom: 10px
}
.magazines-left b{
  font-weight: 700;
  display: block;
}
.magazines-left a{
  position: relative;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #229f33;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #2fb241;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.magazines-left .subscribe_button{
 cursor: pointer;
 margin-left: 2px;
}

.magazines-left .disabled_link{
  background-color: #ccc;
    pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.magazines-left a:hover:enabled{
  background-color: #03a819;
}

.magazines-left a img{
  margin-right: 7px;
  width: 20px;
}

.magazines-right{
  float: right;
  margin-left: 15px;
  width: -webkit-calc(100% - 126px);
  width: calc(100% - 126px);
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.magazines-right.recat ul li{
  line-height: 1;
  line-height: 1.1;
  margin: 10px 0;
}
.magazines-right.recat ul li:before{
  top: 5px;
}
.magazines-right.recat p{
  margin: 15px 0;
}
/**********************************************************MABAZINE-END***********************************/

/**********************************************************ADVICE-BEGIN***********************************/
.advice-body{
  padding: 15px 15px 30px 15px;
  background-color: #eff3f6;
  border-top: 1px solid #e2e5e8;
}
.advice-body p{
  font-family: 'Tanhoma';
  color: #222;
  margin: 15px 0;
}
.advice-body span{
  color: #999999;
}

/**********************************************************ADVICE-END***********************************/

/**********************************************************FAQ-BEGIN***********************************/
.faq-body{
  padding: 15px 15px 30px 15px;
  background-color: #eff3f6;
  border-top: 1px solid #e2e5e8;
}
.search-tag{
  margin-bottom: 20px;
  padding: 10px 10px 20px 10px;
  background-color: #f8f8f8; 
  color: #222;
}
.search-tag p{
  margin-bottom: 10px;
}

.search-tag select{
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background: url('../../img/new/select-ic.png') no-repeat;   /* add custom arrow */
   background-position: right 8px center;
   width: 100%;
   height: 34px;
   line-height: 34px;
   outline: none;
   white-space: inherit;
   padding: 0 12px;
   background-color: #fff;
   border: none;
   -webkit-border-radius: 3px;
           border-radius: 3px;
}

.questions{
  margin-bottom: 10px;
}
.question-body{
  display: none;
  padding: 7px 7px 0 7px;
}
.questions h6{
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.1;
  padding: 7px;
  border: 1px solid #e0e2e4;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  background: #fff url('../../img/new/plus-ic.png') no-repeat;
  background-position: top 8px right 6px;
}
.questions h6.min-plu{
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  background: #fff url('../../img/new/minus-ic.png') no-repeat;
  background-position: top 8px right 6px;
  color: #cd322b;

}
/**********************************************************FAQ-END***********************************/

/**********************************************************TICKET-BEGIN***********************************/
.ticket-body{
  background-color: #eff3f6;
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #e2e5e8;
}
.ticket-body form select{
    -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background: url('../../img/new/select-ic.png') no-repeat;   /* add custom arrow */
   background-position: right 8px center;
   width: 100%;
   white-space: inherit;
   min-height: 34px;
   line-height: 34px;
   outline: none;
   color: #9e9e9e;
   padding: 0 12px;
   background-color: #fff;
   border: 2px solid #dddfe1;
   -webkit-border-radius: 8px;
           border-radius: 8px;
}
.ticket-body form .bl-email input{
   width: 100%;
   min-height: 34px;
   line-height: 34px;
   color: #9e9e9e;
   /*color: #333;*/
   outline: none;
   padding: 0 12px;
   background-color: #fff;
   border: 2px solid #dddfe1;
   -webkit-border-radius: 8px;
           border-radius: 8px;
}
.ticket-body form label{
  font-weight: 400;
  margin: 14px 0 2px;
}
.ticket-body form .bl-check label{
  padding-left: 22px;
  margin-left: -13px;
  background: url('../../img/new/check-no.png') no-repeat;
  background-position: 0 3px;
}
input[type=checkbox]:checked + label{
  background: url('../../img/new/check-yes.png') no-repeat;
  background-position: 0 3px;
  
}
.ticket-body form .bl-check input{
  opacity: 0;
}
.ticket-body form .bl-textarea textarea{
   width: 100%;
   min-height: 78px;
   /*line-height: 34px;*/
   /*color: #333;*/
   color: #9e9e9e;

   outline: none;
   padding: 5px 12px;
   background-color: #fff;
   border: 2px solid #dddfe1;
   -webkit-border-radius: 8px;
           border-radius: 8px;
}

.ticket-body form button{
  background-color: #2fb241;
  color: #fff;
  border: 1px solid #1b962c;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  width: 98px;
  height: 31px;
  line-height: 26px;
  margin: 20px 0;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ticket-body form button:hover{
  background-color: #03a819;
}







/**********************************************************TICKET-END***********************************/


.ui-dialog .ui-dialog-titlebar-close{
  position:absolute;
  top:-5px;
  right:0;
  width:24px;
  height:24px;
  cursor:pointer;
  border:none !important;
  margin:0;
  background:url('/img/ic_close.png') center center no-repeat !important;
  box-shadow:none
}

.ui-dialog .ui-dialog-titlebar-close span{
  display:none
}
.ui-dialog{
  padding:20px;
  border:1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow:0 0 40px rgba(0, 0, 0, 0.5);
  font-size:0.9em;
}

.ui-dialog.ui-corner-all{
  border-radius:0
}

.ui-dialog .ui-widget-header{
  background:#fff;
  border-style:none none solid;
  border-width:0 0 1px;
  border-color:#ddd;
  border-radius:0;
  text-transform:uppercase;
}

.ui-dialog .ui-dialog-content{
  padding:0;
}

.ui-dialog .ui-widget-content:not(.ui-slider), .ui-dialog.ui-widget-content{
  background:#fff;
}

.ui-dialog .ui-tabs-panel{
  max-height:75vh;
  overflow:auto
}

.ui-dialog .ui-dialog-titlebar{
  padding:0 0 10px;
  line-height:1.2em
}

.ui-widget.ui-widget-content:not(.ui-slider){
  border:none;
  overflow-x:hidden
}

.ui-dialog .ui-dialog-buttonpane {
  padding:10px 0 0
}

#item_name{
  font-weight:bold;
  padding:15px 0;
  border-bottom:1px solid #ddd;
}

.ui-button.buy_button .ui-icon.buy, .ui-button.ui-state-hover .ui-icon.buy {
  background-image: url('/img/ic-basket.png');
  width: 18px;
  height: 15px;
  margin-top:1px;
}

.ui-dialog .ui-dialog-buttonpane button{
  margin:0;
}
#language_mobile {
    display: none;
}
#language{
  padding:0 18px
}

#language_mobile *,
#language *{
  color:#fff;
  padding-left:26px;
  background-position:center left;
  background-repeat:no-repeat;
}
#language_mobile * {
    color: #333333;
}
#language_mobile *+*,
#language *+* {
  margin-left:18px;
}

#language_mobile .en, #language .en{background-image:url('/img/ic-en.png')}
#language_mobile .ru, #language .ru{background-image:url('/img/ic-ru.png')}
#language_mobile .cn, #language .cn{background-image:url('/img/ic-cn.png')}

#language a:hover{
  text-decoration:none
}
#language a {
  text-decoration: underline;
  transition: 0.2s;
  
}


#navigation_right{
  line-height: 40px;
  font-size: 12px;
  float:right;
  text-align:right
}

#navigation_right > div{
  display:inline-block;
}

.hdr-middle {
    background-color: white;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 20;
}

.hdr-middle .flex {
    padding: 0 15px;
}

.head-category-navigation {
    padding: 0 15px;
    width: auto;
    position: relative;
}
.head-category-navigation button {
    padding: 5px 60px 5px 12px;
    border: none;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.head-category-navigation button:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(/img/new/arrow.png) no-repeat center;
}
.head-category-navigation button img {
    width: 12px;
    height: 12px;
    margin: 0 9px 2px 0;
}
.shadow {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 100;
}
.head-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: 0;
    margin: 0 15px;
    list-style-type: none;
    background: #e5e3e3;
    border: none;
    border-radius: 3px 0 0 3px;
    width: 207px;
    z-index: 999;
}
.head-menu a {
    color: #5e5e5e;
    padding: 11px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    background: url(/img/new/right-arr.png) no-repeat 188px center;
    transition: all 3ms;
}
.head-menu > li > a::before {
    /*display: block;
    content: '';*/
    position: absolute;
    top: 13px;
    left: 11px;
    background: url(/img/catalog-icons.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
}
.head-menu > li > a.facebook::before {
    background-position: -162px 0;
}
.head-menu > li > a.facebook:hover::before,
.head-menu > li > a.facebook.current::before,
.head-menu > li > a.facebook.active::before {
    background-position: -162px -17px;
}
.head-menu > li > a.instagram::before {
    background-position: -180px 0;
}
.head-menu > li > a.instagram:hover::before,
.head-menu > li > a.instagram.current::before,
.head-menu > li > a.instagram.active::before {
    background-position: -180px -17px;
}
.head-menu > li > a.vk::before {
    background-position: -144px 0;
}
.head-menu > li > a.vk:hover::before,
.head-menu > li > a.vk.current::before,
.head-menu > li > a.vk.active::before {
    background-position: -144px -17px;
}
.head-menu > li > a.twitter::before {
    background-position: -126px 0;
}
.head-menu > li > a.twitter:hover::before,
.head-menu > li > a.twitter.current::before,
.head-menu > li > a.twitter.active::before {
    background-position: -126px -17px;
}
.head-menu > li > a.odnoklassniki::before {
    background-position: -108px 0;
}
.head-menu > li > a.odnoklassniki:hover::before,
.head-menu > li > a.odnoklassniki.current::before,
.head-menu > li > a.odnoklassniki.active::before {
    background-position: -108px -17px;
}
.head-menu > li > a.reddit::before {
    background-position: -90px 0;
}
.head-menu > li > a.reddit:hover::before,
.head-menu > li > a.reddit.current::before,
.head-menu > li > a.reddit.active::before {
    background-position: -90px -17px;
}
.head-menu > li > a.gmail::before {
    background-position: -72px 0;
}
.head-menu > li > a.gmail:hover::before,
.head-menu > li > a.gmail.current::before,
.head-menu > li > a.gmail.active::before {
    background-position: -72px -17px;
}
.head-menu > li > a.drugie-pochty::before {
    background-position: -54px 0;
}
.head-menu > li > a.drugie-pochty:hover::before,
.head-menu > li > a.drugie-pochty.current::before,
.head-menu > li > a.drugie-pochty.active::before {
    background-position: -54px -17px;
}
.head-menu > li > a.drugie-akkaunty::before {
    background-position: -36px 0;
}
.head-menu > li > a.drugie-akkaunty:hover::before,
.head-menu > li > a.drugie-akkaunty.current::before,
.head-menu > li > a.drugie-akkaunty.active::before {
    background-position: -36px -17px;
}
.head-menu > li > a.games::before {
    background-position: -18px 0;
}
.head-menu > li > a.games:hover::before,
.head-menu > li > a.games.current::before,
.head-menu > li > a.games.active::before {
    background-position: -18px -17px;
}
.head-menu > li > a.proxy::before {
    background-position: 0 0;
}
.head-menu > li > a.proxy:hover::before,
.head-menu > li > a.proxy.current::before,
.head-menu > li > a.proxy.active::before {
    background-position: 0 -17px;
}
.head-menu a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s;
    margin-right: 7px;
}
.head-menu a:hover img,
.head-menu a.current img,
.head-menu a.active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.head-menu ul {
    display: none;
    position: absolute;
    top: 0;
    left: 207px;
    background: #f9f9f9;
    width: 207px;
    font-size: 14px;
    list-style-type: none;
    padding-left: 0;
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    height: 100%;
    transition: all 4ms;
    flex-direction: column;
    justify-content: space-evenly;
}
.head-menu ul a {
    padding-left: 13px;
    padding-right: 13px;
    background: none;
}
.head-menu ul a:hover {
    background: #efeeee;
}
.head-menu ul li {
    flex-basis: 36px;
}
.head-menu ul li:last-child {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}
.head-menu ul p {
    font-size: 12px;
    padding-left: 26px;
    padding-right: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.head-menu ul p::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 8px;
    background: url(/img/new/info.png) no-repeat 0 0;
}
.head-menu .view-all a {
    color: #2fb241;
}
.head-menu .view-all a:hover {
    color: #2fb241;
}

.head-search {
    flex-grow: 1;
    padding-left: 12px;
    /*margin-right: -15px;*/
    position: relative;
}
.head-search input {
    height: 35px;
    border-color: #bec0bf;
    padding-left: 35px;
    font-size: 14px;
}
.head-search button {
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    background: url(/img/new/search.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 12px;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
}
#head_menu{
    position:relative;
    margin:0;
    padding:0;
    vertical-align:middle;
    line-height:36px;
    list-style-type:none;
    justify-content:space-between;
}

#head_menu > li{
    position:relative;
}

#head_menu > li.darr > a {
    padding-right:20px;
    background:url('/img/darr.png') right center no-repeat;
}

#head_menu > li > a{
    position:relative;
    z-index:2;
    display:inline-block;
    color:#000;
    text-decoration:none;
    padding: 5px 5px 2px;
    border-bottom: 3px solid transparent;
}

#head_menu > li > a.active, .admin_menu a.active{
    font-weight:bold;
    border-bottom-color:#2fb241;
    text-decoration:none
}

#head_menu ul{
    position:absolute;
    display:none;
    list-style-type:none;
    margin:0;
    padding:0;
    background:#555;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
    z-index:10;
    right:0;
    min-width:100%
}

#head_menu > li.darr:hover > ul{
    display:block;
}
.head-menu a:hover,
.head-menu a.current,
.head-menu a.active {
    background-color: #f9f9f9;
    color: #000;
}

#head_menu ul li{
    display:block;
    margin:1px 0 0;
    padding:0;
}

#head_menu ul li+li{
    border-top:1px solid rgba(255, 255, 255, 0.3)
}

#head_menu ul a{
    display:block;
    white-space:nowrap;
    padding:8px 12px;
    color:#fff;
    text-decoration:none;
    line-height:normal;
}

#head_menu ul a:hover{
    background:rgba(255, 255, 255, 0.1);
}

#nav_support a{
  background:url('/img/icons/info.png') 18px 15px no-repeat;
  padding:5px 0px 5px 45px;
  text-decoration:none;
  color: #000000;
  display: inline-block;
}

#nav_support a:hover{
  text-decoration:underline
}

#navigation_menu a:hover {
  text-decoration:none;
}

#navigation_menu a.ic-provider:hover {
  color: #f0ff00;
}

#navigation_menu a.ic-updates:hover {
  color: #c7ffcb;
}

#navigation_menu > a, .ic-updates{
  background-position:center left;
  background-repeat:no-repeat;
  margin-right: 15px;
}

#navigation_menu > a+a{
  margin-left:25px;
}
.authorization {
    padding: 0 15px 0 0;
}
#login_form .registration-open-mobile {
    display: none;
}
.authorization .registration-open {
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 5px 22px;
    margin-right: 10px;
}
.authorization .registration-open:hover {
    text-decoration: none;
    color: #2FB241;
    border: 1px solid #2FB241;
}
.authorization .cabinet-open {
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
}
.authorization .cabinet-open:hover {
    text-decoration: none;
    color: #03A819;
}
.authorization .cabinet-open:hover svg path {
    fill: #03A819;
}
.authorization .login-open {
    background: #2FB241;
    border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    padding: 5px 22px;
    border: 1px solid #2FB241;
    box-sizing: border-box;
}
.authorization .login-open svg {
    margin-bottom: -1px;
}
.authorization .login-open:focus {
    text-decoration: none;
}
.authorization .login-open:hover {
    text-decoration: none;
    background: #03A819;
    border: 1px solid #03A819;
}
#head_menu a.ic-provider{
  background:url('/img/icons/wallet.png') no-repeat 0 center;
  color:#9729cb;
  padding-left:21px;
}
#head_menu a.ic-provider:active, #head_menu a.ic-provider:focus {
  color: #9729cb;
}
.ic-updates{
  background-image:url('/img/ic-updates.png');
  color:#c7ffcb;
  padding-left:22px;
}
.ic-support{
  background-image:url('/img/ic-support.png');
  color:#fff;
  padding-left:26px;
}
.mob-head-list {
  display: none;
}

#head .socials.ind{
  display: inline-block;
}
#head_navigation {
  font-size: 14px;
  padding-right: 14px;
}

.soc-sale {
    /*font-weight: 900;*/
    color: red !important;
}
.info ul, #content ul:not(.select2-selection__rendered) {
    margin: 13px;
    padding: 0;
    font-size: 14px;
    list-style-type: none;
    list-style-image: url(/img/ul-bullet.png);
}
button.search_trigger {
    display: none;
}

@media (max-width: 991px){
  #head_navigation{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  #logo{
    display: inline-block;
  }
  .menu{
    display: inline-block;
  }
  #head_menu{
      background: #e1dfe0;
      flex-direction: column;
      width: 305px;
  }
  #head_menu.active{
      display: block;
      width: 100%;
  }
  .menu{
    display: block;
  }
  
  #navigation_right>#navigation_menu {
    display: none;
  }
  
  #navigation_right>#nav_support {
    display: none;
  }

  #head_menu > li.darr:hover > ul{
    display:none;
  }
  .mob-head-list {
    display: block;
  }
  #info {
      border: none;
      border-radius: 0px;
      width: 305px;
      padding-left: 23px;
      margin-top: 0;
      word-wrap: break-word;
      background: #f9f9f9;
  }
}

@media (max-width: 991px){ 
  #head .socials.ind{
    display: block;
  }

    .head-menu ul.show-item {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

  #head_menu.active li{
    background: #434343;
    height: 47px;

    line-height: 47px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #404040;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #head_menu.active li a{
    padding: 0px 15px;
    color: #fff;

  }
  
  .ic-ticket {
    padding: 0 30px;
    background: url(/img/info-header.png) no-repeat 0px center;
  }

  #head_menu.active li .panel .panel-heading a {
    padding-left: 28px;
  }

  /*#head_menu li#important {
    padding-left: 15px;
  }*/
  
  #head_menu li#important a{
    padding: 0px 28px;
    
  }
  #head_menu > li > a.active, .admin_menu a.active {
    border-bottom:none;
  }
}

#head_mob_navigation {
   display: none; 
}

@media (max-width: 991px){
 /* #head_navigation {
    display: none;
  }*/

  #head_mob_navigation {
    font-family: 'OpenSans';
    margin-top: 5px;
    display: block;
    font-size: 14px;
    display: block;
  }

    .hdr-middle {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 999;
        background: #e1dfe0;
    }
    .hdr-middle .container {
        width: auto;
        padding: 0;
    }
    .hdr-middle .flex,
    #head_menu > li.darr {
        padding: 0;
    }
    .hdr-middle li.active {
        background-color: #f9f9f9;
    }

    #nav_support a {
        background-position: 10px 15px;
        padding-left: 37px;
    }
    #head_menu > li > a {
        padding: 5px 5px 5px 10px;
    }
    #head_menu a.ic-provider {
        background-position: 10px center;
        padding-left: 31px;
    }
    #important a {
        background-position: 10px center, 100% center;
        padding-left: 31px !important;
    }

    .notification-badge {
        top: -5px !important;
        margin-left: -10px;
    }
        
  /*#head_mob_navigation .hdr-bottom{
    height: 65px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }*/

  #collapseOne .panel-body a{
    text-decoration: underline;
    color: blue;
    background-color: #fff;
    cursor: pointer;
  }

    #head_menu ul {
        position: relative;
        box-shadow: none;
        background: #f9f9f9;
    }
    #head_menu ul a {
        color: #000;
    }

  #faq .sidebar {
    float: none;
    width: 100%;
    margin: 0;
  }
  #faq .sidebar .select2 {
    width: 100% !important;
  }
  
  .faq_tags {
    display: inline-block;
    padding: 0 15px;
  }

}

@media (max-width: 768px){
  .hdr-bottom .container {
    width: 100%;
    padding: 0;

  }
  .hdr-bottom .container .flex {
    padding: 0;
  }
  .hdr-bottom .container #head {
    padding: 0;
    width: 100%;
  }

  .hdr-bottom .container .socials.ind {
    height: auto;
    padding: 15px;    
  }
}

@media (min-width: 768px){
		html {
	    height: 100%;
		}
    body {
      font-family: Tanhoma, Helvetica, Arial;
      color: #222;
      height: 100%;
    }

    body h1, body h2 {
    	margin: .67em 0;
    	font-size: 20px;
    	font-weight: 700;
    	text-transform: uppercase;
    	line-height: 1.2;
    }

    .soc-bl p,
    .soc-bl h2 {
        margin: 0;
        text-transform: none;
    }

    body p {
    	margin: 1em 0;
    	color: inherit;
    	line-height: 1.2;
    }

    .container {
      padding-right: 10px;
      padding-left: 10px;
    }

    .ftr-top .col-33 {
      width: auto;
      float: none;
    }
        
    .ftr-top .col-33 li {
      display: inline-block;
      padding-right: 16px;
    }

    .hdr-top .flex {
      border-bottom: none;
    }
    
    section.socials ul {
      margin-right: -15px;
      margin-left: -15px;
    }

    section.socials ul li {
      margin: 20px 15px 0;
      flex-grow: 1;
    }

    section.socials ul li img {
      margin-right: 5px;
    }

    .soc-bl {
      margin-top: 0;
    }

    #head {
      border-bottom: none;
    }

    #language {
      background: #2b2b2b;
    }

    .soc-title {
      display: flex;
      margin-top: 20px;
      padding: 0 9px;
      height: 34px;
      border: none;
      justify-content: space-between;
    }

    .soc-title p,
    .soc-title h2 {
      padding: 0;
      font-size: 13px;
      line-height: 34px;
    }

    .soc-text a {
			color: #464646;
    }



    #head .socials.ind {
      padding-top: 1px;
    }

    .soc-img img{
      width: 28px;
    }

    .soc-body {
      margin-top: 6px;
      padding: 8px 9px;
      min-height: 50px;
    }

    .ftr-top .flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 17.5px 15px;
    }

    .ftr-top .col-33 .gold-sp a {
    	background: url(../../img/ic-provider.png) center left no-repeat;
    }

    .ftr-top .col-33 .green-sp a {
    	background-image:  url(../../img/ic-updates.png);
    	-webkit-background-size: initial;
    	background-size: initial;
    }

    .soc-price {
      display: none;
    }
    .soc-qty, .soc-cost-label, .soc-cost, .soc-control, .soc-cell {
      text-align: center;
      flex-shrink: 0;
    }

    .soc-qty, .soc-cost-label {
      width: 90px;
    }
    
    .soc-cost-label {
      color: #8e8e8e;
    }

    .soc-cost {
      width: 95px;
    }

    .soc-control, .soc-cell {
      width: 100px;
    }

    .soc-name {
      width: 719px;
    }

    .soc-text {
      padding: 0 3px 0 8px;
      width: 687px;
      flex-grow: 0;
      line-height: 1.25;
    }

    .soc-cell button {
      display: inline-block;
      padding-left: 29px;
      height: 27px;
      font-size: 13px;
      line-height: 25px;
      margin-left: 0px;
    }

    .info .h1 {
      font-size: 20px;
      text-transform: uppercase;
    }


    .soc-cell button img {
    	position: absolute;
    	left: 5px;
    	top: 50%;
    	margin: -6px 0 0;
    }

    button:not(.buy_button) span {
    	vertical-align: top;
    	margin-right: 0;
    }

    section.socials ul li a {
    	background: #fefeff;
	    background: -moz-linear-gradient(top, #fefeff 0%, #f2f5f7 100%);
	    background: -webkit-linear-gradient(top, #fefeff 0%,#f2f5f7 100%);
	    background: linear-gradient(to bottom, #fefeff 0%,#f2f5f7 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#f2f5f7',GradientType=0 );
    }

    section.soc-category {
    	padding-bottom: 325px;
    }

    .magazines-left p span {
    	display: block;
    }

    .recat ul li {
    	padding-left: 0;
    }

    /*.recat ul li:before {
			content: none;
    }*/

    .soc-img {
    	min-width: 28px;
    }

    .main-wrapper {
    	position: relative;
    	min-height: 100%;
    	background: #eff3f6;
    }

    footer {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    }
    #sitemap {
      margin-right: auto;
    }

    #copyright .flex {
      padding: 0 15px;
    }
}

@media (max-width: 767px) {
  .soc-qty, .soc-cost-label, .soc-cost {
    display: none;
  }

  .free-kass {
  	display: none;
  }

  .soc-category .flex {
    padding: 0;
  }
}

.flex>p>a {
  color: #006493;
  text-decoration: underline;
}

.flex>p>a:hover {
  color: #ff0000;
  transition: 0.2s;
  text-decoration: none;
}

#sitemap a {
  color: #006493;
  text-decoration: underline;
  transition: 0.2s;
  display: block;
}

#sitemap a:hover {
  text-decoration: none;
}

#sitemap div {
    display: inline-block;
    margin-right: 10px;
}

#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
  color: #ff0000;
}
.menu_partner{
    display: block;
}
.buy_dialog{
	min-width: 300px;
	max-width: 450px;
}
/* Plugin - FAQ_min */
.plugin_faq_min{
	margin-top:30px;
}
.plugin_faq_min .faq_min-row .faq_min-btn-open-info{
    font-size: 13px;
    margin: 8px 0px 0px 0px!important;
}
.plugin_faq_min .faq_min-row h3 img{
    margin:0px 0px 0px 10px!important;
}
.plugin_faq_min .faq_min-btn-open{
	text-align: center;
    margin: 15px 0px 0px 0px!important;
    color: #121212!important;
    font-size: 15px!important;
    cursor: pointer;
}
.plugin_faq_min .faq_min-h3{
    font-size: 15px;
    font-weight:500;
}
.plugin_faq_min .faq_min-h3 span{
    background-color: #fff;
    padding: 0px 10px 0px 0px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.plugin_faq_min .faq_min-h3 hr{
    position: relative;
    top:-9px;
}
.plugin_faq_min .faq_min-box{}
.plugin_faq_min .faq_min-box table{
    border: 0px!important;
}
.plugin_faq_min .faq_min-box table td{
    border: 0px!important;
}
.plugin_faq_min .faq_min-box table td p{
    text-align: center;
    font-size: 12px;
}
.plugin_faq_min .faq_min-box table td .faq_min-number{
    font-weight: 800;
    font-size: 40px;
}
.faq_min-h3{
    margin: 20px 0px 5px 0px;
}

.faq_min-delete-page{
    font-size: 12px;
    font-weight:normal;
    text-decoration: none;
    color: #676662;
}
.faq_min-all-create{
    font-size: 18px;
    padding: 50px;
    text-align: center;
}
#tickets_form .g-recaptcha{
    display: inline-block;
    vertical-align: middle;
}
#login_form .g-recaptcha1 .grecaptcha-badge {
    top: 240px;
}
#registration_form .g-recaptcha1 .grecaptcha-badge {
    top: 300px;
}
.ticket-trouble-info {
    display: inline-block;
    max-width: 330px;
    margin-left: 10px;
    vertical-align: middle;
}
@media (max-width: 700px) {
    /*header {
        background: #eff3f6;
    }*/
    #head_navigation {
        background: none;
    }
    .shadow {
        width: 0;
        height: 0;
    }
    .hdr-bottom .flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .hdr-bottom .head-search {
        order: 2;
    }
    .hdr-bottom .head-category-navigation {
        order: 3;
    }
    .hdr-top .container, .hdr-top .flex {
        padding-left: 0;
        padding-right: 0;
    }
    .hdr-top .container p:first-child {
        padding-left: 15px;
    }
    a.open-menu {
        margin-left: 10px;
        margin-right: 10px;
    }

    #head_mob_navigation {
        max-width: 50px;
        margin-top: 5px;
    }
    
    #language {
        background: #1f1f1f;
        min-width: 150px;
    }

    .hdr-middle {
        position: relative;
        top: 0px;
    }
    .hdr-middle, #head_menu, #info {
        width: 100%;
    }

    #head_navigation, .head-category-navigation, .head-search {
        margin: 7px 0;
        width: 100%;
    }
    .head-category-navigation button {
        width: 100%;
        text-align: left;
    }
    .category-tooltip {
        display: none;
    }
    .hdr-bottom .head-search {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.soc-category {
        border: none;
    }
    .head-menu {
        width: calc(100% - 30px);
    }
    .head-menu a {
        background-position: 98% center;
    }
    .head-menu a.active {
        background: url(/img/darr.png) no-repeat 188px center;
        background-position: 98% center;
    }
    .head-menu ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    .head-menu p {
        display: none;
    }
    .head-search {
        display: none;
    }
    button.search_trigger {
        display: block;
        width: 23px;
        height: 23px;
        border: none;
        background: url(/img/new/search-button.png) no-repeat 0 0;
    }
    button.search_trigger.active {
        background-image: url(/img/new/search-button-active.png);
    }
}
h3.psm_title {
    margin: 0.67em 0;
}

.msg-row .message span input{
    width: 97%;
    margin: 2px 0 2px 5px;
}
.msg-row .use_min_sum {
    padding: 26px 0 0 24px;
}
.msg-row .public {
    padding: 26px 0 0 55px;
}
.msg-row .handle div{
    background: #bdbdbd;
    width: 50px;
    font-size: 3em;
    padding: 0px 0px 7px 11px;
    border-radius: 4px;
    margin-left: -5px;
    margin-top: 2px;
    cursor: move;
    border: 2px solid #585858;
    color: #585858;
}
.msg-row .action {
    text-align: right;
    padding: 26px 10px 0 0;
}
.header .column-1 {
    padding-left: 60px;
}
.header .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#add_msg_row {
    margin-top: 10px;
    background: #2f81b2;
    border: 1px solid #1b6496;
}
.expand_subcat_button {
    width: 100%;
    height: 27px;
    border-radius: 3px;
    border: 1px solid #2fb241;
    background-color: transparent;
    color: #2fb241;
    margin: 8px 0;
    transition: all 0.2s;
}
.expand_subcat_button:hover {
    background-color: #2fb241;
    color: #ffffff;
}

.expand_subcat_button.hide_subcat {
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
}
.expand_subcat_button.hide_subcat:hover {
    background-color: #b6b6b6;
    color: #ffffff;
}
.soc-title.select2-result__title {
    margin: 0;
}
.soc-title.select2-result__title p.soc-name,
.soc-title.select2-result__title h2.soc-name{
    margin: 0;
}
.search-soc-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-flow: nowrap;
    align-items: center;
    height: 30px;
    padding: 0;
    border-bottom: 1px dashed #bbbbbb;
    width: 100%;
    align-content: center;
}
.search-soc-body:hover {
    background: #f1f1f1;
}
.search-soc-body a,
.search-soc-body a:hover {
    color: #464646;
    text-decoration: none;
}
.search-soc-img {
    display: flex;
}
.search-soc-img img{
    width: 24px;
}
.search-soc-text {
    display: flex;
    margin: 0 0 0 5px;
    overflow: hidden;
}
.search-learn-more {
    display: flex;
}
.head-search .select2-container {
    z-index: 10;
    width: 100%!important;
}
.head-search .select2-container .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: 100%!important;
}
.head-search .select2-container--default .select2-selection--multiple,
.head-search .select2-container--default .select2-selection--single {
    height: 33px;
    border-color: #bec0bf;
    padding-left: 35px;
    font-size: 14px;
    background: #fafafa url(/img/new/search.png) no-repeat 6px;
}
.head-search .select2-container--default .select2-selection--multiple:active,
.head-search .select2-container--default .select2-selection--single:active,
.head-search .select2-container--default .select2-selection--multiple:focus,
.head-search .select2-container--default .select2-selection--single:focus,
.head-search .select2-container--default .select2-selection--multiple:focus-within,
.head-search .select2-container--default .select2-selection--single:focus-within {
    background: #ffffff;
    padding-left: 8px;
}
.head-search .select2-container--default .select2-selection--multiple:hover,
.head-search .select2-container--default .select2-selection--single:hover {
    background-color: #ffffff;
}
.head-search .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.head-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    /*display: none;*/
    height: 35px;
}
.head-search .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.head-search .select2-container--default .select2-selection--single .select2-selection__rendered,
.head-search .select2-container .select2-search--inline .select2-search__field{
    padding: 0;
    margin: 0;
    line-height: 32px;
    height: 33px;
}
.head-search .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.head-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6f6f6f;
}
.head-search select.search-input {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
span {
    outline: none;
}

@media (max-width: 768px) {
    .head-search {
        padding: 0 15px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        width: 100%!important;
    }
    .soc-title p,
    .soc-title h2 {
        line-height: 38px;
    }
    .select2-dropdown {
        box-shadow: 0 14px 20px rgba(0, 0, 0, 0.5);
    }
}

input[type="text"].readonly_input {
    cursor: default;
}
input[type="text"].readonly_input:hover {
    border: 1px solid #dadada;
}
input[type="text"].readonly_input:focus {
    border-color: #dadada;
    outline: none;
}
@media (min-width: 992px) {
    section.soc-category {
        padding-bottom: 245px;
	}
    h1 {
        font-size: 20px;
    }
}

ol.ol_clamp {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: item; /* Обнуляем счетчик списка */
    padding-left: 0;
    margin-bottom: 43px;
}
ol.ol_clamp li {
    margin-bottom: 15px;
}
ol.ol_clamp li p {
    margin: 0;
    padding-left: 1.2em;
    color: #727272;
}
ol.ol_clamp li:before {
    content: counter(item) ') '; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
}

.sign-blocks {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sign-block-form {
    background: #ffffff;
    display: block;
    padding: 30px 20px;
    text-align: center;
    height: 310px;
    max-width: 273px;
}

.sign-block-form .sign-block__title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sign-block-form .sign-block__reg-btn {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 0;
    border-radius: 3px;
    border: 2px solid #2fb241;
    background-color: #2fb241;
    text-decoration: none;
    margin-bottom: 4px;
    width: 233px;
}
.sign-block-form .sign-block__descr {
    color: #d82929;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sign-block-form .sign-block__or {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.sign-block-form .sign-block__or:before,
.sign-block-form .sign-block__or:after {
    background-color: #8b8b8b;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.sign-block-form .sign-block__or:before {
    right: 0.5em;
    margin-left: -50%;
}

.sign-block-form .sign-block__or:after {
    left: 0.5em;
    margin-right: -50%;
}
.sign-block-form .sign-block__sign-btn {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: 2px solid #2fb241;
    background-color: #2fb241;
    padding: 11px 0;
    width: 233px;
}
.sign-block-form .sign-block__reg-btn:hover,
.sign-block-form .sign-block__sign-btn:hover {
    background-color: #ffffff;
    color: #2fb241;
    font-weight: 700;
}
@media (max-width: 768px){
    .sign-blocks {
        flex-direction: column-reverse;
    }
    .sign-block-form {
        align-self: center;
        margin-bottom: 20px;
    }
    .notification-badge {
        top: 2px !important;
        margin-left: -10px;
    }
}
.star-rating {
    color: #f1a94b;
    font-size: 18px;
    align: right;
}
.reviews-count {
    color: #9eaeb7;
    font-style: italic;
    font-size: 12px;
}
#user_tickets {
    background: #fff;
    border-radius: 4px;
    padding: 12px;
}
.user_tickets__link {
    display: block;
    padding: 5px 20px 5px 18px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    border-radius: 3px;
    text-decoration: none;
    outline: 0;
    position: relative;
    font-size: 13px;
}
.ticket_unread {
    font-weight: 700;
}
.partner_bids {
    display: inline-block;
    vertical-align: middle;
}
.partner_compare_ip_block__matches {
    background: #ffffff;
    padding: 2px;
}
.partner_compare_ip_block__matches-header {
    display: block;
    margin: 10px 0 10px 10px;
    font-weight: 700;
    color: #ff3333;
}
.panel-heading a.partner_compare_ip_block__link span{
    font-weight: 400;
}
.panel-heading a.partner_compare_ip_block__link {
    color: #000000;
    font-weight: 700;
}
.panel-body table.list a {
    color: #337ab7;
    background: none;
}
.panel-body h4 {
    padding: 10px 4px 4px 4px;
}
.order-history {
    padding: 0 0 40px 0;
}
.soc-name a {
    color: #ffffff;
}


/* LK */
.lk {
    padding: 0 10px;
    font-size: 13px;
    font-family: Tanhoma, Helvetica, Arial;
}
.lk-menu {
    margin: 0;
    padding: 0;
    width: 220px;
}
.lk-content {
    width: 910px;
    padding-left: 30px;
}
.lk-menu ul{
    background: #FFFFFF;
    box-sizing: border-box;
    list-style-image: none!important;
    margin: 0!important;
}
.lk-menu ul li {
    list-style-type: none;
    border: 1px solid #E3E3E3;
}
.lk-menu ul li a {
    display: block;
    padding: 18px 0 18px 10px;
    font-size: 13px;
    color: #222222;
    text-decoration: none;
}
.lk-menu ul li a svg{
    margin-right: 10px;
    margin-bottom: -2px;
}
.lk-menu ul li a.lk-menu__active,
.lk-menu ul li a:hover {
    background: #F2F2F2;
    color: #858585;
}
.lk-menu ul li a:hover {
    text-decoration: none;
}
.lk-menu ul li a.lk-menu__active svg path,
.lk-menu ul li a:hover svg path {
    fill: #2FB241;
}
h4.profile_title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h4.profile_title.traffic_title {
    min-height: 35px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-25 {
    margin-bottom: 25px;
}
.lk-form-button {
    display: block;
    margin: 30px auto 0 auto;
    width: 220px;
    height: 28px;
}
.lk-menu button {
    display: none;
}
.refill-icons div div:first-child {
    background: #ffffff;
    width: 100%;
    height: 61px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
}
.refill-icons div div:first-child.active-refill {
    background: #FFFFFF;
    border: 2px solid #2FB241;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 1;
}
.refill-icons div div img {
    max-width: 100px;
    margin: 0;
}
.ps-percent-tip {
    position: absolute;
    top: 60px;
    background: #222;
    color: #fff;
    height: 0;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    box-shadow: 0 2px 2px rgba(0,0,0,.45);
    text-align: center;
    z-index: 999;
    transition: all 300ms;
    overflow: hidden;
}
.list-payments > div:hover .ps-percent-tip {
    height: 18px;
    width:calc(100% - 30px);
}
.list-payments > div.active-refill .ps-percent-tip {
    height: 18px;
    width:calc(100% - 30px);
}
@media (max-width: 768px) {
    .list-payments > div .ps-percent-tip {
        height: 18px;
        width: calc(100% - 30px);
    }
}
.lk a.refill-btn.refill-active-btn {
    color: #ffffff;
}
.lk a.refill-btn.refill-active-btn:hover {
    text-decoration: none;
}
.lk a.refill-btn {
    width: 150px;
    height: 33px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    color: #2FB241;
    cursor: pointer;
    margin-bottom: 20px;
}
.lk a.refill-btn.refill-right-btn {
    margin-left: -4px;
}
.lk a.refill-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.lk .balance_history a.refill-btn {
    margin-bottom: 0;
}
.inc-sum:hover svg path,
.dec-sum:hover svg path {
    fill: #ffffff;
}
.input-number {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
}
.input-number .dec-inc-sum {
    display: flex;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-left: none;
    width: 17px;
}
.input-number .dec-inc-sum .inc-sum,
.input-number .dec-inc-sum .dec-sum {
    display: flex;
    width: 17px;
    height: 14px;
    justify-content: center;
    align-items: center;
}
.input-number .dec-inc-sum .inc-sum:hover,
.input-number .dec-inc-sum .dec-sum:hover {
    background: #2FB241;
}
.lk-refill-form-pay-wrapper .input-number .lk-refill-form__input {
    width: 100%;
    margin-right: 0;
    border-radius: 3px 0 0 3px;
    border-right: none;
    background: #FAFAFA;
    box-shadow: none;
}
.refill-btn {
    background: none;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    border-radius: 5px;
    color: #2FB241;
    font-size: 13px;
    width: 150px;
}
.refill-active-btn,
.refill-btn:hover {
    background: #2FB241;
    color: #ffffff;
}
.refill-left-btn {
    border-radius: 5px 0 0 5px;
}
.refill-right-btn {
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
}
.refill-middle-btn {
    border-radius: 0;
    margin-left: -1px;
}
.lk-refill-form {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 10px;
}
.lk-refill-wrap-sum {
    color: #222222;
    font-size: 13px;
}
.lk-refill-wrap-sum h5{
    color: #222222;
    font-size: 13px;
}
.lk-refill-form-pay-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 24px 0;
}
.lk-refill-form-pay-wrapper .lk-refill-form__input {
    width: 50%;
    margin-right: 5px;
    height: 28px;
}
.lk-refill-form-pay-wrapper .lk-refill-form__btn {
    width: 50%;
    max-width: 198px;
    margin-left: 5px;
    height: 28px;
}
.lk-refill-wrap-rule .container-checkbox {
    font-size: 13px;
    font-weight: normal;
    background: url(/img/icons/checkbox.svg) 0 3px no-repeat;
}
.lk-refill-wrap-rule input[type=checkbox]:checked + label.container-checkbox {
    background: url(/img/icons/checkbox-checked.svg) 0 3px no-repeat;
}
.lk .table {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    background: #ffffff;
    font-size: 13px;
}
.lk .table thead {
    background: #434343;
    color: #ffffff;
    font-size: 13px;
}
.lk .table>thead>tr>th,
.lk .table>tbody>tr>td {
    vertical-align: middle;
}
.lk .table>tbody>tr>td {
    white-space: normal;
}
.lk .table .sub-col-data2 {
    display: inline-block;
    margin-right: 20px;
}
.lk .table .sub-col-data.align-right {
    text-align: right;
}
.lk .table .align-center {
    text-align: center;
}
.lk .table .sub-col-data2 span,
.lk .table .sub-col-data span {
    color: #9d9d9d;
    float: left;
    margin-right: 4px;
}
.lk .table .sub-col-data2 span {
    margin-right: 5px;
}
.lk a {
    text-decoration: none;
    color: #1E82CB;
}
.lk a.ticket-status-btn {
    color: #ffffff;
}
.lk a:hover,
.lk a:focus {
    text-decoration: underline;
}
.lk .row {
    padding: 0;
}
.mt-20 {
    margin-top: 20px;
}
.table-desktop-hide {
    display: none;
}
.table-tablet-hide {
    display: table-cell;
}
.table-mobile-hide {
    display: table-cell;
}
.desktop-hide {
    display: none!important;
}
.tablet-hide.ticket-status-line,
.tablet-hide {
    display: none;
}
.mobile-hide {
    display: block;
}
table.dataTable tbody tr.devider,
.devider {
    background: #eff3f6;
    height: 20px;
}
.ticket-btn {
    width: 100px;
    height: 33px;
}
.dataTables_wrapper .dataTables_filter input,
.profile_search {
    width: 100%;
    max-width: 334px;
    font-weight: 400;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    height: 33px;
    padding-left: 38px;
    background: #ffffff url(/img/icons/search.svg) 8px center no-repeat;
    margin-left: 7px;
}
.dataTables_wrapper .dataTables_filter label input::placeholder,
.dataTables_wrapper .dataTables_filter label input::-moz-placeholder,
.dataTables_wrapper .dataTables_filter label input::-ms-input-placeholder,
.dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder,
.dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
    color: #ACACAC!important;
}
div.dataTables_wrapper div.dataTables_filter {
    width: 22vw;
    max-width: 334px;
    margin-left: 310px;
}
div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}
.balance_history div.dataTables_wrapper div.dataTables_filter {
    float: right;
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 425px;
    width: 49vw;
}
.balance_history .dataTables_wrapper .dataTables_filter input {
    max-width: 100%;
    margin: 0;
}
.ticket-status-btn {
    width: 74px;
    height: 26px;
    font-family: Tanhoma, Helvetica, Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    background: #A4A4A4;
    border-radius: 50px;
    border: 1px solid #A4A4A4;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket-status-btn__active {
    background: #E7AB10;
    border: 1px solid #E7AB10;
}
div.ticket-status-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ticket-status-line div {
    display: flex;
    align-items: center;
}
.ticket-status-line div span {
    margin-right: 10px;
}
.shopping-list-last-col {
    width: 200px;
}
.product-download {
    text-align: center;
}
.product-download a:hover svg path {
    fill: #2FB241;
}
.product-paid {
    color: #2FB241;
}
.product-not-paid {
    color: #D52823;
}
.mobile-download-link {
    color: #1E82CB;
}
.ref-system-info {
    padding: 10px 0 10px 30px;
}
.ref-system-info:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2FB241;
    border-radius: 4px;
    margin-left: -12px;
    margin-top: 7px;
}
.referal-links p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #A4A4A4;
}
.copy-btn {
    position: absolute;
    right: 20px;
    top: 34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.ref-right-row,
.ref-left-row {
    display: flex;
    justify-content: space-between;
}
.ref-left-row label,
.ref-right-row label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #222222;
}
.ref-left-row input {
    width: 125px;
}
.ref-right-row select,
.ref-right-row input {
    width: 300px;
}
.pay-btn {
    background: #2FB241;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 28px;
    color: #ffffff;
    margin-left: auto;
}
.lk a.pay-btn {
    color: #ffffff;
}
.pay-btn:hover {
    color: #2FB241;
    border: 1px solid #2FB241;
    background: #ffffff;
    text-decoration: none;
}
.lk a.pay-btn:hover {
    color: #2FB241;
    text-decoration: none;
}
.table.orders>thead>tr>th:nth-child(2) {
    width: 420px;
}
.table.tickets>thead>tr>th:nth-child(2) {
    width: 480px;
}
.main-block-download-btn:hover path,
.main-block-create-ticket-btn:hover path{
    fill: #2FB241;
}
.ps {
    width: 70px;
    height: 22px;
}
.lk .table>tbody>tr>td div.ps img {
    width: 100%;
    margin: 0;
    max-width: 70px;
}
.low-priority {
    color: #D52823;
}
.medium-priority {
    color: #C99D00;
}
.high-priority {
    color: #2FB241;
}
.lk-menu-mobile-hide {
    display: block;
}
.dataTables_length label {
    font-weight: normal;
    font-size: 13px;
    color: #222222;
}
.dataTables_length select {
    width: auto;
    margin-left: 10px;
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
}
.dataTables_wrapper .dataTables_info {
    font-weight: normal;
    font-size: 13px;
    color: #222222;
}
.dataTables_wrapper .table.dataTable.no-footer {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #E3E3E3;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous.disabled {
    border: 1px solid #9D9D9D;
    box-sizing: border-box;
    border-radius: 3px;
    /*width: 23px;*/
    height: 23px;
    padding: 0;
    color: #9D9D9D!important;
    margin: 0 3px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled) svg path,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled) svg path {
    color: #2FB241!important;
    border: 1px solid #2FB241;
    background: none;
    fill: #2FB241;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    color: #ffffff!important;
    border: 1px solid #2FB241;
    background: #2FB241;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled):hover svg path,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled):hover svg path {
    fill: #ffffff;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.next svg{
    transform: rotateZ(180deg);
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    padding: 0;
    color: #9D9D9D!important;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    clear: both;
    float: none;
    display: block;
    width: 40%;
    text-align: center;
    margin: -33px auto 0 auto;
    right: 0;
    left: 0;
    position: absolute;
}
.dataTables_wrapper .new_button,
.dataTables_wrapper .dataTables_info {
    display: inline-block;
    float: right;
    padding-top: 2px;
}
.dataTables_wrapper .new_button {
    padding-top: 0;
}
.dataTables_wrapper .buttons,
.dataTables_wrapper .dataTables_length {
    clear: both;
    float: none;
    display: inline-block;
}
.dataTables_wrapper a.new-ticket-btn {
    border: 1px solid #2FB241;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    width: 195px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-left: 30px;*/
    /*background: #2FB241 url(/img/icons/add_new_ticket.svg) 20px center no-repeat;*/
    background: #2FB241;
}
table.dataTable tbody td img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.lk-menu ul li.lk-menu-header {
    display: flex;
    justify-content: space-between;
    background: #434343;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #434343;
}
.lk-menu ul li.lk-menu-header.subuser_balance_class {
    background: #f55f5f;
}
.subuser-block_botton {
    height: 40px;
}
.subuser-block {
    height: 40px;
    width: 100%;
    background: #f55f5f;
    color: #ffffff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.subuser-block_text {
    text-align: center;
    font-size: 24px;
    line-height: 39px;
}
.subuser-block_text span {
    color: #ffff77;
    display: inline-block;
}
.subuser-block_text a.btn-link {
    margin-left: 10px;
    background: #E6ED1A;
    border: 2px solid #E6ED1A;
    border-radius: 4px;
    padding: 0px 30px 2px 30px;
    text-align: center;
    outline: none;
    cursor: pointer;
    color: #333333;
    text-transform: capitalize;
    text-decoration: none;
}
.subuser-block_text a.btn-link.green-btn-link {
    background: #2fb241;
    border: 2px solid #2fb241;
    color: #ffffff;
}
.subuser-block_text a.btn-link:hover {
    background: #fbfb77;
    border: 2px solid #E6ED1A;
}
#tickets #message {
    height: 150px;
}
.subuser-block_text a.btn-link.green-btn-link:hover {
    background: #76b27f;
    border: 2px solid #2fb241;
    color: #000000;
}
@media (max-width: 1170px) {
    .lk-menu {
        width: 220px;
        position: absolute;
        right: 15px;
        margin-top: -44px;
        z-index: 1;
    }
    .lk-menu ul {
        /*display: none;*/
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    }
    .lk-menu button {
        padding: 5px 20px 5px 12px;
        border: none;
        border-radius: 3px;
        position: relative;
        font-size: 14px;
        line-height: 26px;
        display: block;
        margin-left: auto;
        right: 0;
    }
    /*.lk-menu button:after {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*content: '';*/
        /*display: block;*/
        /*width: 36px;*/
        /*height: 36px;*/
        /*background: url(/img/new/arrow.png) no-repeat center;*/
    /*}*/
    .lk-menu button img {
        width: 12px;
        height: 12px;
        margin: 0 9px 2px 0;
    }
    .lk-content {
        width: 100%;
        padding: 0;
    }
    .lk-content .main-block .col-xs-12 {
        padding: 0;
    }
    .lk-menu-mobile-hide {
        display: none;
    }
}
@media (max-width: 992px) {
    .table.orders>thead>tr>th:nth-child(2) {
        width: 380px;
    }
    .table.tickets>thead>tr>th:nth-child(2) {
        width: 340px;
    }
    #navigation_right > div.authorization {
        padding: 8px 0;
        display: block;
        margin: 0;
    }
    .authorization .registration-open {
        display: none;
    }
    .authorization .cabinet-open,
    .authorization .login-open {
        width: 26px;
        height: 26px;
        padding: 7px;
        display: block;
        overflow: hidden;
        background: #2FB241;
        border-radius: 3px;
        border: 1px solid #2FB241;
        box-sizing: border-box;
    }
    .authorization .cabinet-open svg,
    .authorization .login-open svg {
        margin: 0;
        padding: 0;
        display: block;
    }
    #navigation_right div#language {
        display: none;
    }
    #language_mobile {
        display: block;
        padding: 10px;
    }
    .login, .forgot, .modal-body, .registration {
        top: 257px;
    }
}
@media (max-width: 768px) {
    .lk .col-xs-12.p0 {
        padding: 0;
    }
    .tablet-hide.ticket-status-line,
    .table-tablet-hide {
        display: none;
    }
    .table-desktop-hide {
        display: table-cell;
    }
    .desktop-hide {
        display: block!important;
    }
    .sub-col-data.desktop-hide {
        margin-bottom: 5px;
    }
    h4.profile_title {
        margin-top: 20px;
    }
    .referal-links p {
        margin-top: 16px;
        display: inline-block;
        margin-left: 16px;
    }
}
@media (max-width: 550px) {
    .lk-menu {
        width: 100%;
        position: relative;
        right: auto;
        margin: 0;
    }
    body h1 {
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 12px;
    }
    .lk-menu ul {
        /*display: none;*/
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    }
    .lk-menu button {
        width: 100%;
        padding: 5px;
    }
    .lk-menu button img {
        width: 12px;
        height: 12px;
        margin: 0 9px 2px 0;
    }
    h4.profile_title {
        margin-top: 30px;
    }
    form h4.profile_title {
        margin-left: 15px;
        margin-right: 15px;
    }
    .dataTables_wrapper .new_button {
        width: 100%;
        float: none;
        clear: both;
    }
    .dataTables_wrapper .new_button a {
        width: 100%;
    }
    .table-mobile-hide {
        display: none;
    }
    .tablet-hide {
        display: block;
    }
    .tablet-hide.ticket-status-line,
    .tablet-hide.main-block-status-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
    }
    .tablet-hide.main-block-status-line a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tablet-hide.main-block-status-line a.main-block-download-btn {
        width: 70px;
    }
    .tablet-hide.main-block-status-line a.main-block-create-ticket-btn {
        width: 60px;
    }
    .mobile-hide {
        display: none;
    }
    .table-responsive {
        border: 1px solid transparent;
    }
    .lk .table>tbody>tr>td {
        vertical-align: middle;
        border: 1px solid transparent;
    }
    .lk .table .sub-col-data2 {
        display: block;
        margin-right: 0;
    }
    .lk-content .main-block .col-xs-12 {
        padding: 0 15px;
    }
    .ref-left-row,
    .ref-right-row {
        flex-direction: column;
    }
    .sub-col-data.tablet-hide {
        margin-top: 5px;
    }
    div.dataTables_wrapper div.dataTables_filter {
        position: relative;
        width: 100%;
        margin: 20px 0 10px -7px;
    }
    table.dataTable {
        border-collapse: collapse;
    }
    table.dataTable tbody tr {
        border-bottom: 20px solid #eff3f6;
    }
    .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
        width: 100%;
        margin: 20px auto 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .dataTables_wrapper {
        margin-bottom: 100px;
    }
    .lk .col-xs-12.p0 .row {
        margin: 0;
    }
    .refill h4.profile_title,
    .refill a.refill-btn {
        margin-left: 15px;
    }
    .lk .balance_history a.refill-btn {
        margin-bottom: 20px;
    }
    .balance_history div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
        margin-bottom: 14px;
    }
    .login,
    .forgot,
    .modal-body,
    .registration {
        min-width: 300px;
        max-width: 402px;
        width: calc(100% - 20px);
        top: 225px;
        padding: 16px;
    }
    .registration hr, .modal-body hr, .forgot hr, .login hr {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .close-registration, .close-forgot, .close-modal, .close-login {
        right: 20px;
        top: 18px;
    }
    #registration_form label, #forgot_form label, #login_form label {
        font-size: 13px;
    }
    #registration_form input, #forgot_form input, #login_form input {
        font-size: 13px;
        height: 25px;
    }
    #login_form .forgot_password {
        margin-bottom: 24px;
    }
    #registration_form input,
    #forgot_form input,
    #login_form input {
        width: 170px;
    }
    #login-captcha,
    #forgot_password-captcha {
        overflow: hidden;
        justify-content: flex-start;
    }
    #login_form .registration-open-mobile {
        display: block;
        background: #FFFFFF;
        color: #2FB241;
        margin-top: -10px;
        margin-bottom: 0;
    }
    #login_form .g-recaptcha1 .grecaptcha-badge {
        top: 190px;
    }
    #registration_form .g-recaptcha1 .grecaptcha-badge {
        top: 260px;
    }
}

.accordion .card.collapsed .card-body {
    display: none;
}
#step1.card.collapsed {
    cursor: pointer;
}
.card {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px 0;
}
.card-header {
    background: #f1f1f1;
    color: #333;
    padding: 10px 20px;
}
.card-body {
    margin: 15px 20px;
    overflow: hidden;
}
.buy-button-container {
    text-align: right;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}
.buy-button-container button,
.buy-button-container button:hover {
    position: relative;
    padding-left: 26px;
    font-size: 13px !important;
}
.buy-button-container button::before,
.buy-button-container button:hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 18px;
    height: 15px;
    background: url(/img/ic-basket.png) no-repeat 0 0;
}
ul#item_partners {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul#item_partners li {
    border: 1px solid #2FB241;
    margin: 5px 0;
    padding: 12px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 13px;
}
ul#item_partners li .text-muted {
    color: #8E8E8E;
}
ul#item_partners li:not(.preloader).active,
ul#item_partners li:not(.preloader):hover {
    background: #2FB241;
    color: #fff;
}
ul#item_partners li.active .text-muted,
ul#item_partners li:hover .text-muted {
    color: #fff;
}
.marquee {
    background-color: #e6ed1a;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
    font-size: 16px;
    font-family: 'OpenSans';
}
@media screen and (min-width: 1000px) {
    .marquee {
        height: 30px;
        white-space: nowrap;
    }
    .marquee span {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
    }

    .marquee span:hover {
        animation-play-state: paused;
    }

    @keyframes marquee {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-100%, 0);
        }
    }
}
#buy_dialog .form {
    margin: 0;
}
.buy_dialog.ui-dialog .ui-dialog-title {
    font-family: Arial, Tanhoma, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
}
.buy_dialog #item_name {
    font-family: Arial, Tanhoma, Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}
.buy_steps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 14px;
}
.buy_steps .step_done {
    display: none;
    margin-left: 16px;
    margin-right: 4px;
}
.buy_steps .step_1 {
    background: #2FB241;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    border-radius: 2px 0 0 2px;
    height: 40px;
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.buy_steps .step_1::after {
    display: block;
    position: absolute;
    margin-left: calc(24% - 3px);
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #2FB241;
    border-bottom: 20px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
}
.buy_steps .step_1.done {
    background: #FFFFFF;
}
.buy_steps .step_1.done::after {
    margin-left: calc(24% - 4px);
    border-left: 12px solid #ffffff;
}
.buy_steps .step_done svg {
    vertical-align: middle;
    margin-right: 2px;
}
.buy_steps .step_done span {
    vertical-align: middle;
    color: #2FB241;
    font-size: 13px;
}
.buy_steps .step_2 {
    background: #FFFFFF;
    border: 1px solid #B4B4B4;
    border-left: none;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    height: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buy_steps .step_2 span {
    margin-left: 16px;
    margin-right: 4px;
}
.buy_steps .step_2::after {
    display: block;
    position: absolute;
    margin-left: calc(23% + 6px);
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 20px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
}
.buy_steps .step_2::before {
    display: block;
    position: absolute;
    margin-left: calc(23% + 7px);
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #B4B4B4;
    border-bottom: 20px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
}
.buy_steps .step_2.active {
    background: #2FB241;
    border: 1px solid #2FB241;
    color: #ffffff;
}
.buy_steps .step_2.active::after {
    display: none;
}
.buy_steps .step_2.active::before {
    display: block;
    position: absolute;
    margin-left: calc(23% + 7px);
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #2FB241;
    border-bottom: 20px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
}
.buy_steps .step_in_process {
    font-family: Arial, Tanhoma, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 16px;
    margin-right: 4px;
}

ul#item_partners li.preloader {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: inherit;
    flex-wrap: wrap;
}

@media (max-width: 450px){
    #step2 .form td {
        padding: 2px;
        display: block;
        width: 100%;
    }
    #step2 .form tr:not(.price-wrapper) td:first-child,
    #step2 .form tr.price-wrapper td {
        padding: 10px 0 2px 0;
    }
    #step2 .form input[type="radio"] + label, input[type="checkbox"] + label {
        white-space: normal;
    }
    #step2 .form input[type=checkbox]:checked + label {
        background: url(../../img/new/check-yes.png) center left no-repeat;
        background-position: 0;
    }
    #step2 .form .card-body {
        margin: 8px;
    }
    #step2 .form .price-wrapper {
        display: flex;
    }
    .buy_steps .step_done span {
        width: 50%;
        display: inline-block;
    }
}

/* PRELOADER */
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.lds-spinner {
    position: relative;
}
.lds-spinner div {
    left: 94px;
    top: 48px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #2FB241;
    width: 12px;
    height: 24px;
    border-radius: 40%;
    -webkit-transform-origin: 6px 52px;
    transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-spinner {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-100px, -100px) scale(0.5) translate(150px, 150px);
    transform: translate(-100px, -100px) scale(0.5) translate(150px, 150px);
    /*margin: auto;*/
}
/*-----------*/

.rejected_partners_link {
    display: block;
    text-align: right;
    margin-bottom: 8px;
}
@media (min-width: 1200px){
    .soc-text {
        padding: 0 3px;
    }
}

.form.reg-accounts td:first-child .form-control {
    max-width: 200px;
}

.form.reg-accounts th:last-child .help:before {
    left: -250px;
    width: min-content;
}

#sortable .handle {
    cursor: move;
}

#sortable .sort:hover {
    background: #ffffff;
}

table.partner_payment_systems {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.partner_payment_systems_info,
.partner_payment_systems_info p {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    color: #ff5a6c;
    font-size: 16px;
    padding: 80px 10px;
}

.partner_payment_systems_info span{
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.menu-event__count {
    display: block;
    position: absolute;
    background: #ff0000;
    height: 54px;
    width: 30px;
    color: #ffffff;
    right: 1px;
    margin-top: -36px;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    border-left: 1px solid #E3E3E3;
}

.table-notifications {
    width: 100%;
    display: block;
}

.notifications-block {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 16px;
    padding: 8px;
}

.notifications-block__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 8px 0;
    font-size: 16px;
    max-height: 150px;
    overflow: auto;
}

.notifications-block__icon {
    width: 30px;
}

.notifications-block__icon img {
    width: 100%;
}

.notifications-block__title {
    width: calc(100% - 160px);
    padding: 0 8px;
}

.notifications-block__date {
    width: 130px;
    font-size: 14px;
    text-align: right;
}

.notifications-block__message {
    font-size: 13px;
}

.notifications-block.not-read {
    background: #e4ffe7;
    border: 1px solid #2FB241;
    cursor: pointer;
}

.notifications-block.not-read:hover {
    background: #f0fbf1;
}

.form.notification_table td:first-child {
    width: 70%;
}
.form.notification_table td input,
.form.notification_table td select,
.form.notification_table td button {
    display: block;
}

@media (max-width: 576px){
    .notifications-block__row {
        flex-wrap: wrap;
    }
    .notifications-block__title {
        width: calc(100% - 30px);
    }
    .notifications-block__date {
        width: 100%;
        text-align: left;
    }
}

@-moz-document url-prefix() {
    .head-search {
        width: 30%;
    }
    .head-search .select2-container {
        width: 100%;
        max-width: 100%;
    }
    .buy_steps .step_1::after {
        margin-left: calc(47% - 1px);
    }
    .buy_steps .step_2::before {
        margin-left: calc(47% + 9px);
    }
    .buy_steps .step_2::after {
        margin-left: calc(47% + 7px);
    }
    .buy_steps .step_1.done::after {
        margin-left: calc(47% - 3px);
    }
    .buy_steps .step_2.active::before {
        margin-left: calc(47% + 11px);
    }
    @media (max-width: 768px) {
        #head_navigation, .head-category-navigation, .head-search {
            margin: 7px 0;
            width: 100%;
        }
    }
}

/* COOKIE BANNER */
.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
}

.cc_container {
    background: #fff;
    color: #999;
    font-size: 17px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
}

.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
    line-height: 1em;
}

.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    display: block;
}

.cc_container--open {
    display: none;
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}
@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px;
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px;
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em;
    }
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em;
    }
}
.complaint {
    cursor: pointer;
    padding: 0 5px;
    vertical-align: middle;
}
.complaint > path {
    fill: #A4A4A4;
}
.bad-complaint > path {
    fill: #D52823;
    cursor: default;
}
.complaint > path:hover {
    fill: #777;
}
.bad-complaint > path:hover {
    fill: #D52823;
}
#complaint_dialog label {
    margin: 12px 0 7px;
}
#complaint_dialog .time-terms {
    background: transparent url("/img/icon48.svg") no-repeat 0 5px;
    padding-left: 45px;
    padding-right: 20px;
    color: #a4a4a4;
}
textarea#complaint_body_area {
    height: 96px;
}
.complaint-btn {
    width: 243px;
    height: 25px;
    margin: 15px auto;
    display: block;
}
.login-error, .registration-error {
    display: none;
    background: #D52823;
    color: #ffffff;
    padding: 25px;
    -webkit-transform: translate(-28px,28px);
    -ms-transform: translate(-28px,28px);
    transform: translate(-28px,28px);
    width: calc(100% + 56px);
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
#login-captcha,
#forgot_password-captcha {
    display: flex;
    justify-content: center;
}
#registration_form .line-alert label, #forgot_form .line-alert label, #login_form .line-alert label {
    color: #D52823;
}
#registration_form .line-alert input, #forgot_form .line-alert input, #login_form .line-alert input {
    border: 1px solid #D52823;
}

@media (max-width: 550px) {
    .login-error, .registration-error {
        display: none;
        padding: 16px;
        -webkit-transform: translate(-16px,16px);
        -ms-transform: translate(-16px,16px);
        transform: translate(-16px,16px);
        width: calc(100% + 32px);
        font-size: 13px;
    }
    .ref-left-row input {
        width: 256px;
    }
    .ref-page .pay-btn {
        margin-right: auto;
    }
}

.ref-info {
    width: 100%;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

#breadcrumbs {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

img.hidden_goods {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.tickets-marks {
    font-size: 13px;
    line-height: 16px;
    border-top: 1px solid #cccccc;
    margin: 20px 5px 0;
    padding: 10px 0 0;
}

.ticket-mark {
    width: 177px;
    height: 45px;
    padding: 4px 10px 4px 52px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
    transition: 200ms;
}
.ticket-mark.mark-4 {
    text-align: center;
    padding: 13px;
}
.ticket-mark.mark-1:hover {
    color: #D52823;
    border-color: #D52823;
}
.ticket-mark.mark-1:hover path {
    fill: #D52823;
}
.ticket-mark.mark-2:hover {
    color: #E7AB10;
    border-color: #E7AB10;
}
.ticket-mark.mark-2:hover path {
    fill: #E7AB10;
}
.ticket-mark.mark-3:hover {
    color: #2FB241;
    border-color: #2FB241;
}
.ticket-mark.mark-3:hover path {
    fill: #2FB241;
}
.ticket-mark.mark-4:hover {
    color: #636363;
    border-color: #636363;
}
.ticket-mark svg {
    position: absolute;
    top: 6px;
    left: 12px;
}
.ticket-mark path {
    fill: #CCCCCC;
}
.tickets-marks .checked {
    padding-left: 34px;
    margin: 0;
    background: url(/img/icons/checked.svg) no-repeat 0 0;
    line-height: 20px;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    margin-top: 10px;
}

td.folding-container::before {
    content: '+';
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    color: #2a7;
}

tr.shown td.folding-container::before {
    content: '\2013';
    color: #f42;
}

.accounts-help {
    color: #337ab7;
    cursor: help;
    font-weight:bolder;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.col_title {
    position: relative;
}
.btn-edit-category {
    top: 0;
    right: 0;
}
#login_form #login_button:disabled,
#registration_form #reg_button:disabled,
#forgot_form #forgot_button:disabled {
    cursor: default;
    background-color: #ccc;
}
/****PARTNER****/
h1.partner-reg {
    font-family: Tahoma;
}
.partner-reg__form {
    font-family: Tahoma;
    max-width: 563px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 24px 49px 40px 49px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.partner-reg__form .form td {
    padding: 5px 0;
}
.partner-reg__form .form tr:last-child td {
    padding-top: 13px;
}
.partner-reg__form h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}
.partner-reg__form .form td:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #4E4E4E;
    padding-right: 10px;
}
.partner-reg__form input[type="email"],
.partner-reg__form input[type="password"],
.partner-reg__form select {
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    height: 32px;
}
.partner-reg__form input[type="radio"] + label,
.partner-reg__form input[type="checkbox"] + label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #4E4E4E;
}
.partner-reg__form .container-checkbox {
    font-size: 13px;
    font-weight: normal;
    background: url(/img/icons/checkbox_bold.svg) 0 1px no-repeat;
}
.partner-reg__form input[type=checkbox]:checked + label.container-checkbox {
    background: url(/img/icons/checkbox-checked.svg) 0 1px no-repeat;
}
.partner-reg__form a {
    color: #1E82CB;
}
body .partner-reg__form p {
    text-align: center;
}
body .partner-reg__form p button {
    width: 283px;
    height: 34px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.partner-reg__form p.required_info {
    padding-top: 18px;
}
.partner-reg {
    margin-bottom: 29px;
}

.partner-reg__steps {
    max-width: 563px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}
.partner-reg__steps .step_done {
    display: block;
    margin-left: 16px;
    margin-right: 4px;
}
.partner-reg__steps .step_1 {
    background: #2FB241;
    box-sizing: border-box;
    border-radius: 2px 0 0 2px;
    height: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%);
    z-index: 2;
}
.partner-reg__steps .step_1 .step_1_text {
    background: #EFF3F6;
    box-sizing: border-box;
    height: 38px;
    width: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%);
    color: #2FB241;
    padding-right: 14px;
}
.partner-reg__steps .step_1 .step_1_text svg {
    margin-right: 8px;
}
.partner-reg__steps .step_1.active .step_1_text {
    background: #2FB241;
    color: #ffffff;
}
.partner-reg__steps .step_2 {
    background: #B4B4B4;
    box-sizing: border-box;
    height: 40px;
    width: calc(50% + 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%, 18px 50%);
     margin-left: -19px;
    z-index: 1;
}
.partner-reg__steps .step_2 .step_2_text {
    background: #EFF3F6;
    box-sizing: border-box;
    height: 38px;
    width: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, calc(100% - 17px) 0%, 100% 50%, calc(100% - 17px) 100%, 0% 100%, 17px 50%);
    color: #B4B4B4;
}
.partner-reg__steps .step_2 span {
    margin-left: 16px;
    margin-right: 4px;
}
.partner-reg__steps .step_2.active {
    background: #2FB241;
}
.partner-reg__steps .step_2.active .step_2_text {
    background: #2FB241;
    color: #ffffff;
}

.partner-reg__form_step_2 {
    font-family: Tahoma;
    padding: 34px 20px 65px 20px;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
}
.partner-reg__form_step_2 table.table {
    font-family: Tahoma;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    display: contents;
}
.partner-reg__form_step_2 table.table thead {
    background: #434343;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}
.partner-reg__form_step_2 .help {
    margin-top: -3px;
    background: url(/img/ic-q-light.svg) center center no-repeat;
}
.partner-reg__form_step_2 .help:hover {
    background: url(/img/ic-q-blue.svg) center center no-repeat;
}
.partner-reg__form_step_2 table.table>thead>tr>th {
    border: none;
}
.partner-reg__form_step_2 table.table>thead>tr>th:first-child {
    border-radius: 5px 0 0 0;
}
.partner-reg__form_step_2 table.table>thead>tr>th:last-child {
    border-radius: 0 5px 0 0;
}
.partner-reg__form_step_2 table.table .form-control {
    background: #fafafa;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
}
.partner-reg__form_step_2 table.table div.accounts_count {
    display: flex;
}
.partner-reg__form_step_2 table.table div.accounts_count input.form-control {
    display: inherit;
    padding: 0 12px;
    width: 80px;
    margin-right: 10px;
}
.partner-reg__form_step_2 table.table div.accounts_count select.form-control {
    display: inherit;
    padding: 0;
    width: 90px;
}
.partner-reg__form_step_2 table.table>tbody>tr>td,
.partner-reg__form_step_2 table.table>tbody>tr>th,
.partner-reg__form_step_2 table.table>tfoot>tr>td,
.partner-reg__form_step_2 table.table>tfoot>tr>th,
.partner-reg__form_step_2 table.table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.partner-reg__form_step_2 table.form td:last-child {
    padding-right: 10px;
}
.partner-reg__form_step_2 table.form td:last-child.del {
    padding-left: 0;
}
.partner-reg__form_step_2 table.form td:first-child {
    padding-left: 10px;
}
.partner-reg__form_step_2 table.form td:last-child.del input[type=button] {
    font-size: 26px;
    height: 34px;
    width: 34px;
}
.partner-reg__form_step_2 .btn.btn-lg.btn-block {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #2FB241;
    height: 30px;
}
.partner-reg__form_step_2 .btn.btn-lg.btn-block:hover {
    background: #2FB241;
    color: #ffffff;
}
.partner-reg__form_step_2 table.form tfoot td,
.partner-reg__form_step_2 table.form tfoot td:first-child,
.partner-reg__form_step_2 table.form tfoot td:last-child {
    padding: 15px 0 0 0;
}
.after_reg_info {
    clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50%, calc(100% - 50px) 100%, 0% 100%);
    background: #F3F3F3;
    padding: 10px 60px 10px 26px;
}
.after_reg_info h3 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
.after_reg_info_block button[type="submit"] {
    width: 283px;
    height: 34px;
    background: #2FB241;
    border-radius: 3px;
    margin-bottom: 22px;
}
.after_reg_info__send_query_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
.after_reg_info__items {
    display: flex;
    margin-bottom: 16px;
}
.after_reg_info__item {
    width: 22px;
    height: 22px;
    margin-right: 14px;
    background: #2FB241;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.after_reg_info__item_text {
    width: calc(100% - 36px);
}
.partner-menu {
    margin-bottom: 30px;
}
.partner-menu button.button {
    display: none;
}
#content .partner-menu ul.partner-menu-items {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 16px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-left: none;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item:first-child {
    border-left: 1px solid #E3E3E3;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item a,
#content .partner-menu ul.partner-menu-items li.partner-menu-item>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #222222;
    text-decoration: none;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item>div {
    opacity: 20%;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item a.partner-menu__active,
#content .partner-menu ul.partner-menu-items li.partner-menu-item a:hover {
    color: #858585;
    text-decoration: none;
    background: #F2F2F2;
}
#content .partner-menu ul.partner-menu-items li.partner-menu-item a .partner-menu-icon,
#content .partner-menu ul.partner-menu-items li.partner-menu-item>div .partner-menu-icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

div .partner_menu_faq,
a .partner_menu_faq {
     background: url(/img/icons/partner_menu_faq.svg) center center no-repeat;
}
div .partner_menu_bids,
a .partner_menu_bids {
    background: url(/img/icons/partner_menu_bids.svg) center center no-repeat;
}
div .partner_menu_upload,
a .partner_menu_upload {
    background: url(/img/icons/partner_menu_upload.svg) center center no-repeat;
}
div .partner_menu_payments,
a .partner_menu_payments {
    background: url(/img/icons/partner_menu_payments.svg) center center no-repeat;
}
div .partner_menu_profile,
a .partner_menu_profile {
    background: url(/img/icons/partner_menu_profile.svg) center center no-repeat;
}
div .partner_menu_logout,
a .partner_menu_logout {
    background: url(/img/icons/partner_menu_logout.svg) center center no-repeat;
}

a.partner-menu__active .partner_menu_faq,
a:hover .partner_menu_faq {
    background: url(/img/icons/partner_menu_faq-hover.svg) center center no-repeat;
}
a.partner-menu__active .partner_menu_bids,
a:hover .partner_menu_bids {
    background: url(/img/icons/partner_menu_bids-hover.svg) center center no-repeat;
}
a.partner-menu__active .partner_menu_upload,
a:hover .partner_menu_upload {
    background: url(/img/icons/partner_menu_upload-hover.svg) center center no-repeat;
}
a.partner-menu__active .partner_menu_payments,
a:hover .partner_menu_payments {
    background: url(/img/icons/partner_menu_payments-hover.svg) center center no-repeat;
}
a.partner-menu__active .partner_menu_profile,
a:hover .partner_menu_profile {
    background: url(/img/icons/partner_menu_profile-hover.svg) center center no-repeat;
}
a.partner-menu__active .partner_menu_logout,
a:hover .partner_menu_logout {
    background: url(/img/icons/partner_menu_logout-hover.svg) center center no-repeat;
}
.partner_cost {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.partner_cost .partner_cost_amount {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}
.partner_cost .partner_cost_amount span {
    font-size: 16px;
}
.partner_cost .partner_cost_button {
    width: 198px;
    height: 28px;
}
.partner_no-bids {
    display: block;
    text-align: center;
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #757575;
    margin: 24px 0;
}
.partner_no-bids_add {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 34px;
    background: #2FB241;
    border-radius: 3px;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}
.partner_no-bids_add:hover {
    background: #ffffff;
    color: #2FB241;
    text-decoration: none;
}
.partner_pfaq {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 30px 20px 30px 0;
}
.partner_profile {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 30px 20px;
}
.form-control-currency {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4E4E4E;
    display: flex;
    align-items: center;
}
.partner_uploads_button {
    background: #2FB241;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 34px;
    display: block;
    margin-top: 22px;
}
.partner_uploads_button:hover {
    background: #ffffff;
    color: #2FB241;
}
.partner_uploads_button:first-letter {
    text-transform: capitalize;
}
body .partner-reg__form_step_2 h2 {
    margin-top: 0;
}
.not-partner-yet__items {
    display: flex;
    margin-bottom: 32px;
}
.not-partner-yet__items .item_link {
    width: 212px;
    height: 33px;
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2FB241;
    border: 1px solid #2FB241;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}
.not-partner-yet__items .item_link.active,
.not-partner-yet__items .item_link:hover {
    background: #2FB241;
    color: #ffffff;
    text-decoration: none;
}
.not-partner-yet__items .item_link.item_1_link {
    border-radius: 5px 0 0 5px;
}
.not-partner-yet__items .item_link.item_2_link {
    border-radius: 0 5px 5px 0;
}
.user_offer_declined {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #D52823;
}
.user_offer_checking {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #E7AB10;
}
.user_offer_cat_and_qty {
    display: flex;
    flex-direction: column;
    width: 180px;
}
.user_offer_cat {
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    width: 162px;
    height: 32px;
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4E4E4E;
    padding: 0 10px;
}
.user_offer_qty {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4E4E4E;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}
.user_offers table.dataTable thead th,
.user_offers table.dataTable thead td {
    padding: 10px;
}
.partner-reg__form_step_2.user_offers {
    padding: 25px 20px 20px 20px;
    margin-bottom: 100px;
}
.partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_length {
    position: absolute;
    bottom: -80px;
    left: 0;
    display: flex;
    padding: 0;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
}
.partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}
.partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    position: absolute;
    bottom: -80px;
    margin: 0 auto;
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_info {
    position: absolute;
    bottom: -80px;
    right: 0;
    display: flex;
    padding: 0;
    height: 30px;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .partner-reg__form_step_2 {
        padding: 24px 60px 45px 60px;
        margin-bottom: 100px;
    }
    .partner-reg__form_step_2.user_offers {
        padding: 25px 20px 20px 20px;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_length {
        position: absolute;
        bottom: -80px;
        left: 0;
        display: flex;
        padding: 0;
        height: 30px;
        align-items: center;
        justify-content: flex-start;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_length label {
        margin-bottom: 0;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
        position: absolute;
        bottom: -80px;
        margin: 0 auto;
        padding: 0;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_info {
        position: absolute;
        bottom: -80px;
        right: 0;
        display: flex;
        padding: 0;
        height: 30px;
        align-items: center;
        justify-content: flex-end;
    }
    #new_bid_form.partner-reg__form_step_2 {
        margin-top: 30px;
    }
    body .partner-reg__form_step_2 h2 {
        font-family: Tahoma;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 22px;
    }
    .partner-reg__form_step_2 table.table {
        display: initial;
    }
    .partner-reg__form_step_2 table.table thead {
        display: none;
    }
    .partner-reg__form_step_2 table.table tbody tr {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .partner-reg__form_step_2 table.table tbody tr td {
        width: calc(50% - 20px);
        padding: 5px 0;
        border: none;
    }
    .partner-reg__form_step_2.user_offers table.table tbody tr td {
        width: 100%;
        font-size: 14px;
    }
    .user_offer_cat_and_qty {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .status_wrapper {
        display: flex;
    }
    .partner-reg__form_step_2 table.form td .status_wrapper .thead {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .status_wrapper .user_offer_declined,
    .status_wrapper .user_offer_checking {
        font-size: 16px;
    }
    .partner-reg__form_step_2 table.table tbody tr td:last-child {
        /*width: 100%;*/
        width: calc(50% - 20px);
    }
    .partner-reg__form_step_2 table.table tbody tr td.del:last-child {
        width: calc(50% - 20px);
        text-align: right;
    }
    .partner-reg__form_step_2 table.form td:first-child {
        padding-left: 0;
    }
    .partner-reg__form_step_2 table.form td:last-child {
        padding-right: 0;
    }
    .partner-reg__form_step_2 table.form tfoot td,
    .partner-reg__form_step_2 table.form tfoot td:first-child,
    .partner-reg__form_step_2 table.form tfoot td:last-child {
        border: none;
    }
    .partner-reg__form_step_2 table.table tbody tr {
        border-bottom: 1px solid #E3E3E3;
        padding: 8px 0;
    }
    .partner-reg__form_step_2 .form.reg-accounts td:first-child .form-control {
        max-width: 100%;
    }
    .partner-reg__form_step_2 table.table div.accounts_count input.form-control {
        width: calc(50% - 8px);
    }
    .partner-reg__form_step_2 table.table div.accounts_count select.form-control {
        width: calc(50% - 8px);
    }
    .partner-reg__form_step_2 table.table div.accounts_count {
        display: flex;
        justify-content: space-between;
    }
    .partner-reg__form_step_2 table.table div.accounts_count.partner_price {
        justify-content: flex-start;
    }
    .partner-reg__form_step_2 .help {
        margin-top: -3px;
        background: url(/img/ic-q-dark.svg) center center no-repeat;
        margin-left: 0;
    }
    .partner-reg__form_step_2 table.form td .thead span {
        color: #D52823;
    }
    .partner-reg__form_step_2 table.form td .thead {
        font-family: Tahoma;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: #4E4E4E;
        margin-bottom: 6px;
    }
    [data-help]:hover:before {
        width: 100%;
        left: -150px;
    }
    .row.after_reg_info_block {
        padding-top: 21px;
    }
    .after_reg_info__send_query_block {
        margin-top: 20px;
    }

    .partner-menu {
        position: absolute;
        display: block;
        right: 20px;
        z-index: 1000;
        margin-bottom: 0;
        margin-top: -100px;
    }
    .partner-menu button.button {
        display: block;
        width: 154px;
        height: 36px;
        background: #2FB241;
        border-radius: 3px;
        margin-left: auto;
        line-height: normal;
        position: relative;
    }
    .partner-menu button.button img {
        width: 20px;
        margin-right: 8px;
    }
    .partner-menu button.button span {
        vertical-align: middle;
    }
    #content .partner-menu ul.partner-menu-items.partner-menu-mobile-hide {
        display: none;
    }
    #content .partner-menu ul.partner-menu-items {
        width: 220px;
        flex-direction: column;
        margin-left: auto;
        margin-top: 0;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    }
    #content .partner-menu ul.partner-menu-items li.partner-menu-item {
        height: 50px;
    }
    #content .partner-menu ul.partner-menu-items li.partner-menu-item a,
    #content .partner-menu ul.partner-menu-items li.partner-menu-item>div {
        justify-content: flex-start;
        padding-left: 12px;
    }
    .partner_cost {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .partner_cost .partner_cost_amount {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .partner_cabinet {
        margin-bottom: 100px;
    }
    .partner_cabinet h1 {
        margin-top: 30px;
        font-family: Tahoma;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
    }
    .partner_pfaq {
        margin-top: 20px;
    }
    .partner_profile {
        margin-top: 30px;
    }
    .partner_profile table.partner_payment_systems {
        width: 100%;
    }
    .partner_profile .partner_payment_systems_info,
    .partner_profile .partner_payment_systems_info p {
        width: 100%;
        padding: 10px 0;
    }
    .partner_profile .partner_payment_systems_info p {
        font-size: 13px;
    }
}

@media (max-width: 550px) {
    .partner-reg__form {
        padding: 24px 10px 36px 10px;
    }
    #new_bid_form.partner-reg__form_step_2 {
        margin-top: 76px;
    }
    h1.partner-reg {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #000000;
    }
    .partner-reg__form .form td {
        padding: 5px 0;
        display: block;
    }
    body .partner-reg__form p button {
        width: 100%;
    }
    .partner-reg__steps {
        flex-direction: column;
    }
    .partner-reg__steps .step_1 {
        width: 100%;
    }
    .partner-reg__steps .step_2 {
        width: 100%;
        margin-left: 0;
    }
    .partner-reg__steps .step_1 {
        margin-bottom: 8px;
    }
    .partner-reg__steps .step_2 .step_2_text {
        width: calc(100% - 3px);
        clip-path: polygon(0% 0%, calc(100% - 17px) 0%, 100% 50%, calc(100% - 17px) 100%, 0% 100%, 17px 50%);
        margin-left: 1px;
    }
    .partner-reg__form .form tr:last-child td:first-child {
        display: none;
    }

    .partner-reg__form_step_2 {
        padding: 24px 10px 45px 10px;
        margin-bottom: 100px;
    }
    .partner-reg__form_step_2 table.table tbody tr td {
        width: 100%;
    }
    .partner-reg__form_step_2 table.table {
        display: block;
        margin-top: 0;
        border-radius: 3px 3px 0 0;
    }
    .partner-reg__form_step_2 table.table tbody tr:first-child {
        padding-top: 24px;
    }
    body .partner-reg__form_step_2 h2 {
        margin-bottom: 0;
    }
    .partner-reg__form_step_2 .form.reg-accounts td:first-child .form-control {
        max-width: 100%;
        width: 100%;
    }
    [data-help]:hover:before {
        width: calc(100% - 30px);
        min-width: 264px;
        left: -140px;
    }
    .partner-reg__form_step_2 table.table tbody tr td:last-child {
        width: 100%;
    }
    .partner-reg__form_step_2 table.table tbody tr td.del:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partner-reg__form_step_2 table.form td.del .thead {
        margin-bottom: 0;
        margin-right: 10px;
        display: none!important;
    }
    .after_reg_info {
        clip-path: none;
        background: transparent;
        padding: 0;
    }
    .after_reg_info_block button[type="submit"] {
        width: 100%;
    }
    .partner-menu {
        width: calc(100% - 30px);
        right: 15px;
        margin-top: 20px;
    }
    .partner-menu button.button {
        width: 100%;
    }
    #content .partner-menu ul.partner-menu-items {
        width: 100%;
    }
    .partner_cabinet {
        margin-bottom: 100px;
        padding-top: 50px;
    }
    .partner_pfaq {
        margin-top: 80px;
    }
    .not-partner-yet__items {
        margin-top: 90px;
    }
    .not-partner-yet__items .item_link {
        font-size: 12px;
    }
    .user_offer_cat_and_qty {
        flex-direction: column;
    }
    .user_offer_qty {
        padding: 0;
    }
    .partner-reg__form_step_2.user_offers {
        padding: 20px 10px;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper table.table.dataTable.no-footer {
        margin: 0;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper {
        margin-bottom: 0;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_length {
        bottom: -70px;
        left: -10px;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_info {
        bottom: -70px;
        right: -10px;
    }
    .partner-reg__form_step_2.user_offers .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
        bottom: -110px;
        justify-content: space-between;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .partner_profile {
        padding: 30px 10px;
        margin-top: 80px;
    }
    .partner_profile table.partner_payment_systems {
        width: 100%;
    }
    .partner_profile .partner_payment_systems_info {
        width: 100%;
        padding: 10px 0;
    }
}

.cabinet-menu {
    position: relative;
}
.cabinet-menu:hover ul.cabinet-sub-menu {
    display: block;
}
ul.cabinet-sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -10px;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 99;
    width: 220px;
    background: #434343;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    list-style-type: none;
    color: #ffffff;
}
.cabinet-sub-menu path {
    fill: #ffffff;
}
.cabinet-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}
.cabinet-sub-menu a {
    display: block;
    padding: 5px 5px 5px 25px;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.3s ease;
}
.cabinet-sub-menu a:hover {
    text-decoration: none;
    background: #666666;
}
.cabinet-sub-menu a > svg.img-svg {
    margin-right: 7px;
    vertical-align: middle;
}

.ref-registration,
.refreg-button {
    display: none;
}
@media (min-width: 985px) {
    .ref-registration {
        display: block;
        background: #fff;
        padding: 30px 15px 20px;
        text-align: center;
        font-size: 14px;
    }
}

.ref-registration h4,
.ref-description-page h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ref-registration #registration_form label {
    text-align: left;
    display: block;
    font-size: 13px;
}

.ref-registration #registration_form input {
    width: 100%;
}

.ref-registration .form-field {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ref-registration .form-line {
    font-size: 14px;
}

.ref-description-page .steps > div {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ref-description-page .steps > div:first-child .img-circle-container {
    padding-left: 6px;
}
.img-circle-container.provided:after {
    content: '';
    display: block;
    height: 0;
    border: 1px solid #ffffff;
    width: 80%;
    position: absolute;
    top: 35px;
    left: 61%;
}
.steps .lead {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.success-items li {
    list-style-image: url(/img/icons/svg/check.svg);
    margin-top: 15px;
}
.banned-list li {
    list-style-image: url(/img/icons/svg/cancel.svg);
    margin-top: 15px;
}
.trafic-types {
    display: flex;
    margin-bottom: 15px;
}
.list-panel {
    background: #ffffff;
    padding: 20px 15px 20px 30px;
}
.list-panel:first-child {
    border-right: 1px solid #a4a4a4;
}
.img-circle-container {
    background: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    padding-top: 15px;
    margin: 0 auto;
}

.ref-description {
    background: #ffffff;
    display: flex;
    padding: 25px 20px;
    margin-bottom: 50px;
}
.ref-description .benefits {
    font-size: 48px;
    font-weight: bold;
    color: #2fb241;
    margin-right: 40px;
    margin-left: 15px;
    line-height: 1.1;
}
.ref-description p {
    margin: 5px 0 0;
}
@media (max-width: 985px) {
    .refreg-button {
        display: block;
    }

    .img-circle-container.provided:after {
        left: 145px;
    }
}

.total_paid {
    background: #bafcc3 url(/img/icons/svg/payd-list.svg) no-repeat 20px 20px;
    padding: 16px 20px  16px 65px;
    height: 68px;
    color: #244829;
}
.to-pay {
    background: #ffffff url(/img/icons/svg/time.svg) no-repeat 20px 20px;
    padding: 20px 20px  20px 65px;
    height: 68px;
    color: #a4a4a4;
    border: 1px solid #a4a4a4;
    border-top: 0;
    line-height: 2;
}
.total_paid .price,
.to-pay .price {
    font-size: 24px;
}
.to-pay .price {
    line-height: 1;
}
.ref-right-row > div,
.ref-right-row select,
.ref-right-row input {
    width: 100%;
}
.ref-right-row label {
    display: block;
    line-height: 1.6;
}
.wallet_key_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}
.lk a.stat-btn {
    background: transparent;
    color: #2fb241;
    line-height: 25px;
}
.lk a.stat-btn:hover {
    background: #ffffff;
}

@media (max-width: 770px) {
    .trafic-types {
        display: block
    }
    .list-panel:first-child {
        border-right: 0;
        border-bottom: 1px solid #a4a4a4;
    }
    .ref-description {
        display: block;
    }
    .ref-description-page .steps > div {
        margin: 30px auto;
    }
    .refreg-button {
        margin: 10px auto 40px;
    }
    .img-circle-container.provided:after {
        display: none;
    }
    .total_paid,
    .to-pay {
        background-image: none;
        padding-left: 20px;
    }
    .ref-left-row.total_paid,
    .ref-left-row.to-pay {
        flex-direction: row;
    }
    .cabinet-menu {
        position: static;
    }
    ul.cabinet-sub-menu {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .subscribe-cell button {
        margin-right: 0;
    }
    .soc-cell button {
        font-size: 12px;
    }
}
.upload_warning {
    background-color: #03a819;
    border-radius: 10px;
    padding: 10px 10px 10px 60px;
    margin: 5px 0 20px 0;
    color: #fff;
}
.upload_warning:before {
    content: '';
    background: url(/img/icons/warning.svg) no-repeat;
    position: absolute;
    top: 27px;
    left: 27px;
    width: 28px;
    height: 28px;
}
.upload_warning a {
    padding-left: 20px;
    color: #fff;
    text-decoration: underline;
    position: relative;
}
.upload_warning a:before {
    content: '';
    background: url(/img/icons/link.svg) no-repeat;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 12px;
    height: 12px;
}

table[dir=ltr] td {
    padding: 5px;
}

.selection td p{
	padding: 0 10px;
}
.selection td a{
	padding: 0 5px;
}
.selection img{
    margin-right: 0px !important;
}
table#data_table{
    margin-top: 0px;
}
table.table-tickets{
    margin-bottom: 0px !important;
}
#happy-zuckerberg{
    position: fixed;
    width: 235px;
    height:150px;
    bottom: -10px;
    right: 0px;
    animation: moveZucker 5s ease-in-out forwards;
  }
  
@keyframes moveZucker{
    0% { 
     transform: translateY(100%);
    }
    50% {
     transform: translateY(0);
    }
    100% {
     transform: translateY(100%);
    }
}
.notification-badge{
	background-color:#ff3333;
	padding:2px 4px;
    position: absolute;
    top: 4px;
}
#reveal-button {
    margin-left:5px;
}
button.order-sum-reset {
    width: 24px;
    height: 24px;
    padding: 0;
    background: #aeaeae url(/img/red-arrow.png) center center no-repeat;
    background-size: 35px;
    background-position: -7px;
    position: relative;
    border: 2px solid transparent;
    box-sizing: border-box;
    margin-top: 4px;
    cursor: pointer;
}
button.order-sum-reset:hover {
    border: 2px solid #3b2746;
    background-color: #ffffff;
}
.decline_img {
    cursor: pointer;
}
.bids-dop-info{
    position: relative;
    max-width: 120px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.icon-users-list{
    max-width: 20px;
}
.icon-users-list.icon-edit{
    opacity: 0.7;
}
.catalog-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.catalog-flex > span{
    width: 25%;
}
.admin_menu .red-item-menu a {
    color: red;
    font-weight: bold;
}
.admin_menu .green-item-menu a {
    color: green;
    font-weight: bold;
}
.links-top-table {
    display: flex;
    float: right;
}
.calculate-payments {
    margin-right: 20px;
}
.dis-2fa-link {
    color: red;
}
.dis-2fa, .wrap-2fa a {
    cursor: pointer;
}
.close-2fa-link {
    color: green;
}
#form-user #add_balance.dollar::placeholder {
    color: #ff8366;
}
#form-user #add_balance.dollar::-webkit-input-placeholder {
    color: #ff8366;
}
#form-user #add_balance.dollar:-moz-placeholder {
    color: #ff8366;
}
#form-user #add_balance.dollar::-moz-placeholder {
    color: #ff8366;
}
#form-user #add_balance.dollar:-ms-input-placeholder {
    color: #ff8366;
}
#form-user #add_balance.dollar::-ms-input-placeholder {
    color: #ff8366;
}

#form-user #add_balance.rub::placeholder {
    color: #97A0AF;
}
#form-user #add_balance.rub::-webkit-input-placeholder {
    color: #97A0AF;
}
#form-user #add_balance.rub:-moz-placeholder {
    color: #97A0AF;
}
#form-user #add_balance.rub::-moz-placeholder {
    color: #97A0AF;
}
#form-user #add_balance.rub:-ms-input-placeholder {
    color: #97A0AF;
}
#form-user #add_balance.rub::-ms-input-placeholder {
    color: #97A0AF;
}
.pay_comment_container {
    position: relative;
    max-width: 300px;
    display: block;
    overflow-x: auto;
    text-align: center;
    padding: 10px;
}
.copy-value-order-id,
.copy-value-partner-sum,
.copy-value-partner-wallet {
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.partner_pay_popup_block .sum_for_payment {
    display:inherit;
}
.last-view-form {
    color: red;
    position: absolute;
    left: 250px;
    text-transform: uppercase;
}
#order_view_dialog td:has(a) {
    padding-left: 5px;
    padding-right: 5px;
}
#order_view_dialog a img {
    margin-right: 0;
}
.ticket-btn-edit-msg {
    margin-left: 5px;
}
#copy-block-for-orders {
    position: absolute;
}
.section-bidsoptions-hide,#add-params{
    display: none;
}
#group-type label{
    cursor: pointer;
}
#form-add-option input[type="text"]{
    height: 34px!important;
}
.section-item-type{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-item-type #group-type{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.bids-options-tree {
    background: #fff;
    padding: 10px;
}
.bids-options-tree .level-tree-item {
    display: none;
    cursor: pointer;
    background-color: #f9f9f9;
    border-spacing: 1px;
    padding: 5px;
    box-shadow: 1px 2px 2px 1px #999;
    margin: 2px;
}
.level-tree-item:hover {
    background-color: #F9F4B5;
}
.bids-options-tree .level-0 {
    display: block;
}

/*таблица заявки*/
.bids-table-new-tr {
    height: 99px;
}
.bids-td-table-new {
    height: 99px;
    padding: 15px 8px 15px 8px !important;
}
.bids-table-new {
    caret-color: transparent !important;
}
.bids-table-new input, .bids-table-new textarea {
    caret-color: black !important;
}
.bids-td-table-new div {
    min-height: 25px;
    vertical-align: middle;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.bids-td-table-new > div:nth-child(2n) {
    margin-top: 3px;
    margin-bottom: 3px;
}
.bids-table-new-icon-copy {
    background: url(/img/bids-icon/copy-for-bids-icon.png) no-repeat right;
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    cursor: pointer;
}
.bids-table-new-edit-btn {
    background: url(/img/bids-icon/edit-for-bids-icon.png) no-repeat left;
    background-size: 15px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-save-btn {
    background: url(/img/bids-icon/floppy-disk.png) no-repeat left;
    background-size: 15px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-calendar-icon {
    background: url(/img/bids-icon/calendar.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-warning-icon {
    background: url(/img/bids-icon/warning.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-anonymous-icon {
    background: url(/img/bids-icon/anonymous.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-count-bids-icon {
    background: url(/img/bids-icon/counts.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.bids-table-new-accounts-lupa-icon {
    min-width: 25px;
    height: 25px;
    background: url(/img/bids-icon/lupa.png) no-repeat left;
    background-size: 25px;
    cursor: pointer;
    caret-color: transparent;
    margin-bottom: 55px;
}
.bids-table-new-detail-sum-payments-icon {
    background: url(/img/bids-icon/sum.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 25px;
    cursor: pointer;
}
.bids-table-new-modal-decline-image {
    background: url(/img/bids-icon/exist-image.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 25px;
    cursor: pointer;
}
.bids-table-new-uploaded-icon {
    background: url(/img/bids-icon/upload-for-bids-icon.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-bottom: -2px;
}
.bids-table-view-accounts-icon {
    background: url(/img/bids-icon/view-for-bids-icon.png) no-repeat center;
    background-size: 17px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 5px;
}
.bids-table-view-accounts-selled-icon {
    background: url(/img/bids-icon/saled-for-bids-icon.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-bottom: -2px;
}
.bids-table-view-accounts-exist-icon {
    background: url(/img/bids-icon/left-for-bids-icon.png) no-repeat left;
    background-size: 20px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-bottom: -2px;
}
.bids-table-download-accounts-icon {
    background: url(/img/bids-icon/download.png) no-repeat center;
    background-size: 19px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    caret-color: transparent;
}
.bids-table-delete-accounts-icon {
    background: url(/img/bids-icon/delete-for-bids-icon.png) no-repeat center;
    background-size: 16px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bids-table-repeat-accounts-icon {
    background: url(/img/bids-icon/left-right-for-bids-icon.png) no-repeat center;
    background-size: 16px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bids-table-invalid-accounts-icon {
    background: url(/img/bids-icon/no-valid-for-bids-icon.png) no-repeat center;
    background-size: 16px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bids-table-payout-accounts-icon {
    background: url(/img/bids-icon/money-partner-for-bids-icon.png) no-repeat center;
    background-size: 16px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bids-info-partner > div:nth-child(3n),
.bids-info-product > div:nth-child(3n) {
    flex-direction: row;
    justify-content: space-around;
    vertical-align: middle;
}
.bids-info-partner > div:nth-child(3n) div {
    width: 100%;
}
.bids-info-partner > div:nth-child(3n) div,
.bids-info-product > div:nth-child(3n) div {
    width: 100%;
}
.bids-table-new-indicator {
    min-height: 25px;
    min-width: 3px;
}
.bids-table-new-indicator.green {
    background-color: #99CC00;
}
.bids-table-new-indicator.yellow {
    background-color: #ffbb33;
}
.bids-table-new-indicator.red {
    background-color: #ff4444;
}
.bids-info-product-item {
    flex-direction: row;
    justify-content: space-around;
    vertical-align: middle;
    background-color: #f1f2f4;
    border-radius: 3px;
    caret-color: transparent;
}
.bids-info-product-item .product-info{
    width: 100%;
    margin-left: 10px;
}
.get-category:before{
    content:url(/img/arrow-down-sign-to-navigate.png);
    margin-right: 10px;
}
.ui-widget-overlay {
    width: 60% !important;
}
.bids-table-new tr:hover {background-color:#F9F4B5;}
.bids-table-new {
    background-color: #fffffd;
    border-spacing: unset !important;
}
.tr-hidden-bid {
    background-color: #f9f9f9;
    display: none;
}
.tr-hidden-bid section {
    display: none;
}
.tr-hidden-bid td {
    vertical-align: top;
}
.tr-hidden-bid td:first-child, .tr-hidden-bid td:nth-child(2) {
    text-align: left;
    padding: 8px;
}
.get-category-open-modal {
    cursor: pointer;
    caret-color: transparent;
}
.section-accounts {
    background-color: white;
    border: black 1px solid;
    border-radius: 3px;
    min-height: 100%;
    display: flex;
    flex-direction: row;
}
.tr-separator {
    background-color: #eff3f6;
    max-height: 1px
}
.tr-separator td{
    height: 1px;
    padding: 0 !important;
}
.bids-modal-search {
    margin-bottom: 5px;
}
.bids-info-partner-detail {
    min-height: 25px;
    max-height: 25px;
    vertical-align: middle;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.bids-info-partner-detail * {
    caret-color: transparent;
}
.bids-edit-item-name {
    width: 15px;
    margin-top: -7px;
    cursor: pointer;
    caret-color: transparent;
}
[data-textarea-item] textarea {
    height: content-box !important;
    overflow: hidden;
}
.bids-modal-button-clear {
    height: 25px;
    background-color: #f84848;
    border: 1px solid #fd2e2e;
    margin-left: 5px;
}
.bids-modal-button-search {
    height: 25px;
    margin-left: 5px;
    padding-left: 60px;
    padding-right: 60px;
}
.bids-table-new-section-4 {
    padding: 8px 8px 8px 3px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    caret-color: transparent;
}
.ui-widget-overlay {
    width: 100% !important;
}
.bids-table-new-params-first {
    background-color: #f1f2f4;
    padding: 8px;
    border-radius: 3px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bids-table-new-params-first span:first-child {
    width: 90%;
    max-width: 300px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.bids-table-new-params {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bids-table-new-params span:first-child {
    width: 20%;
    padding: 8px;
}
.bids-table-new-params > div, .bids-table-new-params-last div {
    background-color: #f1f2f4;
    padding: 8px;
    border-radius: 3px;
    width: 80%;
    margin-top: 5px;
}
.bids-table-new-params-last {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
table.filters {
    margin-bottom:10px;
}
table.filters tr:nth-child(2) td:not(:first-child) {
    padding-left: 5px;
}
.bids-edit-item-country {
    width: 90% !important;
    text-align: left !important;
}
#section-actions {
    margin-top: 40px;
    margin-left: 15px;
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
}
/*#section-actions .element-bid {
    display:none;
}*/
#section-actions .element-bid-0 {
    display: block;
}
#section-actions .open-branch .level-0 {
    background-image: url('/img/new/arrow.png');
    background-color: #4cae4c;
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 25px;
}
.bids-image-decline {
    background: url(/img/picture.svg) no-repeat center;
    height: 20px;
    width: 20px;
    opacity: 0.6;
    margin-right: 5px;
}
.bids-section-reason {
    margin-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.field-view {
    width: 100%;
    background-color: #f1f2f4;
    padding-left: 8px;
    border-radius: 3px;
}
.field-view span{
    color: darkgray;
    padding-left: 0 !important;
}
.section-bids-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bids-edit-item-cost-market {
    width: 80%;
    text-align: left;
    display: none;
}
#filterStat .filter-payment-input {
    width: 355px;
}
#filterStat .long-filter-payment-input {
    margin: 10px 0;
}
.bidsoptions-tree-button {
    width: 20px;
    margin-left: 7px;
}
.bids-info-partner .stat > div{
    width: 30%;
}

.order-list .supply-count {
    display:inherit;
}
.order-list [name="days_select"] {
    width: auto !important;
}
.field-subuser {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.span-gray {
    color: darkgray;
}
table.users .name-comment {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
table.users .name {
    text-align: left;
}
table.users .comment {
    min-height: 25px;
    margin-top: 3px;
    vertical-align: middle;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
table.users .field-edit-comment {
    text-align: left;
    display: none;
}
.td-left {
    text-align: left !important;
}
.lost-payments-td {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.lost-payments-td span:nth-child(2) {
    text-align: left;
    margin-left: 7px;
}
.bids-table-new-icon-copy.copy-format {
    margin-top: 3px;
    margin-right: 10px;
}
.field-view-format {
    overflow-wrap: anywhere;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.loader-img {
    width: 100px;
    height: 100px;
}
.button-order-give-accs {
    margin-bottom: 3px;
}
.tags {
    max-width: 50%;
}
.table-action div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.table-action div span:first-child {
    margin-right: 2px;
}
.table-action div span:last-child {
    margin-left: 2px;
}

/* теги товаров */
.rules-content hr {
    border-color: #949494;
}
.rules-content .td-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#modal-tag-rule {
    text-align: center;
}
@media screen and (min-width: 768px) {
    #modal-tag-rule:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
#modal-tag-rule .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#modal-tag-rule .body {
    margin: 15px;
}
#modal-tag-rule .body > div {
    display: flex;
    flex-direction: column;
}
#modal-tag-rule .body > div div {
    display: flex;
    flex-direction: row;
}
#modal-tag-rule .body > div div:nth-child(1),
#modal-tag-rule .body > div div:nth-child(2) {
    margin-bottom: 10px;
}
.modal-tag-rule-label {
    min-width: 170px;
}
#select-categories-tag-rule {
    width: 100%;
}
.select2-container {
    width: 100% !important;
}
[name="TagsRules[name]"] {
    height: 32px !important;
}
[name="TagsRules[words]"] {
    resize: vertical;
}
.sync-loader {
    display: none;
    margin-left: 5px;
}
.tag-error {
    color: red;
    padding: 0 0 0 7px !important;
    display: none;
}
.input-tag-error {
    border: 1px red solid !important;
}
.btn-create-tag {
    margin: 10px 0 10px 0;
}
#modal-accounts-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
#modal-accounts-buttons #accounts-search {
    margin-right: 5px;
    height: 34px;
}
#modal-accounts-buttons #go-max-width {
    margin-right: 5px;
}
.acc-replacement {
    color: dodgerblue;
}

/*csv-decrypt*/
.csv-form {
    margin-bottom: 30px;
}

.csv-form input[type="radio"] {
    position: relative;
    margin: 0;
}

.csv-form button {
    margin-top: 10px;
}

.crypt-type {
    margin-bottom: 10px;
}

.crypt-type label {
    margin-right: 15px;
}

.file-upload {
    margin-top: 10px;
}

#manual-decrypt {
    margin-top: 20px;
}

#encrypted_text {
    width: 400px;
    padding: 5px;
}

.decrypt-button-wrapper {
    margin-top: 10px;
}

#decrypted_result {
    margin-top: 10px;
    font-weight: bold;
}
