/*Menu top*/
.mobail_top_menu {
    color: #FFF;
    display: none;
}
.mobail_top_menu li a {
  color: #FFF;  
}


/*Banner top*/
.inner_banner {
    position: relative;
    display: inline-block;
}

.inner_banner_img_mob {
    display: none;
}

.inner_banner_img img {
width: 100%;
}

.inner_banner_figure {
    margin-left: -300px;
    width: 1320px;
    height: 360px;
    transform: skew(150deg);
    background: #3C4D87;
    opacity: 89%;
    position: absolute;
    top: 141px;
}

.inner_banner_text {
    position: absolute;
    top: 170px;
    color: #FFFFFF;
    margin-left: 100px;
    font-weight: 400;
    width: 60%;
}

.inner_banner_text-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    gap: 28px;
    margin-bottom: 23px;
}

.inner_banner_text-list-item::before {
    content: "";
    background-image: url(/obuchenie-po-okhrane-truda/img/Vector.svg);
    background-size: cover;
    height: 17px;
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: baseline;
}

.inner_banner_text .inner_banner_text-site {
    font-size: 18px;
    margin-bottom: 10px;
}

.inner_banner_text .inner_banner_text-site span {
    font-size: 16px;
    font-weight: bold;
}
.inner_banner_text .inner_banner_text-site span a{
 color: #FFF;
}

.inner_banner_text .inner_banner_text-h1 {
    font-size: 40px;
    color: #FFF;
    margin-left: 0;
}

.inner_banner_text .inner_banner_text-info {
    font-size: 18px;
    margin: 10px 0 28px 0;
}

.inner_banner_text-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    gap: 21px;
}
.inner_banner_text-button_banner {
    padding: 15px 10px;
    width: 280px;
    border: 1px solid;
    text-align: center;
}

.inner_banner_text-button_banner a {
    color: #FFF;
}

a.inner_banner_text-button_banner {
    color: #FFF;
}

.inner_banner_text-button_banner:hover {
    background-color: #fff;
    text-decoration: unset;
}

a.inner_banner_text-button_banner:hover {
    color: #2067b0;
}


/* Причины учиться */

.reasons_study_lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . .";
    text-align: center;
}

.reasons_study_item {
    width: 296px;
    text-align: center;
}

section.reasons_study {
    margin-top: 90px;
}

.reasons_study_list.h1 {
    margin-bottom: 37px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.reasons_study_item_title {
    margin-top: 16px;
    font-size: 20px;
    font-weight: bold;
}

.reasons_study_item_desc {
    margin-top: 8px;
    font-weight: 400;
}

/*Programm*/

.programm_tabs-one {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: stretch;
    margin-bottom: 20px;
    cursor: pointer;
}
.programm_tabs-two {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: stretch;
    margin-bottom: 50px;
}

.programm_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    gap: 20px;
}


section.programm {
/*    margin-top: 71px;*/
    margin: 71px 0 90px 0;
}

.programm_title.h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 40px;
}

.programm_tabs_title {
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.programm_items {
    margin-top: 56px;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.2);
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}

a.programm_items_button {
    padding: 15px 0;
    background-color: #B83020;
    color: #FFF;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.programm_items_button:hover {
    text-decoration: unset;
}

.programm_items_button:hover {
  background-color: #FFF;
  border: 2px solid #B83020;
  color: #B83020;
}

.programm_items_img img {
    width: 100%;
}

.programm_item {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px 20px;
}

.programm_items_price_time {
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0 0 16px;
}

.programm_items_title {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 25px 16px;
}

a.programm_button {
    padding: 10px 10px;
    width: 554px;
    border: 4px solid;
    text-align: center;
    margin: 50px auto;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

a.programm_button:hover {
  background-color: #FFF;
  border: 4px solid #B83020;
  color: #B83020;
  text-decoration: unset;
}

/*Document block*/

.wrapper-bg {
    background: #3C4D87;
    padding: 50px;
}

.document_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 110px;
}

