*, *:before, *:after {
  box-sizing: inherit;
}
.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 1100px) {
  .column {
    width: 33.3%;
    display: block;
  }
}
@media screen and (min-width: 750px) and (max-width: 942px) {
.column {
    width: 50%;
    display: block;
  }

}

@media screen and (min-width: 50px) and (max-width: 749px) {
.column {
    width: 100%;
    display: block;
  }

}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.containe {
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  max-height: 460px;
}

.containe::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.btn {
    border: none;
    background-color: inherit;
    background: #eee;
    padding: 14px 28px;
    margin: 0px 0px 10px 0px;
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    margin-top:auto;

}
/* On mouse-over */
.btn:hover {
  background: #902538;}
.info {color: dodgerblue;
      margin-bottom: 15px;}
.btn:hover a{
  color: #eee;}



.btn a {
  font-size: 1em;
  font-family: 'Roboto Light';
  color: #902538;
  text-decoration: none;
  outline: none !important;

}

.btn a:hover, a:focus {
  color: #eee;
  text-decoration: none;

}

.title2 {
  color: white;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 24px;
    font-family: unset;
    background-color: #902538;
    background-image: linear-gradient(to bottom, #902538, #711a2a);
    border-radius: 25px;
}
.desk {
    font-size: 1em;
    padding: 5%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}
/* Create four equal columns that floats next to each other */
.careercol {
    float: left;
    width: 50%;
    padding: 10px;
    min-height: 225px;
    display: flex;
    align-items: center;
  }

/* Clear floats after the columns */

.careerrow {
    padding: 15px 15% 25px 15%;

 }

.careerrow:after {
    content: "";
    display: table;
    clear: both;
    width: 80%;

 }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .careercol  {
        width: 50%;
        min-height: 295px;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 820px) {
    .careercol  {
        width: 100%;
        min-height: 100px;
    }
}

.notification-container {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  float: left;
  display: flex;
  align-items: center;
}

.notification-container_text {
  position: relative;
  display: block;
  height: 90px;
  width: 90px;
  color: #af3434;
  /*background-color: #f56019;*/
  border-radius: 80px;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  border-style: inset;
    border-color: #af3434;
    border-width: 0px 0px 5px;
}

#vac_main {

    width: 100%;
    padding: 25px 0px;
    font-size: 30px;
    font-weight: 700;
    color: darkred;
    border-bottom: 1px;
    border-color: #8b0000;
    border-style: dashed;
   }

   #vac_main2 {

    width: 100%;
    padding: 25px 0px;
    font-size: 20px;
    font-weight: 700;
    color: darkred;
   }

   #vac_info {

    width: 100%;
    padding: 5px 0px 15px 0px;
    font-size: 20px;
    font-weight: 700;
    color: darkred;
    border-bottom: 1px;
    border-color: #8b0000;
    border-style: dashed;
    margin-top: 20px;
    line-height: 150%;
    text-indent: 20px;
    text-align: center;
   }

  #vac_info2 {
    font-weight: 900;
    padding: 25px 0 15px 0;
    font-size: 25px;
    color: darkred;
    text-align: center;
  }

     .vacancyadv {
    padding: 5px 12% 5px 12%;
   }

        .vacancy {
    padding: 5px 10px;
   }


  .vac_text {
        margin: 25px 0;
        font-weight: 700;
   }

   @media(max-width: 400px) {
    .vacancy {
        width: 350px;
        }
      }

   .vacancy th{
    border-bottom: none;
    border-top: none;
   }

   .vacancy td{
    border-bottom: none;
    padding: 5px;
    border-top: none;
   }

    .vacancyadv li{
    padding: 5px 0;
        list-style: disc;
        font-size: large;
        line-height: 25px;

   }
    .vacancy li{
    padding: 5px 0;
        list-style: disc;
        font-size: large;
        line-height: 25px;

   }

  .vac_text ol{
    list-style: none;
}
.vac_text ol > li{
    padding-left: 30px;
    position: relative;
    margin: 10px;
    list-style: none;
}
.vac_text ol > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: #902538;
}

  .vacancyli2{
   list-style: disc;
    font-size: large;
    margin: 10px 55px 5px 35px;
    line-height: 25px;
    font-weight: 100;

   }




@media(max-width: 520px) {
    #vac_managery {
        padding: 0px 5px 0px 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      align-items: center;
      flex-direction: column;
    }
}
      #vac_managery {
       display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
       }

