.clear {
  clear: both
}

.f_left {
  float: left
}

.f_right {
  float: right
}

.inner {
  margin: 0 auto;
  display: block;
  max-width: 1170px
}

.tcenter {
  text-align: center
}

.rel {
  position: relative
}

.hidden {
  opacity: 0
}

.visible {
  opacity: 1
}

.center {
  display: block;
  margin: 0 auto;
}

.mid {
  vertical-align: middle
}

.p10 {
  padding: 10px
}

/* GRIDS */
.gridcont {
  font-size: 0px;
  letter-spacing: 0px
}

.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid8,
.grid9,
.grid10,
.grid12 {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: medium;
  line-height: normal;
  box-sizing: border-box
}

.grid2 {
  width: 16.666666%
}

.grid3 {
  width: 25%
}

.grid4 {
  width: 33.333333%
}

.grid5 {
  width: 41.666666%
}

.grid6 {
  width: 50%
}

.grid8 {
  width: 66.666666%
}

.grid9 {
  width: 75%
}

.grid10 {
  width: 83.333333%
}

.grid12 {
  width: 100%
}

.page-template-lk .fancybox-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/diploms/waterbig.png);
  background-size: 100% 81%;
  background-repeat: no-repeat;
  z-index: 9999;
  opacity: 0.8;
}

/* SOME SIZE OF PADDING */
.p10 {
  padding: 10px
}

.p20 {
  padding: 20px
}

/* SOME SIZE OF INNER */
.in8 {
  max-width: 800px;
  margin: 0 auto
}

.in9 {
  max-width: 900px;
  margin: 0 auto
}

.in10 {
  max-width: 1000px;
  margin: 0 auto
}

.in11 {
  max-width: 1100px;
  margin: 0 auto
}

.in12 {
  max-width: 1200px;
  margin: 0 auto
}


@font-face {
  font-family: 'Minion Pro';
  src: url('MinionPro-Regular.eot');
  src: url('MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('MinionPro-Regular.woff') format('woff'),
    url('MinionPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Panton';
  src: local('Panton  Regular'), local('Panton--Regular'),
    url('Panton-Regular.woff2') format('woff2'),
    url('Panton-Regular.woff') format('woff'),
    url('Panton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_MINIONPRO-BOLD';
  src: url('fonts/MINIONPRO-BOLD.eot');
  src: url('fonts/MINIONPRO-BOLD.ttf') format('truetype'), url('fonts/MINIONPRO-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/** LOGIN FORM **/

.login_cont {
  float: right;
  margin: 18px 70px 0 0;
}

.login_cont .button * {
  position: relative;
  z-index: 100
}

.login_cont .button a {
  top: 8px
}

#login,
.button:active {}

@media(max-width:500px) {
  .login_cont {
    float: none;
  }
}

#login:hover {}

#login:active {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #d78e00;
  /* layer fill content + color overlay */
  -moz-box-shadow: 0 0 15px rgba(255, 150, 9, .6);
  /* outer glow */
  -webkit-box-shadow: 0 0 15px rgba(255, 150, 9, .6);
  /* outer glow */
  box-shadow: 0 0 15px rgba(255, 150, 9, .6);
  /* outer glow */
}

#login .button,
#conf_sub_submit {
  cursor: pointer;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */
  -webkit-box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */
  box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */

  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9206), to(#ffcd2e));
  background-image: -webkit-linear-gradient(bottom, #ff9206 0%, #ffcd2e 100%);
  background-image: -moz-linear-gradient(bottom, #ff9206 0%, #ffcd2e 100%);
  background-image: -o-linear-gradient(bottom, #ff9206 0%, #ffcd2e 100%);
  background-image: linear-gradient(to top, #ff9206 0%, #ffcd2e 100%);

  font-family: "FlexySans", sans-serif;
  font-size: 17px;
  line-height: 17px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, .19);
  /* drop shadow */
  display: block;
  width: 220px;
  height: 56px;
  white-space: normal;
  text-align: center;
  padding: 12px 10px 10px;
  transition: all 0.25s ease;
}

#login .button:hover,
#conf_sub_submit:hover {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #d9d9d7;
  /* layer fill content */
  -moz-box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */
  -webkit-box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */
  box-shadow: inset 0 0 7px rgba(255, 202, 44, .34);
  /* inner glow */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a18), to(#ffd962));
  background-image: -webkit-linear-gradient(bottom, #ff9a18 0%, #ffd962 100%);
  background-image: -moz-linear-gradient(bottom, #ff9a18 0%, #ffd962 100%);
  background-image: -o-linear-gradient(bottom, #ff9a18 0%, #ffd962 100%);
  background-image: linear-gradient(to top, #ff9a18 0%, #ffd962 100%);
}

#login .button:active {}


#start_form {
  position: relative
}

#start_form>div {
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #DDD;
  z-index: 1000;
  border-radius: 5px;
  display: none
}

/*#enter_send{color: #fff;background-color: #808080;background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));background-image: -webkit-linear-gradient(top, #808080, #363636);background-image: -moz-linear-gradient(top, #808080, #363636);background-image: -ms-linear-gradient(top, #808080, #363636);background-image: -o-linear-gradient(top, #808080, #363636);background-image: linear-gradient(top, #808080, #363636);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);height:35px;width:100px;line-height:35px;border-radius:5px;text-align:center;font-weight:bold;cursor:pointer;margin:10px auto;margin-bottom:0px}
#enter_send1{color: #fff;background-color: #808080;background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));background-image: -webkit-linear-gradient(top, #808080, #363636);background-image: -moz-linear-gradient(top, #808080, #363636);background-image: -ms-linear-gradient(top, #808080, #363636);background-image: -o-linear-gradient(top, #808080, #363636);background-image: linear-gradient(top, #808080, #363636);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);height:30px;width:100px;line-height:30px;border-radius:5px;text-align:center;font-weight:bold;cursor:pointer;margin:5px 0px;margin-bottom:0px;display:inline-block;position:relative;top:1px}*/
.gbutton {
  color: #fff;
  background-color: #808080;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
  background-image: -webkit-linear-gradient(top, #808080, #363636);
  background-image: -moz-linear-gradient(top, #808080, #363636);
  background-image: -ms-linear-gradient(top, #808080, #363636);
  background-image: -o-linear-gradient(top, #808080, #363636);
  background-image: linear-gradient(top, #808080, #363636);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
  height: 35px;
  width: 200px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 10px auto;
  margin-bottom: 0px
}

#logout {
  font-weight: bold;
  float: right;
  cursor: pointer
}

#logon u:after {
  display: block;
  content: ''
}

/** SERT PAGE **/

.lk-nav .active a {
  text-decoration: underline
}

#sert_tabs .sert_tab {
  display: none
}

#sert_tabs .sert_tab.active {
  display: block
}

.сertificate_1 span.sub-title {
  font-size: 18px;
}

.сertificate_1 span.title {
  font-size: 30px;
}

#load_sert #res_paint {
  overflow: hidden;
}

/** PAINT DESC **/
.preres {
  text-align: center;
  position: relative
}

#res_paint {
  position: relative;
  display: inline-block;
}

#res_paint>* {
  position: absolute;
  width: 100%;
  text-align: center
}

#res_paint:before {
  background: url(/wp_sert/img/watermark.png);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/diploms/waterbig.png);
  content: '';
  opacity: 0.5
}

#res_paint img {
  display: block;
  position: static;
}

#res_paint>#simple_pre>div,
#res_paint>#ruc_pre>div,
#res_paint>.gen_act>div,
#res_paint>div {
  position: absolute;
  font-family: 'Times New Roman';
  color: #000;
  box-sizing: border-box;
}

#simple_pre>div,
#ruc_pre>div {
  position: absolute;
  width: 100%
}