.document_info-text-title {
    font-size: 40px;
    margin-bottom: 28px;
}

.container_bg {
    padding: 50px;
    background: #3C4D87;
}

.document_info-text {
    color: #fff;
}

.document_info-text-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/*STEP*/

section.step {
    margin: 90px 0 90px 0;
}

.step_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
}

.step_items {
    width: 20%;
}

.step_title {
    font-size: 40px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 600;
}

.step_items-number {
    font-size: 70px;
    font-weight: 600;
    color: #3C4D87;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.step_items-number-img {
    margin-left: 70px;
}

.step_items-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.step_items-des {
    font-size: 18px;
    font-weight: 400;
}

/*form block*/

section.form {
    position: relative;
    display: inline-block;
    margin-bottom: 200px;
}

section.form img {
    width: 100%;
}

.form-info {
    position: absolute;
    border-radius: 2px;
    top: 60px;
    left: 100px;
}

.form-info_title {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.form-info_desk {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 40px;
}

.form-info_button {
    padding: 15px 110px;
    width: 150px;
    text-align: center;
    background-color: #B83020;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
}

a.form-info_button:hover {
    text-decoration: unset;
}

.form-info_button a {
    color: #FFF;
}

.form-info_call {
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    margin-top: 40px;
}

.form-info_call a {
    color: #FFF;
}

/* company block */

.bunner-parter_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 53px;
}

.bunner-parter_title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 53px 85px;
}

section.bunner-parter {
    margin-bottom: 220px;
}

/* frequent questions */

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 0 10px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #3C4D87;
    cursor: pointer;
}

.accordion a:hover{
    text-decoration: none;
}

.accordion a.active {
    color: #000000;
    border-bottom: 1px solid #3C4D87;
    font-size: 20px;
    font-weight: 600;
}

.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #3C4D87;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #3C4D87;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #3C4D87;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content {
    font-size: 18px;
    font-weight: 400;
}

.accordion .content.active {
  opacity: 1;
  padding: 10px 0;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

section.frequent-questions {
    position: relative;
}

.frequent-questions_bg {
    margin-left: -300px;
    width: 1033px;
    height: 130px;
    transform: skew(35deg);
    background: #3C4D87;
    position: absolute;
    top: -136px;
    color: #FFF;
}

.frequent-questions_title {
    font-size: 40px;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    top: -100px;
}
/* form block */


.wrapper-img {
    height: 390px;
    width: 100%;
    position: relative;
    background: url('/obuchenie-po-okhrane-truda/img/fon_form_block.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.form-block {
    margin-top: 90px;
}

.form-block-bg {
    margin-top: 90px;
    margin-left: -300px;
    width: 1280px;
    height: 280px;
    transform: skew(150deg);
    background: #1E3252;
    opacity: 94%;
    position: absolute;
    top: -39px;
}

.form-block_info {
    position: absolute;
    top: 100px;
    margin-left: 90px;
}

.form-block_title {
    font-size: 30px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 20px;
    width: 100%;
}

.form-block_desk {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 40px;
}

.form-block_desk a {
  color: #FFF;
}

.form-block_button {
    padding: 15px 80px;
    width: 150px;
    text-align: center;
    background-color: #B83020;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
}

.form-block_button a {
    color: #FFF;
}

a.form-block_button:hover {
    text-decoration: unset;
}

/* lerning block */
section.lerning {
    margin-top: 90px;
}

.lerning-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
}

.lerning-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 17px;
}

.lerning-item img {
  max-width: 100%;
}

/* Последний блок */
section.infrom-bottom {
    margin: 90px 0 0 0;
}

.infrom-bottom-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.infrom-bottom-info {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: stretch;align-content: stretch;gap: 30px;}

.infrom-bottom-info_text_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.infrom-bottom-info_text {
/*    width: 60%;*/
}

.infrom-bottom-info_img {
  float: right;
  padding: 10px;
  margin-right: 20px;
}

