#benefits h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#benefits .item {
    text-align: center;
    margin-bottom: 30px;
}
#benefits .item {
    text-align: center;
    margin-bottom: 30px;
}
#benefits .item .imgc {
    height: 110px !important;
    display: block;
}
#benefits .item .title {
    font-size: 20px;
    font-weight: bold;
    color: #2f4f4f !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#benefits .item p {
    font-size: 16px;
    font-weight: 500;
    color: #2f4f4f !important;
}
#benefits .item p {
    font-size: 16px;
    font-weight: 500;
    color: #2f4f4f !important;
}
#benefits .item img {
    max-width: 110px;
    margin-bottom: 20px;
    display: inline !important;
}
@media (max-width: 1230px){
    .noshow{
        display: none !important;
}
}
@media (max-width: 1316px){
    a.noshow{
        font-size: 10pt !important;
}
}
.btn:hover {
    color: #212529 !important;
    text-decoration: none !important; 
}
.pb-10, .py-10 {
    padding-bottom: 10px!important;
}
.blasc-lovuh {
    background-color: #222;
}
.pt-40, .py-40 {
    padding-top: 40px!important;
}
.pb-30, .py-30 {
    padding-bottom: 30px!important;
}
.pt-15, .py-15 {
    padding-top: 15px!important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-hover:hover {
    opacity: 0.8;
}
.panel-info {
    border-color: #222 !important;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #222;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.text-info {
    color: #17a2b8!important;
    margin-bottom: 0;
}
.img-portfolio {
    margin-bottom: 30px;
}
.blasc-lovuh .ferst {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd900;
}
.blasc-lovuh .last {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.blasc-lovuh form .form-grup input {
    background-color: #fff;
    color: #333;
    height: 100%;
}
input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red;
}
.form-grup input, .form-grup input:focus, .form-grup input:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.btn-defolt {
    color: #000 !important;
    font-size: 14px !important;
    background-color: #ffd900 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.fontawesome{
    font-style: normal !important;
}
.card{
    float: left;
    width: 25%;
    margin-left: 7%;
    margin-bottom: 5%;
    border-radius: 20px !important;
}
@media (max-width: 1024px){
    .card{
        width: 40%;
        margin-left: 7%;
    }
}
@media (max-width: 640px){
    .card{
        width: 90%;
        margin-left: 5%;
    }
}
.card img{
    border-radius: 20px 20px 0 0;
}
/*cards*/
.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.no-padding {
    padding: 0;
}
#hero_section {
    background-image: url(../images/bc00.jpg);
}
/*fix-modals*/
.kmb{
    position:absolute;
    bottom: 20px;
}
.mf{
    padding: 0;
    margin-top: 60px;
    margin-left: 20%;
    width: 50%;
}