#ruc_pre,
#simple_pre {
  top: 0px;
  width: 100%
}

.left_desc {
  width: 50%;
  float: left
}

.right_desc {
  width: 50%;
  float: right;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}

.right_desc select {
  padding: 5px;
  height: 40px;
}

.right_desc select,
.right_desc input {
  display: block;
  margin-bottom: 20px !important;
  width: 100%
}

#sert_tabs * {
  box-sizing: border-box;
}

#sdg img {
  width: 1920px;
  max-width: none
}

#sdg {
  position: relative;
  display: none;
  width: 1920px
}

#sdg #res_paint:before {
  background: none
}

#sdg #res_paint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px
}

#sdg {
  background: #FFFFFF
}

#texted {
  margin: 0
}

/** SDG **/
#sdg #text1 {
  top: 770px;
  font-size: 50px
}

#sdg #text2 {
  top: 940px;
  font-size: 36px
}



/** SYSTEM **/
.cl {
  clear: both
}

#inload {
  position: absolute;
  top: 20000px
}

.nomore {
  overflow: hidden !important
}

#loader {
  width: 105px;
  height: 105px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  z-index: 100001;
  transition: all 500ms ease;
  width: 159px;
  height: 159px;
  position: fixed;
  top: 38%;
}

#loader,
#preload {
  display: none;
  transition: all 500ms ease
}

h1 {
  padding-top: 20px
}

#content {
  margin-top: 10px;
  padding-top: 0px
}

.sendtable {
  text-align: left
}

#enter_send,
#enter_send1,
.button {
  color: #1e73be;
  border: 1px solid #1e73be;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  transition: all 300ms linear
}

#enter_send:hover,
#enter_send1:hover,
.button:hover {
  background: #1e73be;
  color: #FFF
}

/** LK */
.lk_tabs {
  min-height: 600px
}

.lk_tabs>div {
  display: none
}

.lk_tabs>div.active {
  display: block;
  width: 100%
}

.sert_selecte,
.sert_select {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px
}

.sert_selecte:before,
.sert_select:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all 500ms ease;
  background: rgba(000, 000, 000, 0.2)
}

.sert_selecte img,
.sert_select img {
  transition: all 500ms ease
}

.sert_selecte:hover img,
.sert_select:hover img {
  transform: scale(1.2);
}

.sert_selecet:hover:before,
.sert_select:hover:before {
  transform: scale(1);
  z-index: 100
}

.noti {
  color: red;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px
}

.greennoti {
  color: green;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px
}

.stit {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px
}

.load_sert {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px
}

.load_sert img {
  display: block;
  width: 140px;
  height: auto
}

.load_sert .goload {
  position: absolute;
  bottom: 80%;
  left: 0px;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 10px 0px;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 11
}

.load_sert:hover .goload {
  opacity: 1;
  bottom: 0px
}

.load_sert:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(000, 000, 000, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
  z-index: 10
}

.load_sert:hover:before {
  opacity: 1
}

#u_c {
  max-width: 360px;
  padding: 10px;
  border: 1px solid #DDD;
  background: #efefef;
  margin: 10px 0px;
  display: none;
}

#formpay {
  display: none;
  padding: 10px;
  border: 1px solid #DDD;
  background: url(/wp_sert/img/system/bezop.png) 90% center no-repeat #efefef;
  margin: 10px 0px;
}

#formpay form {
  margin: 0
}

#formpay label {
  display: block
}

#formpay input[type="radio"] {
  margin-right: 5px
}

.goload a {
  color: #FFF
}

#linkcopy {
  display: inline-block;
  padding: 5px;
  margin: 5px 0px;
  background: #DDD;
  cursor: pointer
}

#showrefs {
  position: relative
}

#allref {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 200px;
  overflow-x: hidden;
  background: #DDD;
  padding: 10px;
  z-index: 10;
  width: 300px;
  overflow-y: auto;
  box-shadow: 1px 1px 5px 0px #555;
  display: none
}

#showref {
  font-weight: bold;
  display: inline-block;
  padding: 3px;
  background: #DDD;
  border-radius: 3px;
  cursor: pointer
}

.prepayimg {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  padding: 0px 10px
}

.prepayimg img {
  max-width: 100px;
  height: auto
}

.phoned {
  width: 280px
}

.phoned img {
  max-width: 70px;
}

.greenpay {
  background: #11ab11 !important;
  background-color: #11ab11 !important;
  background-image: #11ab11 !important;
  color: #FFF !important;
  font-weight: normal !important;
  padding: 12px 25px !important;
  font-size: 20px !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important
}

.op7 {
  opacity: 0.7
}

#loadudata {
  display: inline-block;
  width: auto
}

.ser_select {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  vertical-align: top
}

.ss_inner {
  position: relative;
  top: 100%;
  left: 0px;
  width: 195%;
  padding: 10px;
  border: 1px solid #DDD;
  display: none;
  background: #FFF;
  z-index: 1;
  text-align: center
}

.ss_inner.second {
  left: -100%
}

.ser_select h5 {
  /* white-space:nowrap; */
  white-space: normal;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid #909090;
  margin: 0;
  margin-bottom: 10px;
  /* width:300px; */
  width: 100%;
  max-width: 350px;
}

.ser_select {
  text-align: center
}

.ser_select h5.checked {
  background: #DDD
}

.buy_item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px;
  padding: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 2px 3px 0px #777;
  vertical-align: top;

}

/** GET DIPLOMA NEW VERSIONS **/
.getdipl__slogan {
  margin-top: 8px;
  font-weight: 400;
  font-size: 21px;
  color: #000;
  margin-bottom: 33px;
}

.getdipl__create-portfolio {
  padding: 22px;
  max-width: 510px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 33px;
}

.getdipl__create-portfolio-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #006AB5;
}

.getdipl__create-portfolio-text {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
}

/** GET DIPLOMA VERSION 2 **/
.get_dipl--version-2>h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.get_dipl--version-2 .getdipl__create-portfolio {
  border: 2px solid #006AB591;
}

.get_dipl--version-2>h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.get_dipl--version-2 #get_diploma {
  margin: 0 -15px;
}