.infrom-bottom-info_text_desk {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}


/* форма popup */

.form-site--vert.form-site {
    display: block;
    margin-left: 0px; 
    margin-right: -16px;
    width: 100%;
}
.form-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-site--vert .form-site__text {
    width: 100%;
    font-size: 20px;
    color: #3e3e3e;
    margin-right: 0;
    margin-bottom: 20px;
}
.form-site__text {
    width: 31%;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .5px;
    margin-right: 42px;
}
.form-site--vert-new .form-site__content-new {
    display: block !important;
}
.form-site__content, .form-site__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-site--vert.form-site input[type=email], .form-site--vert.form-site input[type=text], .form-site--vert.form-site textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #000;
    margin: 0 16px 29px;
}
.form-site__fields-new input[type=text] {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.form-site input[type=email], .form-site input[type=text], .form-site textarea {
    height: 60px;
    width: 302px;
    outline: none;
    border: none;
    background: #fff;
    font-family: Decima,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18.5px;
    line-height: 58px;
    color: #1a1a1a;
    letter-spacing: .7px;
    text-align: left;
    padding: 0 20px;
    -webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 16px 0 0;
}
.fancybox-inner .form-site--vert.form-site--full .form-site__btn {
    text-align: center;
}
.form-site--vert.form-site .h3, .form-site--vert.form-site h3 {
    margin-bottom: 10px;
}
.form-site--vert.form-site .btn, .form-site--vert.form-site input[type=submit].btn {
    min-width: 380px;
}

select#form_dropdown_LERNING_OB {
    height: 60px;
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    font-family: Decima,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18.5px;
    line-height: 58px;
    color: #1a1a1a;
    letter-spacing: .7px;
    text-align: center;
    padding: 0 20px;
    -webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 16px 0 0;
    box-shadow: none;
    border: 2px solid #000;
    margin: 0 16px 10px;
}
.btn, input[type=submit].btn {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    background-color: #b83020;
    border: 0;
    outline: 0;
    font-family: Decima,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 58px;
    color: #fff;
    letter-spacing: .1px;
    text-transform: unset;
    white-space: nowrap;
    padding: 0 21px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background .3s ease,color .3s ease,-webkit-box-shadow .3s ease;
    transition: background .3s ease,color .3s ease,-webkit-box-shadow .3s ease;
    -o-transition: background .3s ease,box-shadow .3s ease,color .3s ease;
    transition: background .3s ease,box-shadow .3s ease,color .3s ease;
    transition: background .3s ease,box-shadow .3s ease,color .3s ease,-webkit-box-shadow .3s ease;
}
.fancybox-content {
    width: 500px;
    max-width: 100%;
    display: inline-block;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

/**/
@media (min-width: 1200px) {
    .inner_banner_text {
    position: absolute;
    top: 170px;
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: 400;
    width: 70%;
    }
    .inner_banner_figure {
    margin-left: -440px;
    width: 1325px;
    height: 360px;
    transform: skew(150deg);
    background: #3C4D87;
    opacity: 89%;
    position: absolute;
    top: 141px;
    }
    .step_items-number-img {
      margin-left: 25px;
    }
    .inner_banner_text .inner_banner_text-h1 {
      font-size: 36px;
      width: 70%;
    }
    .form-info {
      position: absolute;
      border-radius: 2px;
      top: 28px;
      left: 100px;
      width: 45%;
    }
}



/* Mobile  991px */

@media (max-width: 991px) {
    .inner_banner_figure {
        margin-left: -114px;
        width: 1000px;
        height: 360px;
        transform: skew(150deg);
        background: #3C4D87;
        opacity: 89%;
        position: absolute;
        top: 141px;
        display: none;
    }
    .inner_banner_text {
      position: absolute;
      top: 95px;
      color: #FFFFFF;
      margin-left: 20px;
      font-weight: 400;
      width: auto;
    }
    .inner_banner_text-button_banner {
      padding: 15px 10px;
      width: 215px;
      border: 1px solid;
      text-align: center;
    }
    .inner_banner_text .inner_banner_text-h1 {
    font-size: 28px;
    width: 80%;
    margin-bottom: 10px;
    }
    .inner_banner_text .inner_banner_text-info {
    font-size: 16px;
    width: 65%;
    margin: 10px 0 10px 0;
    }
    .inner_banner_text .inner_banner_text-site {
    font-size: 16px;
    }
    .inner_banner_text-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    }
    .document_info-img img {
      width: 365px;
    }
    .reasons_study_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: start;
    align-content: stretch;
    margin: 0 10px 0 10px;
    }
    .wrapper-bg {
      background: #3C4D87;
      padding: 44px 0 44px 0;
    }
    .reasons_study_list.h1 {
      margin-bottom: 37px;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
    }
    .document_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    gap: 30px;
    }
    .document_info-text-title {
      font-size: 28px;
      margin-bottom: 28px;
    }
    .document_info-text-desc {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
    }
    .programm_item {
      gap: 0px 15px;
    }
    .programm_items_img img {
      width: 100%;
    }
    .programm_title.h1 {
      font-size: 28px;
    }
    .programm_tabs_title {
      font-size: 19px;
    }
    .programm_items_price_time {
      font-size: 14px;
    }
    .programm_items_title {
      font-size: 18px;
    }
    .reasons_study_lists {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0px 20px;
      grid-template-areas:
      ". . . .";
      text-align: center;
    }
    .reasons_study_item {
      width: 100%;
      text-align: center;
    }
    .form img {
      width: 100%;
    }
    .form-info {
      position: absolute;
      border-radius: 2px;
      top: 29px;
      left: 14px;
      vertical-align: middle;
      width: 55%;
    }
    .form-info a {
      color: #FFF;
    }
    .form-info_title {
      font-size: 28px;
    }
    .form-info_desk {
      font-size: 16px;
    }
    .form-info_call {
      font-size: 16px;
    }
    .step_title {
      font-size: 28px;
    }
    .step_items-number-img {
      margin-left: 20px;
    }
    .step_items-number {
      flex-wrap: nowrap;
    }
    .step_items-des {
      font-size: 16px;
    }
    .step_items-number-img img {
    width: 80%;
    }
    .form-block-bg {
      margin-top: 90px;
      margin-left: -100px;
      width: 755px;
      height: 280px;
      top: -39px;
    }
    .form-block_info {
      position: absolute;
      top: 75px;
      margin-left: 20px;
    }
    .form-block_title {
      font-size: 28px;
      width: 90%;
    }
    .form-block_desk {
      font-size: 16px;
    }
    .lerning-title {
     font-size: 28px;
    }
    .lerning-item img {
      max-width: 100%;
    }
    .infrom-bottom-title {
      font-size: 28px;
    }
    .infrom-bottom-info_img img {
      width: 100%;
    }
    .infrom-bottom-info_text_desk {
      font-size: 16px;
      line-height: 1.5;
    }
    .bunner-parter_title {
    font-size: 28px;
    }
    .accordion a.active {
      color: #000000;
      border-bottom: 1px solid #3C4D87;
      font-size: 20px;
      font-weight: 600;
    }
    .accordion a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      border-bottom: 1px solid #3C4D87;
      cursor: pointer;
      padding: 10px 35px 10px 0px;
    }
}
@media (max-width: 768px) {
    .mobail_top_menu {
    color: #FFF;
    display: block;
    }
    .mobail_top_menu .top-menu li a {
        color: #FFF;
    }
    .mobile-dop-menu a {
      display: block;
      width: 100%;
      font-family: tahoma;
      color: #111;
      text-decoration: none;
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .main-menu li {
      color: #111;
    }
    .red-block {
      background-color: #FFF;
    }
    .reasons_study_lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas:
        ". ."
        ". .";
    }
    .programm_items_price_time {
    font-size: 14px;
    }
    .programm_items_title {
        font-size: 14px;
    }
    .step_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    }
    .step_items {
    width: auto;
    }
    .step_items-number {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        align-content: center;
    }
    .step_items-number-img {
    margin-left: 75px;
    }
    .step_items-number-img img {
    width: 68%;
    }
    .document_info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    }
    .document_info-img img {
    width: 100%;
    }
    .form-info {
    position: absolute;
    border-radius: 2px;
    top: 96px;
    left: 14px;
    }
    .frequent-questions_bg {
        margin-left: -300px;
        width: 1010px;
    }
    .infrom-bottom-info {
        gap: 10px;
    }
    .infrom-bottom-info_img img {
        width: 100%;
        height: 100%;
    }
    .infrom-bottom-info_text_desk {
    font-size: 14px;
    line-height: 1.5;
    }
    .infrom-bottom-info_text {
    max-width: 100%;
    }
    .inner_banner_text-list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        gap: 10px;
    }
    .inner_banner_text {
        font-size: 14px;
        top: 130px;
    }
    .inner_banner_text .inner_banner_text-info {
        font-size: 16px;
        width: 50%;
    }
    .inner_banner_text .inner_banner_text-h1 {
    font-size: 28px;
    width: 55%;
    }
    .reasons_study_item_desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    }
    .bunner-parter_title {
    font-size: 24px;
    margin: 0 0 53px 0;
    }
}
@media (max-width: 480px) {
    .container-in .slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 0px;
    }
    select#form_dropdown_LERNING_OB {
    height: 60px;
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    font-family: Decima,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18.5px;
    line-height: 58px;
    color: #1a1a1a;
    letter-spacing: .7px;
    text-align: center;
    padding: 0 20px;
    -webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 16px 0 0;
    box-shadow: none;
    border: 2px solid #000;
    margin: 0 0px 10px;
    }
    .inner_banner_text {
    position: absolute;
    top: 40px;
    color: #FFFFFF;
    font-weight: 400;
    width: auto;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    }
    .inner_banner_text-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 10px;
    margin-bottom: 10px;
    }
    .inner_banner_text .inner_banner_text-h1 {
        font-size: 22px!important;
        width: 100%;
        text-align: start;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .inner_banner_text-button_banner {
        padding: 10px;
        width: 100%;
        border: 1px solid;
        text-align: center;
    }
    .inner_banner_text .inner_banner_text-info {
        font-size: 16px;
        width: 100%;
        margin: 10px 0 15px 0;
    }
    .inner_banner_text-button {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: center;
        gap: 10px;
    }
    .reasons_study_list.h1 {
        margin-bottom: 37px;
        font-size: 28px;
        font-weight: bold;
        text-align: left;
    }
    .reasons_study_item_title {
        margin-top: 16px;
        font-size: 18px;
        font-weight: bold;
    }
    .programm_tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: stretch;
        align-content: stretch;
        gap: 20px;
    }
    .programm_tabs_title {
        font-size: 20px;
    }
    .programm_items_title {
        font-size: 14px;
        line-height: 1.5;
    }
    .document_info-text-title {
        font-size: 24px;
    }
    .step_title {
        font-size: 24px;
    }
    .step_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    }
    .step_items {
        width: 50%;
    }
    .step_items-number-img {
        margin-left: 75px;
        display: none;
    }
    .form-info {
    position: absolute;
    border-radius: 2px;
    top: 75px;
    left: 10px;
    width: 90%;
    }
    .form-info_title {
        font-size: 24px;
    }
    .accordion a::after {
    margin-right: -20px;
    }
    .accordion a {
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 35px 10px 0px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #3C4D87;
    }
    .accordion a.active {
        font-size: 14px;
    }
    .accordion .content {
        font-size: 14px;
    }
    .frequent-questions_bg {
        margin-left: -111px;
        width: 440px;
        height: 100px;
        top: -106px;
    }
    .frequent-questions_title {
        font-size: 28px;
        top: -76px;
    }
    .form-block-bg {
        margin-top: 90px;
        margin-left: -10px;
        width: 100%;
        height: 280px;
        top: -39px;
        transform: none;
    }
    .form-block_title {
        font-size: 24px;
        width: 100%;
    }
    .form-block_desk {
        font-size: 14px;
    }
    .lerning-title {
        font-size: 24px;
    }
    .lerning-img {
        flex-direction: column;
    }
    .infrom-bottom-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .infrom-bottom-info_text {
        width: 100%;
    }
    .slick-slide img {
        display: block;
        margin: 0 auto;
    }
    .slick-dots {
        position: absolute;
        bottom: -45px;
        display: block;
        width: 85%;
        padding: 0px;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }
    .form-site--vert.form-site .btn, .form-site--vert.form-site input[type=submit].btn {
    min-width: 100%;
    }
    .company .company__title {
    font-size: 24px;
    }
    .company .company__desc {
        font-size: 14px;
    }
    .form-info_desk {
      margin-bottom: 20px;
    }
    .form-info_button {
      padding: 10px 75px;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .form-info_call {
      font-size: 16px;
      margin-top: 20px;
    }
    .programm_button {
    max-width: 100%;
    }
}
@media (max-width: 375px) {
    .inner_banner_text {
    position: absolute;
    top: 12px;
    color: #FFFFFF;
    font-weight: 400;
    width: auto;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    }
    .inner_banner_text .inner_banner_text-h1 {
        font-size: 20px;
        width: 100%;
    }
    .form-block_desk {
        font-size: 14px;
        width: 240px;
    }
}