/*modals*/
.modals {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-contents {
  background-color: #fefefe;
  margin-top: 2%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 2%;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-contents h5{
  margin-top: 8px;
  padding-bottom: 8px;
  color: #2B4B43;
}
.modal-contents p{
  color: #2B4B43;
  font-weight: 400;
}
@media (max-width: 1024px){
  .modal-contents {
  margin: 3% auto;
  padding: 10px;
  border: 1px solid #888;
  width: 94%;
}
}
.closemodal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal:hover,
.closemodal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals2 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal2:hover,
.closemodal2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals3 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal3 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal3:hover,
.closemodal3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals4 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal4 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal4:hover,
.closemodal4:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals5 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal5 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal5:hover,
.closemodal5:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals6 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal6 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal6:hover,
.closemodal6:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modals7 {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.closemodal7 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closemodal7:hover,
.closemodal7:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#info-contacts{
  background-image: url(image/backgroundkamala.png);
}
.btn-primary{
  background-color: #3ab795 !important;
  border-color: #3ab795 !important;
  width: 50%;
}
.btv-primary:hover{
  border-color: #278c70 !important;
  background-color: #278c70 !important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 185 149 / 50%) !important;
}
/*modaltable*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th, td {
  text-align: left;
  padding: 16px;
}
tr:nth-child(even) {
  background-color: rgb(52 185 149 / 10%);
}
.no-hover:hover{
  text-decoration: none !important;
  color: #000 !important;
}

/*callback*/
.bcf{
  width: 60%;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-control:focus{
  box-shadow: 0 0 0 0.2rem rgb(52 185 149 / 50%) !important;
}
.tfm{
  margin-top: 15px;
}
.tmf{
  color: #27524C !important;
}
@media (max-width: 768px){
  .bcf{
    width: 90%;
    margin-left: 5%;
  }
  .btnmbl{
    padding: 10px !important;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
/*before&after*/
.brxk{
  width: 40%;
    margin-left: 7%;
    margin-bottom: 3%; 
    display: inline-block;
}
@media (max-width: 768px){
  .brxk{
    width: 90%;
    margin-left: 5%;
  }
}
.bsf:focus{
  box-shadow: 0 0 0 0.2rem rgb(198 191 85 / 80%) !important;
}
.phfcs:hover{
  color: #274A66 !important;
}
@media (max-width: 1360px){
  .phfcs{
    margin-right: 20px !important;
  }
}
/*sendsuccess*/
.sendsuccess{
  height: 620px;
  margin: auto;
  padding-top: 240px;
}
@media (max-width: 1024px){
  .sendsuccess{
    height: 1030px;
    padding-top: 450px;
  }
}
@media (max-width: 768px){
  .sendsuccess{
    height: 688px;
    padding-top: 310px;
  }
}
@media (max-width: 768px){
  .sendsuccess{
    height: 688px;
    padding-top: 310px;
  }
}
@media (max-width: 768px){
  .sendsuccess{
    height: 688px;
    padding-top: 310px;
  }
}
@media (max-width: 730px){
  .sendsuccess{
    height: 400px;
    padding-top: 110px;
  }
}
.pgmn{
  padding: 30px;
}
/*collps*/
.collps{
  width: 80%;
}
/*sociallinks*/
.sclks{
  background-color: #fff;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sclsk{
  margin-left: 28%;
  font-size: 45pt;
}
.social{
  width: 33.3%;
}

@media (min-width: 1024px){
  .sclks{
    display: none !important;
  }
  .sclsk{
    display: none !important;
  }
}
@media (max-width: 1024px;){
  .sclks{
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
  .sclsk{
  font-size: 45pt;
}
}
.textlsv{
  color: #1D485A;
  border-bottom: 2px solid;
  border-color: #266078;
  padding-top: 0.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 20pt;
  margin-right: 300px;
}
.textlsv:hover{
  color: #266078 !important;
}

@media(max-width: 1354px){
  .textlsv{
    font-size: 12pt;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media(max-width: 1660px){
  .textlsv{
    margin-right: 0px;
  }
}
@media(max-width: 1244px){
  .textlsv{
    display: none !important;
  }
}
.btnserv{
  width: 50%;
  margin-left: 25%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24pt;
}
@media (max-width: 768px){
  .btnserv{
    width: 70%;
    margin-left: 15%;
  }
}
.mt-130-px{
  margin-top: 130px;
}
.notfound{
  height: 600px;
  padding-top: 20%;
}

@media (max-width: 632px){
.notfound{
  height: 200px;
  padding-top: 20%;
}
}

@media (max-width: 768px){
.notfound{
  height: 700px;
  padding-top: 40%;
}
}

.sticker{
  top: 16px;
  right: 0;
  width: 100px;
  background-color: #DB67EC;
  position: absolute;
  color: white;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 768px){
.sticker{
  top: 25px;
  width: 120px;
}
}
.infoPoslugi{
  float: left;
  color: #000;
  padding: 20px;
  border: 1px solid #3ab795;
  height: 800px;
  width: 100%;
  margin-bottom: 20px;
}

.infoPoslugi h4{
  padding: 20px;
}
.infoPoslugi li{
  background-color: inherit;
}
.infoPoslugi:hover{
  border: 2px solid #3ab795;
  border-radius: 20px;
  transition: 0.2s;
  color: #000;
  background-color: rgba(58, 183, 149, .1);
}

@media (max-width: 1024px){
  .infoPoslugi{
    height: 100%;
    font-size: 18pt;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px){
  .infoPoslugi{
    font-size: 14pt;
  }
}

.imgPoslugi{
  border-radius: 40px;
  border: 2px solid rgba(58, 183, 149, .4);
}

.contentPoslugi{
  margin-top: 30px;
  padding: 10px;
}

.contentPoslugi:hover img{;
  border: 2px solid #3ab795;
  cursor: pointer;
  transition: 0.1s;
}

.formPoslugi{
  height: 286px;
  padding-top: 17px;
  border-left: 1px solid #3ab795;
}

.formPoslugi form{
  padding-left: 20px;
}

@media (max-width: 1024px){
  .formPoslugi form{
    padding-left: 0px;
  }
  .formPoslugi{
    border-left: 0px;
  }
}

#mainInfo{
  margin-top: 50px;
  margin-bottom: 50px;
}

.ContentMenu{
  width: 100%;
  height: 220px;
  border: 1px solid #D6D6D6;
  margin-bottom: 20px;
  position: relative;
  border-radius: 40px;
  padding: 20px;
  color: #212529;
}

.contentMenuBtn{
  position: absolute;
  bottom: 10%;
  left: 25%;
}

.ContentMenu:hover{
  border: 3px solid #3ab795;
  transition: 0.1s;
  color: #000;
}

@media (max-width: 1140px){
  .ContentMenu{
    border: 3px solid #3ab795;
  	color: #000;
  }
}

.mleft-50{
  margin-left: 50%;
}
@media (max-width: 1200px){
  .mleft-50{
    margin-left: 0px;
  }
}