.content {
    overflow-x: hidden;
}
.new-flex {
    display: flex;
    justify-content: space-between;
}
.about-desc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 80px;
}
.about-desc-left {
    width: 60%;
}
.about-desc-left  h2, .sotrud-desc-left  h2 {
    font-size: 40px !important;
    color: #202020;
    font-weight: 600;
    margin-top: 0;
}
.about-desc-left p, .sotrud-desc-left p {
    font-size: 18px;
    line-height: 28px;
    color: #202020;
    margin: 7px 0;
}
.about-desc-numbers-general, .sotrud-desc-numbers-general {
    display: flex;
    justify-content: space-between;
}
.about-desc-numbers h3, .sotrud-desc-numbers h3, .sotrud-desc-title h3 {
    font-size: 55px !important;
    /* letter-spacing: 1.2px; */
    color: #FDC94C;
    margin-bottom: 0;
    line-height: 70px !important;
}
.about-desc-numbers p, .sotrud-desc-numbers p  {
    font-size: 16px;
    color: #202020;
    margin: 0;
}
.about-desc-numbers a, .sotrud-desc-numbers a {
    font-size: 14px;
    color: #8D8D8D;
    text-decoration: none !important;
    display: flex;
}
.about-desc-numbers a img , .sotrud-desc-numbers a img {
    margin-left: 10px;
    transition: 0.3s;
}
.about-desc-numbers a:hover img , .sotrud-desc-numbers a:hover img {
    margin-left: 20px;
    transition: 0.3s;
}
.about-desc-right {
    
}
.about-desc-right img {
    max-width: 350px;
}
.about-tabs { width: 100%; padding: 0px; margin: 0 auto;}
.about-tabs>input { display: none; }
.about-tabs >div {
    /*display: none;
    padding: 100px 0 0 0;
    background: #FFFFFF;*/
}
.about-tabs>a {
    display: inline-block;
    background: #EFEFEF;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #202020;
    padding: 7px 40px;
    margin: 10px;
    cursor: pointer;
    height: auto;
    transition: 0.3s;
    text-decoration: none !important;
}
.about-tabs>a:hover {
    background: #FDC94C;
    color: #202020;
    transition: 0.3s;
}
.about-tabs>input:checked + a {
    color: #202020;
    background: #FDC94C 0% 0% no-repeat padding-box;

}

.about-tabs.tab-buttons{
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    padding-bottom: 90px;
    justify-content: center;
    margin: -10px;
}