.tabs {
   width: 100%;
   max-width: 500px;
}

/* Стили для списка вкладок */
.tab-header {
   list-style: none;
   padding-left: 0;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin: 0;
}

/* Стили для вкладки */
.tab-header__item {
   cursor: pointer;
}

/* Стили для активной вкладки */
.programm_tabs_title.js-tab-trigger.active {
    color: #333;
}
.programm_tabs_title.js-tab-trigger {
    color: #a1a1a1;
}
/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
   list-style: none;
   padding: 0;
   margin: 0;
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.programm_item  {
   display: none;
}

/* Стили для активного контейнера вкладки */
.programm_item.js-tab-content.active {
    display: grid;
}

/* slick slider */
.wrapper{
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
}

.container-in .slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

button.slick-next.slick-arrow {
    border: 0;
    cursor: pointer;
}

button.slick-prev.slick-arrow.slick-disabled {
    border: 0;
    cursor: pointer;
}

button.slick-prev.slick-arrow {
    border: 0;
    cursor: pointer;
}

@media (max-width:767px){
    .wrapper{padding: 50px 10px;}
}

/* Основные стили */

/* Слайдер */
.slick-slider{
    min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
}
/* Лента слайдов */
.slick-track{
    display: flex;
    align-items: flex-start;
}