.get_dipl--version-2 .ser_select {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.get_dipl--version-2 .ser_select_btn {
  cursor: pointer;
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  background-color: #006AB5;
  border: 2px solid #006AB5;
  transition: all .3s;
}

.get_dipl--version-2 .ser_select_btn:hover,
.get_dipl--version-2 .ser_select_btn.checked {
  color: #006AB5;
  background-color: #fff;
}

.get_dipl--version-2 .ser_select_btn:hover .ser_select_title,
.get_dipl--version-2 .ser_select_btn.checked .ser_select_title {
  color: #006AB5;
}

.get_dipl--version-2 .ser_select_title {
  color: #fff;
  white-space: normal;
  cursor: pointer;
  padding: 0;
  border: none;
  margin: 0;
  width: auto;
  font-weight: 700;
  font-family: 'Open Sans';
  max-width: none;
  transition: all .3s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
}

.get_dipl--version-2 .ss_inner {
  margin-top: 25px;
  width: 320%;
}

.get_dipl--version-2 .ss_inner.second {
  left: auto;
}

.get_dipl--version-2 .ser_select:nth-child(3n-1) .ss_inner {
  left: -110%;
}

.get_dipl--version-2 .ser_select:nth-child(3n) .ss_inner {
  left: -220%;
}

/** GET DIPLOMA VERSION 3 **/
.get_dipl--version-3 #get_diploma {
  display: flex;
  gap: 40px;
}

.get_dipl--version-3 .get_diploma_list {
  flex-basis: 0;
  flex-grow: 55;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px #0000001A;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}

.get_dipl--version-3 .ser_select {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.get_dipl--version-3 .ser_select:not(:last-child) .ser_select_btn {
  border-bottom: 1px solid #D9D9D9
}

.get_dipl--version-3 .ser_select_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #000;
  padding: 15px 25px;
  background-color: #fff;
  transition: all .3s;
}

.get_dipl--version-3 .ser_select_title {
  padding: 0;
  border: none;
  margin: 0;
  width: auto;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 16px;
  max-width: none;
  transition: all .3s;
  text-transform: uppercase;
  text-align: start;
}

.get_dipl--version-3 .ser_select_slogan {
  flex-shrink: 0;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}

.get_dipl--version-3 .ser_select_btn:hover .ser_select_slogan,
.get_dipl--version-3 .ser_select_btn.checked .ser_select_slogan {
  border-color: #006AB5;
}

.get_dipl--version-3 .ss_inner {
  width: 100%;
}

.get_dipl--version-3 .ss_inner.second {
  left: auto;
}

.get_dipl--version-3 .get_diploma_image {
  flex-basis: 0;
  flex-grow: 45;
  display: flex;
  justify-content: center;
  align-items: start;
}

.get_dipl--version-3 .get_diploma_image img {
  max-width: 470px;
  width: 100%;
}

.buy_item2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  height: 355.47px;
  line-height: 355.47px;
  vertical-align: middle;
  display: inline-block;
}

.total {
  padding: 10px;
}

.total p {
  padding: 5px 0px;
  margin: 0
}

.buy_item label {
  display: block
}

.buy_item img {
  width: 100%;
  height: auto
}

.item_buy_control {
  padding-top: 10px
}

.button.fullbutton {
  display: block;
  text-align: center
}

.ref_old {
  display: none
}

.otherref {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer
}

.paylist {
  margin: 0;
  padding: 0
}

.paylist td {
  padding: 5px
}

.paylist td:last-child {
  text-align: right;
  font-weight: bold
}

#user_info {
  max-width: 400px;
  margin: 0 auto
}

.o_info table,
.o_info td {
  border: 1px solid #000
}

.o_info table {
  padding: 0;
  margin: 0
}

.orderinfo {
  font-size: 18px;
}

.o_info,
.o_info * {
  font: normal normal 18px/22px Tahoma;
  color: #34314b;
  margin-bottom: 20px;
}

.o_info h2.orderinfo {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 0;
}

#removeorder {
  color: #5f45ea;
  cursor: pointer;
  text-decoration: underline
}

.o_info table,
.o_info td {
  border: 1px solid #555;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 4px 8px;
}

.pmwidget {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important
}

#post-3156 .lk-nav {
  position: absolute;
  margin-left: 16px;
  top: 0px;
  z-index: 100;
  background: #FFF
}

#post-3156 {
  position: relative;
  padding-top: 44px
}

.lk-nav li a {
  padding: 5px 15px !important;
  border: 1px solid #4498e7;
  margin-right: 10px;
  transition: all 300ms linear;
  text-decoration: none !important
}

.lk-nav li.active a,
.lk-nav li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #4498e7
}

#back_to_cart {
  margin-bottom: 20px;
  color: #fff;
}

/** SEARCH FORM **/
#sert_search {
  margin-top: -20px;
}

#check #sert_search {
  margin-top: 0px;
}

#sert_search input[type="text"] {
  width: 36%;
  margin-bottom: 12px;
}

#sert_search input[type="submit"] {
  width: 26%;
}

.sr_thumb {
  float: left;
  width: 25%
}

.sr_thumb p {
  padding: 3px 0px;
  margin: 0
}

#showfield {
  display: inline-block;
  width: auto
}

.all_dipl {
  padding: 5px;
  text-align: center;
  background: #efe4b0;
  border-radius: 10px;
  font-weight: bold;
  margin: 3px 0;
  position: absolute;
  top: -7px;
  left: 398px;
  display: none !important
}

.all_dipl span {
  font-size: 18px
}

/** TEMPLATE **/
#header {
  position: relative
}

@-webkit-keyframes impo {
  0% {
    background: #d88c00;
    opacity: 1;
  }

  50% {
    background: #f9b334;
  }

  100% {
    background: #d88c00;
  }
}

.impo {
  animation-name: impo;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.coupbb {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.impo a,
.impo {
  text-decoration: none !important;
  text-shadow: none !important;
  transition: all 300ms ease;
  color: #FFF !important
}

.impo a:hover,
.impo:hover {
  background: #e29405 !important
}

.showvideo {
  color: #8d0404;
  font-size: 25px;
  text-shadow: #b20707 1px 1px 0, red -1px -1px 0, #b20707 -1px 1px 0, red 1px -1px 0;
  padding: 10px;
  max-width: 400px;
  text-align: center;
  border: 2px solid;
  box-shadow: #b20707 1px 1px 0, red -1px -1px 0, #b20707 -1px 1px 0, red 1px -1px 0;
  margin: 0 auto;
  cursor: pointer;
}

/** PROFILE EDITOR **/
#user_info input {
  display: block;
  width: 400px;
  margin-bottom: 5px
}

.colored-line-left {
  display: none !important
}


/** BOOK **/
#book {
  padding: 30px 25px;
  display: block;
  background: #f3f3f3;
  border-radius: 15px;
}

#book div {
  margin-bottom: 0px
}

#book .ik_select_link {}

.right_desc select {
  max-width: 100%;
  display: block;
}

#book .ik_select.ik_select_autowidth {
  width: 80% !important;
  margin-bottom: 15px;
}

.left_desc img {
  max-width: 100%;
}

#book label {
  width: 27%;
  margin: 2%;
  padding: 0px;
  float: left
}

#book label input {
  width: 100%
}

#book label span {
  display: block;
  font-weight: bold
}

#book textarea {
  clear: both;
  width: 100%
}

textarea::-webkit-input-placeholder {
  font-family: "FlexySans"
}

;

#book textarea::-moz-placeholder {
  font-family: "FlexySans";
}

#book h3.infoeditor {
  font-size: 20px;
  padding: 10px 0;
  color: #555;
}

#book label.file {
  width: 93.7%;
  float: none;
  clear: both
}

#booksend {
  background: #FFF;
  color: #555;
  padding: 20px;
  width: 200px;
  margin: 10px auto;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #FFF;
  transition: all 500ms ease
}