#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4,
#tab_5:checked ~ #txt_5,
#tab_6:checked ~ #txt_6,
#tab_7:checked ~ #txt_7 { display: block; }
.margin-right-0 {margin-right: 0px !important;}
.about-tab {
    display: flex;
    justify-content: space-between;
}
.about-tab-left {
    width: 50%;
}
.about-tab-left h3 {
    font-size: 40px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #202020;
}
.about-tab-left p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    color: #202020;
}
.about-tab-right {
    width: 45%;
}
.about-production, .sotrud-production {
    background: #F7F7F7;
    margin: 140px -100% 0 -100%;
    padding: 80px 100%;
}
.about-production-text, .sotrud-production-text {
    display: flex;
    justify-content: space-between;
}
.about-production-text-left, .sotrud-production-text-left {
    width: 55%;
}
.about-production-text-left h2, .sotrud-production-text-left h2 {
    font-size: 40px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #202020;
    margin-top: 0;
}
.about-production-text-left p, .sotrud-production-text-left p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    color: #202020;
}
.about-production-text-right {
    /* width: 25%; */
}
.about-production-text-right a, .sotrud-production-text-right a {
    text-align: right;
    color: #F5B51B;
    float: right;
    margin-top: 10px;
}
.about-production-text h3, .sotrud-production-text h3 {
    font-size: 30px !important;
    font-weight: 600;
    color: #202020;
    margin-top: 0;
}
.about-production-assortment, .sotrud-production-assortment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 100px;
}
.about-production-assortment a, .sotrud-production-assortment a {
    display: flex;
    align-items: center;
    width: 23%;
    background: #EFEFEF;
    border-radius: 4px;
    padding: 24px 20px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #202020;
    transition: 0.3s;
}
.about-production-assortment a:hover, .sotrud-production-assortment a:hover  {
    text-decoration: none;
    background: #FDC94C;
    transition: 0.3s;
}
.about-production-assortment p, .sotrud-production-assortment p {
    margin: 0;
    line-height: initial;
}
.about-production-assortment a img, .sotrud-production-assortment a img {
    padding-right: 21px;
    max-width: 70px;
    height: auto;
}
.about-production-assortment-link, .sotrud-production-assortment-link {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.about-production-assortment-link .link-button, .sotrud-production-assortment-link .link-button  {
    background: #F5B51B;
    border-radius: 4px;
    padding: 23px 60px;
    margin-right: 50px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    transition: 0.3s;
}
.about-production-assortment-link .link-button:hover, .sotrud-production-assortment-link .link-button:hover {
    text-decoration: none;
    background: #e8a70b;
    color: #FFFFFF;
    transition: 0.3s;
    /* color: #202020; */
}
.about-production-assortment-link .link-button img, .sotrud-production-assortment-link .link-button img {
    padding-right: 21px;
    max-width: 50px;
}
.about-production-assortment-link label, .sotrud-production-assortment-link label, .sotrud-production-assortment-link a {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none !important;
}
.about-production-assortment-link label:hover, .sotrud-production-assortment-link label:hover  {
    color: #F5B51B;
    text-decoration: none;
    transition: 0.3s;
}
.about-object {
    padding-top: 90px;
}
.about-object .title {
    text-align: left;
}
.about-diplom {
    padding-top: 90px;
}
.about-diplom .b-about-news h2 {
    display: none;
}
.about-diplom .b-review-mask {
    background: none;
    display: none !important;
}
.about-diplom .b-about-certif__item {
    width: 190px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.about-diplom .b-about-certif__img-wrap, .about-diplom  .b-about-certif__link:hover .b-about-certif__img-wrap {
    border: none;
    width: 190px;
}
.about-diplom .b-about-certif__img {
    transform: scale(1.3);
}
.about-diplom  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    /* display: none !important; */
}
.about-diplom .b-about-certif__text {
    font-size: 15px;
    text-decoration: none !important;
    color: #F5B51B;
}
.about-diplom .b-about-certif__download a{
    font-size: 14px;
    color: #B2B2B2;
    text-decoration: none !important;
}
.about-diplom .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0.2;
}
.about-diplom  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #F5B51B !important;
    height: 10px !important;
}
.about-bottom {
    padding-top: 90px;
}
.about-bottom-up {
    display: flex;
    justify-content: space-between;
}
.about-bottom-news, .about-bottom-job, .about-bottom-contact {
    width: 31%;
    background: #F7F7F7;
    padding: 30px;
}
.about-bottom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.about-bottom-news h3, .about-bottom-job h3, .about-bottom-contact h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #3E434D;
    margin: 0;
}
.about-bottom-news a, .about-bottom-job a, .about-bottom-contact a {
    letter-spacing: 0.16px;
    color: #656971;
}
.about-bottom-news P, .about-bottom-job p, .about-bottom-contact p {
    letter-spacing: 0.16px;
    color: #656971;
    margin: 0;
}
.link-other {
    margin-top: 35px;
}
.link-other a {
    font-size: 14px;
    color: #F5B51B !important;
    text-decoration: none !important;
    display: flex;
}
.link-other a img {
    max-width: 4px;
    margin-left: 10px;
    transition: 0.3s;
}
.link-other a:hover img {
    margin-left: 20px;
    transition: 0.3s;
}
.about-bottom-down {
    background: #F7F7F7;
    padding: 50px;
    margin-top: 35px;
}
.about-bottom-requisite {
    display: flex;
    justify-content: space-between;
}
.about-bottom-requisite-left {
    width: 47%;
}
.about-bottom-requisite-right {
    width: 32%;
    margin-right: 10%;
}
.about-bottom-requisite strong {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #3E434D;
}
.about-bottom-requisite p {
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #3E434D;
}
.about-bottom-requisite a {
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #F5B51B;
    text-decoration: underline;
}
.about-bottom-requisite-right a {
    color: #F5B51B;
    font-size: 16px;
    text-decoration: none !important;   
    display: flex;
}
.about-bottom-requisite-right a img {
    max-width: 4px;
    margin-left: 10px;
    transition: 0.3s;
}
.about-bottom-requisite-right a:hover img {
    margin-left: 20px;
    transition: 0.3s;
}

/**/
.sotrud-desc  {
    display: flex;
    justify-content: space-between;
    /* width: 0%; */
    padding-top: 80px;
}
.sotrud-desc-left {
    width: 55%;
}
.sotrud-desc-left ul {
    list-style-image: url(/local/img/li.svg);
    padding-left: 18px;
   }
.sotrud-desc-left li {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.18px;
    color: #202020;
}
.sotrud-desc-right {
    width: 35%;
}
.sotrud-desc-right form, .popup-content form {
    background: #F7F7F7;
    border-radius: 6px;
    padding: 50px 30px;
}
.sotrud-desc-right form .form-head, .popup-content form .form-head {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 25px;
}
.sotrud-desc-right form select, .popup-content form select {
    background: #FFFFFF;
    border-radius: 4px;
    color: #202020;
    padding: 18px 30px;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    outline:none;
    appearance: none;
}
.sotrud-desc-right form input, .popup-content form input {
    background: #FFFFFF;
    border-radius: 4px;
    color: #202020;
    padding: 18px 30px;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    outline:none;
}
.sotrud-desc-right form input::placeholder, .popup-content form input::placeholder {
    color: #919191;
}
.sotrud-desc-right form input[type=submit], .popup-content form input[type=submit] {
    background: #F5B51B;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 600;
}
.sotrud-desc-right form .form-text, .popup-content form .form-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #919191;
}
.sotrud-desc-right form .form-text a, .popup-content form .form-text a {
    color: #D1B673;
    text-decoration: underline;
}