#vac_managery a{
font-size: 1.0em;
    font-family: 'Roboto Light';
    color: #717171;
    text-decoration: none;
    outline: none !important;}



       #vac_managery01 {
        line-height: 30px;
    font-size: 1.0em;
    background: #f5f5f570;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
       }

       #vac_managery02 {
        text-align: center;
        background: #f5f5f570;
    padding: 20px;
    border-radius: 10px;
    margin: 5px;
       }

      #vac_managery02 img{
        height: 80px;
    display: flex;
       }


       #vac_icons {
        line-height: 30px;
    font-size: 1.0em;
    text-align: center;
    background: #f5f5f570;
    padding: 20px;
    border-radius: 10px;
    margin: 5px;
    width: 120%;
       }

      @media(max-width: 520px) {
       #vac_icons {
        line-height: 30px;
    font-size: 1.0em;
    text-align: center;
    background: #f5f5f570;
    padding: 20px;
    border-radius: 10px;
    margin: 5px;
    width: 100%;
       }
     }


       #vac_icons_in img{
        max-width: 20px;
          margin: 0 9px 0 5px;}

        #vac_icons_in a{
      font-size: 1.0em;
    font-family: 'Roboto Light';
    color: #717171;
    text-decoration: none;
    outline: none !important;}


   #vac_managery_other{

       }



   #vac_managery_other table{

   padding: 15px 15px;
    background-color: #fbfbfb;
    border-radius: 20px;
    line-height: 150%;
    font-size: 18px;

    /*border-style: dotted;
    border-color: #7f0e0e;
    border-width: 2px;*/
   }

#vac_managery_other table tr {

    display: flex;
    align-items: center;
   }
#vac_managery_other table th{

   border-bottom: none;
    padding: 5px 15px;
    border-top: none;
   }


 #career_01 {

    display: flex;
    justify-content: center;
 }




  #career_01 table{
    padding: 5px 12% 20px 12%;
    border-collapse: separate;
    border-spacing: 2px;
    font-weight: 100;
   }

   #career_01 th, tr{
    border-bottom: none;
    border-top: none;
    font-weight: 100;
   }

@media(max-width: 450px) {

   #career_01 table td{

    width: 100%;
    float: left;
    margin: 1px 0 0 0;

   }
}
   #career_01 td{
    border-bottom: none;
    padding: 2%;
    background-color: #902538;
    background-image: linear-gradient(to bottom, #902538, #711a2a);
    background-repeat: repeat-x;
    /*border: 1px solid #5d111f;*/
    vertical-align: middle;
   }

   #career_01 td:hover, td:focus{
    border-bottom: none;
    padding: 2%;
    background-color: #eee;
    background-image: linear-gradient(to bottom, #741b2c, #bb0034);
    background-repeat: repeat-x;
    /*border: 1px solid #fff;*/
    vertical-align: middle;
   }

    #career_01 a {
    font-family: 'Roboto';
    font-size: 1em;
    color: white;
    font-weight: 100;

   }

    #career_01 a:hover, a:focus{
    color: #fff;
    text-decoration: none;


}

  #career_02 {

    padding: 5px 12%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

 }

  #career_02 table{
    padding: 5px 12% 20px 12%;
    border-collapse: separate;

   }

@media(max-width: 450px) {

   #career_02 table td{

    width: 100%;
    float: left;

   }
}

   #career_02 td{
    border-bottom: none;
    border-top: none;
   }


 #career_03 {
    display: flex;
    justify-content: center;
  padding: 5px 12%;
 }

@media(max-width: 650px) {
  #career_03  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;}
  }

#career_03 img{

    border: none;
    height: 100px;
    width: auto;
 }

  .career_03text{

    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
   }