#booksend:hover {
  background: #555;
}

#bookres {
  text-align: center;
}

#book label.file i {
  font-size: 14px;
  font-weight: normal
}

#fileinfo div {
  border: 1px solid #555;
  padding: 10px;
  margin: 10px 0px
}

.buy_item_book.buy_item {
  width: 400px;
}

.buy_item_book.buy_item img {}

.book_img.prebook {
  width: 100% !important;
  float: none !important
}

.book_img.prebook img {
  width: 50%;
  float: left
}

.book_img {
  overflow: hidden;
  height: 135px;
  width: 50%;
  float: left;
  position: relative;
}

.book_price {
  padding-bottom: 5px;
  text-align: center
}

#gen_select {
  text-align: center;
  margin: 3px 0px;
  border-radius: 5px;
  padding: 10px
}

#gen_select p {
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px
}

.gen_act {
  display: block
}

#gen_select a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  cursor: pointer
}

#gen_select a.act {
  text-decoration: underline
}

.hidbook {
  opacity: 0;
}

.nospr {
  display: none
}

.lk-nav a {
  font-size: 13px
}

.lk-nav.menu li {
  display: inline-block
}

.lk_tabs .button {
  color: #000
}

#texted label {
  display: block
}

@media(max-width:768px) {
  .lk-nav.menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .lk-nav.menu li {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .training-main h1 {
    padding: 0;
  }
}

/** ������������ ������� **/
#spr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%
}

.gen_spravka {
  max-height: 325px;
  overflow: hidden;
  position: relative
}

.gen_spravka .main {
  position: absolute;
  font-size: 11px;
  font-family: 'Times New Roman';
  top: 95px;
  left: 0px;
  width: 100%;
  color: #000;
}

.gen_spravka .main .sp_text {
  text-align: justify;
  padding: 0px 37px
}

.tcenter {
  text-align: center
}

.grid6 {
  padding: 15px;
  box-sizing: border-box
}

.grid6 * {
  box-sizing: border-box
}

.b_f_title {
  font-size: 22px;
  padding-bottom: 10px;
  color: #ff9d0c;
  font-family: "FlexySans-Bold";
}

.b_f_title span {
  display: block;
}

.post-entry #book_main .col-left .gridcont {
  margin-left: -15px;
}

#book .tt {
  top: 105px;
}

#book .dt {
  top: 273px;
  right: -119px
}

#book h3 {
  margin: 0 0 10px;
  text-align: center;
}

#book h5 {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 24px;
}

#book .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  margin-right: 0;
  width: 100%;
  font-weight: normal;
}

.checkbox label:before {
  content: "";
  display: inline-block;

  width: 17px;
  height: 17px;

  margin-right: 10px;
  position: absolute;
  left: -5px;
  top: 3px;
  background: #fff url(/wp-content/themes/responsive/core/images/check1.png) no-repeat;
}

.checkbox input[type=checkbox]:checked+label:before {
  background-position: 0 -20px;
}

#book .gen_pred,
#book .gen_pred {
  font-size: 17px;
  text-decoration: underline;
}

#book .gen_pred.act,
#book .gen_pred.act {
  color: #ffba21;
  text-decoration: none;
}

#book .button {
  margin-top: 20px;
}



.b_f_text {
  font-size: 18px;
  line-height: 25px;
}

.clear {
  clear: both
}

.pgrid3 {
  width: 31.3333%;
  margin: 1% 1% 30px;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 12px;
  float: left;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #eee;
  /* layer fill content */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmY2QyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, #ff9105 0%, #ffcd2d 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #ff9105 0%, #ffcd2d 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #ff9105 0%, #ffcd2d 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, #ff9105 0%, #ffcd2d 100%);
  /* gradient overlay */
}

.pgrid3 * {
  box-sizing: border-box
}

.p3_title {
  font-size: 30px;
  font-family: "FlexySans-Bold";
  padding-bottom: 10px;
  text-transform: uppercase;
}

.bf_left {
  width: 65%;
  float: left
}

.bf_right {
  width: 35%;
  float: right
}

.bf_right img {
  max-width: 100%;
  height: auto
}

#gen_vis {
  display: inline-block;
  margin: 0px 10px;
  background: #f4f4f4;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 15px;
  width: 70px;
  position: relative;
}

#gen_sel {
  position: absolute;
  height: 24px;
  top: 2px;
  background: #ffba21;
  transition: all 300ms ease;
  left: 41px;
  width: 24px;
  border-radius: 100%;
  cursor: pointer;
}

.gsleft {
  left: 2px !important
}

.moredipl {
  background: #525252;
  color: #FFF;
  width: 200px;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  margin: 10px auto;
  cursor: pointer
}

/** Ruc diplom **/
#simple_pre,
#simple {
  display: block
}

#ruc_pre,
#ruc {
  display: none
}

/** Conf **/
#conf_sub_submit {
  padding: 10px 30px;
  font-size: 24px;
  color: #fff;
  height: auto;
  border-radius: 5px;
}

#conf_sub select {
  width: 150px;
  padding: 5px;
  height: 30px;
}

#conf_sub input {
  margin-bottom: 15px;
  max-width: 372px;
  width: 100%;
}

#conf_sub {
  padding: 10px;
  margin: 20px 0px;
  background: #fefefe;
  border: 1px solid #DDD
}

#conf_sub h5 {
  margin-top: 10px;
  margin-bottom: 10px
}

#return_serts {
  display: block;
  width: 277px;
  margin: 0 auto
}

#send_sert,
#send_sert2 {
  display: block;
  width: 206px;
  margin: 0 auto;
  background: #EE3F58;
  width: 100%;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

.button:before,
.button:after {
  display: none !important
}

.button {
  width: auto !important;
  height: auto !important
}

#check_baza_osn {
  background: #fcf3e4;
  color: #000;
  font-size: 18px;
  padding: 10px;
  position: relative;
  top: 20px;
  text-align: center;
  border-radius: 10px
}

#check_baza_osn span {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 10px
}

.sub_good_noti {
  padding: 10px;
  background: green;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

#check_baza_osn span.sub {
  background: green
}

#check_baza_osn span.nosub {}

#main {
  padding: 20px 0px
}

#intro {
  height: 205px !important
}

.intro-style2 #intro #intro-core-wrap {
  display: none !important
}

.textt>div,
.binfo>div {
  word-break: keep-all;
  white-space: nowrap;
}

.textt .dt {
  padding-top: 118px;
  float: right;
  padding-right: 60px;
}

#send_sert {
  display: block;
}

#send_sert2 {
  display: none;
}

.buy_item2>div {
  line-height: 20px;
  margin: 50% auto;
}

/* RESPONSIVE */
.simple_pre3 .editor_name_webinar {
  font-weight: bold !important;
  white-space: normal !important;
}

@media(max-width:1200px) {
  .textt .dt {
    padding-top: 110px;
    padding-right: 50px;
  }

  #get_diploma {
    gap: 20px;
  }

}

@media(max-width:1100px) {
  #post-3156 .lk-nav {
    position: static !important;
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: -30px
  }
}