.sotrud-desc-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 150px;
    /* align-items: center; */
}
.sotrud-desc-2 .sotrud-desc-block {
    width: 49%;
}
.sotrud-desc-2 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #202020;
}
.sotrud-desc-2 p {
    font-size: 18px;
    color: #202020;
}
.sotrud-desc-2 p a {
    color: #F5B51B;
}
.sotrud-desc-2 .sotrud-desc-2-link {
    font-size: 18px;
    font-weight: 600;
    color: #F5B51B;
    margin-top: 50px;
}
.sotrud-desc-2 .sotrud-desc-2-link a {
    color: #F5B51B;
    border: 1px solid #f5b51b99;
    border-radius: 4px;
    padding: 17px 40px;
    transition: 0.3s;
}
.sotrud-desc-2 .sotrud-desc-2-link a:hover {
    color: #FFFFFF;
    background: #F5B51B;
    text-decoration: none;
    transition: 0.3s;
}
.sotrud-privilege {
    padding-top: 130px;
}
.sotrud-privilege h2 {
    font-size: 40px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #202020;
    margin-top: 0;
}
.sotrud-privilege-row {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 50px;
}
.sotrud-privilege-row div {
    width: 25%;
}
.sotrud-privilege strong {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #202020;
    line-height: 50px;
}
.sotrud-privilege p {
    letter-spacing: 0.32px;
    color: #202020;
    margin: 0;
}
.sotrud-logo {
    margin-top: 150px;
}
.sotrud-logo h2 {
    font-size: 40px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #202020;
    margin-top: 0;
}
.sotrud-logo-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.sotrud-logo-list div {
    width: 17%;
    margin-bottom: 80px;
}
.sotrud-logo-list div img {
    max-width: 190px;
}
.sotrud-bottom {
    text-align: center;
    background: #F7F7F7;
    margin: 110px -100% 0 -100%;
    padding: 70px 100% 100px 100%;
    background-image: url(/local/img/excel-fon.svg);
    background-repeat: no-repeat;
    background-position: 42% 100%;
    background-size: 10%;
}
.sotrud-bottom h3 {
    font-size: 24px;
    letter-spacing: 0.36px;
    margin: 0;
    padding-bottom: 20px;
    color: #202020;
}
.sotrud-bottom p {
    max-width: 655px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.36px;
    color: #202020;
    margin: 0 auto;
}
.sotrud-bottom div {
    margin-top: 60px;
}
.sotrud-bottom a {
    background: #F5B51B;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 26px 74px;
}



@media (min-width:1200px) and (max-width:1366px) {
    .about-tabs>label {
        font-size: 14px;
        padding: 7px 35px;
        margin-right: 17px;
    }
}

.popup-checkbox, .popup {
    display: none;
  }
  
  .popup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .popup:before {
    display: block;
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
  }
  
  .popup-content {
    width: 465px;
    height: 515px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    /* border-radius: 6px; */
    /* padding: 20px; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .popup-shower {
    color: #00f;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .popup-shower:hover {
    color: #00a;
    text-decoration: underline;
  }
  
  .popup-closer {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
    font-size: 40px !important;
    font-weight: 400 !important;
    /* border: 1px solid #999; */
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /* border-radius: 50%; */
    cursor: pointer;
  }
  
  .popup-closer:hover {
    background-color: #eee;
  }

  .popup-checkbox:checked + .popup {
    opacity: 1;
    display: block;
  }
@media (max-width:1600px) {
     .sotrud-desc-title h3 {
        font-size: 50px !important;
    }
}
@media (max-width:1500px) {
    .sotrud-desc-title h3 {
        font-size: 48px !important;
    }
}
@media (max-width:1400px) {
    .sotrud-desc-title h3 {
        font-size: 42px !important;
    }

    .sotrud-desc-numbers h3{
        font-size: 50px !important;
    }
}
@media (max-width:1200px) {
    .sotrud-desc-numbers h3, .sotrud-desc-title h3 {
        font-size: 34px !important;
    }

}
    @media (max-width:991.98px) {
        .sotrud-desc-numbers h3 {
            font-size: 55px !important;
        }
         .sotrud-desc-title h3 {
            font-size: 45px !important;
        }
    }