/* Слайд */
.slick-slide{}
/* Слайд активный */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}

/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 60px;
}

/* Точки */
.slick-dots{}
.slick-dots li{}
.slick-dots button{}

/* Конкретный слайдер */
.slider {
    position: relative;
    padding: 0px 60px;
}

@media (max-width:767px){
    .slider {
        padding: 0px 40px;
    }
}

.slider .slick-arrow{
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 60px;
}
.slider .slick-arrow.slick-prev{
    left: 0;
    background: url('/obuchenie-po-okhrane-truda/img/navigation-arrow-chevron-direction-forward-move-left-icon-svgrepo-com.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
    right: 0;
    background: url('/obuchenie-po-okhrane-truda/img/navigation-arrow-chevron-direction-forward-move-right-icon-svgrepo-com.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
    opacity: 0.2;
}

.container-in .slider .slick-arrow {
    /*margin: 0 auto;*/
}

.slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slick-dots li{
    list-style: none;
    margin: 0px 10px;
}
.slider .slick-dots button{
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #1e3152;
    border-radius: 50%;
    cursor: pointer;
}

.slider .slick-dots li.slick-active button{
    background-color: transparent;
    border: 1px solid #1e3152;
    cursor: pointer;
}

.slider__item {
    padding: 0px 15px;
}
.slider__item img{
    max-width: 100%;
}
.slider__item.slick-center{
    
}

.company__title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.company__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.inner_banner_text-button_banner .programm_items_button .form-info_button .form-block_button a:hover {
    text-decoration: unset;
}


/* partner */

a.inner_banner_text-button_banner.partner {
    color: #111;
    border: thick double ;
}

a.inner_banner_text-button_banner.partner:hover {
    color: #FFF;
    background: #3d4b88;
    border: thick double #FFF;
}


/* servisec */



/*banner*/
.inner_banner_servisec {
    position: relative;
    display: inline-block;
    margin-bottom: 90px;
}

.inner_banner_servisec_figure {
    margin-left: -440px;
    width: 1440px;
    height: 395px;
    transform: skew(150deg);
    background: #3C4D87;
    opacity: 89%;
    position: absolute;
    top: 45px;
}

.inner_banner_servisec_text {
    position: absolute;
    top: 60px;
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: 400;
    width: 70%;
}

h1.inner_banner_servisec_text-h1 {
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    margin-left: 0px;
}

.inner_banner_servisec_text-site {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.inner_banner_servisec_text-list {
    font-size: 14px;
    font-weight: 400;
}

.inner_banner_servisec_text-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
}

.inner_banner_servisec_text-list_items {
    margin-right: 30px;
}

.inner_banner_servisec_text-list-item {
    margin-bottom: 10px;
}

span.inner_banner_servisec_text-list-arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/upload/servisec/Vector_2.png) no-repeat 50%;
    margin-right: 6px;
}