@media(max-width:1024px) {
  .textt .dt {
    padding-top: 60px;
    padding-right: 35px;
  }

  #getdipl {
    max-width: 100% !important;
  }

  .get_dipl--version-2 #get_diploma {
    margin: 0 -10px;
  }

  .get_dipl--version-2 .ser_select {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .get_dipl--version-2 .ser_select .ss_inner {
    width: calc(200% + 20px);
  }

  .get_dipl--version-2 .ser_select:nth-child(1n) .ss_inner {
    left: auto;
  }

  .get_dipl--version-2 .ser_select:nth-child(2n) .ss_inner {
    left: calc(-100% - 20px);
  }

  #get_diploma {
    flex-direction: column;
  }

  .get_dipl--version-3 .get_diploma_list {
    flex-basis: 100%;
  }

  .get_dipl--version-3 .get_diploma_image {
    flex-basis: 100%;
  }

}

@media(max-width:940px) {
  .add_dipl {
    display: none
  }


}

@media(max-width:900px) {
  .right_desc {
    max-width: 500px;
    float: none;
    margin: 0 auto 20px;
    width: auto
  }

  .left_desc .preres {
    display: none
  }

  /* #send_sert{
		display:none
	} */
  #send_sert2 {
    display: block;
  }

  .textt .dt {
    padding-top: 120px;
    padding-right: 60px;
  }

  .textt {
    top: -20px !important;
    overflow: hidden;
    padding-right: 30px !important;
  }
}

@media(max-width:740px) {
  .all_dipl {
    position: static;
    clear: both
  }

  iframe {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
  }

  #sert_search input[type="text"] {
    width: 49%
  }

  #sert_search input[type="submit"] {
    width: auto
  }

  .ser_select,
  .ser_select h5 {
    display: block;
    width: auto;
    max-width: none;
  }

  .ss_inner {
    text-align: center;
    width: auto
  }

  .ss_inner.second {
    left: 0px !important
  }

  .sert_selecte,
  .sert_select {
    width: 130px
  }

  .get_dipl--version-2 #get_diploma {
    margin: 0;
  }

  .get_dipl--version-2 .ser_select {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .get_dipl--version-2 .ss_inner {
    margin-top: 10px;
  }

  .get_dipl--version-2 .ser_select .ss_inner {
    width: 100%;
  }

  .get_dipl--version-2 .ser_select:nth-child(1n) .ss_inner {
    left: auto;
  }

  .get_dipl--version-2 .ser_select_title {
    min-height: auto;
  }

}

.coupon_sum_wrap {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}

@media(max-width:570px) {
  #res_paint .textt {
    top: -30px !important;
  }

  .load_sert img {
    width: 70px
  }

  #sert_search input[type="text"] {
    width: 49%
  }

  #sert_search input[type="submit"] {
    width: auto
  }

  .ser_select,
  .ser_select h5 {
    display: block;
    width: auto
  }

  .ss_inner {
    text-align: center;
    width: auto
  }

  .ss_inner.second {
    left: 0px !important
  }

  .sert_selecte,
  .sert_select {
    width: 130px
  }

  .getdipl__slogan {
    font-size: 18px;
  }

  .getdipl__create-portfolio {
    padding: 15px;
  }

  .getdipl__create-portfolio-text {
    font-size: 14px;
  }

  .get_dipl--version-3 .ser_select_btn::after {
    content: '';
    display: block;
    height: 12px;
    width: 16px;
    background-image: url(../../img/system/new_diploma_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
  }

  .get_dipl--version-3 .ser_select_btn.checked::after {
    rotate: 90deg;
  }

  .get_dipl--version-3 .ser_select_title {
    font-weight: 700;
  }

  .get_dipl--version-3 .ser_select_slogan {
    display: none;
  }

  .coupon_sum_wrap {
    text-align: left !important;
  }

  .buy_item2 {
    height: 284px;
  }

  .buy_item2>div {
    line-height: 20px;
    margin: 50% auto;
  }

  .textt .dt {
    padding-top: 130px;
    padding-right: 60px;
  }

  .coupon_sum_wrap #sendorder {
    background-color: #11ab11 !important;
    width: 100% !important;
    display: block;
  }

  .buy_item {
    width: 150px;
    position: relative;
  }

  .buy_item_book.buy_item {
    max-width: 100%;
  }

  .new_lk #my_diploma {
    padding: 12px;
  }

  .new_dip_wrapper {
    padding: 6px;
  }

  .buy_item2 div {
    line-height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 120px;
  }

}

@media(max-width:470px) {
  .textt .dt {
    display: none;
  }

  #res_paint .textt {
    top: -20px !important;
    padding-right: 25px !important;
  }
}