@media(max-width: 450px) {

   #career_03 table td, th{

    width: 100%;
    float: left;

   }
}
   #career_03 table td, tr{
    border-bottom: none;
    border-top: none;
    padding: 0;
    font-weight: 100;
   }

   #career_03 table th{
    border-bottom: none;
    border-top: none;
    padding: 0;
    font-size: 0.9em;
   }

   .career_03text01 {
   font-size: 1.2em;
    line-height: 20px;
    font-weight: 600;
    margin: 10px 0;
  }

 .career_03text02 {

    line-height: 20px;
    text-align: center;
  }


  #career_04 {

    display: flex;
    justify-content: center;
    margin: 35px 12%;
    font-size: 0.9em;
    padding: 0 10px;
    font-weight: 400;
    font-family: Roboto;
    border-top: 1px;
    border-style: dotted;
 }

  @media(max-width: 450px) {

    #career_04 {
    display: flex;
    justify-content: flex-start;
    font-size: 0.9em;
    font-weight: 400;
    font-family: Roboto;
    border-top: 1px;
    border-style: dotted;
    flex-wrap: wrap;
    margin: 0;
 }
  }


 #career_04 img {

   height: 40px;
    width: auto;
    margin: 5px;
    vertical-align: middle;
    padding: 5px;

 }

  .career_04text {
    margin-top:15px;
 }

    .career_04text a{
    font-size: 1.2em;
    padding: 0 10px;
    font-weight: 400;
    font-family: Roboto;
 }

    .career_04text a:hover{
    text-decoration: none;
 }
    .career_04text:hover, focus{
    background-color: grey: ;
 }

/*culture*/

#culture {

    /*padding: 5px 12%;*/
}

#culture_h {

    padding: 5px 12%;
}

@media(max-width: 520px) {
#culture_h {

    padding: 5px 2%;
}
}

#culture_block {

    /*background: #fbfbfb;*/
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 25px;
}
@media(max-width: 660px) {
  #culture_block {
    background: #f1efef;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 25px;
    margin-top: 10px;
    }
}

.example-image {
  height: 190px;
    width: 190px;
    margin: 5px;
    border-radius: 10px;
    object-fit: cover;
}

@media(max-width: 865px) {
    .example-image {
    height: 160px;
    width: 160px;
    margin: 5px;
    border-radius: 10px;
    object-fit: cover;
    }
}

@media(max-width: 750px) {
    .example-image {
    height: 200px;
    width: 200px;
    margin: 5px;
    border-radius: 10px;
    object-fit: cover;
    }
}
@media(max-width: 450px) {
    .example-image {
    height: 350px;
    width: 350px;
    margin: 5px;
    border-radius: 10px;
    object-fit: cover;
    }
}

.pagination {
  display: flex;
    justify-content: center;
    margin: 45px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
        font-family: 'Roboto';
}

.pagination a.active {
    background-color: #902538;
    color: white;

}

.pagination a:hover:not(.active) {background-color: #ddd;}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel_foto {
    padding: 0 12px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .zayavka {
    padding: 10px;
    margin-right: 0px;
    margin-top: 5px;

}

.form-zayavka {
  background-color: aliceblue;
    border-radius: 15px;
    padding: 25px 25px 3px;
    box-shadow: 3px 3px 10px #cdd6dd;
}

 .form-zayavka01 {
        margin: 0 0 20px 0;
        display: flex;
        justify-content: center;

}
@media(max-width: 750px) {
  .form-zayavka01 {
        margin: 0 0 20px 0;
        display: flex;
    justify-content: center;
    flex-direction: column;
    }
  }

 .form-zayavka01 input{
      border: none;
      height: 45px;
      font-size: 1.3em;
      width: 100%;
      padding: 10px;
}

 .form-zayavka01 label{
        margin: 5px;
      font-family: Roboto;
        float: left;

}

 .form-zayavka01-01 {
        padding: 5px;

}
 .form-zayavka01-02 {
        padding: 5px;

}
.form-zayavka01-03 {
        padding: 5px;

}
 .form-zayavka02 textarea{
      border: none;
      height: 45px;
      font-size: 1.3em;
      width: 100%;
}

 .form-zayavka03 {
      margin: 15px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
}

.form-zayavka03 button{
    background-color: lightgray;
    border: none;
    padding: 10px;
    border-radius: 20px;
    min-width: 100px;
    cursor: pointer;
}

.form-zayavka03 button:hover{
    background-color: darkred;
    border: none;
    padding: 10px;
    border-radius: 20px;
    min-width: 100px;
    color: white;
}

.form-zayavka03 button:focus{
    background-color: white;
    border: none;
    padding: 10px;
    border-radius: 20px;
    min-width: 100px;
    color: darkred;
}

.date-foto {
    font-size: 8em;
    font-weight: 900;

    overflow: hidden;
    color: whitesmoke;
    margin: 0;
    font-family: 'Roboto';
}