.servisec_button {
    padding: 16px 31px 16px 31px;
    width: 300px;
    background-color: #B83020;
    text-align: center;
}

/* control block */

.control {
    margin-bottom: 90px;
}

h1.control__h1 {
    color: #111;
    font-size: 36px;
    margin-left: 0px;
    font-weight: 700;
}

.control__text {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

/* Выгоды */

.benefits-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 30px;
}

h1.benefits__h1 {
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
    margin-left: 0px;
    /* margin-bottom: 30px; */
}

.benefits__text {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 37px;
}

.benefits {
    color: #FFF;
}

.benefits-item {
    height: 121px;
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 20px;
}

span.benefits-item__text {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #333;
}

span.benefits-item__arrow {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url(/upload/servisec/Frame_1.png) no-repeat 50%;
    margin-right: 6px;
    vertical-align: text-bottom;
}

/* offer */

h1.offer-services__h1 {
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 0px;
    color: #333;
    margin-bottom: 30px;
}

.offer-services {
    margin-top: 90px;
    margin-bottom: 90px;
}

.offer-services__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap:30px;
}

.offer-services__item {
    height: 100px;
    padding: 20px;
    box-shadow: 1px 1px 8px 0px #223C5033;
    margin-bottom: 30px;
}

.offer-services__item {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.offer-services__item img {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-right: 20px;
}

.offer-services__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

/* audit */

h1.audit__h1 {
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 30px;
    color: #FFF;
}

.audit__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.audit__list__items {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
}

span.audit__list__item__arrow {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(/upload/servisec/audit_arrow.png) no-repeat 50%;
    margin-right: 10px;
    vertical-align: top;
}

.audit__list__item {
    margin-bottom: 15px;
}

/* honestly */

.honestly-title {
    font-family: Tahoma;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

section.honestly {
    margin-top: 90px;
}

.honestly-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 17px;
}

.honestly-item img {
    max-width: 100%;
    max-height: 100%;
}

/* cooperation */

section.cooperation {
    margin: 90px 0 90px 0;
}

.cooperation_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
}