.cssload-thecube {
  width: 159px;
  height: 159px;
  margin: 0 auto;
  margin-top: 106px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(43, 160, 199);
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {

  0%,
  10% {
    transform: perspective(298px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(298px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(298px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {

  0%,
  10% {
    -o-transform: perspective(298px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -o-transform: perspective(298px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -o-transform: perspective(298px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {

  0%,
  10% {
    -ms-transform: perspective(298px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -ms-transform: perspective(298px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -ms-transform: perspective(298px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {

  0%,
  10% {
    -webkit-transform: perspective(298px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(298px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(298px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {

  0%,
  10% {
    -moz-transform: perspective(298px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(298px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(298px) rotateY(180deg);
    opacity: 0;
  }
}

@media(min-width:768px) {
  #imgdata[data-sert="2"]+img+.simple_pre3>.textt {
    padding-top: 38px;
  }

  #imgdata[data-sert="8"]+img+.simple_pre3>.textt {
    padding-top: 40px;
  }

  #imgdata[data-sert="8"]+img+.simple_pre3>.textt>div {
    white-space: normal !important;
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;

  }

  #imgdata[data-sert="11"]+img+.simple_pre3>.textt {
    padding-top: 14px;
  }

  #imgdata[data-sert="11"]+img+.simple_pre3>.textt div {
    line-height: 15px;
  }


  #imgdata[data-sert="13"]+img+.simple_pre3>.textt {
    padding-top: 14px;
  }

  #imgdata[data-sert="13"]+img+.simple_pre3 div {
    line-height: 15px;
  }

  #imgdata[data-sert="13"]+img+.simple_pre3 div.big {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0px 20px !important;
  }



}


.simple_pre3 {
  height: 100%;
}

.simple_pre3 div {
  padding: 0px 20px;
  font-size: 12px;
  /* line-height: 18px; */
  line-height: 16px;
  font-family: "panton" !important;
  font-weight: 100 !important;
  word-break: inherit !important;
}

.simple_pre3 div.text1,
.simple_pre3 div.text2,
.simple_pre3 div.text3,
.simple_pre3 div.text4,
.simple_pre3 div.cityf,
.simple_pre3 div.editor_fio,
.simple_pre3 div.editor_prof,
.simple_pre3 div.editor_city,
.simple_pre3 div.r_fio,
.simple_pre3 .editor_work {
  white-space: normal !important;
  hyphens: none;
  margin: 2px 0 !important;
}

.simple_pre3 div div div {
  padding: 0;
}

.simple_pre3 div.big {
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 3px 20px !important;
}

.textt {
  top: 0;
  bottom: 0;
  height: 250px;
  margin: auto;
  position: absolute;
}

.textt2 {
  height: 270px;
}

.text1,
.editor_fio,
.r_fio {
  /* font-size: 18px !important; */
  font-weight: bold !important;
  margin: 5px 0 !important;
}

.text1,
.editor_fio,
.r_fio {
  font-size: 14px !important;
  line-height: 14px !important;
}

.dipl {
  font-weight: bold !important;
}

.textt {
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0px 7.5%;
  top: 0;
  line-height: 13px
}

.text_1 {
  padding: 0px 5%
}

#ruc_pre .st {
  display: none
}

.simple_pre3 {
  height: 100%;
}

@media(max-width:570px) {
  .simple_pre3 div {
    font-size: 10px;
    line-height: 14px;
  }

  .textt {
    height: 200px;
  }

  .textt2 {
    height: 260px;
  }
}


@media(max-width:400px) {
  .simple_pre3 div {
    line-height: 12px !important;
    padding: 14 !important;
  }

  .textt {
    height: 150px;
  }

  .textt2 {
    height: 210px;
  }
}



.load_sert .goload2:hover {
  color: #23527c;
  text-decoration: underline;
  transition: all 500ms ease !important;
}

#myModald .close,
#myModald3 .close {
  text-align: right;
  margin: 3px;
  width: 98%;
  left: 0;
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

#myModald .close span,
#myModald3 .close span {
  cursor: pointer;
}

#myModald3 .btn {
  background: #9f9;
  /*position:absolute;
	bottom:0;*/
}


#myModald .btn {
  background: #9f9;
}

#myModald .modal-content,
#myModald3 .modal-content {

  overflow: auto;
  min-height: 300px;
  height: 100%;
  display: inline-grid;
}

#myModald .modal-body,
#myModald3 .modal-body {
  position: relative;
  padding-top: 50px;

}

#myModald3 .modal-body {
  height: calc(100% - 20px);
}

.modal input[type="text"],
.modal input[type="password"],
.modal textarea,
.modal input[type="email"],
.modal select {
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
  color: #414042;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 5px;
  width: 100%;
}


.text-center .wpProQuiz_content {
  margin: 0 auto;
}

.text-center .wpProQuiz_content h2 {
  padding-bottom: 0;
}

.wpProQuiz_content {
  max-width: 900px;
}

.payment_methods p {
  background: none;
  color: #333 !important;
  text-align: left;
  font-weight: 900;
}

.payment_methods ul li {
  display: inline-block !important;
  width: 150px !important;
  height: 70px !important;
  text-align: center !important;
  margin: 5px 5px !important;
  background: #FFF !important;
  vertical-align: top !important;

  border: 3px solid #f1f2f6 !important;
  cursor: pointer !important;
  transition: 0.2s !important;
}

#payform img {
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
}

@media (max-width: 439px) {
  .payment_methods ul li {
    display: block !important;
    margin: 5px auto !important;
    margin-bottom: 5px !important;

  }
}

@media (max-width: 728px) {

  .сertificate_1 span.sub-title {
    font-size: 14px;
  }

  .сertificate_1 span.title {
    font-size: 24px;
  }
}

.new_lk {
  display: flex;
}

.new_lk #mydipl.active {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.new_lk #my_diploma {
  width: 100%;
  background-color: #fff;
  padding: 30px 50px 50px 50px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}

.new_lk .new_lk_sidebar {
  width: 208px;
  display: block;
}

.new_lk_sidebar a {
  display: flex;
  margin-bottom: 8px;
}

.new_lk_sidebar a span {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: rgb(84, 89, 95);
  margin-left: 8px;
}

.new_lk_sidebar a:hover span {
  color: #0065B1;
}

.new_lk_sidebar i {
  color: #0065B1;
  width: 1.25em;
  font-size: 18px;
  align-self: center;
}

.new_lk_sidebar hr {
  width: 80%;
  background: rgb(84, 89, 95);
  margin: 12px 0;
}

.new_dip_wrapper {
  display: flex;
  border-top: solid 1px #DADADA;
  padding: 10px;
  margin-right: auto;
  font-family: "Roboto", Sans-serif;
  font-size: 23px;
  align-items: center;
}

.new_dip_wrapper+a {
  max-width: 210px;
  border-radius: 30px;

  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.new_dip_checkbox {
  margin-right: 20px;
}

.new_dip_img {
  width: 50px;
  margin-right: 20px;
}

.new_dip_name {
  margin-right: auto;
  color: #000000;
}

.new_dip_price {
  margin-left: auto;
  margin-right: 20px;
}

.new_dip_price del {
  text-decoration: line-through #999;
  color: #999;
  white-space: nowrap;
}

.new_dip_price span {
  color: #000;
  white-space: nowrap;
}

.new_dip_sale {
  color: #C21010;
  margin-right: 20px;
}

.new_dip_del {
  color: #999;
}

.new_dip_addnew {
  border-top: solid 1px #DADADA;
  padding-top: 24px;
  font-weight: bolder;
}

.new_lk .diplload {
  border-bottom: solid 1px #DADADA;
  margin-bottom: 24px;
}

.new_lk .stit {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.new_dip_subtitle {
  color: #0065B1;
  font-family: "Roboto", Sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.new_lk .total_section_wrapper {
  display: flex;
  flex-direction: column;
}

.new_lk .total_section_wrapper .coupon_sum_wrap {
  text-align: center;
  order: 2;
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.new_lk .total_sum {
  font-size: 23px !important;
  text-transform: uppercase;
}

.new_lk .total_sum del {
  text-decoration: line-through #999999;
  color: #999999;
}

.new_lk .total_sum span {
  font-weight: bold;
  color: #c21010;
}

.new_lk .total_section_wrapper .coupon_sum_wrap.total_sum {
  order: 1;
}

.new_lk .total_section_wrapper .coupon_sum_wrap.total_sum+.coupon_sum_wrap {
  order: 3;
  /* display: none; */
}

.new_lk .total_section_wrapper .coupon_sum_wrap .new_btn {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  height: 50px !important;
  border-radius: 100px 100px 100px 100px;
  width: 275px !important;
  background-image: linear-gradient(90deg, #D24156 0%, #FF2746 100%) !important;
  box-shadow: 0px 15px 30px 0px rgba(114, 86, 241, 0.5);
  transition: all 0.2s;
  margin: 8px auto;
  line-height: 30px;
  text-transform: none;
  border-color: transparent;
}

.new_lk .total_section_wrapper .coupon_sum_wrap .new_btn:hover {
  box-shadow: none;
}

.greenpay {
  /*old*/
  margin-top: 10px !important;
  background: #11ab11 !important;
  background-color: #11ab11 !important;
}

.use_free {
  background: green !important;
  color: #FFF !important;
  white-space: normal !important;
  font-weight: normal !important
}

.new_lk_top_nav {
  display: none;
}

/* .new_lk_top_nav.active {
	display: block;
} */
#getdipl {
  max-width: calc(100% - 208px);
}


@media (max-width: 1023px) {
  .new_lk .new_lk_sidebar {
    display: none;
  }


  .new_lk_top_nav {
    display: block;
  }

  .new_lk #my_diploma {
    padding: 18px;
  }

  .new_lk .stit,
  .new_dip_name,
  .new_dip_price {
    font-size: 18px;
  }

  .new_dip_img,
  .new_dip_checkbox,
  .new_dip_price {
    margin-right: 12px;
  }

  .new_dip_sale {
    display: none;
  }

  .new_lk #mydipl.active {
    flex-direction: column-reverse;
  }

  .new_lk #mydipl.active>.new_lk_sidebar,
  .new_lk #my_diploma {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .new_lk .new_lk_sidebar hr {
    display: none;
  }

  .new_dip_subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}


body #tr-new.v2 * {
  font-family: 'Roboto';
  hyphens: none;
}


body #tr-new.v2 .container {
  max-width: 1024px;
  display: flex;
  flex-direction: column;
}

#tr-new.v2 {
  /* box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); */
  border-radius: 20px;
  overflow: hidden;
}

#tr-new.v2 div.header__main {
  background-color: #0065B1;
}

#tr-new.v2 div.header__title {
  display: flex;
  background: #FFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  padding: 13px 16px;
  margin-bottom: 30px;
  white-space: normal;
}

#tr-new.v2 div.header__title>svg {
  margin-right: 10px;
}

#tr-new.v2 div.header__title>div {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #303030;
}

#tr-new.v2 h1.header__title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#tr-new.v2 .header__subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 300px;
  line-height: 150%;
  color: #fff;
}

#tr-new.v2 .header__main>img {
  margin-top: 60px;
  padding-right: 20px;
}

#tr-new.v2 .tr-top-price {
  display: inline-block;
  margin: 0px;
  background: #FFFFFF;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  padding-right: 20px;
}

#tr-new.v2 .tr-top-price-left {
  padding: 0;
}

#tr-new.v2 .tr-top-price-right {
  display: none;
}

#tr-new.v2 .header__price {
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: normal !important;
  color: #FF4848 !important;
  line-height: 130%;
}

#tr-new.v2 .header__price span {
  font-size: 20px;
  font-weight: 600;
}

#tr-new.v2 .header__price del {
  font-size: 16px;
  font-weight: normal !important;
  color: #333 !important;
  text-decoration: line-through;
}

#tr-new.v2 .header__price del span {
  font-size: 16px;
  font-weight: normal !important;
  color: #333 !important;
}

#tr-new.v2 .fgos-info {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 25px 0;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

#tr-new.v2 .fgos-info b {
  font-weight: 600;
}



#tr-new.v2 #cat-slider {
  background: #80B2D8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#tr-new.v2 #cat-slider .cslider-head {
  background: #7B90FF;
}

#tr-new.v2 #cat-slider .cslider-head .cslider-title {
  font-weight: 600;
}

#tr-new.v2 #cat-slider .cslider-main {
  padding-top: 40px;
  padding-bottom: 80px;
}

#tr-new.v2 #cat-slider .cslider-item {
  border: 0;
}

#tr-new.v2 #cat-slider .cslider-item:hover,
#tr-new.v2 #cat-slider .cslider-item.active {
  background: none;
  border-bottom: solid 2px #EE3F58;
}

#tr-new.v2 #cat-slider .cslider-item.active {
  font-weight: 600;
}


#tr-new.v2 #advs {
  margin-top: 80px;
}

#tr-new.v2 #advs .advs__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
}

#tr-new.v2 #advs .advs__listn {
  border: 0;
  margin: 0px;
  padding: 30px 25px;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  color: #000;
}

#tr-new.v2 #advs img {
  border-radius: 6px;
}

#tr-new.v2 #advs .advs__list_title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tr-new.v2 #advs .advs__list_text {
  margin: 10px 0 0;
  font-size: 18px;
}

#tr-new.v2 #training .training__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin-top: 60px;
}

#tr-new.v2 #training .training__list {
  color: #303030;
  height: auto;
  flex-direction: column;
  justify-content: space-around;
  border: none;
  padding: 30px 20px;
  border-radius: 0;
  box-shadow: none;
  background-color: inherit;
}

#tr-new.v2 #training .training__list_title {
  font-weight: 600;
  font-size: 20px;
}

#tr-new.v2 #training .training__list_text {
  margin-top: 0px;
}

#tr-new.v2 #training .training__list_time {
  font-size: 20px;
  color: #EE3F58;
  font-weight: bolder;
}

#tr-new.v2 #training .fas,
#tr-new.v2 #training .far {
  display: none !important;
}

#tr-new.v2 #training .line1,
#tr-new.v2 #training .line2,
#tr-new.v2 #training .line3 {
  position: absolute;
}

#tr-new.v2 #training {
  position: relative;
}

#tr-new.v2 #training .line1 {
  top: -20px;
  left: -80px;
}

#tr-new.v2 #training .line2 {
  top: 160px;
  left: -90px;
}

#tr-new.v2 #training .line3 {
  top: -20px;
  left: -80px;
}

#tr-new.v2 #calculator .training__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin-top: 90px;
  margin-bottom: 60px;
}

#tr-new.v2 #calculator .calc-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #EE3F58;
  text-align: left;
  margin-bottom: 20px;
}

#tr-new.v2 #calculator .calc-counter-row {
  color: #303030;
  margin-top: 12px;
  margin-bottom: 12px;
}

#tr-new.v2 #calculator .calc-counter-row .col-md-10 {
  font-weight: 600;
  font-size: 20px;
}

#tr-new.v2 #calculator .calc-big {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #303030;
}

#tr-new.v2 #calculator .calc-big span {
  color: #303030;
}

#tr-new.v2 #calculator .calc-slider {
  background: #F5F5F5;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  height: 40px;
  padding: 0px 28px 0px 12px;
}

#tr-new.v2 #calculator #calc-slider {
  border: none;
  margin: 0;
  background: none !important;
}

#tr-new.v2 #calculator .ui-slider-horizontal .ui-slider-range {
  background: none !important;
}

#tr-new.v2 #calculator .ui-state-default {
  width: 36px;
  height: 36px;
  background: linear-gradient(178.39deg, #EE3F58 -8.27%, #c72940 104.82%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15), inset -2px -2px 5px rgba(0, 0, 0, 0.14), inset 2px 2px 5px rgba(255, 255, 255, 0.17);
  border-radius: 100px;
  transform: rotate(-90deg);
  top: 2px;
}

#tr-new.v2 #course .course__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin-top: 90px;
  padding-bottom: 0;
}

#tr-new.v2 #course #course-title {
  padding-bottom: 30px;
}

#tr-new.v2 #course .tr-circle-price .col-lg-10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#tr-new.v2 #course .tr-circle-price .col-lg-10>.col-6 {
  padding: 12px;
}

#tr-new.v2 #course .tr-circle-price .col-lg-10>.col-6 .inner {
  border: solid 1px #EE3F58;
  border-radius: 10px;
  padding: 28px 0px;
}

#tr-new.v2 #course .tr-circle-price .col-lg-10>.col-6 .inner img {
  position: absolute;
  top: -5px;
  right: 7px;
}

#tr-new.v2 #course .course_hour_val {
  font-weight: 600;
  font-size: 70.1538px;
  line-height: 80%;
  background: #EE3F58;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#tr-new.v2 #course .course_hour_desc {
  font-weight: 400;
  font-size: 35.0769px;
  line-height: 80%;
  color: #303030;
  display: block;
  margin-bottom: 12px;
}

#tr-new.v2 #course .hour-text {
  line-height: 19px;
  color: #303030;
}

#tr-new.v2 #course .hour-text b {
  font-weight: 600;
}