.cooperation_items {
    width: 20%;
}

.cooperation_items-number {
    font-size: 70px;
    font-weight: 700;
    color: #3C4D87;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.cooperation_items-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cooperation_items-des {
    font-size: 14px;
    font-weight: 400;
}

.cooperation_title {
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.cooperation_items-number-img {
    margin-left: 25px;
}

/* safety */

section.safety {
    background: url(/upload/servisec/Group_1.png);
    width: 100%;
    height: 325px;
    background-size: cover;
}

.safety-info {
    padding: 60px 130px 0 130px;
    text-align: center;
}

.safety-info__text {
    margin-bottom: 30px;
    font-family: Tahoma;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
}

.safety-info__button {
    width: 300px;
    margin: 0 auto;
    padding: 16px 97px 16px 97px;
    background-color: #B83020;
    color: #FFF;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
}

/*slider*/



.wrapper-slider {
    margin: 90px 0 60px 0;
}

h1.slider__h1 {
    margin-bottom: 30px;
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    color: #333333;
}

/* стили для md-устройств */
@media (min-width: 768px) and (max-width: 991px) {
    .inner_banner_servisec_img img {
        width: 100%;
        height: 510px;
    }

    .inner_banner_servisec_text {
        width: 100%;
        top: 60px;
        margin-left: 0px;
        padding: 10px;
    }

    .servisec_button {
        width: 350px;
    }

    span.benefits-item__text {
        font-size: 14px;
    }

    .benefits-item {
        height: 190px;
    }

    span.benefits-item__arrow {
        vertical-align: top;
    }

    .offer-services__item {
        font-size: 14px;
    }

    .audit__list {
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: start;
    }

    .audit__list__items img {
    }

    .safety-info__text {
        font-size: 26px;
    }

    .cooperation_items-number-img {
        display: none;
    }

    .cooperation_item {
        justify-content: center;
        align-items: flex-start;
        align-content: center;
    }
}

/* Мобиилка услуги */

@media screen and (max-width: 767px) {
 .control__text {
    font-size: 14px;
    }

    span.benefits-item__text {
        font-size: 16px;
    }

    .benefits-items {}

    .benefits-list {
        flex-wrap: wrap;
        gap: 0px;
    }

    h1.benefits__h1 {
        font-size: 28px;
    }

    .offer-services__list {
        flex-wrap: wrap;
        gap: 0px;
    }

    .offer-services__item {
        font-size: 14px;
    }

    .audit__list {
        flex-wrap: wrap;
    }

    .audit__list__items {
        font-size: 14px;
    }

    .audit__list__items img {
        width: 100%;
    }
    .container-in .slick-track {
        gap: 0px;
    }

    .cooperation_title {
        font-size: 28px;
        line-height: normal;
    }

    .cooperation_item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .cooperation_items {width: 50%;}

    .cooperation_items-number-img {
        display: none;
    }

    .safety-info__text {
        font-size: 14px;
    }

    .safety-info {
        padding: 90px 40px 0 40px;
    }

    .inner_banner_servisec_text-list {flex-direction: column;margin-bottom: 5px;}

    .inner_banner_servisec_text-list_items {
        font-size: 14px;
    }

    h1.inner_banner_servisec_text-h1 {
        font-size: 30px;
        text-align: left;
    }

    .inner_banner_servisec_img img {
        width: 100%;
        height: 509px;
    }

    .inner_banner_servisec_text {
        top: 50px;
        width: 100%;
        padding: 0 5px 0 5px;
    }

    .servisec_button {
        font-size: 13px;
    }

    .inner_banner_servisec {
        margin-bottom: 40px;
    }

    .control {
        margin-bottom: 40px;
    }

    .offer-services {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-slider {
        margin-top: 40px;
    }

    section.cooperation {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .inner_banner_servisec_text-site {
        font-size: 14px;
    }
    .inner_banner_servisec_figure {
        width: 100%;
        transform: unset;
        margin-left: 0px;
    }
}