#tr-new.v2 #course .course__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #EE3F58;
}

#tr-new.v2 #course .course__price del {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: rgba(48, 48, 48, 0.5);
}

#tr-new.v2 #course .course__subtitle {
  text-align: center;
  margin-top: -40px;
  font-size: 20px;
  color: #303030;
}

#tr-new.v2 #course .flex-center {
  justify-content: center;
}

#tr-new.v2 #course .course__list {
  background: #0065B1;
  padding: 44px 40px;
  color: #fff;
  border-radius: 20px;
  box-shadow: none;
  position: relative;
  margin-bottom: 30px;
}

#tr-new.v2 #course .course__list:after {
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  height: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  bottom: -5px;
  background-color: #EE3F58;
}

#tr-new.v2 .course__list_text {
  font-size: 20px;
  line-height: 130%;
}

#tr-new.v2 .course__list_price,
#tr-new.v2 .diplom-dayinfo {
  display: flex;
  justify-content: space-between;
}

#tr-new.v2 .diplom-dayinfo div+div {
  text-align: right;
}

#tr-new.v2 .course__list_price del {
  color: #fff;
  margin-right: 8px;
  text-decoration: line-through #fff;
}

#tr-new.v2 #course .text-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#tr-new.v2 #course .course__btn {
  background: #EE3F58;
  margin: 0 auto;
  display: block;
  width: 220px;
  margin-top: 24px;
  height: 60px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}

#tr-new.v2 #course .course__title_second.t-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin: 0 auto 60px;
  max-width: 600px;
}

#tr-new.v2 .course__description {
  margin: 0;
  font-size: 14px;
  color: #303030;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 55px 35px;
}

#tr-new.v2 .course__description svg {
  position: absolute;
  top: -20px;
}

#tr-new.v2 #license {
  padding-bottom: 15px;
}

#tr-new.v2 #license .contacts__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin-top: 90px;
}

#tr-new.v2 #license .contacts__services {
  margin-top: 40px;
  color: #303030;
  font-size: 16px;
}

#tr-new.v2 #license .contacts__services .btn {
  background: #EE3F58;
  width: 300px;
  line-height: 48px;
  height: 70px;
  font-size: 20px;
}

#tr-new.v2 #license .contacts__headline {
  font-size: 20px;
  font-weight: bolder;
}

#tr-new.v2 #license .contacts__services_tel {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
}

#tr-new.v2 #license .contacts__offer_text {
  font-size: 16px;
  font-weight: normal;
}

#tr-new.v2 #portal .portal__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EE3F58;
  margin-top: 90px;
}

#tr-new.v2 #portal .portal__list {
  margin: 10px 0;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  border: none;
  padding: 30px 25px;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  color: #303030;
}

#tr-new.v2 #portal .portal_val {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  background: #EE3F58;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#tr-new.v2 #portal .dd-block {
  position: absolute;
  top: -5px;
}

#tr-new.v2 .btn-faq {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #EE3F58;
  margin-bottom: 40px;
  text-decoration: underline;
}

#tr-new.v2 {
  padding-bottom: 60px;
}

#tr-new.v2 .header__offerBtn {
  margin-bottom: 29px;
  background: #EE3F58;
  height: 80px;
  font-size: 20px;
  line-height: 60px;
  margin-left: -10px;
}

@media (max-width: 991px) {

  #tr-new.v2 #license .col-12.col-lg-10 {
    width: calc(100vw - 30px);
    padding: 0;
    max-width: none;
  }

  #tr-new.v2 #license .col-12.col-lg-7 {
    padding: 0;
  }

  #tr-new.v2 #license .p20 {
    padding: 8px;
    font-size: 12px;
  }

  #tr-new.v2 #license .contacts__services .btn {
    font-size: 18px;
    width: auto;
  }

  #tr-new.v2 .container {
    padding: 0px 15px !important;
  }

  #tr-new.v2 div.header__title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }

  #tr-new.v2 div.header__title>div {
    font-size: 20px;
  }

  #tr-new.v2 h1.header__title {
    padding: 0;
  }

  #tr-new.v2 .header__subtitle {
    max-width: 100%;
  }

  #tr-new.v2 .tr-top-price-left {
    width: 100%;
  }

  #tr-new.v2 .header__offerBtn {
    margin-bottom: 25px;
    padding: 20px 40px;
    font-size: 18px;
    display: inline-block;
    height: auto;
    line-height: 160%;
  }

  #tr-new.v2 .cs-item-s img.d-block {
    max-width: 760px !important;
  }

  #tr-new.v2 #advs .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #tr-new.v2 #advs .advs__listn {
    padding-bottom: 50px;
  }

  #tr-new.v2 #advs .advs__listn::before {
    left: 50%;
    transform: translateX(-50%);
  }

  #tr-new.v2 #course .tr-circle-price .col-lg-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #tr-new.v2 #course .tr-circle-price .col-lg-10>.col-6 {
    padding: 4px;
  }

  #tr-new.v2 #course .course_hour_val {
    font-size: 48px;
  }

  #tr-new.v2 #course .course_hour_desc {
    font-size: 32px;
  }

  #tr-new.v2 #course .course__price,
  #tr-new.v2 #course .course__price del {
    font-size: 14px;
  }

  #tr-new.v2 #course .hour-text {
    font-size: 12px;
  }

  #tr-new.v2 #course .course__subtitle {
    font-size: 16px;
  }

  #tr-new.v2 #training .line1,
  #tr-new.v2 #training .line2,
  #tr-new.v2 #training .line3 {
    display: none;
  }

  #tr-new.v2 #calculator .calc-title {
    text-align: center;
  }

  #tr-new.v2 #course .flex-center,
  #tr-new.v2 #course .flex-center .col-12 {
    padding: 0;
    margin: 0;
  }

  #tr-new.v2 #course .course__list {
    padding: 22px;
  }

  #tr-new.v2 #advs .advs__title,
  #tr-new.v2 #training .training__title,
  #tr-new.v2 #calculator .training__title,
  #tr-new.v2 #course .course__title,
  #tr-new.v2 #course .course__title_second.t-title,
  #tr-new.v2 #license .contacts__title,
  #tr-new.v2 #portal .portal__title {
    font-size: 22px;
  }

  #tr-new.v2 #training {
    background: #B8C3FF;
    border-radius: 20px;
  }

  #tr-new.v2 .cs-item-s {
    overflow: auto;
  }

  #tr-new.v2 #cat-desc p {
    text-align: left !important;
    font-size: 18px !important;
  }

  #tr-new.v2 #cat-desc p span {
    text-align: left !important;
    font-size: 18px !important;
  }

  #tr-new.v2 .course {}

  #tr-new.v2 .course__description {
    font-size: 14px;
    margin: 0 5px 40px;
  }

  #tr-new.v2 .cslider-head .col-md-8 {
    text-align: left !important;
  }

  #tr-new.v2 .cslider-item {
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  #tr-new.v2 .header__price span {
    font-size: 16px;
  }

  #tr-new.v2 .tr-top-price {
    padding-right: 0;
  }

  #tr-new.v2 .header__price del,
  #tr-new.v2 .header__price del span {
    font-size: 12px;
  }

  #tr-new .btn.header__offerBtn {
    font-size: 12px;
    padding: 20px 10px;
  }
}